/*///////////////////////　初期設定　///////////////////////*/
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;
}




/*///////////////////////　基本　///////////////////////*/
div,td,th{
font-size:90%;
line-height:180%;
color:#333333;
}

div,th {
text-align:left;
}

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

.font_s{
font-size:90%;
}

.font_m{
font-size:110%;
}


/*///////////////////////　リンク　///////////////////////*/
a:link { color:#0362F0; text-decoration:none; }
a:visited { color:#0362F0; text-decoration:none; }
a:active { color:#CCCCCC; text-decoration:underline; }
a:hover { color:#CCCCCC; text-decoration:underline; }


/*///////////////////////　リンク黒　///////////////////////*/
a.black:link {color:#333333; text-decoration: none; }
a.black:visited {color:#333333; text-decoration: none; }
a.black:active {color:#999999; text-decoration:underline; }
a.black:hover {color:#999999; text-decoration:underline; }


/*///////////////////////　ボディー　///////////////////////*/
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:140px;
text-align:center;
}
.head td{
font-size:8pt;
}

/*///////////////////////　コンテンツ　///////////////////////*/
.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:80%;
}

.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;
}


/*///////////////////////　タイトル　///////////////////////*/
.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:7px 0px 0px 0px;
}

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


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

/*///////////////////////　ニュース　///////////////////////*/
.news{
background-image: url("../image/point_n.gif");
background-repeat: no-repeat;
background-position:10px 28px;
border-bottom:1px #CCCCCC dotted;
padding: 10px 0px 3px 25px;
line-height:120%;
font-size:9pt;
}

.news_data{
font-size:9pt;
}

/*///////////////////////　海外向けサイト　///////////////////////*/

.overseas{
	border-bottom:1px #CCCCCC dotted;
	padding: 10px 0px 3px 10px;
	line-height:120%;
	letter-spacing: 0.3em;
}
.overseas_data{
padding: 5px 0px 0px 0px;
}
.overseas_copy{
padding: 0px 8px 0px 0px;
}
.overseas_box{
	padding: 0px 0px 0px 0px;
	width: 182px;
	text-align: right;
}

/*///////////////////////　トップメインカテゴリ　///////////////////////*/
.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;
}

}
