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

body, div,h1, h2, h3, h4, h5, h6,form, hr,img{
	margin: 0; 
	padding: 0;
}

h1, h2{
	font-size: 100%; 
	font-weight: normal;
}

body{
	font-size:12px;
	font-family:"ＭＳ ゴシック";
	text-align:center;
}

a:link{text-decoration:none;}
a img{border:none;}

#container{
	width:820px;
	background:#fff url(img/line.gif) no-repeat left top;
	text-align:left;
	margin:0px auto;
	padding:12px 0 0;
}

h1{
	color:#000;
	text-align:center;
	width:820px;
	padding:1em 0 0.5em 0;
	margin:0px;
}

#header{
	width:820px;
	height:90px;
	background:url(img/headerbg.gif) no-repeat left top;
}

#header a img{
	width:140px;
	height:70px;
	padding:0px;
	margin:0 0 0 420px;
}

.contact{
	width:820px;
	text-align:center;
}

#trust{
	width:820px;
	text-align:center;
}

#trust a{
	color:#A82041;
	font-size:120%;
}

#footer{
	width:820px;
	text-align:center;
	background:#fff url(img/line.gif) no-repeat left bottom;
	padding:20px 0px 32px 0px;
}

/*=====+=====*/
div#coment1{
	width:800px;
	margin:0 10px;
	font-size:120%;
	line-height:2;
	padding:20px 0 0;
	text-align:center;
}
div#coment2{
	width:800px;
	margin:0 10px;
	font-size:120%;
	line-height:2;
	padding:20px 0;
	text-align:center;
}

div#profile_left{
	width:460px;
	float:left;
	margin:0 0 30px 10px;
}
div#profile_right{
	width:314px;
	float:right;
	margin:0 10px 30px 0;
}
div#profile-coment{
	width:458px;
	border:1px #ccc solid;
	background:url(img/prof_back.gif) repeat-x left bottom;
	padding:12px 0;
}
div#profile-coment h2{
	font-size:120%;
	margin:0 12px 4px;
}
div#profile-coment p{
	font-size:95%;
	line-height:1.7;
	margin:0 12px;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
