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

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

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

/*   ボディ　*/
.font_red{
	color:#FE0000;	
}

#midashi{
	margin-top:20px;	
}

#contact_back{
	width:800px;
	float:left;	
}


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

/*　テーブル　 */
table{
	table-layout:auto;	
	border-collapse:collapse;
	margin:20px 0 20px 40px;
}

th{
	background-color:#A8ABCC;
	text-align:left;
	border-bottom:1px solid #FFF;
	padding-left:10px;
	padding-right:10px;
	width:100px;
}

td{
	background-color:#FFF;
	padding:10px;
	border-bottom:1px solid #999;
	width:350px;
	
}












