/* 基本設定 */
* {
    margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 75%;
	line-height: 1.4;
	color: #7E6D47;
	text-align: center;
}

a:link {
	color: #800080;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #8A2BE2;
	text-decoration: underline;
}
a:active {
	color: #8A2BE2;
	text-decoration: underline;
}

/* 段組レイアウト */

/* 全体 */
#wrapper {
    margin: 0 auto;
    width: 720px;
}

/* ヘッター */
#header {
    margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	width: 100%;
/*	float: left;*/
	height: 30px;
	background-image: url(../../img/header_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#logo {
    margin: 0;
	padding: 0;
	float: left;
}

/* パーツの設定 */

#container h1 {
    margin: 15px 0 0 0;
	padding: 6px 65px;
	width: 590px;
	float: left;
	height: 38px;
	font-size: 120%;
	text-align: left;
	color: #FFFFFF;
	background-image: url(../../../img/common/title_h1.gif);
	background-repeat: no-repeat;
}

#container h2 {
    margin: 5px 0 0px 0;
	padding: 0px 0 0 40px;
	height: 25px;
	width: 680px;
	float: left;
	font-size: 120%;
	text-align: left;
	background-image: url(../../../img/common/title_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: dotted 1px #D5CAB3;
}

/*h3 {
    margin: 15px 0 0 0;
	padding: 5px 0 0 50px;
	height: 27px;
	font-size: 120%;
	text-align: left;
	background-image: url(../../../img/common/title_h3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}*/
/* ページタイトル */
/*#pagetitle {
    float: left;
    width: 720px;
	margin: 20px 0 0 0;
	padding: 0;
}*/

#container {
    margin: 0px auto;
	padding: 0;
/*	float: left;*/
	width: 100%;
}



#container p {
    text-align: left;
	margin: 15px 0;
	width: 100%;
}

/* 地図 */
#map {
    margin: 20px auto;
	padding: 0;
	width: 100%;
	float: left;
}

#access {
    margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}

#access .title {
    margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	float: left;
	width: 100%;
}

#access p {
    margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
/*	float: left;*/
}



/* フッター */
#footer {
    margin: 50px auto 0 auto;
	padding: 20px 0;
	text-align: right;
/*	clear: both;*/
	width: 100%;
	float: left;
	background-image: url(../../img/header_line.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#footer .tex {
    float: left;
}
#footer .copy {
    float: right;
}
