@charset "utf-8";


/* ----------------
	RESET
---------------- */

* {
	margin:0px;
	padding:0px;
}


/* for IE6 */
* html body{
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,Sans-Serif;
}

/* for IE7 */
*:first-child + html body{
	font-size:75%;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

img {
	border: none;
	visibility: visible;
}

ul {
list-style: none;
}


/* ----------------
	CLASS
---------------- */

.clearfix:after {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display: block; }
/* End Hide from IE-mac */


.clearboth {
	clear: both;
}

.left {
	float: left;

}

.left10 {
	float: left;
	margin-left: 10px;

}

.right {
	float: right;

}

/* ----------------
	BODY
---------------- */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin:0;
	padding:0;
	line-height:1.5em;
	background-image: url(../img/header_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}


a { text-decoration:none; }
a:link { color: #000000; }
a:hover { olor:#000000; }
a:visited {color: #000000;}


input, select, textarea {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.container-base {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
}

.container-nav {
	width:100%;
	display: block;
	padding-bottom: 10px;
	float: left;
	background-image: url(../image/nav_back.gif);
	background-repeat: repeat-x;
}


.container {
	width:950px;
	display: block;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.container h2{
	width: 700px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../image/icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* ----------------
	HEADER
---------------- */
#header{
	height: 100px;
	width: 950px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#header h1{
	height: 30px;
	width: 950px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* ----------------
	main
---------------- */
#main{
	width: 715px;
	float: left;
	padding-left: 30px;
	padding-bottom: 60px;
}


#main2{
	width: 715px;
	float: left;
	padding-left: 30px;
	padding-bottom: 60px;
	padding-top: 30px;
}

.sub_contents{
	padding-top: 20px;
	width: 705px;
	display: block;
	margin-bottom: 60px;
}

.sub_contents table{
	width: 100%;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4BFA4;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4BFA4;
}

.sub_contents .table2{
	padding-bottom: 60px;
	padding-top: 20px;
	width: 400px;
	display: block;
	background-color: #C4BFA4;
}


 .sub_contents th{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	background-color: #E8E8E8;
	color: #000000;
	width: 30%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C4BFA4;
	border-right-color: #C4BFA4;
	border-bottom-color: #C4BFA4;
}

 .sub_contents td{
	text-align: left;
	background-color: #FFFFFF;
	width: 70%;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4BFA4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4BFA4;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
 
.sub_contents h3{
	width: 695px;
	background-color: #2E2E2E;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
}
 
/* ----------------
	menu
---------------- */


#nav {
	display:block;
	width: 950px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#nav li{
	display:block;
	float: left;
}


#menu{
	width: 200px;
	float: left;
	padding-top: 30px;
}


#menu a:hover{
	float: left;
	text-decoration: underline;
}

#menu .li-top{
	height: 30px;
	width: 168px;
	float: left;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4BFA4;
	background-color: #fafafa;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4BFA4;
	border-left-color: #C4BFA4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4BFA4;
	margin: 0px;
}


#menu li{
	height: 30px;
	width: 168px;
	float: left;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4BFA4;
	background-color: #fafafa;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4BFA4;
	border-left-color: #C4BFA4;
}

#menu ul{
	height: 30px;
	width: 200px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ----------------
	footer
---------------- */

#footer {
	width:950px;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C4BFA4;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 12px;
}
