body {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	/* font-family: sans-serif; */
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
}
address {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	/* font-family: sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #666666;
	padding: 5px 0px;
	margin: 0px;
}
.midium { FONT-SIZE: 90%;}
.midium_bold { FONT-SIZE: 90%; font-weight: bold }
.small { FONT-SIZE: 82%; }
.small_bold { FONT-SIZE: 82%; font-weight: bold }
.mini { FONT-SIZE: 75%; }
.mini_bold { FONT-SIZE: 75%; font-weight: bold }
.sub_title { FONT-SIZE: 14px; font-weight: bold }

.tdlist { line-height: 150% ; font-size: 95% ; }

ul{
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 2px 0.5em;
}
ul li{
	margin: 0px;
	padding: 3px 0px;
	font-family: sans-serif;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
ol li{
	margin: 0px;
	padding: 3px 0px;
	/* font-family: sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
a {color : #000099;text-decoration: none;}
a:link {text-decoration : none;}
a:active {color : #666666;text-decoration : none;}
a:hover {color : #333333;text-decoration : underline;}

form {margin: 0px;padding: 0px;}

.menu_title {
	font-weight: bold;
	font-size: 14px;
	/* font-family: sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 0px 0.5em;
}

/*　左部コンテンツ部リンク　*/
.menu a {
	text-decoration : none;
	color: #333333;
	font-size: 12px;
	/* font-family: sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(images/menu_bg_off.gif);
	display:block;
	text-decoration : none;
	height: 22px;
	padding-top: 6px;
	padding-left: 30px;
	width:210px !important; /*ここ修正 160px */
	width/**/: 240px;         /*ここ修正 190px */
}
/*　マウスを合わせた時のスタイル　*/
.menu a:hover{
	color : #FFF;
	text-decoration : none;
	font-size: 12px; 
	/* font-family: sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(images/menu_bg_on.gif);
	display:block;
	width:240px;   /*ここ修正 190px*/
	text-decoration : none;
}

/*　左部コンテンツ部リンク（英語版で使用）　*/
.menu_e a {
	text-decoration : none;
	color: #333333;
	font-size: 12px;
	font-family: sans-serif;
	background-image: url(images/menu_bg_off_e.gif);
	display:block;
	text-decoration : none;
	height: 30px;
	padding-top: 6px;
	padding-left: 15px;
	width:210px !important;  /*ここ修正 160px*/
	width/**/: 240px;          /*ここ修正 190px*/
	
	
}
/*　マウスを合わせた時のスタイル（英語版で使用）　*/
.menu_e a:hover{
	color : #FFF;
	text-decoration : none;
	font-size: 12px;
	font-family: sans-serif;
	background-image: url(images/menu_bg_on_e.gif);
	display:block;
	width:240px;
	text-decoration : none;
}

.pr01{
	padding: 0px 0px 0px 10px;
	margin:20px;
	border-left:6px solid silver;
	font-weight:bold;
	font-size:14px;
}

.pr01img{
	float:right;
	width:100px;
	height:120px;
	padding-right:150px;
	padding-top:20px;
}

dl dt{
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	font-weight:bold;
	font-size:15px;
	color:#3D3D3D;
}

dl dd{
	font-size:14px;
	padding:5px;
	line-height:1.5;
}

dl dd table{
	font-size:14px;
}

dl dd table tr td{
	padding:3px;
}

dl dd.dd01{
	margin-left:-2px;
}

dl dd ol{
}

dl dd ol li{
	border:none;
}



