@charset "utf-8";
/* index style
----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
	clear: both;
}
body {
	color: #111111;
	font-size: 85%;
	line-height: 1.8;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#background_shadow {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../images/bg_shadow.png);
}

#wrapper {
	width: 850px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 0px;
}

#header {
	padding-bottom: 25px;
/*	margin-bottom: 35px;*/
}


#main {
	padding-right: 70px;
	padding-left: 70px;
	/*	margin-top: 10px;*/
	font-size: 130%;
}
.main2 {
	background-image: url(../images/main2.jpg);
	background-repeat: no-repeat;
	font-size: 110%;
}

#main h2 {
	color: #222;
	font-size: 130%;
	line-height: 1.5em;
}
.m_form_body {
	font-size: 70%;
	line-height: 1.5em;
	height: 190px;
	width: 710px;
	background-image: url(../images/form_bg.gif);
	background-repeat: no-repeat;
	padding-top: 140px;
	padding-bottom: 65px;
}
.m_form_comm {
	color: #FFF;
	font-size: 130%;
	padding-left: 80px;
	padding-right: 80px;
	line-height: 1.5em;
}
.merit ul {
	padding-bottom: 35px;
	padding-left: 15px;
}
.merit ul li {
	list-style-type: none;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	padding-left: 29px;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 120%;
}
.psps h3 {
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	line-height: 1.3em;
	margin-bottom: 13px;
}
.profphoto {
	float: right;
}
.profphotoleft {
	float: left;
}

.psps p {
	line-height: 1.5em;
}








.underline {
	text-decoration: underline;
}
.img_center {
	text-align: center;
}


#name {
	float: right;
	margin-right: 35px;
	font-weight: normal;
}


#footer {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 80px;
	clear: both;
}
#foot_tokusho a:link {
	color: #333;
	text-decoration: none;
	line-height: 1.2em;
}
#foot_tokusho a:visited {
	color: #333;
	text-decoration: none;
	line-height: 1.2em;
}
#foot_tokusho a:hover {
	color: #333;
	text-decoration: none;
	line-height: 1.2em;
}


/*　決済ボタンなど
---------------------------------------------------------*/

.button {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	width: 550px;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	margin-top: 50px;
}
.namel {
	text-align: right;
	clear: both;
}
