@charset "utf-8";

/* CSS Document */

/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

body{
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	color: #333333;
}

#wrapper {
	padding: 0;
	margin: 0;
}

header {
	margin: 0;
	padding: 0;
	background-image: url("../images/common/header_bg.jpg");
	background-repeat: repeat-x;
}

#header_main {
	width: 980px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

#header_left {
	float: left;
	padding: 15px 0 0 0;
	font-size: 11px;
}

#header_right {
	float: right;
	padding: 25px 0 0 0;
}

nav {
	clear: both;
	background-image: url("../images/common/nav_bg.jpg");
	height: 56px;
	background-repeat: repeat;
	margin: 0 0 10px 0;
}

nav ul {
	clear: both;
	width: 980px;
	height: 55px;
	margin: 0 auto 0 auto;
	padding: 0;
}

nav li {
	margin: 0;
	padding: 0;
	height: 55px;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

nav a {
	display: block;
	height: 55px;
	background-image: url("../images/common/nav.jpg");
	background-position: left top;
}

#button01 a {
	background-position: 0 0;
	display: block;
	height: 55px;
	width: 155px;
}

#button01 a:hover, #button01 a.on {
	background-position: 0 -55px;
}

#button02 a {
	background-position: 825px 0;
	display: block;
	height: 55px;
	width: 151px;
}

#button02 a:hover, #button02 a.on {
	background-position: 825px -55px;
}

#button03 a {
	background-position: 674px 0;
	display: block;
	height: 55px;
	width: 210px;
}

#button03 a:hover, #button03 a.on {
	background-position: 674px -55px;
}

#button04 a {
	background-position: 464px 0;
	display: block;
	height: 55px;
	width: 148px;
}

#button04 a:hover, #button04 a.on {
	background-position: 464px -55px;
}

#button05 a {
	background-position: 316px 0;
	display: block;
	height: 55px;
	width: 152px;
}

#button05 a:hover, #button05 a.on {
	background-position: 316px -55px;
}

#button06 a {
	background-position: 164px 0;
	display: block;
	height: 55px;
	width: 164px;
}

#button06 a:hover, #button06 a.on {
	background-position: 164px -55px;
}

#content {
	width: 980px;
	margin: 0 auto 20px auto;
	overflow:auto;
}

/*\*/
　* html div.parent{overflow: visible;}
/**/

#slideshow {
	position: relative;
	width:  980px;
	height: 340px;
}
#slideshow img {
	position: absolute;
	top: 0;
	left:0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}

#breadcrumb {
	width: 627px;
	height: 18px;
	text-align: right;
	font-size: 10px;
	padding: 2px 0 0 0;
}

#main {
	float: left;
	width: 627px;
	margin: 0 13px 0 0;
	padding: 0;
}

#side {
	float: right;
	width: 340px;
	padding: 20px 0 0 0;
	margin: 0;
}

#side ul {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style-type: none;
}

#side li {
	padding: 0;
	margin: 0;
	width: 340px;
}

#side li a {
	margin: 0px;
	display: block;
	background-color: #e8e8e8;
	color: #333333;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 5px solid #cfcfcf;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 16px;
	text-decoration: none;
}

#side li a:hover {
	background-color: #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 5px solid #cfcfcf;
	color: #333333;
}

