@charset "utf-8";

/*		Styles for all
------------------------------------------------------------------------------------*/
body {
background: url(../images/bg.jpg?202312022142) no-repeat 0 0;
background-color: #ffffff;
text-align: left;
color:#000000;
font: 13px/1.231 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
}

table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

body,div,ul,li,h1,h2,h3,p,blockquote,dl,dt,dd{
margin: 0;
padding: 0;
line-height:1.4;
}

img {
border: 0;
vertical-align: bottom;
}

ul li{
list-style:none;
}

/*		リンク指定
------------------------------------------------------------------------------------*/

a:link img,
a:visited img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a {
text-decoration: underline;
color: #000000;
}
a:link,
a:visited {
/*color: #d1132f;*/
}
 
a:hover,
a:active {
/*color: #d1132f;*/
text-decoration: none;
}

/*		フォント指定
------------------------------------------------------------------------------------*/
.f10{
font-size:77%;
}
.f12{
font-size:93%;
}
.f14{
font-size:108%;
}
.f16{
font-size:123.1%;
}
.fontBold{
font-weight:bold;
}

/*		共通
------------------------------------------------------------------------------------*/
.tleBar{
background:url(../common/bg_tleBar.gif) no-repeat 0 0;
height:31px;
line-height: 32px;
color:#3f3f3f;
font-weight:bold;
font-size:108%;
letter-spacing:0.1em;
text-align:left;
padding:0 0 0 23px;
}

.newsBar{
background:url(../common/bg_tleBar.gif) no-repeat 0 0;
height:31px;
color:#3f3f3f;
}

.newsBar .main{
font-weight:bold;
font-size:108%;
letter-spacing:0.1em;
text-align:left;
padding:0 0 0 23px;
float:left;
line-height: 32px;
}

.newsBar .sub{
padding:0 10px 0 0;
font:77% normal;
letter-spacing:0.1em;
text-align: right;
line-height:32px;
}

.newsBtm{
width:460px;
height:5px;
background:url(../images/btm_whatsnew.gif) no-repeat 0 0;
}

.tleMain{
text-align:left;
margin:0 0 40px 0;
}

.subBar{
background-color:#f3f3f3;
height:23px;
line-height:23px;
font-size:77%;
border-top:solid 3px #d8d8d8;
margin:1px 0 0 0;
text-align:left;
padding:0 15px;
}

.rss{
padding:0 0 0 18px;
background:url(../common/icon_rss.gif) no-repeat 0 1px;
}

.arrow{
padding:0 0 0 20px;
background:url(../common/icon_arrow.gif) no-repeat 0 0;
line-height:18px;
}

ul.circle{
padding:5px 0;
}
ul.circle li {
background:url(../common/icon_circle.gif) no-repeat 15px 10px;
text-align:left;
padding:5px 15px 5px 30px;
border-bottom:dotted 1px #888888;
}

ul.circle2{
padding:5px 0;
}
ul.circle2 li {
background:url(../common/icon_circle.gif) no-repeat left center;
text-align:left;
padding:0 0 0 15px;
}

.frameTop{
background:url(../common/frame_top.gif) no-repeat 0 0;
height:7px;
line-height:7px;
}

.frameTle{
background-color:#e8f98c;
padding:0 0 7px 0;
}

.frameInner{
padding:10px 15px;
background:url(../common/frame_inner.gif) repeat-y 0 0;
text-align:left;
font-size:93%;
}

.frameBtm{
background:url(../common/frame_btm.gif) no-repeat 0 0;
margin:0 0 10px 0;
height:7px;
}

.clear{
clear:both;
}

.noOver a:hover img {
filter: alpha(opacity=100);
-moz-opacity: 1.00;
opacity: 1.00;
}


/*		clearfix
------------------------------------------------------------------------------------*/

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
.clearfix {
		display: inline-table;
		clear: both;
}
/* MacIE begin \*/
*+html .clearfix {height: 1%;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* MacIE end */

/*		レイアウト
------------------------------------------------------------------------------------*/

/*#container {
width: 960px;
margin: 0 auto;
font-size:100%;
}*/

#header{
/*background: url(../common/bg_header.gif) repeat-x 0 0;*/
position:relative;
height: 515px;
}



#footer{
clear:both;
/*min-height:500px;*/
height:95px;
text-align:left;
/*background: url(../common/bg_footer.gif) repeat-x 0 0;*/
color:#ffffff;
background-color:#000000;
/*margin:52px 0 0 0;*/
padding:10px 0 0 0;
font-size:92%;
}

/*		ヘッダ
------------------------------------------------------------------------------------*/
#header h1{
position:absolute;
top:0;
left:0;
}

#header h1 a:hover img {
filter: alpha(opacity=100);
-moz-opacity: 1.00;
opacity: 1.00;
}

#header .SEO{
font-size:77%;
color:#6e6e6e;
position:absolute;
top:-25px;
left:0;
}


/*		余白関係
------------------------------------------------------------------------------------*/
.p30{
padding:30px 0 0 0;
}
.p40{
padding:40px 0 0 0;
}
.p50{
padding:50px 0 0 0;
}

.m20{
margin:0 0 20px 0;
}

.w460{
width:460px;
display:inline;
float:left;
position:relative;
margin:0 10px;
text-align:left;
}

/*		メイン
------------------------------------------------------------------------------------*/
.newsBlock{
padding: 10px 0;
font-size:77%;
}

dt {
float: left;
color:#8c8c8c;
width: 75px;
padding:5px 0;
border-bottom: 1px dotted #9d9d9d;
}

dd {
margin-left: 75px;
padding:5px 0;
border-bottom: 1px dotted #9d9d9d;
}

.subTle{
margin:10px 0 0 0;
}

.subTxt{
margin:10px 0 0 0;
}

.object{
position: relative;
}

.btnKakudai{
position: absolute;
top: 75px;
left: 8px;
height:19px;
}

.btnPrint{
position: absolute;
top: 97px;
left: 8px;
height:19px;
}


/*		フッタ
------------------------------------------------------------------------------------*/

.footerBlock{
width:960px;
margin: 0 30px;
}

#footer a:link,
#footer a:visited{
color: #ffffff;
text-decoration: underline;
}

#footer a:hover,
#footer a:active {
color: #ffffff;
text-decoration: none;
}

.vaMid{
height:30px;
vertical-align: middle;
}

.taR{
text-align:right;
}

#copyRight{
padding:3px 0 0 0;
font-size:93%;
/*letter-spacing:0.1em;*/
}

.ISO{
border: 1px solid #ffffff;
margin:0 0 0 20px;
padding:5px;
}