@charset "UTF-8";

a,
body,
div,
h1,
h2,
h3,
table,
tbody,
tr,
th,
td,
ul,
li,
img,
dl,
dt,
dd,
form,
input,
label,
p,
textarea,
script,
noscript,
strong{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

img{
	border: none;
	vertical-align: top;
}

body{
	background: #4E4949 url("../image/bg-gradation.jpg") scroll repeat-x right top;
	color: #333333;
	font-size: 0.8em;
}

body div#contents{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

body div#contents p.logo{
	padding-left: 17px;
	padding-top: 10px;
}

body div#contents div.box{
	background:  #FFFFFF url("../image/bg-underline.jpg") scroll no-repeat center bottom;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	width: 684px;
}

body div#contents h2{
	margin-top: 1.5em;
}

body div#contents div.box p{
	margin: 1.2em 0;
/*
	margin: 1.2em;
	margin-top: 0;
*/
}

body div#contents div.box p.title{
	margin-top: 1.2em;
}

body div#contents div.box table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 684px;
}

body div#contents div.box table tbody tr.stripe{
	background-color: #F2F0E0;
}

body div#contents div.box table tbody tr th{
	font-weight: bold;
	padding: 0.5em;
	padding-left: 1.0em;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

body div#contents div.box table tbody tr td{
	padding: 5px;
	padding-left: 10px;
}

body div#contents div.box table tbody tr td img{
	margin-right: 10px;
	vertical-align: middle;
}

body div#contents div.box table tbody tr td a:hover{
	color: #FF0000;
}

body div#contents div.box table tbody tr td ul{
	padding-left: 18px;
}

body div#contents div.box table tbody tr td p{
	margin: 0;
}

body div#contents div.box table tbody tr td p.text{
	margin-top: 1.0em;
}

body div#contents div.box table tbody tr td p strong{
	font-size: 1.0em;
	font-weight: bold;
}

body div#contents div.box table.voice td {
	background: transparent url("../image/bg-voice.gif") scroll no-repeat left top;
	padding: 15px 30px 20px 60px;
	vertical-align: top;
	width: 342px;
}

/*ここからフォーム*/

body div#contents div#form{
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 684px;	
}

body div#contents div#form form table{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #B8B8B8;
	margin-top: 20px;
	width: 684px;	
}

body div#contents div#form form table tbody tr th{
	background-color: #DFDFDF;
	border: 1px solid #B8B8B8;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	width: 230px;
}

body div#contents div#form form table tbody tr td{
	border-bottom: 1px solid #B8B8B8;
	padding: 5px;
	vertical-align: top;
}

body div#contents div#form form dl.frame{
	margin-top: 20px;
	width: 684px;
}

body div#contents div#form form dl.frame dt{
	font-size: 1.0em;
	font-weight: bold;
}

body div#contents div#form form dl.frame dd{
	border: 1px solid #B8B8B8;
	height: 200px;
	margin-top: 10px;
	overflow: auto;
}

body div#contents div#form form dl.frame dd p{
	margin: 1.0em;
	margin-bottom: 0;
}

body div#contents div#form form dl.frame dd ul li{
	margin: 0.5em;
	margin-left: 2.2em;
}

body div#contents div#form form dl.frame dd ul li a:hover{
	color: #FF0000;
}

body div#contents div#form form dl.frame dd dl.information{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 600px;
}

body div#contents div#form form dl.frame dd dl.information dt{
	background-color: #DFDFDF;
	border: 1px solid #B8B8B8;
	border-bottom: none;
	padding: 5px;
}

body div#contents div#form form dl.frame dd dl.information dd{
	height: auto;
	margin-top: 0;
	padding: 0.5em;
}

body div#contents div#form form p{
	margin-top: 20px;
}

body div#contents div#form form p.button{
	margin-top: 20px;
	text-align: center;
}

/*ここからフッター*/

body div#contents div#foot{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 760px;	
}

body div#contents div#foot ul.mark{
	margin-bottom: 10px;
	text-align: center; 
}

body div#contents div#foot ul.mark li{
	display: inline;
	list-style: none;
	margin-left: 10px;
}

body div#contents div#foot ul.mark li img{
	vertical-align: middle;
}

body div#contents div#foot p{
	background: #DFDFDF url("../image/bg-foot.jpg") scroll repeat-x left top;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
