@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;	
	height:2100px;
}

/*↓↓↓まとめてクリアフィックスをかける*/
.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;
}

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


/*   ボディ　*/
#art_back{
	width:800px;
	float:left;	
	/*background-image:url(image/art_back.jpg);
	background-position:center top;
	background-repeat:no-repeat;*/
}

#midashi{
	margin-top:20px;	
}

#art01{
	margin-top:30px;
}

#art02{
	margin-top:30px;
}

#art03{
	margin-top:20px;
}

#art04{
	/*margin-top:30px;*/
}

#art01_l{
	width:400px;
	float:left;
}

#art01_r{
	width:370px;
	float:left;
	margin-left:30px;
}

#art02_l{
	width:300px;
	float:left;
}

#art02_r{
	width:500px;
	float:left;
	/*margin-top:500px;
	   margin-left:435px;*/
}

#art04{
	/*height:350px;*/
	/*background-image:url(image/art_back3.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;*/
}

#art04_l{
	width:360px;
	float:left;
	padding-top:40px;
}

#art04_r{
	width:360px;
	float:left;
	padding-left:10px;
	padding-top:40px;
	/*margin-top:500px;
	   margin-left:435px;*/
}



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

#art03_r{
	width:300px;
	float:left;
	margin-left:30px;
}


.font_red{
	color:#FE0000;	
}


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

.font_red{
	color:#ff0000;	
}










