@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

#wrapper{
	width:100%;
	color:#333;
	text-align:center;
	background:url(../images/header_bg2.png) repeat-x center top;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
/* linkcolor */
a.linkcolor{
	color:#2BA8E8;
	text-decoration:none;
}
a.linkcolor:hover{
	color:#2BA8E8;
	text-decoration:underline;
}



/*-----------------------------
	header
------------------------------*/

#header{
	width:100%;
	min-width:960px;
	height:215px;
	background:url(../images/header_bg.png) no-repeat center top;
	border-bottom:1px solid #dedede;
}
#header_inner{
	width:960px;
	height:215px;
	position:relative;
	margin:0 auto;
}
/* h1 */
#header h1{
	padding-top:47px;
	margin-bottom:10px;
}
/* hnav */
#header #hnav{
	background: #fff;
	position:absolute;
	right:0;
	top:0;
	}
#header #hnav li{
	float:left;
	}
#header .chikachika {
	position: absolute;
	top: 2px;
	left: 51px;
	cursor: pointer;
	}
	#chikachika {
		display: none;
		width: 100%;
		position: fixed;
		top: -420px;
		left: 0;
		z-index: 9999;
		}
		#chikachika p {
			text-align: center;
			cursor: pointer;
			}
		
/* lang */
#header #lang1{
	position:absolute;
	left:627px;
	top:26px;
}
#header #lang2{
	position:absolute;
	left:693px;
	top:26px;
}
#header #lang3{
	position:absolute;
	left:759px;
	top:26px;
}
#header #lang4{
	position:absolute;
	left:825px;
	top:26px;
}
#header #lang5{
	position:absolute;
	left:891px;
	top:26px;
}

/* gnav */
#header #gnav{
	clear:both;
	overflow:hidden;
}
#header #gnav li{
	float:left;
}



/*-----------------------------
	contents
------------------------------*/

#contents{
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-top:37px;
	overflow:hidden;
}
/* pagetop */
#contents #pagetop{
	clear:both;
	padding-top:70px;
	text-align:right;
}



/*-----------------------------
	side
------------------------------*/

#side{
	float:left;
	width:230px;
}
/* side_hour */
#side #side_hour{
	clear:both;
	font-size:12px;
	margin-bottom:15px;
}
#side #side_hour div{
	padding:15px 0 0 20px;
	background:url(../images/bg_slash.png) repeat;
	margin-bottom:5px;
	overflow:hidden;
}
#side #side_hour div p{
	margin-bottom:20px;
}
#side #side_hour .more{
	text-align:right;
}
/* side_search */
#side #side_search{
	clear:both;
	font-size:12px;
	padding:10px 10px 0;
	margin-bottom:10px;
	background:#C4E6FB;
	overflow:hidden;
}
#side #side_search .title{
	margin-bottom:5px;
}
#side #side_search div{
	margin-bottom:10px;
	overflow:hidden;
}
#side #side_search div p{
	margin-bottom:3px;
}
#side #side_search div input[type="text"]{
	float:left;
	width:160px;
	height:25px;
	line-height:25px;
	border:none;
}
#side #side_search div input[type="button"]{
	float:right;
	width:45px;
	height:25px;
	line-height:25px;
	color:#fff;
	border:none;
	background:#2BA8E8;
}
#side #side_search div select{
	width:210px;
}
/* banner */
#side .banner{
	margin-bottom:10px;
}
/* side_fb */
#side #side_fb{
	clear:both;
	margin-bottom:10px;
}
/* bottomline */
#side .bottomline{
	padding-bottom:20px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
}



/*-----------------------------
	main
------------------------------*/

#main{
	float:right;
	width:680px;
	font-size:14px;
}
/* pnav */
#main #pnav{
	line-height:1;
	font-size:10px;
	background:url(../images/pnav.png) no-repeat left center;
	padding-left:15px;
	overflow:hidden;
	margin-bottom:30px;
}
#main #pnav li{
	float:left;
	padding-right:10px;
	background:url(../images/footer_icon.png) no-repeat right center;
	margin-right:5px;
}
#main #pnav li.last{
	padding:0;
	margin:0;
	background:none;
}
/* subtitle */
#main .subtitle{
	clear:both;
	padding-bottom:8px;
	border-bottom:2px solid #000;
}



/*-----------------------------
	footer
------------------------------*/

#footer{
	clear:both;
	width:100%;
	margin-bottom:30px;
}
#footer_inner{
	width:100%;
	background:url(../images/bg_slash.png) repeat;
}
#footer_inner #fnav{
	width:960px;
	height:220px;
	margin:0 auto;
}
#footer_inner #fnav p{
	float:left;
	margin:-30px 35px -30px 0;
}
#footer_inner #fnav ul{
	float:left;
	text-align:left;
	line-height:1.8;
	padding:25px 0 0;
	margin-right:20px;
}
#footer_inner #fnav ul.last{
	margin-right:0;
}
#footer_inner #fnav ul li{
	padding-left:10px;
	background:url(../images/footer_icon.png) no-repeat left 6px;
}
ul#fnav02 {
	width: 690px;
	padding-left: 270px;
	margin: 10px auto 0;
	overflow: hidden;
	}
	ul#fnav02 li {
		float: left;
		background: url(../images/footer_icon_2.png) no-repeat left 6px;
		padding-left: 10px;
		margin-left: 45px;
		}
#footer_inner2{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;
}
#footer_inner2 p{
	float:right;
	margin-left:6px;
}
#footer_inner2 #copy{
	float:right;
	padding-top:16px;
}
#footer_inner2 ul{
	float:right;
	padding-top:7px;
}
#footer_inner2 ul li{
	float:right;
	height:20px;
	margin-right:10px;
}


.special{
	font-size: 1.75em;
}

ul.sns {
	float:right;
	padding-top:7px;
	overflow: hidden;
	}
	ul.sns li {
		float: left !important;
		width: 120px !important;
		margin-right: 0 !important;
		}