@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,blockquote,th,td,img,hr,p,a{
	margin:0;
	padding:0;
	color:#666;
	text-decoration:none;
	border:none;
	list-style:none;
}
p,dl,table,h1,h2,h3,h4,h5,div{
	text-align: left;
}

html{
	height:100%;
}

body{
	height:100%;
	background-color:#E6E6DF;
}

#container{
	background-color:#BCE1DF;
	margin:0 auto;
	width:887px;
	height:100%;
	min-height:100%;
}
body > #container{ 
    height:auto; 
}

#header{
	margin:0 auto;
}
#wrapper{
	width:803px;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
}
#left{
	background-color:#fff;
	border-right:1px dashed #69B4A5;
	width:336px;
	float:left;
}
#profile{
	margin-top:50px;
	margin-left:35px;
	margin-right:25px;
}
#border{
}
#teate{
	width:281px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#teate02{
	width:281px;
	margin-top: 20px;
	margin-bottom:70px;
	margin-right: auto;
	margin-left: auto;
}
#right{
	background-color:#fff;
	width:465px;
	float:right;
}
#right img{
	margin-left:25px;
}
#main{
	margin:25px;
}
#main p{
	font:95% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix {
	min-height: 1px;
}
#send{
	float:right;
	width:430px;
	background-color:#fff;
	border-top:1px dashed #69B4A5;
	margin-top:100px;
}
#send02{
	float:right;
	width:803px;
	background-color:#fff;
	border-top:1px dashed #69B4A5;
}
#send03{
	float:right;
	width:430px;
	background-color:#fff;
	border-top:1px dashed #69B4A5;
	margin-top:203px;
}
#button{
	clear:both;
	height:70px;
	margin-top:15px;
}
#button li{
	margin-left:50px;
	float:left;
}
#button02{
	clear:both;
	height:70px;
	margin-top:15px;
}
#button02 li{
	margin-left:150px;
	float:left;
}
#main_footer{
	background-image:url(../images/foot.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:43px;
	}

#footer{
	height:30px;
	text-align:center;
	color:#FFF;
	font-size: 12px;
}
