@charset "Shift_JIS";

/* リンク　------------------------------------------------------------------------- */
a:link     { color: #2400ff; text-decoration: underline ; font-size: 10pt;}
a:visited  { color: #2400ff; text-decoration: underline ; font-size: 10pt;}
a:hover    { color: #00b4ff; text-decoration: underline ; font-size: 10pt;}
.link:link     { color: #333; text-decoration: underline ; font-size: 9pt;}
.link:visited  { color: #666; text-decoration: underline ; font-size: 9pt;}
.link:hover    { color: #333; text-decoration: underline ; font-size: 9pt;}

.link2:link     { color: #333; text-decoration: none ; font-size: 12pt;}
.link2:visited  { color: #666; text-decoration: none ; font-size: 12pt;}
.link2:hover    { color: #333; text-decoration: none ; font-size: 12pt;}

/* フォント　----------------------------------------------------------------------- */
.read {
		 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		 font-size: 10pt;
		 color:#333;
		 line-height: 16pt
	  }
	  
.score {
		 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		 font-size: 10pt;
		 color:#FF6600;
		 font-weight:bold;
	  }
	  
	  
.white {
		 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		 font-size: 10pt;
		 color:#fff;
	  }
	  
.shoulder {
		 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		 font-size: 12pt;
		 font-weight:bold;
		 color:#0A50A1;
		 line-height: 18pt
	  }
	  
.shoulder_s {
		 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		 font-size: 10pt;
		 font-weight:bold;
		 color:#0A50A1;
		 line-height: 18pt
	  }

/* ページ全体　--------------------------------------------------------------------- */
#layout{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	border: solid 1px #333;
	}

body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
    background-image: url(img/bg.gif);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt; color: #333;
	}


/* ヘッダ周り　---------------------------------------------------------------------- */
#headarea{
	width: 760px;
	height: 104px;
	background-image: url(img/bg_head.jpg);
	}
#headmenu{
	width: 458px;
	height: 81px;
	margin: 11px 15px 12px 5px;
	}
#headshadow{
	width: 760px;
	height: 37px;
	background-image: url(img/bg_head_shadow.jpg);
	}
#headshadow_tmp{
	width: 760px;
	height: 37px;
	background-image: url(img/bg_head_shadow_tmp.jpg);
	}
#submenu{
	margin: 0 15px 0 129px;
	width: 616px;
	height: 37px;
	}

/* コンテンツ　---------------------------------------------------------------------- */
#top_contents{
	width: 760px;
	height: 465px;
	}
#top_bg{
	width: 646px;
	height: 465px;
	background-repeat: no-repeat;
	background-position: bottom;
	}
#top_img{
	margin: 0px 15px 124px 15px;
	width: 616px;
	height: 341px;
	}
#tmp_contents{
	margin: 0px 15px 15px 15px;
	width: 616px;
	background-image: url(img/bg_tmp_head.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
#bread_crumb{
	margin: 3px 0 5px 0;
	width: 596px;
	}
/* サイドメニュー　---------------------------------------------------- */
#sidemenu{
	margin: 0 8px;
	width: 98px;
	}
#sidemenu2{
	margin: 0 5px 15px 5px;
	width: 98px;
	}
#sidemenu3{
	width: 100px;
	margin:0 0 110px 1px;
	}


/* フッター　---------------------------------------------------- */
#footer{
	width: 760px;
	margin: 5px auto 0 auto;
	}
#copyright {
			font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
			font-size: 8pt; color: #333;
			}
			

/* 背景画像設定　---------------------------------------------------- */
#contents_back{background-image: url(img/bg_tmp.jpg);
			   background-repeat: no-repeat;
			   background-position: bottom;}

img{
	border:0;
}