body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}

/*------------------------------------------------
	1.1 メインレイアウト
------------------------------------------------*/
#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}

/*------------------------------------------------
	1.2 ヘッダレイアウト
------------------------------------------------*/

#header {
	margin: auto;
	background-color: #FFFFFF;
}

/*------------------------------------------------
	1.3 メニューレイアウト
------------------------------------------------*/

#menue {
	float: left;
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
}

#button {
	margin: 0px;
	padding: 0px;
}

#button li {
	list-style-type: none;
}

#button img {

}

/*------------------------------------------------
	1.4 コンテンツレイアウト
------------------------------------------------*/

#contents {
	float: left;
	margin-top: 5px;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
}

#top_a {
	text-align: center;
}

#top_b {
	text-align: center;
	background-color: #006600;
	color: #FDFDFD;
}

#top_b table{
	margin: auto;
	text-align: left;
}

#top_b td{
	padding: 5px;
	width: 40%;
}

#top img {
	text-align: center;
	margin: auto;
}

#whatis_a {
	float: left;
	width: 560px;
}

#whatis_b {
	width: 150px;
	text-align: center;
	float: left;
}

#whatis_c {
	clear:
	width: 760px;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	
}

#faq_list {
	margin: auto;
	text-align: center;
}

#faq_list img{
	border-style: none;
}

#land_01 {
	margin:auto;
	text-align: center;
}

#land_02 {
	margin:auto;
	text-align: center;
}

#land_02 table {
	margin: auto;
}

#qa_left {
	float: left;
	width: 500px;
}	

#qa_right {
	float: right;
}

#qa img {
	border-style: none;
}

#flow {
	text-align: center;
}

#charge {
	border: solid 1px;
	border-collapse: separate;
	border-color: #c0c0c0 #c0c0c0 #808080 #808080;
	border-spacing: 2px;
	font-size: 90%;
	font-weight: bold;
}

#charge td {
	border: solid 1px;
	border-color: #808080 #808080 #c0c0c0 #c0c0c0;
}

#estimate_01 {
	font-weight: bold;
	text-align: center;
	font-size: 80%;
}

#estimate_01 p {
	font-size: 140%;
}

#estimate_01 table {
	margin: auto;
	text-align: left;
}

#access {

}

#access p{
	color:#008800;
	font-weight: bold;
}

#access_left {
	float: left;
}

#access_right {
	width: 250px;
	float: right;
}

#access_02 {
	width: 100%;
	border: solid 1px;
	border-collapse: separate;
	border-color: #c0c0c0 #c0c0c0 #808080 #808080;
	border-spacing: 2px;
	
	text-align: left;
	clear:both;
}

#access_02 td {
	border: solid 1px;
	border-color: #808080 #808080 #c0c0c0 #c0c0c0;
}

#access_02 p {
	color:#000000;
	font-weight: bold;
}

#link p {
	font-weight: bold;
}

#hoby {
	font-weight: bold;
}

#hoby p {
	color: #FF20D0;
}

#hoby_red {
	width: 100%;
	border: solid 1px;
	border-collapse: separate;
	border-color: #FFD5B9 #FFD5B9 #AB5C28 #AB5C28;
	border-spacing: 2px;
}

#hoby_red td {
	border: solid 1px;
	border-color: #AB5C28 #AB5C28 #FFD5B9 #FFD5B9;
}

#hoby_green {
	width: 100%;
	border: solid 1px;
	border-collapse: separate;
	border-color: #C8ECD4 #C8ECD4 #005603 #005603;
	border-spacing: 2px;
}

#hoby_green td {
	border: solid 1px;
	border-color: #005603 #005603 #C8ECD4 #C8ECD4;
}

#right {
	float: right;
	text-align: right;
	margin-right: 50px;
}

/*------------------------------------------------
	1.4 コンテンツレイアウト
------------------------------------------------*/
#footer {
	clear:both;
}

/*------------------------------------------------
	1.99 otherレイアウト
------------------------------------------------*/

a{
color:#008800;
text-decoration:none;
}
a:hover{
color:#B0B000;
}