
/* ===================================================================
CSS information

 style info :コンテンツページ共通の枠組み

=================================================================== */

/* -----------------------------------------------------------
	#default
		デフォルト(これは基本的に変更しない)
----------------------------------------------------------- */
body,
td{
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","メイリオ","Meiryo","MS PGothic",Sans-Serif;
	line-height: 140%;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	text-align:center;
	width:1003px;
	margin:0 auto;
	text-align:center;
}


/*----------------------------------------------------
	#container
----------------------------------------------------*/
#container {
	text-align:left;
	margin:0 auto;
	width:1003px;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width:1001px;
}

#header_left {
	float:left;
	width:400px;
}

#header h1{
	float:left;
}
#header p{
	float:left;
	padding-top:15px;
}

#header #header_right{
	float:right;
	width:500px;
	height:70px;
	
}
#header #header_right form{
	vertical-align:middle;
	height:20px;
	text-align:right;

	
}
#header #header_right .header_top{
	width:500px;
	padding-bottom:10px;
	height:30px;
	
}
#header #header_right .header_top #utilityNav {
	float:left;
	width:410px;
	
}
#header #header_right .header_top .login {
	float:right;
	width:83px;
	padding:5px 0px 0px 0px;
}
#header #header_right #google {
	
	height:25px;
	vertical-align:middle;
	float:right;
	width:290px;

	
}
#header #header_right #google input.search{
	margin-bottom:-5px;

	
}
#header #header_right #google input.text{
	
	
}
#header #header_right .header_bottom{
	
	clear:both;
	
}
#header #header_right .header_bottom .name{
	float:left;
	margin-left:0px;
	text-align:right;
	width:210px;
	color:#1F60A9;
	padding-top:3px;
}

/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	text-align: right;
	padding-top:8px;
}

#header #utilityNav li {
	display: inline;
	text-decoration:none;
}

#header #utilityNav li a{
	display: inline;
	text-decoration:none;
	color:#464646;
}

/* #gNav
----------------------------------------------------------- */
#gNav {
	clear:both;
	width:1002px;

}


#gNav li {
	float: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	clear:both;
	padding-top:0px;

}


/*----------------------------------------------------
	#pankuzu
----------------------------------------------------*/
#pankuzu{
	clear:both;
	width:999px;
	margin-bottom:18px;
	font-size:10px;
	background:#D3DAE5;
	border:solid 1px #D6D6D6;

}
#pankuzu a{
	color:#666;

	text-decoration:underline;
}
#pankuzu a:hover{
	text-decoration:underline;
}

#pankuzu ul{
	line-height:0;
	margin-left:5px;

}
#pankuzu li{
	display:inline;
	background:url(../img/nav/pankuzu.gif) no-repeat left center;
	padding-left:15px;
	line-height:160%;
}
#pankuzu li.top{
	background:none;
	padding:0;
	margin-right:3px;
}
#contents p.to_list{
	text-align:right;
	padding:70px 0px 0px 0px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/


#main {



}
#main table td{
	vertical-align:top;

}

.pageTop {
	clear: both;
	text-align: right;
	margin:40px 30px 20px auto;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float:left;

}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	background:#D4DAE6;
	clear:both;
	height:20px;
	vertical-align:middle;
	color:#fff;
	text-align:left;

}

#footer ul {
	margin-left:10px;
	padding-top:1px;
}

#footer ul li {
	display: inline;
}
#footer ul li a{
	color:#666666;
	text-decoration:none;
}

.copyright {
	text-align: right;
	color:#000000;
	margin-bottom:40px;

}
p.pagetop {
	text-align: right;
	clear:both;
	padding-right:6px;


}

/* -----------------------------------------------------------
	#sitemap
		サイトマップ
----------------------------------------------------------- */
#sitemap {
	border:solid 1px #ccc;
	clear:both;
	width:955px;
	padding:15px 0 0 45px;
	margin-bottom:20px;
	margin-top:2px;

}
#sitemap .sitemap_box {
	float:left;
	width:190px;
	text-align:left;
}
#sitemap .sitemap_box ul{
	font-size:86%;
	line-height:140%;
	margin-bottom:16px;
}
#sitemap.clearfix .sitemap_box ul.jia{
	font-size:86%;
	line-height:140%;
	margin-bottom:8px;
}
#sitemap .sitemap_box h3{
	margin-bottom:5px;
	font-size:12px;
}
#sitemap .sitemap_box a{
	color: #666666;
	text-decoration:none;
}
#sitemap .sitemap_box a:hover {
	color:#000;
}
div.map{
	clear:both;
	margin-bottom:15px;
	text-align:left;

}