@charset "UTF-8";

/* _____________________________________
  /                           初期化  */

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, address,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	font-style:normal;
}

/* _____________________________________
  /                             タグ  */
img {
	border:none;
	vertical-align:bottom;
}

a {
}

a:hover {
}

/* _____________________________________
  /                       汎用クラス  */

.float-l {
	float:left;
}

.float-r {
	float:right;
}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

br.clear {
	clear:both;
}

.align-l {
	text-align:left;
}

.align-r {
	text-align:right;
}

.align-c {
	text-align:center;
}



.mincho {
	font-family:"ＭＳ 明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.size10 {
	font-size:10px;
	line-height:1.4em;
}

.size12 {
	font-size:12px;
	line-height:1.4em;
}

.size14 {
	font-size:14px;
}

.size16 {
	font-size:16px;
}


/* _____________________________________
  /                       レイアウト  */

div#container {
	background:url(../common/bg.gif) left top repeat-y;
	width:710px;
	margin:0 auto 15px;
}

div#container #header {
	background:url(../common/header_bg.gif) left top no-repeat;
	width:700px;
	margin-left:5px;
	margin-bottom:10px;
}

div#container #header h1 {
	margin-left:16px;
	text-align:center;
	padding:40px 0 20px;
}

div#container #wrapper {
	width:660px;
	margin:auto;
}

div#container #wrapper #top_msg {
	text-align:center;
	margin:0 0 30px;
}

div#container #wrapper #ol {
	width:548px;
	margin:auto;
}

div#container #wrapper #ol h2 {
	width:160px;
	float:left;
}

div#container #wrapper #ol ul {
	list-style:none;
	width:350px;
	text-align:right;
	float:right;
}

div#container #wrapper #ol ul li {
	display:inline;
	font-size:12px;
	margin-left:7px;
}

div#container #wrapper #ol #ol_in {
	border:solid 1px #999;
	padding-left:20px;
	padding-top:30px;
}

div#container #wrapper #ol #ol_in h3 {
	width:487px;
	background:#32B2D1;
	padding:5px;
	text-align:left;
	color:#fff;
	font-size:14px;
	margin-bottom:10px;
}

div#container #wrapper #ol #ol_in table {
	width:500px;
	margin-bottom:30px;
}

div#container #wrapper #ol #ol_in table td {
	vertical-align:top;
	line-height:2em;
}

div#container #wrapper #ol #ol_in table td.bold {
	font-weight:bold;
	width:80px;
}

div#container #wrapper #ol #ol_in table.tb td {
	font-size:12px;
	line-height:1.5em;
}

div#container #wrapper #ol #ol_in table.tb h4 {
	color:#32B2D1;
	font-size:12px;
}

div#container #foot {
	background:url(../common/bottom.gif) left top no-repeat;
	width:710px;
	height:52px;
}

#footer {
	width:710px;
	height:71px;
	margin:auto;
	background:url(../common/footer_bg.gif) left top no-repeat;
}

#footer address {
	padding:15px 0 50px 30px;
}

#footer address a {
	color:#FF9900;
	text-decoration:none;
}

#footer address a:hover {
	text-decoration:underline;
}

#footer address a img {
	vertical-align:baseline;
	margin-right:10px;
}



