@charset "utf-8";

/* ---------- reset start ---------- */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,tr,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,th,var,em {
	font-style: normal;
}
/* ---------- reset end ---------- */


/* ★★★ 基本タグ ★★★ */

body {
	font-family: sans-serif;
}

a:link {
	color: #9f000c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #9f000c;
	text-decoration: underline;
}

a:visited {
	color: #9f000c;
	text-decoration: underline;
}

/* ★★★ 外枠コンテナ ★★★ */
#container {
	margin: 0 auto;
	width: 900px;
}

/* ★★★ ヘッダー ★★★ */

#header {
	margin-top: 30px;
}

#header-logo-area {
	position: relative;
}

#header-logo {
	height: 63px;
}

#header-logo a img {
	border: none;
}

#header-copy {
	text-align: right;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	
	position: absolute;
	height: 12px;
	right: 0;
	top: 51px;
	width: auto;
}

/* ★★★ ヘッダーメニュー ★★★ */

#header-menu {
	margin-top: 7px;
}
#nav {
	height: 42px;
	list-style: none outside none;
}

#nav li {
	float: left;
	text-align: left;
}

#nav li a {
	background: url("/common/image/header-menu.png");
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}

#nav li a.n01 {
	background-position: 0 top;
	width: 180px;
}

#nav li a.n02 {
	background-position: -180px top;
	width: 180px;
}

#nav li a.n03 {
	background-position: -360px top;
	width: 180px;
}

#nav li a.n04 {
	background-position: -540px top;
	width: 179px;
}

#nav li a.n05 {
	background-position: -719px top;
	width: 181px;
}

/* ---------  --------- */

#nav li a.n01:hover, #nav li a.n01.hereis {
	background-position: left -42px;
	width: 180px;
}

#nav li a.n02:hover, #nav li a.n02.hereis {
	background-position: -180px -42px;
	width: 180px;
}

#nav li a.n03:hover, #nav li a.n03.hereis {
	background-position: -360px -42px;
	width: 180px;
}

#nav li a.n04:hover, #nav li a.n04.hereis {
	background-position: -540px -42px;
	width: 179px;
}

#nav li a.n05:hover, #nav li a.n05.hereis {
	background-position: -719px -42px;
	width: 181px;
}

/* ★★★ メインコンテンツ ★★★ */

#main {
	margin-left: 12px;
	margin-right: 12px;
	width: 876px;
	/*background-color: #dfcdcd;*/
	margin-bottom: 20px;
}

#main-title {
    margin-top: 25px;
    margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 3px solid #999;
}

#main-title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;

    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 9px;
    border-left: 8px solid #9F000C;
}


#main-box {
	width: 876px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;

	color: #333;
	line-height: 1.6em;
	letter-spacing: 0.2em;
}

#main-box h3 {
    background-color: #efefef;
    font-size: 18px;
    font-weight: bold;
    color: #393;
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 6px;
    border-bottom: 2px solid #393;
}

#main-box p {
    margin: 1em;
}

.to-pagetop {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: right;
}

.to-pagetop img {
	border: none;
}

#topic-path {
    margin-top: 0px;
	margin-bottom: 20px;
    font-size: 0.8em;
}

/* ★★★ TOPページ ★★★ */
#top-left-column {
    margin-right: 190px;
    padding: 5px;
}

#top-left-column img {
    border: none;
}

#top-right-column {
    float: right;
    width: 180px;
    padding: 5px;
}

#top-right-column img {
    border: none;
    margin-bottom: 5px;
}

.float-clear {
    clear: both;
    display: block;
}

/* ★★★ TOPニュース ★★★ */
#news-title {
padding-bottom: 6px;
	border-bottom: 3px solid #999;
}

#news-title span {
	font-size: 18px;
	font-weight: bold;
	color: #333;

	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	border-left: 8px solid #9F000C;
}

div.news {
	background: url("/common/image/news-bg.png") no-repeat scroll 0 0;
	margin-top: 12px;
	position: relative;
	border-bottom: 1px dotted #CF343F;
	padding-bottom: 10px;
}

