@charset "Shift_JIS";

/* ユニバーサルセレクタ */

*{
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	color:#1e1e1e;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	list-style:none;
}

/*共通の設定*/

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background:url(../image/base/back-body.gif) repeat-y center top;
	margin:0 auto;
	background-color:#ccc;
}

div#container{
	width:780px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
}



/*headerの設定*/

div#header{
	width:780px;
	height:50px;
	background-color:#ccc;
}

div#header h1{
	font-size:200%;
	color:#fff;
	font-weight:bold;
}

/*mainの設定*/

div#main h1{
	font-size:90%;
	font-weight:bold;
	color:#330066;
	line-height:1.3;
	text-align:left;
	background-color:#999;
	padding:10px;
}

div#main h2{
	font-size:115%;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	margin-top:20px;
}

div#main h3{
	font-size:160%;
	color:#990000;
	text-align:center;
	font-weight:bold;
}

div#main h4{
	margin:10px 30px;
}


div#main2 h1{
	margin:10px 30px;
	font-size:125%;
	text-align:justify;
	text-justify:inter-ideograph;
	color:#330066;
	font-weight:bold;
}

div#main2 h2{
	margin:10px 30px;
	font-size:100%;
	text-align:justify;
	text-justify:inter-ideograph;
	font-weight:bold;
}


div#main2 p{
	margin:10px 30px;
	font-size:90%;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.5
}

div#main2 h3{
	width:200px;
	height:123px;
	float:right;
	margin-right:30px;
	margin-left:10px;
}

/*subの設定*/

div#sub{
	margin-top:20px;
}

div#sub p{
	font-size:78%;
	line-height:1.3;
	border-top:1px solid #666;
	padding-top:10px;
	margin:0 30px 30px;
}