footer {
	clear: both;
	background-image: url("../images/common/footer_bg.jpg");
	background-repeat: repeat;
	height: 153px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#footer_main {
	height: 153px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

footer ul {
	float: left;
	padding: 0;
/*	height: 121px;
	width: 200px;*/
	margin: 10px 60px 0 0;
	list-style-type: none;
}

footer li {
	margin: 0 0 6px 0;
}

footer li a {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

footer li a:hover {
	text-decoration: none;
}

#copyright {
	font-weight: bold;
	color: #ffffff;
	margin-top: 130px;
	float: right;
}

.content_left {
	float: left;
	width: 385px;
	margin: 0 10px 0 0;
}

.content_right {
	float: left;
	width: 385px;
	margin: 0 0 0 10px;
}

.content_long {
	clear: both;
	width: 627px;
}

.content_half {
	float: left;
	width: 300px;
}

.content_img_left {
	float: left;
	width: 220px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 11px;
}

.content_img_right {
	float: left;
	width: 220px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 11px;
}

.content_img_left img, .content_img_right img {
	width: inherit;
	max-width: 220px;
	height: auto;
	border: 0;
}

.menu_list {
	margin: 0 0 20px 0;
}
.menu_list_left {
	float: left;
	width: 300px;
	margin: 0 27px 0 0;
	padding: 0;
}

.menu_list_right {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

.menu_list img {
	margin-bottom: 5px;
}

.image_box {
	float: left;
	width: 200px;
	margin: 0 0 10px 0;
}

h1 {
	background: url("../images/common/h2_bg.jpg") left top;
	width: 607px;
	height: 31px;
	margin: 0 0 15px 0;
	padding: 9px 0 0 20px;
	font-size: 14px;
	color: #2f2f2f;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 14px;
	color: #a20609;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.index_h2 {
	background: url("../images/common/h2_bg.jpg") left top;
	width: 607px;
	height: 31px;
	margin: 0 0 15px 0;
	padding: 9px 0 0 20px;
	font-size: 14px;
	color: #2f2f2f;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.h2_box {
	background: url("../images/common/h2_bg.jpg") left top;
	width: 627px;
	height: 40px;
	margin: 0 0 15px 0;
	padding: 0;
}

.h2_box h2 {
	float: left;
	font-size: 14px;
	margin: 9px 0 0 20px;
	padding: 0;
	color: #2f2f2f;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.h2_box span {
	float: left;
	font-size: 11px;
	margin: 15px 10px 0 0;
	color: #a20609;
}

.red {
	color: #a20609;
	font-weight: bold;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: “alpha(opacity=70)”;
	opacity:0.7;
}

a {
	margin: 0;
	padding: 0;
	color: #0d4ab9;
	text-decoration: underline;
}

a:hover {
	color: #0d4ab9;
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
}

.mt20 {
	margin-top: 20px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

/* テーブル関連 */

.table01 {
	clear: both;
	width: 627px;
	border-collapse: separate;
	border-spacing: 5px 5px;
	margin: 0 0 20px 0;
}

.table01 th {
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	text-align: left;
	font-weight: normal;
	background-color: #cccccc;
	padding: 10px;
}

.table01 td {
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 10px;
}

.table02 {
	width: 300px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.table02 th {
	border: 1px solid #b0b0b0;
	font-weight: normal;
	background-color: #cccccc;
	padding: 4px;
}

.table02 td {
	border: 1px solid #b0b0b0;
	padding: 4px;
}

.table03 {
	width: 627px;
	border-collapse: separate;
	margin: 0 0 20px 0;
	border-spacing: 5px 5px;
}

.table03 th {
	border: 1px solid #b0b0b0;
	font-weight: normal;
	background-color: #cccccc;
	padding: 4px;
}

.table03 td {
/*	border: 1px solid #b0b0b0;*/
	padding: 4px;
}

.table03 span {
	font-size: 11px;
}

.table04 {
	width: 627px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.table04 th {
	border: 1px solid #b0b0b0;
	font-weight: normal;
	background-color: #cccccc;
	padding: 4px;
}

.table04 td {
	border: 1px solid #b0b0b0;
	padding: 4px;
}

.faq_dl {
}

.faq_dl dt {
	color: #a20609;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

.faq_dl dd {
	margin: 0 0 20px 0;
	padding: 0;
}

.news_dl {
}

.news_dl dt {
	float:left;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #e8e8e8;
}

.news_dl dd {
	float:left;
	width: 520px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #e8e8e8;
}

#contact_area {
	margin: 40px 0 60px 0;
}