/*青*/
/*-----------------------------------
全体の設定
-----------------------------------*/
*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
body{
	position:relative;
	margin:auto;
	text-align:center;
	font-size:84%;
	color:#666;
}
div#body_upper{
	margin:-313px auto 0px;
	width:890px;
}
div#body_under{
	margin:auto;
	width:890px;
}
div#wrap{
	width:890px;
	text-align:left;
}
div#contents{
	width:890px;
	float:left;
}
h1,h2,h3{
	text-indent:-99999px;
	overflow:hidden;
}
li{
	list-style-type:none;
}
a{color:#693;}

/*-----------------------------------
ヘッダ
-----------------------------------*/
div#bg_head{
	width:1025px;
	height:313px;
	margin:auto;
	background:url("../img/img_face.jpg") no-repeat;
}
div#head{
	width:890px;
	height:215px;
}
div#head h1 a{
	display:block;
	width:118px;
	height:30px;
	margin:40px 0px 7px 20px;
	background:url("../img/h1_title.gif") no-repeat;
}

div#head p{
	position:relative;
	left:25px;
}
/*-----------------------------------
メイン
-----------------------------------*/
div#main{
	display:inline;
	width:620px;
	float:left;
}


/*-----------------------------------
サブ
-----------------------------------*/
div#sub{
	display:inline;
	width:270px;
	float:left;
}
div#sub h2#h2_AboutMe{
	margin-top:35px;
	background:url("../img/h2_aboutme.gif") no-repeat;
}

/*-----------------------------------
フッタ
-----------------------------------*/
div#bg_foot{
	clear:both;
	width:100%;
	height:21px;
	border-bottom:#666 dotted 1px ;
}
div#foot{
	width:890px;
	height:80px;
	clear:both;
}
div#foot address{
	padding-top:30px;
	font-style:normal;
	text-align:right;
}
