@charset "UTF-8";

/*------------------------------
  CSSリセット・共通設定
------------------------------*/

body, h1, h2, h3, h4, p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

p, ol, ul, dl, table {
	font-size: 1.2em;
}

ol p, ol ol, ol ul, ol dl, ol table,
ul p, ul ol, ul ul, ul dl, ul table,
dl p, dl ol, dl ul, dl dl, dl table,
table p, table ol, table ul, table dl, table table {
	font-size: 1em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

b, em, strong, small {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*------------------------------
  基本設定
------------------------------*/

.inner {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

p {
	line-height: 1.7;
}

a:link, a:visited {
	color: #008735;
	text-decoration: none;
}
a:hover, a:active {
	color: #005722;
	text-decoration: none;
}

/*------------------------------
  header
------------------------------*/

#header {
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #00ad4c;
	border-bottom: 1px solid #dcdcdc;
	height: 47px;
	margin-bottom: 9px;
}

#logo {
	position: absolute;
		top: 14px;
		left: 4px;
}

#link {
	font-size: 14px;
	text-align: right;
	line-height: 47px;
}
#link a {
	padding-left: 15px;
	background: url(../img/blt-link.gif) 0 50% no-repeat;
	color: #6b6b6b;
}
#link a:hover {
	background-image: url(../img/blt-link_ov.gif);
	color: #ff9a03;
}


/*------------------------------
  local navi/main
------------------------------*/

#container {
	margin-bottom: 25px;
	clear: both;
}

#wrapper {
	width: 100%;
}
#container,
#wrapper {
	background-image: none;
}

#main h1 {
	margin-bottom: 20px;
}

#main h2 {
	margin-bottom: 15px;
}

#main h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.lead,
.section {
	margin-bottom: 25px;
}

#main .close {
	padding: 100px 0 0;
	text-align: center;
}

/*------------------------------
  footer
------------------------------*/

#footer {
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	height: 37px;
	padding-top: 8px;
	text-align: center;
}

