@charset "utf-8";
/*---------------------------
		format
---------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-style: normal;
}
ul,li ol {
	list-style: none;
}
/*---------------------------
		link
---------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #0099cc;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #ff0066;
	text-decoration: underline;
}
a:active {
	color: #ff0066;
	text-decoration: underline;
}
/*--------------------------
		clear
--------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/*--------------------------
		layout
--------------------------*/
body {
	background: #a5b5e6;
	color: #555555;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	width: 760px;
	padding: 10px 0;
	background: #cce585;
	text-align: center;
	border: 5px solid #cccccc;
}
.style01 {
	line-height: 1.6;
	font-weight: bold;
	color: #333333;
	font-size: 1em;
}
.style01-2 {
	line-height: 1.6;
	font-weight: bold;
	color: #333333;
}
.style02 {
	line-height: 1.6;
	font-weight: bold;
	color: #cc0000;
	font-size: 1em;
}
.style02-2 {
	line-height: 1.6;
	font-weight: bold;
	color: #cc0000;
}
/*--------------------------
		header
--------------------------*/
#header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 440px;
	background: url(../img/human_pattern02.jpg) no-repeat;
	background-position: 10% 0;
}
#header2 {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 470px;
	background: url(../img/human_pattern02.jpg) no-repeat;
	background-position: 10% 0;
}
#header h2#catch03 {
	position: absolute;
	top: 480px;
}
#header dl,
#header2 dl {
	float: right;
	background: url(../img/headerContact.png) no-repeat;
	height: 102px;
	width: 280px;
}
#header dt,
#header2 dt {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
#header dd,
#header2 dd {
	padding: 27px 0 0 90px;
}
ul#navi {
	position: absolute;
	top: 395px;
	left: 5px;
	width:750px;
	height: 50px;
	z-index: 3;
	padding: 7px 0 0 12px;
}
ul#navi li {
	margin-right: 1px;
	float: left;
}

/* ie6対策 */

* html ul#navi {
	width: 750px;
	background: url(../img/naviBack.gif) no-repeat;
}
/*--------------------------
		content
--------------------------*/
#content,
#content2 {
	width: 750px;
	margin-bottom:20px;
	margin: 0 auto;
	background: #ffffff;
	padding-bottom: 5px;
	border: 5px solid #cccccc;
}
#content p,
#content2 p {
	line-height: 1.6;
	font-size: 0.95em;
}
/*--------------------------
		あいさつ
--------------------------*/
#firstMessage {
	margin: 30px 0 60px 0;
}
#firstMessage h2 {
	margin-bottom: 30px;
}
#firstMessage p {
	margin: 0 0 25px 75px;
}
#firstMessage h3 {
	margin: 60px 0;
}
/*--------------------------
		プロフィール
--------------------------*/
#movie {
	width: 500px;
	margin: 20px 125px 30px 125px;
}
#profile p {
	margin: 25px 50px 25px 75px;
}
#profile h3 {
	margin: 40px 0;
}
#profile h4 {
	float: right;
	margin: 20px 75px 0 30px;
	padding: 5px;
	border: 1px solid #cccccc;
	display: inline;
}

#profile #text {
	width: 660px;
	margin: 30px auto;
	border: 5px solid #cccccc;
}

#profile #text p {
	margin: 25px;
}
/* ie6対策 */

* html #profile h4 {
	margin-top: 20px;
}
/*--------------------------
		他のID
--------------------------*/
#genin p,
#naiyou p,
#about p {
	margin: 25px 50px 25px 75px;
}
/*--------------------------
		テキスト内容
--------------------------*/
#mental {
	width: 660px;
	margin: 30px auto;
	padding-bottom: 20px;
	border: 1px solid #666666;
}
#mental h3 {
	margin: 20px 30px 10px 30px;
	border-bottom: 2px dotted #7b7272;
}
#mental h4 {
	margin: 15px 0 0 83px;
}
#mental p {	
	margin: 0 0 20px 93px;
}
#mental ul {
	margin-left: 83px;
}
#mental ul li {
	font-size: 0.95em;
	line-height: 1.6;
}
.mentalOther {
	margin-bottom: 60px;
}
.mentalOther p {
	margin: 25px 20px 25px 75px;
}

/* ie6対策 */

