@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
サイトの幅と高さを定義(高さは各モニターにより変動)
-----------------------------------------------------*/
html,body{
    height:100%;
}

#wrapper{
	width:1280px;
	text-align:left;
	min-height:100%;
	position:relative;
	float: left;	
}

* html div#wrapper{
    height:100%;
}

body > #wrapper{
	height:auto;
}

#container{
	padding-bottom:165px;
}

/*-----------------------------------------------------
ヘッダー
-----------------------------------------------------*/
#header{
	width:1280px;
	background-image: url(../images/header_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}

#header h1,
#header h2,
#header p{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	height: 18px;
	padding-top: 2px;
}

#header h1{
	float: left;
	margin-left: 8px;
	margin-right: 20px;
}

#header h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#header p{
	float: left;
}

#header h2{
	clear: both;
	margin-left: 8px;
}

/*-----------------------------------------------------
黒板
-----------------------------------------------------*/
#img_box_1{
	height:229px;
	background-image: url(../images/explanation_img/kokuban_nan1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*-----------------------------------------------------
グローバルナビ
-----------------------------------------------------*/

#g_navi ul{
	margin:0px;
	padding:0px;
	display:block;
	height:40px;
}

#g_navi li{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	height:40px;
	
}


#g_navi li#navi_1{
	margin-left: 228px;
	width:114px;
	_margin-left: 114px;
	position: relative;
	left: 114px;
}

/*-----------------------------------------------------
opening　冒頭部
-----------------------------------------------------*/
#opening p#obi{
	background-image: url(../images/explanation_img/orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	height: 25px;
	font-weight: bold;
	text-indent: 245px;
	padding-top: 3px;
}

#pr_back {
	width:1280px;
	height:143px;
	background-image: url(../images/explanation_img/pr_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCFF00;
}

#contents_back{
	background-image: url(../images/explanation_img/contents_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1280px;
}

/*#opening #opening_box{
	background-image: url(../../images/opening_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
*/

/*#opening_box p,#opening_box ul{
	width: 560px;
	margin-left: 345px;
}

#opening_box p#text{
	padding-top: 10px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#opening_box ul{
	font-size: 90%;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 5px;
}

#opening_box p#btn{
	margin-top:30px;
}
*/

/*-----------------------------------------------------
content(左右の要素を併せたbox)
-----------------------------------------------------*/
#content{
	width:972px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
}


/*-----------------------------------------------------
primary(左部分)
-----------------------------------------------------*/
#primary{
	float: left;
	width: 697px;
}

.box h3{
	width:667px;
	height: 48px;
	background-image: url(../images/box_0.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

#primary .box .box_middle{
	background-image: url(../images/explanation_img/box_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 600px;
	padding-right: 48.5px;
	padding-left: 48.5px;
	padding-top: 5px;
}

#primary .box_bottom{
	background-image: url(../images/explanation_img/box_bottom.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 697px;
	background-position: left top;
	margin-bottom: 10px;
}

.box p{
	margin-bottom: 15px;
}

#primary dt{
	font-weight: bold;
	color: #CC9900;
}

#primary .space{
	margin-top: 15px;
}

.box_middle dd,
.box_middle li{
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 1.9em;
}

th {
	text-align: center;
	vertical-align: top;
}

caption {
	font-size: 150%;
	color: #FF6600;
	font-weight: bold;
	padding-top: 20px;
}

.point {
	margin: 20px;
	padding: 15px;
	border: thin dotted #FF9900;
	background-color: #FFFF99;
}

/*-----------------------------------------------------
ハイブリッドデザイン　テーブル部分
-----------------------------------------------------*/

table{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

th{
	width: 115px;
	text-align: left;
}

th,td{
	padding-top: 35px;
	padding-bottom: 35px;
}

td{
	font-size: 110%;
	line-height: 1.7;
	text-align:justify;
	text-justify:inter-ideograph;
	width: 485px;
}

.union{
	width: 600px;
	text-align: left;
}

/*-----------------------------------------------------
フォントパターン
-----------------------------------------------------*/
.blue_S{
	color: #0000FF;
	font-size: 125%;
}

.blue_L{
	color: #0000FF;
	font-size: 170%;
}


.red_S{
	color: #FF0000;
	font-size: 125%;
}

.red_L{
	color: #FF0000;
	font-size: 170%;
}

.green_S{
	color: #669900;
	font-size: 125%;
}

.green_L{
	color: #669900;
	font-size: 170%;
}

.pink_S{
	color: #FF3399;
	font-size: 125%;
}

.pink_L{
	color: #FF3399;
	font-size: 170%;
}

/*-----------------------------------------------------
secondary(右部分)
-----------------------------------------------------*/
#secondary{
	float: right;
	width:250px;
}

#secondary h4{
	height: 45px;
}

#side_middle{
	height:105px;
	width: 250px;
	background-image: url(../images/side_middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 20px;
}

.side_bottom{
	background-image: url(../images/side_bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 250px;
	background-position: left top;
	margin-bottom: 10px;
}

#side_middle dt,
#side_middle dd{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FF3300;
	text-align: center;
}

#side_middle dt{
	color: #FF3300;
}

#side_middle dd{
	color: #333333;
	padding-bottom: 5px;
}

#secondary #side_2{
	width:250px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	background-image: url(../images/nandemo_img/sponsored-link_head.png);
}

#secondary .side2_middle{
	background-image: url(../images/nandemo_img/sponsored-link_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
}

#secondary #side2_bottom{
	background-image: url(../images/nandemo_img/sponsored-link_bottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 250px;
	background-position: left top;
	margin-bottom: 10px;
}

#prfra{
	position: relative;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/*-----------------------------------------------------
クリアフィックス
-----------------------------------------------------*/
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*-----------------------------------------------------
footer
-----------------------------------------------------*/
#footer{
	clear:both;
	font-size: 90%;
	position:absolute;
	bottom:0px;
	height: 160px;
	width: 1280px;
	text-align: center;
}

#footer p#return{
	text-align: left;
	height: 40px;
	width: 160px;
	position: relative;
	left: 560px;
	*left: 0px;
}

#footer p#return a{
	height: 40px;
	width:160px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	background-image: url(../images/btn_return.png);
	background-position:0px 0px;
	text-indent: -9999px;
}

#footer p#return a:hover{
	background-position:0px -40px;
}

#footer ul{
	margin-top: 20px;
	margin-bottom: 5px;
}

#footer ul li{
	display:inline;
	list-style:none;
	margin-left: 15px;
	background-image: url(../../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#footer address{
	margin-top: 15px;
	margin-bottom: 10px;
}

.style1 {
	font-size: 100%
}

th{
	vertical-align: top;
}

/*-----------------------------------------------------
黒板　黒板直下のフラッシュ
-----------------------------------------------------*/
#apDiv1 {
	position:absolute;
	left:266px;
	top:67px;
	width:564px;
	height:168px;
	z-index:1;
}

#apDiv2 {
	position:absolute;
	left:270px;
	top:360px;
	width:565px;
	height:110px;
	z-index:2;
}*/#yohaku {
	margin-bottom: 20px;
}
#yohaku2 {
	margin-bottom: 10px;
}
#yohaku3 {
	margin-bottom: 10px;
}
#yohaku {
	margin-bottom: 10px;
}

