@charset "UTF-8";
#mainContent #location {
	width: auto;
	vertical-align: middle;
	padding: 0px;
	margin-bottom: 10px;
}
#mainContent #title {
	width: auto;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 10px;
}
#mainContent h1 {
	font-size: 26px;
	color: #000;
	line-height: 145%;
/*	margin-left: 0px;*/
	font-weight: bold;
	font-style: oblique;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-top: 0px;
}
#mainContent h2 {
	font-size: 22px;
	color: #030;
	line-height: 145%;
/*	margin-left: 10px;*/
	font-weight: bold;
	font-style: oblique;
	margin-top: 0px;
}
#mainContent h3 {
	font-size: 18px;
	color: #060;
	line-height: 145%;
/*	margin-left: 15px;*/
	font-weight: bold;
	font-style: oblique;
	margin-top: 0px;
}
#mainContent h4 {
	font-size: 16px;
	color: #066;
	line-height: 145%;
	/*	margin-left: 20px;*/
	font-weight: bold;
	font-style: oblique;
	margin-top: 0px;
}
#mainContent h5 {
	font-size: 14px;
	color: #000;
	line-height: 175%;
	/*	margin-left: 20px;*/
	font-weight: normal;
}
#mainContent #mainblock h1 {
	margin-left: 0px;
}
#mainContent #mainblock h2 {
	margin-left: 10px;
}
#mainContent #mainblock h3 {
	margin-left: 15px;
}
#mainContent #mainblock h4 {
	margin-left: 20px;
}

.leftarrow {
	padding-left: 20px;
	/*	font-size: 12px;*/
	background-image: url(../common_img/circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*	line-height: 200%;*/
	font-weight: bold;
}

.leftarrow_s {
	padding-left: 12px;
/*	font-size: 12px;*/
	background-image: url(../common_img/tri.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 15px;
/*	line-height: 200%;*/
	font-weight: bold;
}

.lead {
	font-size: 16px;
	line-height: 155%;
	padding-right: 15px;
	padding-left: 15px;
	color: #033;
	font-weight: normal;
}
.photoL {
	margin-right: 10px;
}
.photoR {
	margin-left: 10px;
}


/*旧指定*/
.photo {
	margin-right: 10px;
}

a:link {
	color: #066;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #333;
}

a:active {
	text-decoration: none;
	color: #C00;
}
.sitemap {
	list-style-type: none;
}

