@charset "UTF-8";

body {
	font-size: 13px;
	background: #ffffff;
	color: #333333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #2766bb;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 750px;
	position: relative;
}

#logo {
	position: absolute;
	top: 5px;
	left: 630px;
	z-index: 3;
}

#headerbt {
	position: absolute;
	top: 557px;
	left: 239px;
	z-index: 2;
}

#headerimg {
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 1;
}

#contentswrapper {
	background: url(img/bg_middle.gif) repeat-y;
	position: relative;
	top: 577px;
	_top: 578px;
	width: 750px;
	text-align: left;
}

*:first-child + html #contentswrapper {
	top: 578px;
}

#contents {
	width: 660px;
	_width: 750px;
	text-align: left;
	padding: 20px 45px 0 45px;
}

.bluebar {
	background: #d9efff;
	border-bottom: 1px solid #bad8ec;
	padding: 5px 10px;
	color: #004474;
	display: block;
	line-height:1;
	margin-bottom: 10px;
}

#company {
	border-top: dotted 1px #ccc;
	padding-top: 10px;
	margin: 10px 0;
}


/*============汎用スタイル============*/

.margin_b_10 {
	margin-bottom: 10px;
}
.margin_b_30 {
	margin-bottom: 30px;
}

.margin_b_20 {
	margin-bottom: 20px;
}

p {
	margin: 0;
}

.align_c {
	text-align: center;
}

.txtmini {
	font-size: 10px;
}


/*---------リスト---------*/

ul {
	padding-left:1em;
	font-weight:normal;
	list-style:disc;
	margin: 0 0 0 5px;
}

ul li {
	padding-bottom: 0.5em;
	line-height:1.5;
}

