﻿/* 横幅780pxのページのレイアウト用CSS */
#main {
	width: 780px;
	margin-top: 0px;
	margin-left: 10px
}

/* 各カテゴリのトップページのレイアウト用CSS */
#menuleft {
	float:left;
	left:110px;
	width: 380px;
	font-size:80%;
	border:1px dotted #666666;
}
#menuright {
	float:right;
	right:10px;
	width: 380px;
	font-size:80%;
	border:1px dotted #666666;
}
/* ページのレイアウト用CSS */
#draft-photo {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}
#draft {
	width: 570px;
	float: left;
}
/* draftページ中段２分割のレイアウト用CSS */
#centerleft {
	float:left;
	left:110px;
	width: 180px;
}
#centerright {
	float:right;
	right:10px;
	width: 385px;
}
.leftgreen {
	background-color: #008000;
	color: white;
	width:180px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin-right:0px;
}
.leftorange {
	background-color: #ff4500;
	color: white;
	width:180px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.leftcrimson {
	background-color: #dc143c;
	color: white;
	width:180px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.rightcomment {
	width: 380px;
	background-color: #FFFFCC;
	padding-left: 3px;
	font-size: 80%;
	text-align: left;
	margin-left: 0px;
}
/* draftページ下段３分割のレイアウトCSS */
#gedanleft {
	float: left;
	width: 248px;
	height: 250px;
	margin-right: 6px;
	background-color: #FFFFCC;
	border:1px dotted #666666;
	padding:3px;
}
#gedanleft h4{
	background-color: #008000;
	color: white;
	font-size: 80%;
	font-style: bold;
	padding:2px 2px 2px 2px;
	text-align: center;
	margin-bottom:0px;
}
#gedancenter {
	float: left;
	width: 248px;
	height: 250px;
	margin-right: 6px;
	background-color: #FFFFCC;
	border:1px dotted #666666;
	padding:3px 3px 3px 3px;
}
#gedancenter h4{
	background-color: #ff4500;
	color: white;
	font-size: 80%;
	font-style: bold;
	padding:2px 2px 2px 2px;
	text-align: center;
	margin-bottom:0px;
}
#gedanright {
	float: left;
	width: 248px;
	height: 250px;
	background-color: #FFFFCC;
	border:1px dotted #666666;
	padding:3px 3px 3px 3px;
}
#gedanright h4{
	background-color: #dc143c;
	color: white;
	font-size: 80%;
	font-style: bold;
	padding:2px 2px 2px 2px;
	text-align: center;
	margin-bottom:0px;
}
/* ライフプラン構成のレイアウトCSS */
.story {
	float: left;
	width: 248px;
	margin-right: 6px;
	padding:3px;
}
/* お客様の声 */
.koe {
	float:left;
	background-color: #F8E2E8;
	width: 770px;
	padding:5px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.okyakusama-photo {
	float: left;
	width: 180px;
	margin-right: 10px;
	text-align: center;
}
.okyakusama-comemt {
	float: left;
	width: 580px;
	margin-right: 0px;
	text-align: left;
}
/* ご利用は */
.goriyou {
	width: 780px;
	font-size: 150%;
	font-weight: bold;
	border-top: 2px solid #6785C1;
	border-bottom: 2px solid #6785C1;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
#goriyou_nagare {
	width: 455px;
	margin-left: 160px;
	margin-bottom: 10px;
	margin-right: 160px;
}
/* フォーム用CSS */
#mousikomi {
	float: left;
	width: 768px;
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #6785C1;
	margin: 0px;
}
.form_title {
	width: 780px;
	font-size: 150%;
	background-color: #6785C1;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}