* html #mental {
	margin-left: 45px;
}
/*--------------------------
		決済
--------------------------*/
.kessai {
	width: 660px;
	margin: 30px auto;
	border: 5px solid #cccccc;
}
img.kessaiImg {
	margin-top: 20px;
}
.kessai h4 {
	text-align: center;
	width: 400px;
	margin: 30px auto;
	font-weight: normal;
}
.kessai p {
	margin: 0 0 20px 25px;
	text-align: center;
}

/* ie6対策 */

* html .kessai {
	margin-left: 45px;
}
* html .kessai h4 {
	margin-left: 110px;
}
/*--------------------------
		体験談
--------------------------*/
.taiken {
	width: 600px;
	margin: 30px auto 60px auto;
}
.entry {
	margin-bottom: 30px;
}
.entry h3#taiken1 {
	height: 103px;
	width: 600px;
	background: url("../img/taikenHead1.jpg") no-repeat;
}
.entry h3#taiken2 {
	height: 103px;
	width: 600px;
	background: url("../img/taikenHead2.jpg") no-repeat;
}
.entry h3#taiken3 {
	height: 103px;
	width: 600px;
	background: url("../img/taikenHead3.jpg") no-repeat;
}
.entryCont {
	width: 538px;
	border-left: 1px solid #99cccd;
	border-right: 1px solid #99cccd;
	border-bottom: 1px solid #99cccd;
	padding: 30px;
}
.entry p {
	margin: 0px 20px 20px 20px;
}

/* ie6対策 */

* html .entryCont {
	width: 600px;
}
* html .taiken {
	margin-left: 75px;
}
/*--------------------------
		約束
--------------------------*/
#promise {
	width: 650px;
	margin: 0 auto 60px auto;
}
#promise h3 {
	margin-top: 15px;
}
#promise dl {
	margin: 0 auto;
	width: 650px;
	background: #f5f3ea;
	border-left: 5px solid #184a9c;
	border-right: 5px solid #184a9c;
	border-bottom: 5px solid #184a9c;
}
#promise dl dt {
	margin-left: 20px;
	float: left;
	display: inline;
}
#promise dl dd {
	width: 470px;
	float: right;
}
#promise dl dd p {
	margin: 0 25px 20px 25px;
}
#promiseOther {
	margin-bottom: 30px;
}
#promiseOther p {
	margin: 0 25px 20px 50px;
}

/* ie6対策 */

* html #promise {
	margin-left: 50px;
}
/*--------------------------
		よくあるご質問
--------------------------*/
#faq {
	width: 600px;
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
}
#faq h3 {
	padding: 5px 0 5px 10px;
	border-left: 5px solid #0066cc;
	font-weight: bold;
	font-size: 0.95em;
	color: #ffffff;
	background: #184a9c;
}
#faq dl {
	margin-bottom: 15px;
}
#faq dt {
	width: 150px;
	float: left;
}
#faq dd {
	background: #f5f3ea;
	float: right;
}

/* モダンブラウザ */

html>body #faq dl {
	border: 1px solid #cccccc;
}
html>body #faq dd {
	width: 438px;
	padding: 10px 0 3px 0;
	margin: 10px 10px 10px 0;
}
html>body #faq dd p {
	margin: 0 25px 20px 25px;
}

/* ie6対策 */

* html #faq {
	margin-left: 75px;
	width: 600px;
}
* html #faq h3 {
	clear: both;
	height: 20px;
	margin-bottom: 10px;
}
* html #faq dl {
	margin-bottom: 30px;
}
* html #faq dd {
	width: 440px;
	margin-right: 10px;
	display: inline;
}
* html #faq dd p {
	margin: 20px 25px;
}
/*--------------------------
		最後に
--------------------------*/
#lastMessage {
	margin-top: 15px;
}
#lastMessage p {
	margin: 0 25px 20px 75px;
}
#lastMessage h3 {
	margin: 20px 0;
}
p#name {
	text-align: right;
	margin-right: 60px;
}
/*--------------------------
		リスト
--------------------------*/
#genin ul,
#naiyou ul,
#about ul,
#lastMessage ul,
.mentalOther ul {
	margin: 40px 0 40px 90px;
}
#genin ul li,
#naiyou ul li,
#about ul li,
#lastMessage ul li,
.mentalOther ul li {
	list-style-type: circle;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.6;
}
#profile,
#genin,
#naiyou,
#about {
	margin-bottom: 60px;
}