@charset "Shift_JIS";

/*___ style.cssを基にMENU部分を変更し、各ページで
　　　使用しているCSSを追加したファイルです ___ */

/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../img-layout/bg_body.jpg);
	color: #333333;
	background-color: #F6F6F6;
	background-repeat: repeat;
}
#WRAP {
	width:792px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 150%;
}
li {
	margin: 0;
	list-style-type: none;
}
ol, ul {
	margin: 0;
	padding: 0;
}
/* ____ リンクテキスト用 ____ */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #810081;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト用 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:110%;
}
.f12 {
	font-size: 12px;
	line-height:120%;
}
.f14 {
	font-size: 14px;
	line-height:120%;
}
.f16 {
	font-size: 16px;
	line-height:120%;
}
.f18 {
	font-size: 18px;
	line-height:120%;
}
.f24 {
	font-size: 24px;
	line-height:120%;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
.p1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
/* ____ テキスト・色 ____ */
.red {
	color: #FF0000;
}
.ora {
	color: #FF9900;
}
.blue {
	color: #0066CC;
}
.gry {
	color: #999999;
}
/* ____ マージン用 ____ */
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
/* ____ 画像用 ____ */
img {
	border:0;
}
.float-left {
	float: left;
	margin-right: 6px;
}
.float-right {
	float: right;
	margin-left: 6px;
}
.img-middle {
	vertical-align: middle;
}
/*___________ レイアウト設計【HEADER】 ___________ */
h1 {
	font-size:11px;
	color:  #999999;
	margin:0;
	padding: 4px 0 6px 4px;
	background-image: url(../img-layout/bg_body.jpg);
}
#TOP {
	width: 792px;
	height: 79px;
	background-image: url(../img-layout/bg_top.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#siteLOGO a{
	display:block;
	width:310px;
	height:79px;
	text-indent:-9999px;
}
#MENU {
	width: 792px;
	height: 40px;
	float:left;
	background-color: #FFFFFF;
	background-image: url(../img-layout/bg_main.jpg);
	background-repeat: repeat-y;
}
.menu {
	float: left;
	margin: 0;
}
/* menu 
================================*/
#MENU ul#navi{
	position:relative;
	margin:0 0 0 4px;
	width:786px;
	height:40px;
	background:url(../img-layout/menu.gif) no-repeat;	
}
#MENU ul#navi li{
	display:inline;
	list-style:none;
}
#MENU ul#navi a{
	display:block;
	float:left;
	height:40px;
	text-indent:-9999px;
	text-decoration:none;
}
#MENU ul#navi li#navi01 a{width:165px;background:url(../img-layout/menu.gif) no-repeat 0 0;}
#MENU ul#navi li#navi02 a{width:156px;background:url(../img-layout/menu.gif) no-repeat -165px 0;}
#MENU ul#navi li#navi03 a{width:155px;background:url(../img-layout/menu.gif) no-repeat -321px 0;}
#MENU ul#navi li#navi04 a{width:155px;background:url(../img-layout/menu.gif) no-repeat -476px 0;}
#MENU ul#navi li#navi05 a{width:155px;background:url(../img-layout/menu.gif) no-repeat -631px 0;}


#MENU ul#navi li#navi01 a:hover{background-position:0 -40px}
#MENU ul#navi li#navi02 a:hover{background-position:-165px -40px}
#MENU ul#navi li#navi03 a:hover{background-position:-321px -40px}
#MENU ul#navi li#navi04 a:hover{background-position:-476px -40px}
#MENU ul#navi li#navi05 a:hover{background-position:-631px -40px}

#MENU ul#navi2{
	position:relative;
	margin:0 0 0 5px;
	width:784px;
	height:40px;
	background:url(../img-layout/menu2.gif) no-repeat;	
}
#MENU ul#navi2 li{
	display:inline;
	list-style:none;
}
#MENU ul#navi2 a{
	display:block;
	float:left;
	height:40px;
	text-indent:-9999px;
	text-decoration:none;
}
#MENU ul#navi2 li#navi01 a{width:155px;background:url(../img-layout/menu2.gif) no-repeat 0 0;}
#MENU ul#navi2 li#navi02 a{width:165px;background:url(../img-layout/menu2.gif) no-repeat -155px 0;}
#MENU ul#navi2 li#navi03 a{width:155px;background:url(../img-layout/menu2.gif) no-repeat -320px 0;}
#MENU ul#navi2 li#navi04 a{width:155px;background:url(../img-layout/menu2.gif) no-repeat -476px 0;}
#MENU ul#navi2 li#navi05 a{width:152px;background:url(../img-layout/menu2.gif) no-repeat -631px 0;}


