/*///////////////////////　初期設定　///////////////////////*/
html { height:100%; }
p { display:block; margin:0; }
u { display:block; margin:0; }
hr { clear:both; border:0px; margin:0px; padding:0px; }
dl{ margin:0; padding:0; }
li { margin:0; padding:0; }

div:after {  
content:".";  
display:block;  
visibility:hidden;  
height:0.1px;  
font-size:0.1em;  
line-height:0;  
clear:both;  
}

ul {
margin:0;
padding:0;
list-style-type:none;
list-style-position: outside;
}

ul:after, ol:after{
content:"";
display:block;
clear:both;
}


/*///////////////////////　基本　///////////////////////*/
a:link { color:#006F9D; text-decoration:none; }
a:visited { color:#006F9D; text-decoration:none; }
a:active { color:#FF8800; text-decoration:underline; }
a:hover { color:#FF8800; text-decoration:underline; }

table{
border-spacing:0px;
border-collapse:0px;
}

div,td,th{
font-size:10pt;
line-height:180%;
color:#333333;
}
div,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
font-size:10pt;
}

.font_m{
font-size:110%;
}


/*///////////////////////　ボディー　///////////////////////*/
body {
margin:0px;
padding:0px;
height:100%;
color:#333333;
background-color:#FFFFFF;
text-align:center;
}


/*///////////////////////　ヘッダー　///////////////////////*/
.head {
background-image: url("../image/head_bg.jpg");
background-repeat: repeat-x;
background-position:0px 0px;
width:100%;
height:115px;
text-align:center;
}

.head a{
text-indent: -10000px;
margin-top:29px;
display: block;
width:270px;
height:95px;
}

/*///////////////////////　コンテンツ　///////////////////////*/
.contents{
width:950px;
margin:0px auto;
}


/*///////////////////////　フッター　///////////////////////*/
.foot{
clear:both;
width:100%;
height:100px;
margin:0px auto;
background-color:#F0F0F0;
text-align:center;
padding:10px 0px;
font-size:9pt;
}

.foot a{
background: url("../image/point03.gif") no-repeat 0px 2px;
padding:0px 0px 0px 15px;
margin:0px 0px 0px 15px;
}

.navi{
clear:both;
width:950px;
margin:0px auto;
text-align:right;
padding:10px 0px;
}

.navi a{
background: url("../image/point03.gif") no-repeat 0px 2px;
padding:0px 0px 0px 15px;
margin:0px 0px 0px 15px;
}


/*///////////////////////　パンクズ　///////////////////////*/
.pankuzu{
width:900px;
margin:10px 0px 10px 25px;
font-size:9pt;
}


/*///////////////////////　タイトル　///////////////////////*/
.title{
clear:both;
background: url("../image/title3.jpg") repeat-x 0px 0px;
border-bottom:1px #CCCCCC solid;
margin:0px 0px 20px 0px;
padding-right:15px;
line-height:35px;
height:35px;
text-indent:20px;
}
.title h2{
font-size:15px;
line-height:100%;
padding-top:10px;
font-weight:bold;
}


.caption{
width:900px;
clear:both;
margin:30px 0px 0px 25px;
background: url("../image/line01.gif") repeat-x 0px 5px;
}


/*///////////////////////　ページトップ　///////////////////////*/
.page_top{
float:right;
margin:5px 0px 0px 0px;
}

.page_top a{
background: url("../image/point02.gif") no-repeat 0px 2px;
padding:0px 0px 0px 13px;
margin:0px 0px 0px 0px;
font-size:8pt;
font-weight:normal;
}


/*///////////////////////　トップヘッダー　///////////////////////*/
.tophead {
background-image: url("../image/head_bg.jpg");
background-repeat: repeat-x;
background-position:0px 0px;
width:100%;
height:115px;
text-align:center;
}

.sub a{
padding:0px 0px 0px 15px;
margin:0px 0px 0px 15px;
font-size:8pt;
}


/*///////////////////////　フラッシュ　///////////////////////*/
.flash {
background-image: url("../image/flash_bg.gif");
background-repeat: repeat-x;
background-position:0px 0px;
width:100%;
height:300px;
text-align:center;
}


/*///////////////////////　黒文字リンク　///////////////////////*/

a.black:link {color:#333333; text-decoration: none; }
a.black:visited {color:#333333; text-decoration: none; }
a.black:active {color:#FF8800; text-decoration:underline; }
a.black:hover {color:#FF8800; text-decoration:underline; }


/*///////////////////////　ニュース　///////////////////////*/
.news{
border-bottom:1px #CCCCCC solid;
padding: 10px 0px 5px 0px;
line-height:120%;
}

.news img{
margin: 0px 10px 0px 0px;
}

.news_data{
font-size:8pt;
}


/*///////////////////////　トップメインカテゴリ　///////////////////////*/

.top_topics{
font-size:9pt;
line-height:160%;
font-weight:bold;
padding: 10px 3px;
}

/*///////////////////////　プリント用　///////////////////////*/
.smooth_text{
display:none;
}

@media print {
embed{
height:1px;
width:1px;
display:none;
}
.smooth_text{
display:block;
}

}