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;
}

/* debug */
.contents3 {
	padding: 0px;
	width: 820px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-color:#000000;
}

.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;
}

h3{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.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;
}

.outLink {
}
.outLink a {
	color: #A77449;
	text-decoration: none;
	border: 1px solid #D3C5B8;
	background-color: #F8F5F3;
	background-image: url(../img/page_white_copy.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.outLink a:hover {
	color: #AC764A;
	text-decoration: underline;
	background-color: #E6DBD5;
}



/*---テーブル---*/

.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;
}

/*----- mercurywave -----*/
/*   歴史資料館テーブル  */
/*-----------------------*/
#table_museum {
	width:700px;
	border:none;
/*debug
	border: 1px solid #999999;
	margin-top: 0.5em;
	margin-bottom: 1em;
*/
	margin-left: 50px;
}

#table_museum th p{
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color:#CCC000;
}

#table_museum td {
	width: 330px;
}

#table_museum td.title {
	padding-left:150px;
	font-size: 16px;
	font-weight:normal;
	color:#FDFDFD;
}

#table_museum p {
	margin: 5px 35px;
	font-size: 12px;
	font-weight:normal;
	color:#FFFFFF;
}

#table_museum .image {
	vertical-align: middle;
	text-align: center;
}

.title_museum {
	padding-left:150px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}

#img_gotop {
	float:right;
	margin:5px 15px;
}

#img_hist_table {
	text-align:center;
	margin:10px 5px 20px 10px;
}


/*---バナー---*/
#banner{
	background: #E9E2DC;
	margin: 10px auto 5px;
	padding: 10px;
	width: 880px;
}
#banner_cont img{
	border-style: none;
}
.space_top20{
	margin-top: 20px;
}

/*---フッダー---*/

#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;
}


/*----------------------------------*/
/*			News	Slider								*/
/*----------------------------------*/
/* News部分
--------------------*/
#newswrapper{
	width:600px;
/*	width:90%;
*/
	margin:5px auto 15px 50px;
}

h2.topt{
	float:left;
	border-left:5px solid #ef748e;
	margin-bottom:3px;
	padding-left:2px;
	font-weight:bold;
	font-size:16px;
	color:#333;
}

#newsbox{
	border:1px solid #CECECE;
	border-radius:5px;
/*
	width:268px;
*/
	width:700px;
	height:20px;
	margin:0 auto;
	padding:3px 16px;
/*---- mercurywave ----*/
	font-size:80%;
	font-weight:normal;
}

.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

#slider{
	width:700px;
/*
	width:90%;
*/
	margin:5px 0 10px 3px;
}

#slider ul,li {
	margin:0;
	padding:0;
/**/
	font-size:80%;
	line-height:100%;
	font-weight:normal;
/**/
}

/*------------------------------------*/
/*		news ticker											*/
/*------------------------------------*/

.ticker {
margin: 0 auto;
padding: 10px 0;
width: 600px;
text-align: left;
border: #ccc 1px solid;
background-color: #f6f6f6;
position: relative;
overflow: hidden;
}

.ticker ul {
width: 100%;
position: relative;
}

.ticker ul li {
width: 100%;
display: none;
}


