/* 2008.04.23 shimosawa CSS整理開始

カオスってるので順次整理していく方向で。使ってないクラスはサクサク削除。

 1.base.css					：基本設定
 2.layout.css				：ページ毎の設定
 3.class.css				：共通クラス設定
 4.import.css				：上記を読み込むimportファイル
 5.layout_old.css		：以前のlayout.css　整理完了次第削除予定
 
*/


/* CSS初期化
----------------------------------------------- */
html{
	height:100%;
}
body,h1,h2,div,p,br,img,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
}


/* 共通設定
----------------------------------------------- */
body {
	background-color: #eeeeee;
	font-size: 13px;
	line-height: 140%;
	color: #333;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;

}


/* リンク
----------------------------------------------- */
a {
	color:#0080c0;
	text-decoration: underline;
}
a:hover {
	color: #FD9D05;
	text-decoration: none;
}
a img{
	border:none;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:focus { -moz-outline-style: none; }
a { outline: none; } /*--macfirefox用-*/



a.no {
	color:#ffffff;
	text-decoration: none;
}
a.no:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* フォントの設定 */

strong {
color: #333333;
font-weight:normal;	
}

.bold{
font-weight:bolder;
}

.font_s {
	font-size: 9px;
	line-height: 100%;
}

.small{
font-size:10px;
line-height:100%;
}

.font_m {
	font-size: 12px;
	line-height: 1.5em;
}
.font_l {
	font-size: 12px;
	line-height: 1.5em;
}
.font_ll {
	font-size: 18px;
	line-height: 1.5em;
}

.size15{
font-size:15px;
}

.font_red{
color:#C00;	}

.red{
	color:#FF0000;
	}
	
.blue {
	color:#006699;
}

.green{
color:#096;
}

.navy {
	color: #222950;
}

.ora{
	color:#F60;
	}


.bold{
font-weight:bolder;
}

.right{
text-align:left;
}

	
.center{
text-align:center;
}
	
/*china-----------------------------------*/

#china{
margin:0px;
padding:0px;
display:block;
overflow:hidden;
clear:both;
}

.china_fuan{
text-align:center;
margin:0px 10px 0px 0px;
padding:0px 10px 20px 10px;
border:10px #099 solid;
}

#china dl{	
margin:10px 0px 10px 0px;
padding:10px;
border:1px #cccccc solid;
background-image:url(../img/bk_china_dl.jpg);
background-repeat:no-repeat;}

#china dt{
float:left;
text-align:left;	
width:165px;
font-size:14px;
font-weight:bold;
line-height:130%;
margin:0px 0px 0px 0px;
}

#china dd{
text-align:left;	
width:270px;
font-size:14px;
line-height:130%;
margin:0px 0px 0px 250px;
}

	
#chinaform{
margin:0px;
padding:0px;
}


#chinaform table{
margin:0px 15px 20px 15px;
border:1px #cccccc solid;
font-size:13px;
}

#chinaform th{
background-color:#DBDACE;
padding:10px 5px 10px 5px;}

#chinaform td{
padding:10px 5px 10px 10px;}

.china_kakomi{
border:1px #ACA071 solid;
margin:0px 15px 30px 0px;
padding:10px;
background-color:#FAFAF5;
}


