body {
	margin: 4px;
	font-size: 90%;
        color: #474a4d;
	background-color: #FFFFCC;
	background-image : url(images/bg.gif);
}
#Cwrp {
	background-color: #FFFFFF;
	width: 700px;
	padding: 2px;
	border: 1px solid #FFCC00;
	margin-right: auto;
	margin-left: auto;
}
#m_img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.t_section {
	background-color: #FFCC33;
	padding: 3px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin: 0px;
}

.s_menu {
	margin: 2px;
}
.s_menu li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	list-style-type: none;
}
#footer {
	width: 670px;
	text-align: center;
	color: #2c4f54;
	border-top: 1px solid #485859;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 90%;
}
.item {
	padding: 5px;
}
#main {
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
.sub_li {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7C329;
	margin: 0px;
	text-align: right;
	font-size: 90%;
}

#main p {
	line-height: 140%;
}
.list01 {
	font-size: 110%;
}
.list01 li {
	list-style-image : url(images/list01.gif);
	margin-bottom: 10px;
}
h1 {
	font-size: 140%;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3eb370;
	padding-top: 6px;
        padding-bottom: 4px;
}
.photo {
	padding: 2px;
	border: 1px solid #999999;
}
.p_l {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 120%;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.vec01 {
	background-image : url(images/list02.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 8px;
}
.map_info {
	font-size: 90%;
}
.map_info p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin: 0px 0px 4px;
	padding-bottom: 4px;
}

.t_ctg {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F7C329;
	padding-bottom: 2px;
}
/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #007b43;		/*リンク部分の文字色*/
text-decoration:none ;
}

a:hover {
	color: #ea5506;		/*リンク部分のカーソルオーバー時の文字色*/
text-decoration : underline ;
}

