@charset "utf-8";

/********* HTMLリセット *********************************************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/********* HTML再定義 ***********************************************/

html {
	overflow-y: scroll;
}
body {
	background-color: #F3F2E9;
	background-image: url(../images/common/header_background.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 3px;
}

/********* ヘッダー *************************************************/

div#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

div#header div#header_logo {
	height: 100px;
	padding-left: 20px;
}

/********* メニュー *************************************************/

div#header div#header_menu {
	height: 40px;
	padding-left: 20px;
}

div#header div#header_menu ul {
	width: 880px;
	list-style-type: none;
	height: 40px;
}
div#header div#header_menu li {
	float: left;
	height: 40px;
}
div#header div#header_menu li a {
	display: block;
	text-indent: -9999px;
	height: 40px;
}

div#header div#header_menu li.menu01 a {
	width:100px;
	background-image: url(../images/common/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header div#header_menu li.menu01 a:hover {
	background-image: url(../images/common/header_menu.jpg);
	background-position: 0px -40px;
}

div#header div#header_menu li.menu02 a {
	width:150px;
	background-image: url(../images/common/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
div#header div#header_menu li.menu02 a:hover {
	background-image: url(../images/common/header_menu.jpg);
	background-position: -100px -40px;
}

div#header div#header_menu li.menu03 a {
	width:180px;
	background-image: url(../images/common/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
}
div#header div#header_menu li.menu03 a:hover {
	background-image: url(../images/common/header_menu.jpg);
	background-position: -250px -40px;
}

div#header div#header_menu li.menu04 a {
	width:160px;
	background-image: url(../images/common/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: -430px 0px;
}
div#header div#header_menu li.menu04 a:hover {
	background-image: url(../images/common/header_menu.jpg);
	background-position: -430px -40px;
}

div#header div#header_menu li.menu05 a {
	width:90px;
	background-image: url(../images/common/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: -590px 0px;
}
div#header div#header_menu li.menu05 a:hover {
	background-image: url(../images/common/header_menu.jpg);
	background-position: -590px -40px;
}

div#header div#header_menu li.menu06 a {
	width:80px;
	background-image: url(../images/common/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: -680px 0px;
}
div#header div#header_menu li.menu06 a:hover {
	background-image: url(../images/common/header_menu.jpg);
	background-position: -680px -40px;
}

div#header div#header_menu li.menu07 a {
	width:120px;
	background-image: url(../images/common/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: -760px 0px;
}
div#header div#header_menu li.menu07 a:hover {
	background-image: url(../images/common/header_menu.jpg);
	background-position: -760px -40px;
}

/********* 内容 *****************************************************/

div#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/background.jpg);
	background-repeat: repeat-y;
	clear: left;
}

div#wrapper {
	width: 840px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

/********* フッター *************************************************/

div#footer {
	width: 880px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 30px;
	color: #333333;
}

div#footer div.footer_box {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #091521;
	padding-top: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #202F3C;
}

div#footer div.footer_left {
	float:left;
}

div#footer div.footer_left a,
div#footer div.footer_left a:link,
div#footer div.footer_left a:visited {
	color: #333333;
	text-decoration: none;
}
div#footer div.footer_left a:hover {
	text-decoration: underline;
}

div#footer div.footer_right {
	float:right;
	text-align: right;
}

div#footer div.footer_under {
	font-size: 12px;
	padding-top: 15px;
}

div#footer div.footer_under_left {
	float:left;
	width: 50%;
}

div#footer div.footer_under_left a,
div#footer div.footer_under_left a:link,
div#footer div.footer_under_left a:visited {
	color: #2D6AA5;
	text-decoration: none;
}
div#footer div.footer_under_left a:hover {
	text-decoration: underline;
}

div#footer div.footer_under_left h2 {
	font-size: 16px;
	font-weight: bold;
}

div#footer div.footer_under_left p {
	line-height: 150%;
}

div#footer div.footer_under_right {
	float:right;
	width: 50%;
}

div#footer div.footer_under_right img {
	padding-right: 5px;
}

div#footer div.footer_under_right p {
	padding-bottom: 10px;
}

div#footer div.footer_under_right table {
	width: 440px;
	text-align: left;
}

div#footer div.footer_under_right table td {
	vertical-align: top;
}

div#footer div.footer_under_right table td a,
div#footer div.footer_under_right table td a:link,
div#footer div.footer_under_right table td a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
div#footer div.footer_under_right table td a:hover {
	text-decoration: underline;
}

div#footer div.footer_under_right table th {
	text-align: right;
	vertical-align: top;
}

div#footer div.footer_under_right table th a,
div#footer div.footer_under_right table th a:link,
div#footer div.footer_under_right table th a:visited {
	font-weight: bold;
	color: #2D6AA5;
	text-decoration: none;
}
div#footer div.footer_under_right table th a:hover {
	text-decoration: underline;
}

/********* 個別指定 *************************************************/

div.totop {
	position: absolute;
	margin-left: 640px;
	margin-top: 90px;
}
.attention {
	color: #FF0000;
}

