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

/* -------------------------------------------------- */
/*　共通設定　*/
/* -------------------------------------------------- */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
 	margin:0;
 	padding:0;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
 	border-collapse:collapse;
 	border-spacing:0;
}
img {
 	border:0;
}
ul,ol,li {
 	list-style:none;

}

a {
	text-decoration:none;
}

/*　↓HTML5　新要素をブロック化する↓　*/
header, section, footer, aside, nav, article, figure, hgroup { 
	margin:0;
	padding:0;
	display: block;
}   

/* -------------------------------------------------- */
/*　大枠ボックス構成　*/
/* -------------------------------------------------- */

body {
	font-size: 12px;
}


#container {
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	position: relative;
	//z-index: 100;
}

#siteNavi {
	height: 49px;
	width: 100%;
	background-image: url(../image/bg-navi.jpg);
}

#wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
	overflow: hidden;


}

#header_wrapper {
	background-color: #FBFBFF;	
	}

#header {
	width: 900px;
	margin: auto;
	height: 70px;
}

#navi {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}

#main_visual {
	width: 900px;
	height: 150px;
	margin-bottom: 10px;
	margin-top: 1px;
}

#contents {
	width: 680px;
	margin-bottom: 30px;
	float: left;
}

#sub {
	width: 210px;
	float: right;
	margin: 0px;
	}

.ext-contents-wrapper {
	width: 210px;
	float: right;
	margin: 0px;
	}


h1 {
	font-size: 12px;
}

h2 {
	//font-size: 16px;
	padding-bottom: 8px;
	height: 35px;
}

h3 {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #36F;
}


#footer {
	width: 900px;
	clear: both;
	margin: 0 auto;
}

#footer_wrapper {
	background-color: #E6E6FF;
	}






/* -------------------------------------------------- */
/*　コンテンツ部分　*/
/* -------------------------------------------------- */






#navi ul li {
	float: left;
	text-align: center;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 224px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
}

#navi ul li a {
	display: block;
	width: 224px;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	line-height: 40px;
}

#navi ul li a:hover {
	color: #93AEFF;
}


#sub p.shokai {
	color: #333;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}


#sub p.shokai a {
	color: #006;
}

#sub p.shokai a:visited {
	color: #006;
}
#sub p.shokai a:hover {
	text-decoration: underline;
}

#sub .book {
	height: 190px;
	padding-top: 10px;
	padding-left: 40px;
	}

/* -------------------------------------------------- */
/*　フッター部分　*/
/* -------------------------------------------------- */


#footer ul{
/*	overflow:auto;*/
/*	width: 435px;*/
	overflow:inherit;
	width: 680px;
	margin: 0 auto;
}

#footer ul{
	clear:both;
}

#footer ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 12px;
}

#footer ul .sen{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#footer h4 {
	font-size: 10px;
	//margin-top: 5px;
	padding-top: 15px;
	color: #505050;
	padding-bottom: 5px;
}
	
#footer p.small {
	font-size: 10px;
	color: #666;
	}

#footer p.small a {
	font-size: 10px;
	color: #000066;
	}
#footer p.small a:visited {
	font-size: 10px;
	color: #000066;
	}
#footer p.small a:hover {
	font-size: 10px;
	color: #36F;
	text-decoration: underline;
	}
	
#footer .etc {
	float: left;
	width: 200px;
	height: 240px;
	padding-left: 20px;
}

#footernavi {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footernavi a {
	color: #666;
}

#footernavi a:visited {
	color: #666;
}

#footernavi a:hover {
	color: #36F;
	text-decoration: underline;
}

.pagetop {
	text-align: right;
	padding-top: 5px;
	}	
	
#copy {
/*	width: 420px;
*/	width: 480px;
	margin-top:	20px;
	margin-right: auto;
	margin-left: auto;
	}

#back-top {
    position: fixed;
	bottom: 25px;
    margin-left: 900px;
}

#back-top a {
    width: 100px;
    display: block;
}
#back-top span {
	width: 100px;
	height: 15px;
	display: block;
	margin-bottom: 7px;
	background-image: url(../image/pagetop-white.fw.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.font_red {
	color:red;
	}		