@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color:#E63E71;
}

a:hover {
	text-decoration: none;
	color: #FF2F87;
}

body {
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
	font-size: 14px;
	line-height: 140%;
}

/*
top_img
-------------------------------------------------------------------*/


#top_img {
	height: 230px;
	position: relative;
	background-color: #B3313E;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
}

#top_img #top_title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	right: 15px;
	bottom: 27px;
	line-height: 24px;
}

#top_img p {
	font-size: 12px;
	color: #FFF;
	position: absolute;
	right: 15px;
	bottom: 7px;
}

/*
table
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

td{
	border-collapse: collapse;
}

table.info_table th {
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #EDE7E2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CBBBA9;
}
table.info_table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DED4C9;
}

#contents table.base_table {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contents table.base_table td {
	padding: 5px;
	vertical-align: top;
}

/*
header_block
-------------------------------------------------------------------*/
#header_block {
	height: 90px;
	position: relative;
}
#header_block h1 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 18px;
}

#header_block #logo {
	position: absolute;
	left: 0px;
	top: 30px;
}
#header_block #head_info {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*
g_navi
-------------------------------------------------------------------*/
#g_navi {
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	background-color: #9A8161;
	height: 26px;
	font-size: 15px;
	background-image: url(img/g_navi.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#g_navi li {
	display: inline;
	list-style-type: none;
}

#g_navi li a {
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFC2B4;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
	display: block;
	float: left;
	height: 26px;
	margin-left: 1px;
}

#g_navi li a:hover {
	color: #5E4F3C;
	background-color: #F0EAE5;
}
#g_navi li span {
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFC2B4;
	line-height: 26px;
	text-decoration: none;
	color: #5E4F3C;
	background-color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	height: 26px;
	margin-left: 1px;
}

/*
main_base
-------------------------------------------------------------------*/
#base_block {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#pankuzu {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6CBBE;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*
contents
-------------------------------------------------------------------*/
#contents {
	width: 860px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#contents h2 {
	font-size: 18px;
	padding-top: 5px;
	background-image: url(img/h2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	line-height: 24px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contents h3 {
	font-size: 16px;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	padding-left: 15px;
	margin-bottom: 10px;
	height: 30px;
	color: #FFFFFF;
	clear: both;
	margin-top: 10px;
}
#contents p {
	line-height: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#contents .cap_box .btn_s a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contents .box_2c {
	float: left;
	height: 150px;
	width: 410px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 10px;
}
#contents .box_2c .box_title {
	line-height: 24px;
	background-color: #BEB039;
	padding-right: 5px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}
#contents .box_2c .box_btn {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
#contents .box_2c .box_btn a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#contents ul.new_ul {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contents .new_ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D7CD;
	list-style-type: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 2px;
}
#contents .new_ul span {
	color: #CD1F3E;
	padding-right: 5px;
	padding-left: 5px;
}

#contents .img_left {
	margin: 10px;
	padding: 1px;
	float: left;
	border: 1px solid #F0F0F0;
}

/*
foot
-------------------------------------------------------------------*/
#footer_block {
	clear: both;
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer_block #foot_in {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: 80px;
	position: relative;
}
#footer_block #foot_in #copy {
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	color: #8A7357;
}
#footer_block #foot_in li {
	display: inline;
	list-style-type: none;
}
#footer_block #foot_in li a {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(img/li.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #555555;
	text-decoration: none;
}
#footer_block #foot_in li a:hover {
	color: #FD3183;
}
#footer_block #foot_in ul {
	margin-bottom: 5px;
}

#copy a {
	color: #9A8161;
}
