@charset "utf-8";
/* style css */
body
{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif;
	background-image: url(../images/menu_06a.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 1;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.container .main_con
{
	width: 980px;
	background-color: #FFF;
}
.container .main_con .header
{
	padding-top: 20px;
	/*margin-bottom: 10px; 旧ロゴ下マージン*/
}

.container .main_con .header .header_logo
{
	/*height: 42px; 旧ロゴサイズ*/
	height: 55px;
	width: 175px;
	margin-left: 8px;
	float: left;
}
.container .main_con .header .menu_gs
{
	float: left;
	height: 42px;
	margin-left: 10px;
	width: 787px;
}
.container .main_con .header .menu_gs h1
{
	font-size: 10px;
	font-weight: normal;
	height: 13px;
	line-height: 13px;
	color: #666;
}
.container
{
	width: 983px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 3px;
	background-image: url(../images/menu_06c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*menu グローバルメニュー*/
#dropmenu {
	list-style-type: none;
	width: 650px;
	height: 30px;
	/*margin: 30px auto 300px;*/
	padding: 0;
	/*border-bottom: 5px solid #535d09;*/
	/*border-radius: 3px 0 0 3px;*/
	float: left;
	background-color: #0094DB;
	background-image: url(../images/menu_06.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#dropmenu_r {
	width: 784px;
	height: 30px;
	padding: 0;
	float: left;
	background-color: #0094DB;
	background-image: url(../images/menu_06.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	/*text-shadow: -1px -1px 1px rgba(255,255,255,0.5), 1px 1px 1px rgba(0,0,0,0.5);*/
  /*text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5);*/
	text-shadow: 1px 1px 2px #003;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}
#dropmenu .menu_a:hover > a{
	color: #fff;
	background-color: #325E89;/*back color*/
}

#dropmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul {
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  z-index: 12;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #588BC4;/*back color*/
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
	color: #fff;
	background-color: #27adfe;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A0BEDE;
	border-bottom-color: #37689D;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
/*search*/
#search {
	list-style-type: none;
	width: 134px;
	height: 30px;
	padding: 0;
	/*border-bottom: 5px solid #535d09;*/
	/*border-radius: 0 3px 3px 0;*/
	background-color: #0094DB;
	float: left;
	background-image: url(../images/menu_06.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*sitesearch*/
#menu_g #search li .sitesearch #mado
{
	/*border-radius: 9px 0px 0px 9px;*/
	padding-left: 0px;
	background-color: #FFF;
	margin: 0px;
}
.sitesearch
{
	background-image: url(../images/menu_18.jpg);
	background-repeat: no-repeat;
	width: 133px;
	position: relative;
	height: 21px;
}
.sitesearch #mado
{
	width: 105px;
	position: absolute;
	left: 7px;
	top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sitesearch #button
{
	height: 14px;
	width: 15px;
	position: absolute;
	left: 114px;
	top: 3px;
}
#menu_g #search li
{
	height: 20px;
	width: 133px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
}
.clearBoth {
  width: 100%;
  clear: both;
}
.menu_gs #menu_g #left_ber
{
	float: left;
	background-image: url(../images/menu_06d.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 3px;
}
/*メインコンテンツ設定*/
.container .main_con .sub_content
{
	width: 980px;
}
.container .main_con .main_content
{
	margin-bottom: 10px;
	width: 980px;
}
.container .main_con .sub_content
{
	width: 980px;
	margin-bottom: 25px;
}
.container .main_con .sub_content .sub_con1
{
	float: left;
	width: 410px;
}
.container .main_con .sub_content .sub_con2
{
	width: 134px;
	float: right;
}
.container .main_con .sub_content .sub_con2 img
{
	margin-bottom: 10px;
}
.container .main_con .sitemap_f
{
	height: 259px;
	width: 978px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	color: #666;
}
.container .main_con .sitemap_f .sitemap_fa {
	width: 195px;
	height: 100%;
	float: left;
}
.container .main_con .sitemap_f .sitemap_fa ul li a {
	font-size: 11px;
	text-decoration: none;
}
.container .main_con .sitemap_f .sitemap_fa ul li a:link,
.container .main_con .sitemap_f .sitemap_fa ul li a:visited
{
	color: #666;
}
.container .main_con .sitemap_f .sitemap_fa ul li a:hover,
.container .main_con .sitemap_f .sitemap_fa ul li a:active
{
	color: #325E89;
}
.container .main_con .sitemap_f .sitemap_fa ul li {
	line-height: 20px;
	margin-right: 10%;
	margin-left: 10%;
	padding-left: 10px;
}
.container .main_con .sitemap_f .sitemap_fa h3 {
	margin-left: 10%;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-right: 10%;
	margin-top: 20px;
	line-height: 130%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #588BC4;
}
.container .main_con .sitemap_f .sitemap_fa ul {
	margin-top: 5px;
}
.container #footer #copyright {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.container .main_con .sub_content a:hover img,
.side_m01 .ma_10 a:hover img,
.spfan_info .box_01 a:hover img
{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
/*全ページ共通*/
.ma_25
{
	margin-top: 25px;
}
.ma_20 {
	margin-bottom: 40px;
}
.ma_10
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_content .search_con
{
	height: auto;
}
.high300
{
	height: 300px;
}
.sitemap_f .sitemap_fa ul .junbi
{
	font-size: 12px;
	color: #CCCCCC;
}
/*Web Icon Fonts*/
@font-face{ 
    font-family: 'WebIconFonts';
    src: url('../font/webiconfonts.eot');
    src: url('../font/WebIconFonts.eot?') format('eot'),
         url('../font/WebIconFonts.woff') format('woff'),
         url('../font/WebIconFonts.ttf') format('truetype');
}

.icon_f {
    font-family: WebIconFonts;
}
.main_con .sub_content .topics {
	float: left;
	width: 425px;
	height: 125px;
}
.main_con .sub_content .topics ul {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 12px;
	color: #666;
}
.main_con .sub_content .topics ul li {
	margin-bottom: 3px;
	margin-top: 3px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #96B0E6;
}
.main_con .sub_content .topics .topics_a {
	width: 424px;
	border: 1px solid #5B8EC5;
	height: 100px;
	overflow: auto;
}
.main_con .sub_content .topics .topics_a ul li a:link,
.main_con .sub_content .topics .topics_a ul li a:hover,
.main_con .sub_content .topics .topics_a ul li a:visited
{
	color: #666;
	text-decoration: none;
}
.main_con .sub_content .topics .topics_a ul li a:hover
{
	color: #407cb8;
	text-decoration: none;
}
