/*--------------------------------------------------------------------------*/
/*- htmlタグの設定                                                         -*/
/*--------------------------------------------------------------------------*/
html {
	margin: 0px;
	padding: 0px;
	color: #333333;
	height: 100%;
}
/*--------------------------------------------------------------------------*/
/*- bodyタグの設定                                                         -*/
/*--------------------------------------------------------------------------*/
body {
	margin: 0px;
	height: 100%;
	font-size: 12px;
	line-height:150%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background-image:url(../pageimage/back_header.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color:#00CCFF;
}

/*--------------------------------------------------------------------------*/
/*- formの設定                                                             -*/
/*--------------------------------------------------------------------------*/
form {
}
/*--------------------------------------------------------------------------*/
/*- テーブルの設定                                                         -*/
/*--------------------------------------------------------------------------*/
td{
	line-height:150%;
}


/*--------------------------------------------------------------------------*/
/*- ヘッダー                                                               -*/
/*--------------------------------------------------------------------------*/
.main-header{
	margin: 0px;
	padding-left: 5px;
}
.main-header .logo{
	float:left;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.main-header .language{
	float:right;
}

/*--------------------------------------------------------------------------*/
/*- 回り込みの解除                                                         -*/
/*--------------------------------------------------------------------------*/
.div-float:after{
    content: "";
    display: block;
    clear: both;
}









