body {
	background-color: #D3C5B8;
	margin: 0px;
	padding: 0px;
}
.cont_base {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-color: #FFFFFF;
}


/*---ヘッダー---*/

.header {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 900px;
	float: left;
}
.header #logo {
	padding: 0px;
	margin-top: 15px;
	margin-left: 40px;
}
.header_menu {
	float: right;
	text-align: right;
	padding-top: 4px;
}
.menu {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.menu_index {
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.menu_point {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 40px;
}


/*---サブメニュー---*/

.subMenu {
	padding: 0px;
	width: 170px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.subMenu_btn img{
	margin-bottom: 10px;
}


/*---コンテンツ部分---*/

.contents {
	padding: 0px;
	width: 600px;
	float: right;
	margin-top: 50px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contents2 {
	padding: 0px;
	width: 780px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}

.text01 {
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	margin-right: 15px;
	margin-left: 3px;
}
.text01 strong {
	color: #A77449;
	font-weight: normal;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 1.3em;
}

.text_cap01 {
	font-size: 10px;
	color: #A28468;
	text-align: right;
	margin-top: 5px;
	width: 580px;
}

.text_cap02 {
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	margin: 0px;
	padding: 20px;
	border: 1px solid #E0D6CD;
	background-color: #F8F5F3;
}
.text_cap02 strong {
	font-size: 13px;
	font-weight: bold;
}


h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.worksPhoto img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.line01 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}

.photp_right {
	float: right;
}

.photp_left {
	float: left;
}



/*---テーブル---*/

.table01 td {
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D6CD;
}
.table01 th {
	font-size: 12px;
	line-height: 1.4em;
	color: #B09882;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D6CD;
	font-weight: normal;
	text-align: left;
}

.table02 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D3C5B8;
	border-left-color: #D3C5B8;
}
.table02 th {
	font-size: 10px;
	color: #333333;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D3C5B8;
	border-bottom-color: #D3C5B8;
	font-weight: normal;
	background-color: #EEE9E3;
}
.table02 td {
	font-size: 12px;
	color: #333333;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D3C5B8;
	border-bottom-color: #D3C5B8;
	line-height: 1.4em;
}

.table_link ul{
	margin: 0px;
	width: 580px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.table_link li{
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D6CD;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(../img/icon03.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
}

.table_link a{
	color: #997C60;
	text-decoration: none;
}
.table_link strong {
	color: #666666;
	font-weight: normal;
}

.table_link a:hover{
	color: #333333;
	text-decoration: underline;
}

/*---フッダー---*/

#logo_j {
	float: right;
	top: 20px;
	padding-top: 20px;
	padding-right: 40px;
}
#gotoTop {
	float: left;
	top: 20px;
	padding-top: 20px;
	padding-left: 40px;
}
.fooder {
	width: 900px;
	height: 51px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fooder_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 70px;
}
