﻿@charset "UTF-8";

/* ********** reset ********** */

/* ********** reset ********** */
* {
margin: 0;
padding: 0;
}

img {border:none;}
p {text-align:left;font-size:12px;}
table, tr, td, th {border:none;}
ul,li,ol {list-style-type: none;}
body {
	padding: 10px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF;
	font-size: 12px;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(_img/back_rug.gif);
}

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


/* ********** layout ********** */

#header {
	width: 730px;
	margin:0 auto 0px;
}


/* **********ヘッダー始まり********** */
/* ************************************************** */
/* ************************************************** */
#header {
	width: 730px;
	background-color: #FFFFFF;
	margin: 0 auto 0;
}

h1 {
	text-align: center;
}

h2 {
	text-align: right;
	font-size: 9px;
	color: #999999;
	padding-bottom: 10px;
}

#header_menu {
	margin-left: 570px;
}

#header_menu ul {
	height: 17px;

	border-left: 1px solid #ccc;
}
#header_menu li {
	float: left;
	height: 13px;
	padding:2px 5px;
		
	border-right: 1px solid #ccc;
}
#header_menu li a {
	display:block;
	float: left;
	height: 13px;
	
	font-size:11px;
	color: #999;
}
#header_menu li a:hover {
	color: #000;
}

#footpath {
	width:730px;
	clear: left;
	margin: 0 auto 0;
}



/* **********フッター始まり********** */
/* ************************************************** */
/* ************************************************** */
.side_link {
	position : fixed!important;
	position : absolute;
	top: 300px;
	right: 2px;
}

.side_link_02 {
	margin-top: 12px;
	position : fixed!important;
	position : absolute;
	top: 100px;
	right: 2px;
}

.side_link_03 {
	position : fixed!important;
	position : absolute;
	bottom: 0px;
	right: 10px;
}
.corp_menu {
	clear:left;
	width: 700px;
	text-align: right;
	margin: 10px auto 10px;
}

.corp_menu li {
	display: inline;
	padding-right: 1em;
	font-size:10px;
}

#footer {
	clear: both;
	margin: 0 auto 0;
	height: 70px;
	background-image:url(_img/footer_corp.gif);
	width: 676px;
	padding: 12px;
}

#footer p {
	color: #333333;
	padding: 0 0 0 12px;
	line-height: 1.3em;
	font-size: 10px;
}

#footer img {
	display: block;
	float: right;
	padding: 5px 12px 5px 0;
}

/* ************************************************** */
/* ************************************************** */
/* **********フッター終わり********** */

#main_menu {
	width: 730px;
	margin: 0 auto 0;
}

#catgory_menu {
	width: 480px;
	float: right;
}

#catgory_menu li {
	float: left;
	margin: 2em 0 0 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#catgory_menu li a {
	color :#999999;
}

#catgory_menu li a:hover {
	color :#ff0000;
}



h3 {
	width: 718px;
	height: 27px;
	padding: 3px 0 0 12px;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	float:left;
	border-left: solid 5px #999;
	border-bottom: solid 1px #999;
	margin-bottom: 30px;
	}
	
.sub_title {
	width: 295px;
	font-size:16px;
	border-bottom: solid 1px #999999;
	font-family: 'Times';
	font-style: oblique;
	margin-bottom: 6px;
	font-weight: bold;
	text-indent: 10px;
	border-left: solid 2px #999999;

}

h4 {
	width: 250px;
	height: 50px;
	float: left;
}

.vl_title{
	font-size: 16px;
}

h5 {
	font-size: 12px;
	color:#333333;
}

#rapper {
	width: 730px;
	margin:0 auto 0px;
}

#corp_menu {
	text-align: right;
	padding-top: 2px;
}

#corp_menu li {
	display: inline;
	padding: 0 5px 0 2px;
	font-size: 10px;
}

#main_cnt {
	width: 700px;
}

#mailform {
	width: 600px;
	margin: 20px auto 0;
}

#mailform dt {
	font-weight: bold;
}
#mailform dd {
	margin-left: 1em;
	margin-bottom: 1em;
}