.day {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding-top: 3px;
}

p.news-title {
	left: 120px;
	position: absolute;
	top: 0;
	font-size: 14px;
}

#news-more {
	margin-top: 9px;
	margin-bottom: 15px;
	text-align: right;
}

#news-more span a {
	background: url("/common/image/circle-arrow.png") no-repeat scroll 0 center;
	font-weight: bolid;
	font-size: 14px;
	padding-left: 22px;
}

/* ★★★ フッター ★★★ */

#footer {
	background-color: #9F000C;
	color: #fff;
	clear: both;
	width: 100%;
	
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-box {
	margin: 0 auto;
	width: 900px;
	height: 100px;
}

#footer-box address {
	background: url("/common/image/footer-logo.png") no-repeat scroll 0 0;
	font-size: 12px;
	
	padding-left: 151px;
	width: 229px;
	float: left;
	line-height: 1.3em;
}

#footer-box address img {
	padding-top: 5px;
	line-height: 1.3em;
}



#f-copy {
	float: right;
	font-size: 12px;
	width: 490px;

	margin-top: auto;
	margin-bottom: 0px;

	vertical-align: bottom;
	display: table-cell;
	height: 100%;

}

#f-copy a {
	color: #fff;
	/*text-decoration: none;*/
}

#f-copy a:hover, #f-copy a:active {
	color: #fff;
	text-decoration: underline;
	text-decoration: none;
}



#f-nav {
	height: 15px;
	list-style: none outside none;
	margin-left: 12px;
	float: left;
}

#f-nav li {
	text-align: right;
	float: left;
	border-right: 1px solid #fff;
	padding-left: 11px;
	padding-right: 11px;
}

#f-nav li.first {
	border-left: 1px solid #fff;
	padding-left: 11px;
}

#copyright {
	float: right;
	margin-left: 11px;
	margin-right: 12px;
}

#copyright a {
	text-decoration: none;
}

.float-end {
	clear: both;
}

/* ★★★ 概要 ★★★ */
#about-table {
	width: 100%;
	border-collapse: collapse;
}

#about-table tr {
	/*border: 1px solid #333;*/
}

#about-table th {
	width: 200px;
	text-align: left;
	padding: 10px;
}

#about-table td {
	width: 400px;
	text-align: left;
	padding: 10px;
}

#about-table th, #about-table td {
	font-weight: normal;
	vertical-align: top;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* ★★★ サービス案内 ★★★ */
.ec-comment1 {
    font-weight: bold;
    font-size: 18px;
    color: #c00;
    line-height: 1.6em;
    letter-spacing: 0.2em;
}

/* ★★★ お知らせ ★★★ */
#news-title2 {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

#news-date {
    text-align: right;
}

#news-content {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* ★★★ エラー画面 ★★★ */
#error {
    margin-top: 20px;
    margin-bottom: 20px;
}

#error-title {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 3px solid #999;
}

#error-title span {
    font-size: 18px;
    font-weight: bold;
    color: #333;

    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 9px;
    border-left: 8px solid #9F000C;
}

#error img {
    float: left;
}

#error ul {
    list-style-position: inside;
}

#error ul li {
    margin-bottom: 10px;
}

div.clear {
    clear: both;
}

/* ★★★ お問い合わせ ★★★ */
#error_messages {
    color: #900;
	font-weight: bold;
}

#inq_f {

}

#f_name {
    width: 500px;
    font-size: 1.5em;
}

#f_email {
    width: 500px;
    font-size: 1.5em;
}

#f_content {
    width: 500px;
    font-size: 1.5em;
}

table.inq_ft {
    border-collapse: collapse;
    border: 0;
}

.inq_ft td, .inq_ft th {
    border: 1px solid #333;
    padding: 10px;
}

#submit {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ★★★ 特別なお知らせ ★★★ */
.sp_message_box {
    border: 1px solid #c00;
    padding: 10px;
    margin-bottom: 15px;
}
.sp_message_title {
    font-weight: bold;
}

