@charset "utf-8";

/* Link */

a{
	color:#000;
}

a:hover{
	color:#00F;
	text-decoration:underline;
}

/* Wrapper */

div#wrapper{
	width:970px;
	height:auto;
	background-color:#FFF;
	margin:auto;
	margin-top:30px;
}

/* Header */

div#header{
	width:950px;
	height:150px;
	margin:20px 30px 0 30px;
}

p#pic01{
	float:right;
	padding-right:140px;
}

h1{
	padding:35px 0 0 20px;
}

/* Contents */

div#contents{
	width:950px;
	margin-top:40px;
	margin-left:40px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2{
	padding-left:30px;
	padding-bottom:25px;
	font-size:16px;
}

div#contents p{
	padding-left:70px;
	padding-bottom:10px;
	font-size:13px;
}

p.bottom{
	margin-bottom:45px;
}

a#form{
	color:#F00;
}

dl{
	padding-bottom:40px;
}

dl dt,dd{
	line-height:25px;
	font-size:13px;
}

dl dt{
	float:left;
	padding-left:70px;
}
dl dd{
	margin-left:10em;
}

p#pic02{
	margin-top:-20px;
	float:left;
}

table{
	margin-top:-20px;
	margin-left:435px;
	margin-bottom:80px;
}

table th,td{
	font-size:13px;
	line-height:1.6em;
	border:solid 1px #000;
}

table th{
	text-align:left;
	padding-right:20px;
	font-weight:normal;
}

table td{
	text-align:left;
	padding-left:10px;
	padding-right:15px;
}

/* Footer */

div#footer{
	width:950px;
	clear:both;
	text-align:center;
}

address{
	margin:50px;
}
