@charset "utf-8";

/* Reset */

* {
padding:0;
margin:0; 
}

img {
border:0;
vertical-align:bottom;
}

/* Body */

body {
margin-top:0px;
margin-bottom:0px;
padding:0;
color:#111111;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
line-height:1.6em;
text-align:center;
background-color:#F0F0E0;
}

/* Tag */

p {
margin:10px 0;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

ol,ul,dl {
list-style-type:none;
}

table {
font-size:100%;  
}

th {
font-weight:normal;
text-align:left;
}

/* Link */

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

/* ---------------------------------------
レイアウト
---------------------------------------- */

#wrapper{
width:630px;
margin:0 auto;
padding:5px;
text-align:left;
}

#contents{
width:610px;
padding:10px;
background-color:#FFF;
font-size:12px;
line-height:1.5em;
}

#contents h2{
	padding:9px 18px;
	background-image:url(../images/title_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:14px;
}

.contents_inner{
	width:590px;
	padding:10px;
}

.contents_inner h3{
	color:#060;
	margin-top:20px;
	padding-bottom:4px;
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/dot01.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.contents_inner h4{
	font-weight:bold;
}

.contents_inner ul{
	margin:10px 20px;
}

p.inquiry{
	margin:30px 0 0 0;
	text-align:right;
}

#close_btn{
	width:150px;
	margin:30px auto;
}

#close_btn a{
	color:#FFF;
	width:150px;
	padding:12px 0;
	display:block;
	text-align:center;
	background-color:#CC3333;
}

#close_btn a:hover{
	text-decoration:none;
	background-color:#B21F1F;
}
