@charset "Shift_JIS";

/*------------------------------------------
定義しているもの
サブページのヘッダ部FLASH　と　メニュー　
および背景〜フッタまで

contents 内部は各ページで編集

------------------------------------------*/
*{
	margin:0px;
	padding:0px;
	font-size:small;
}
h1,h2,h3,h4,h5,h6,p,li,dd,dt,dl,table,form{
	margin:0px;
	padding:0px;
	font-size:small;
}
p,li,dt,dd{
	margin:0px;
	padding:0px;
	font-size:small;
}
ul,ol{
	padding:0px;
	margin:0 0 0 1em;
}

/*フラッシュの余白をつぶす*/
object{
	vertical-align: top;
}
embed{
	vertical-align: top;
}
img{
	vertical-align: top;
}

/*リンク設定*/
a:link{
	text-decoration:none;
}
 a:visited{
	text-decoration:none;
 }
a:hover{
	text-decoration:underline;
}

/*基本レイアウト*/
body{
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:small;
}

#con{
	margin-right:auto;
	margin-left:auto;
	width:900px;
}

/*レイアウト枠-----------------------------*/
#header{

}

#body{

}

#footer{
}

/*body footer にまたがる背景*/
#bg{
}

/*headerのレイアウト-------*/
#header h1{
	display:none;
}
#header .topFlash{

}
#header .topMenu{
	position:relative;
	height:60px;
	z-index:5
}

/*body footer の背景レイアウト*/
#bg .blueskyWrapper{
	background-image:url(../img/contents_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	min-height:890px;
	height: auto !important;
	height: 890px;
}
#bg .blueskyWrapper .sunsetWrapper{
	background-image:url(../img/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:100%;
	min-height:890px;
}


/*bodyのレイアウト----------*/
#body .inner{
	min-height:793px;
	height: auto !important;
	height: 793px;
}

#contents{
	width:670px;
	float:left;
	text-align:center;
}
#contents div{
	margin-left:auto;
	margin-right:auto;
}

#sub{
	float:right;
	text-align:left;
	width:218px;
}


/*contentsのレイアウト------------*/
#contents .titleImg{
	text-align:left;
	margin:20px 0 0 20px;
}

#contents .textBox{
	position:relative;
	text-align:left;
	margin:20px 10px 10px 20px;
	background-color:#FFFFFF;
	border:1px solid #999999;
}
#contents .textBox h3{
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-position:top center;
	background-repeat:no-repeat;
}
#contents .textBox h3 a{
}

#contents .imgTitle{
}

#contents .txtTitle{
}
#contents .imgTitle h3{
	text-indent:-650px;
	overflow:hidden;
}
#contents .txtTitle h3{
	background-image:url(../img/midashi_bg.gif);
	padding-left:50px;
	padding-top:22px;
	font-size:130%;
	font-weight:normal;
}
#contents .txtTitle h4.date{
	color:#0066ff;
	font-weight:normal;
	margin:0px;
	padding:0px;
	position:absolute;
	top:7px;
	left:50px;
	font-size:95%;
}
#contents .textBox .txt h4{
	margin: 6px 0 6px 0;
	padding: 3px 0 5px 8px;
	border-left: solid 7px #C7E34A;
	font-size: 110%;
}

#contents .textBox .txt{
	color:#333333;
	padding-left:50px;
	padding-right:40px;
	padding-bottom:10px;
}

#contents .textBox .txt a{
	line-height: 160%;
	font-size:inherit;
	font-size:100%;
}

#contents .textBox .txt a:link{color:#0066FF;text-decoration:none;}
#contents .textBox .txt a:visited{color:#006699;text-decoration: none;}
#contents .textBox .txt a:hover{color:#0066FF;text-decoration:underline;}
#contents .textBox .txt a:active{color:#FF0000;text-decoration:underline;}

#contents .textBox .txt h4 a:link,
#contents .textBox .txt h4 a:visited,
#contents .textBox .txt h4 a:hover,
#contents .textBox .txt h4 a:active
{
	color:#000000;
}

#contents .imgTitle .txt{
	padding-top:20px;
}
#contents .txtTitle .txt{
	padding-top:-20px;
}
#contents .textBox .txt p{
	font-size: 110%;
	line-height: 160%;
	padding-bottom:1.5em;
}
#contents .textBox .txt p.upAnchor{
	text-align:right;
	font-size: 90%;
}
#contents .textBox .txt p.upAnchor a{
}
#contents .textBox .txt p.upAnchor a:hover{
}


/*indexページのバナーのテーブル組*/
table.indexTable{
	width:640px;
	border:0px;
	margin:10px 0 10px 0;
}
table.indexTable tr{
	border:0px;
}

table.indexTable td{
	border:0px;
	text-align:center;
	padding-bottom:20px;
}
table.indexTable td.itdLeft{
	padding-left:11px;
}
table.indexTable td.itdRight{
	padding-right:11px;
}



/*sub のレイアウト*/
#sub .subMenu{
	background-image:url(../img/subMenuBG.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin-top:20px;
	width:200px;
}
#sub .subMenu ul{
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
}
#sub .subMenu li{
	border-bottom:1px solid #cccccc;
}
#sub .bannerImg{
	margin:10px 0 10px 0;
}

/*サブメニューの動作設定*/
.pageSubMenu{
	display:block;
	text-indent:-200px;
	width:200px;
	height:40px;
	background-repeat:no-repeat;
	background-position:top;
}


/*フッタのレイアウト---------*/
#footer{
	clear:both;
	height:97px;
}
#footer .inner{
	font-size:medium;
	padding-top:60px;
	color:#feaf1e;
}
#footer .inner a:link{
	color:#feaf1e;
}
#footer .inner a:visited{
	color:#feaf1e;
}
#footer .inner a:hover{
	color:#000000;
	background-color:#feaf1e;;
	text-decoration:none;
}

/*--汎用＾-------------------------*/
.kome{
	text-indent:-1em;
	padding-left:1px;
}
.center{
	text-align:center;
}
