@charset "utf-8";

/* 全体の設定
================================================== */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg/bg.png) repeat-x;
	background-color: #CCDBEC;
}

html {
	overflow-y: scroll;
}

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

p {
	margin: 0 0 1em 0;
}

fieldset,img {
	border: 0;
}

img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

/* レイアウト
================================================== */

#wrapper {
	overflow: auto;
	width: 780px;
	font-size: 1em;
	color: #000;
	margin: 0 auto;
	background: url(../images/wrapper/wrapper_bg1.png) no-repeat;
}

#header {
	background-image: url(../images/header/logo_bg.jpg);
	height: 230px;
	width: 780px;
}

#header #logo {
	height: 100px;
	width: 400px;
	position: relative;
	top: 90px;
	left: 130px;
}

#navi {
	margin: 0 0 30px;
}

#navi_free {
	line-height: 1.4;
	font-size: 0.8em;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

#pagebody {
	position: absolute;
	background: url(../images/wrapper/wrapper_bg1.png);
	width: 780px;
	margin-bottom: 40px;
}

#pagebody #content {
	float: left;
	width: 450px;
	line-height: 1.4;
	margin-left: 60px;
}

#pagebody #menu {
	float: left;
	width: 160px;
	margin-left: 30px;
}

address {
	text-align: center;
	font-size: 0.875em;
	padding: 6px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCFF00;
	display: block;
	margin-top: 40px;
}

address a {
	color: #F39;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	clear: both;
	height: 80px;
	background-image: url(../images/footer/footer_bg.png);
}

/* hタグ
================================================== */

h1 {
	margin: 0;
}

h2 {
	margin: 0 0 30px;
}

h2.noimage {
	padding: 5px 12px;
	color: #333;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #F6C;
	border-left-color: #F60;
}

h3 {
	margin: 50px 0 20px;
}

h3.noimage {
	padding: 5px 10px;
	border: 2px dotted #F93;	
}

h4 {
		color: #390;
		font-size: 1.2em;
		padding-bottom: 3px;
		border-bottom: #FCF dotted 1px;
		line-height: 1.2;
}

/* その他
================================================== */

.color_blue {
	color: #009;
}

.color_red {
	color:#900;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

dl.list {
	font-size: 0.875em;
}
dl.list dt {
	float: left;
	margin: 0 0 0 2em;
	width: 6em;
	padding-left: 5px;
	font-weight: bold;
	color: #666;
}

dl.list dd {
  margin-bottom: 0.8em;
  margin-left: 9em;
}

table {
	margin: 2em 0;
}