/* ------------------------------------------------------
 基本レイアウト　css
-------------------------------------------------------*/

body,h1,h2,h3,h4,h5,p,div,ul,ol,li,form,hr,img{
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-color:#EEE;
}

/* ------------------------------------------------------
 全体の設定
 ------------------------------------------------------ */

/* リンク */
a:link{color: #636;text-decoration: none}
a:visited {color: #333;text-decoration: none}
a:hover {color: #F60;text-decoration: underline}
a:active {color: #F60;text-decoration: underline}

/* 強調 */
strong{
	color:#900;
	font-weight: normal;
}

h1{
	visibility:hidden;
	font-size:2px;

}

h2{
	color:#999;
	font-size:24px;
	font-weight:bold;
}

.txtl{
	font-weight:bold;
	font-size:14px;
}

/* ------------------------------------------------------
 全体のボックス
------------------------------------------------------ */
#container{
	width:800px;
	margin:auto;
	text-align:left;
	background-color: #FFF;
	background-image: url(../img/bg_1.jpg);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------
 ヘッダ
 ------------------------------------------------------ */
#header{
	width:100%;
	height:100px;
}



/* ------------------------------------------------------
 メインコンテンツエリア
------------------------------------------------------ */
#main{
	width:390px;
	float:left;
	margin:0 0 20px 40px;
}

*html body #main{
	width:390px;
	float:left;
	margin:0 0 20px 20px;
}

#main p{
	color:#333;
	font-size:12px;
	line-height:140%;
	margin:10px;
}

#main2{
	width:352px;
	float:left;
	margin:650px 0 0 10px;
}

*html body #main2{
	width:352px;
	float:left;
	margin:650px 0 0 5px;
}

#main2 p{
	color:#333;
	font-size:12px;
	line-height:140%;
	margin:10px 10px 10px 0;
}

.box1{
	width:370px;
	font-size:12px;
	line-height:140%;
	background-color:#999;
	border:1px #ccc solid;
	margin:10px 10px 0 10px;
	padding:3px;
}

.box1 h3{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}

.box2{
	width:370px;
	font-size:12px;
	line-height:140%;
	background-color:#eee;
	border:1px #ccc solid;
	margin:0 10px 10px 10px;
	padding:3px;
}


/* ------------------------------------------------------
 フッタ
------------------------------------------------------ */
#footer{
	width:100%;
	clear:both;
}

#footer p{
	font-size:12px;
	line-height:140%;
	text-align:right;
	margin:10px 140px;
}

/* クリア */
.cb{
	width:100%;
	clear:both;
	}