#MENU ul#navi2 li#navi01 a:hover{background-position:0 -40px}
#MENU ul#navi2 li#navi02 a:hover{background-position:-155px -40px}
#MENU ul#navi2 li#navi03 a:hover{background-position:-320px -40px}
#MENU ul#navi2 li#navi04 a:hover{background-position:-476px -40px}
#MENU ul#navi2 li#navi05 a:hover{background-position:-631px -40px}


/*___________ レイアウト設計【MAIN】 ___________ */
#MAIN {
	width:792px;
	float:left;
	background-image: url(../img-layout/bg_main.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CONTENTS {
	width:551px;
	float:right;
}
.pan {
	font-size:11px;
	background-color: #DDF9FF;
	color: #666666;
}
#FLASH {
	background-image: url(../img-layout/bg_flash.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 11px 10px;
}
#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	line-height: 33px;
	text-indent: 36px;
	background-image: url(../img-layout/bg_h2.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #003366;
	background-color: #B0ECFF;
	line-height: 180%;
	text-indent: 10px;
	margin: 5px;
	padding: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
}
#CONTENTS p {
	margin: 0;
	padding: 10px 5px 10px 5px;
}
.whatsnew {
	margin: 20px 5px 5px 20px;
	font-size: 12px;
	line-height: 23px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
}
/*___________ 追加設計【CONTENTS】 ___________ */
.bg-border {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 8px;
}
.bg-yell {
	background-color: #FFFFCC;
	margin: 10px;
	padding: 10px;
}
.check {
	font-size: 12px;
	line-height: 200%;
	padding: 0 12px 0 10px;
}
.check li {
	background-image: url(../img-layout/ico_check01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 0 0;
	text-indent: 35px;
}
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 380px;
	float:right;
	background-color: #F7F7F7;
}
.sitemap ul{
	margin: 0 0 20px 20px;
}
.sitemap li{
	font-size: 12px;
	line-height: 130%;
}
/*___________ レイアウト設計【SIDE】 ___________ */
#SIDE {
	width:201px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	background-image: url(../img-layout/side-h.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background-image: url(../img-layout/side-f.jpg);
	background-position: center bottom;
	background-repeat: repeat;
	margin: 0 0 10px 0;
	padding: 8px 0 10px 0;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 10px;
}
.side ul {
	font-size: 12px;
	line-height: 160%;
	padding: 4px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.side li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-repeat: no-repeat;
	background-position: 5px top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}.trademark {
	border: 1px dotted #999999;
	text-align: center;
	margin: 10px;
}
.trademark p {
	margin: 0;
	padding: 8px 2px 8px 2px;
}
form {
	margin: 10px 0 10px 0;
	padding: 0;
}
/*___________ レイアウト設計【FOOTER】 ___________ */
#FOOTER {
	margin: 0;
	padding: 20px;
	color: #FFFFFF;
	background-color: #4B526E;
	background-image: url(../img-layout/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
.gry {
	margin: 18px;
	text-align: center;
}
/*___________ ページパーツ ___________ */

.bandora_img {
	margin-right: 20px;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.honbun {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	width: 500px;
	margin-left: 20px;
}
.center_h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	text-indent: 25px;
	height: auto;
	background-image: url(../img/h3_yellow.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 490px;
	margin-top: 30px;
}
.div_yellow {
	width: 480px;
	background-color: #FFFFCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: 25px;
	float: right;
	margin-top: 10px;
}
.div_yellow_li {
	font-size: 12px;
	line-height: 33px;
	list-style-image: url(../img/sikaku.gif);
	color: #333333;
}
.border_497 {
	font-size: 12px;
	color: #333333;
	width: 465px;
	border: 1px dotted #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.font_red {color: #FF0000;}
.center_h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	text-indent: 25px;
	height: auto;
	background-image: url(img/h3_yellow.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 510px;
	margin-top: 30px;
	margin-left: 15px;
}
.p_right {
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
}
.img_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#h2_semipage {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 33px;
	color: #FFFFFF;
	background-image: url(img/contents_blue.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 550px;
	text-align: left;
	text-indent: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.contents_center {
	height: auto;
	width: 530px;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 10px;
	float: right;
	margin-right: 5px;
}
.div_semi {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 495px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.div_nlpp_yellow {
	line-height: 20px;
	background-color: #FFFFCC;
	width: 430px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*___ カテゴリー用スタイル ___ */

h2.center_h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	text-indent: 25px;
	height: auto;
	background-image: url(../img/h3_yellow.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 510px;
	margin-top: 30px;
	margin-left: 15px;
}
.h2_list {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	width: 480px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	text-indent: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #99CCCC;
	margin-left: 10px;
}
.li_list {
	line-height: 23px;
	margin-left: 10px;
}
.ul_list {
	margin-left: 20px;
	margin-right: 20px;
}
.bookLine{
	margin:5px 8px 0 8px;
	padding-top:10px;
	border-top:#999999 dotted 1px;
	text-align: center;
}
.SIDE_p_core {
	margin-top: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
}