@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	

}

body{
background-color:#FFF;
}

img{
	border:0;
}

#box{
	width:1024px;
	background-color:#fff;
	border:1px solid #999;
	margin:20px auto;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;	
	position:relative;
}

/*↓↓↓まとめてクリアフィックスをかける*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;	
	height:0;
	visibility:hidden;	
}

.clearfix{
	display:inline-block;
	}
	
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* End hide from IE-mac */

/*↑↑↑まとめてクリアフィックスをかける*/

/*  ヘッダー　 */
#header{
	/*height:175px;*/
	background-image:url(image/maja_sub_01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}


h1{
	width:268px;
	float:left;	
}

/*↓↓↓サブナビ　１*/
#subnavi_1{
	margin-left:100px;
	padding-top:50px;
	list-style-type:none; /* ・を除く　*/
}

#subnavi_1 li{
	text-align:center;
	width:100px; /* １つのボタンの横幅　*/
	float:left; /* 横並びにする　*/
}

#subnavi_1 li a{
text-decoration:none;
}

#subnavi_1 li a:link{
		color:#000;
}

#subnavi_1 li a:visited{
		color:#000;

}

#subnavi_1 li a:hover{
		background-color:#999;
}

/*↑↑↑サブナビ　１*/


/*   ボディ　*/
#domestic_back{
	width:800px;
	float:left;	
}

#midashi{
	margin-top:20px;	
	margin-bottom:30px;	
}

#domestic01{
	margin-top:30px;
}

#domestic02{
	margin-top:30px;
}

#domestic03{
	margin-top:30px;
}

#domestic04{
}

#domestic05{
}

#domestic01_l{
	width:420px;
	float:left;
}

#domestic01_r{
	width:380px;
	float:left;
}

#domestic02_l{
	width:450px;
	float:left;
}

#domestic02_r{
	width:350px;
	float:left;
}

#domestic03_l{
	width:710px;
	float:left;
}

#domestic03_r{
	width:90px;
	float:left;
}

#domestic04_l{
	width:710px;
	float:left;
}

#domestic04_r{
	width:90px;
	float:left;
}

#domestic05_l{
	width:710px;
	float:left;
}

#domestic05_r{
	width:90px;
	float:left;
}

.font_red{
	color:#FE0000;	
}


/* フッター */
#footer{
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;	
}

#comment_01{
 position:absolute;
 top:1500px;
 left:630px;
 font-size:13px;
}

.font_orange{
	color:#ff6e00;	
}










