@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
	font-size: 80%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.4;
	color:#333;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}


a:link,
a:visited,
a:active{
color:#333;
text-decoration:none;
}


ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




p,dd{
font-size:1.2em;
}

/*footerの背景指定*/
html{
background:#dedede;
}

.nonpc{
display: none;
}

.pc{
display:block;
}

/*==================
header
====================*/

#header{
	width:100%;
	background-image: url(../topbiz_img/top_bg_03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
}

#header_top{
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
} 

/*header左側の設定*/

#logogroup{
	width:350px;
	float:left;
	background-image: url(../topbiz_img/top_biz_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	text-transform: lowercase;
	text-align: left;
	margin-top: 20px;
}
#contactus {
	width:400px;
	float:right;
	height: 100px;
	text-align: right;
}



/*header右側の設定*/

#subnav{
	width:350px;
	float:right;
	margin-bottom: 5px;
}

#subnav li{
	float:right;
	font-size:1.1em;
}

#subnav li.sitemap{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	background-image: url(../top_img/top_aicon_03.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#subnav li.rss{
	padding:0 0 0 16px;
	font-size: 120%;
	background-image: url(../top_img/top_aicon_06.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
	width: 950px;
	background-position: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
	height: 35px;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
	float: left;
	width: 150px;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}
	#navigation li a {
	display: block;
	width: 100%;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	color: #006;
	text-decoration: none;
	font-size: 130%;
	}
	#navigation li a:hover {
		color: #00C;
		border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #CFDFFF;
	}
#centerbox {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../topbiz_img/top_bg_07.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/*==================
contents
====================*/
#contents{
	width:920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#info{
	width:740px;
	float:left;
}


/*イベント情報*/

#info h2{
background:url(../images/icon_01.gif) no-repeat 0 0;
padding:0 0 3px 13px;
line-height:29px;
border-bottom:1px solid #CCC;
margin:25px 26px 0 0;
}

#info h3{
font-size:1.3em;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 0 10px 0;
}

#bnrarea{
margin-top:20px;
}

#bnrarea li{
margin-bottom:10px;
border:1px solid #ccc;
padding:1px;
}

.section{
width:316px;
float:left;
margin-right:26px;
}


#news dt{
font-size:1.3em;
font-weight:bold;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 0 10px 0;
}

#news dt span{
font-weight:normal;
padding-left:20px;
}


#news dd{
	padding-bottom:12px;
	margin-right:26px;
}
#contents #info dd p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 100%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*==================
footer
====================*/

#footer{
	width:100%;
	margin-top:15px;
	text-align:center;
	background-color: #dedede;
	background-image: url(../topbiz_img/top_biz_46.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: auto;
	margin-bottom: 60;
	margin-left: auto;
}

#footer_inner{
	width:960px;
	text-align: center;
	font-style: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
#footer #footer_inner h2   {
	font-size: 110%;
	background-image: url(../topbiz_img/top_biz_38.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer #footer_inner em {
	font-size: 100%;
	line-height: 120%;
	margin: 5px;
	font-style: normal;
}
#footer_copy {
}


#topimg {
	width:920px;
	margin-top: 20px;
	height: 307px;
}
#guideimg {
	width:902px;
	margin-top: 20px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
}
#sinfo {
	width:900px;
	float:left;
}


#contents #info #news dl dd table tr td a {
	font-weight:bold;
	background:url(../images/icon_02.gif) no-repeat 0 2px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 110%;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#test {
	float: right;
	width: 170px;
	padding-top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	}


	
		/* 共通
	---------------------------------------------*/
	#test .list {
	text-align: left;
	}
	#test .list li {
	background-image: url(../topbiz_img/top_biz_25.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-right: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
#test .list ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #333;
	line-height: 160%;
	margin-left: 30px;
	text-decoration: none;
}
	
	
		/* 見出し
	---------------------------------------------*/


#test .list h2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 100%;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#test .list h2 a {
	color: #333;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 180%;
	text-decoration: none;
	background-image: url(../topbiz_img/top_biz_22.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
#test .list h2 a:hover {
	color: #009;
	background-image: url(../topbiz_img/top_biz_22m.gif);
	background-repeat: no-repeat;
	background-position: left center;;
	}
#test .list li:hover {
	background-image: url(../topbiz_img/top_biz_25m.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-right: 5px;
	border-bottom-color: #009;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#test .list h2:hover {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	font-size: 100%;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#shogainenkin {
	width: 740px;
	background-image: url(../topbiz_img/top_biz_34.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	line-height: 130%;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#centerbox #contents #info dd #shogainenkin a strong {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
}
#centerbox #contents #info dd #shogainenkin a strong:hover {
	color: #009;
}
#centerbox #contents #info dd #shogainenkin strong {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #F99;
	color: #762217;
	margin-bottom: 5px;
}
#centerbox #contents #info dd #shogainenkin em {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	line-height: 200%;
}
