@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
/*	background:transparent;	*/
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
/*	background:transparent;	*/
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* 主要パーツ */

body {
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Osaka, "MS Pゴシック";
}
#wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	width: 100%;
}
#header {
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 120px;
}
#header_content {
	clear: both;
	float: none;
	height: 120px;
	width: 916px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/img/header_bg.gif);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	position: relative;
}
#header_logo {
	background-image: url(/img/logo.png);
	padding: 0px;
	height: 60px;
	width: 330px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 10px;
	top: 26px;
	margin: 0px;
}
#header_txtbox {
	font-size: 11px;
	line-height: 17px;
	color: #333;
	position: absolute;
	height: 52px;
	width: 500px;
	top: 25px;
	right: 0px;
}
#header_nav {
	position: absolute;
	height: 40px;
	width: 290px;
	top: 80px;
	right: 20px;
}
.header_nav_btn {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 138px;
	display: block;
}
.header_nav_btn:hover {
	background-position: left bottom;
}
#header_nav1 {
	background-image: url(/img/header_nav1.png);
	display: none;
}
#header_nav2 {
	background-image: url(/img/header_nav2.png);
}
#header_nav3 {
	background-image: url(/img/header_nav3.png);
	display: none;
}
#header_nav4 {
	background-image: url(/img/header_nav4.png);
}
#content_area {
	padding: 0px;
	clear: both;
	float: none;
	width: 916px;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FBD033;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#footer {
	background-color: #DDD;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
#footer_content {
	padding: 0px;
	clear: both;
	float: none;
	height: 30px;
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
}
.clear_4px {
	font-size: 4px;
	line-height: 4px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 4px;
}
.clear_10px {
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 10px;
}
.clear_20px {
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 20px;
}
.clear_40px {
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 40px;
}
.txt_h3 {
	font-size: 18px;
	background-color: #FAF2D4;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	color: #000;
	padding-top: 3px;
	margin-bottom: 12px;
	line-height: 30px;
	height: 30px;
}
