@charset "utf-8";

/* General
--------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 2;
	height: 100%;
	color: #000;
	text-align: center;
	background: #FFF0D9 url(../img/contents_bg.jpg) no-repeat center top;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup, sub {
	line-height: -1px;
/*
	vertical-align: text-top;
*/
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

hr {
	display: none;
}

p {
	margin-bottom: 1em;
	text-indent: 12px;
	line-height: 170%;
}

th, td {
	padding: 0.5em;
}

th {
	white-space: nowrap;
	font-weight: normal;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.clear {
	clear: both;
}

/* Text
--------------------------------------------------*/
.txtsmall {
	font-size: 90%;
}

.txtlarge {
	font-size: 120%;
}

.txtbold {
	font-weight: bold;
}

.txtred {
	color: #c33;
}

.txtorange {
	color: #f63;
}

.txtblue {
	color: #36c;
}

.txtgreen {
	color: #690;
}

.txtgray {
	color: #666;
}

.txtwhite {
	color: #fff;
}

.txterror {
	color: #f00;
}

/* clear
--------------------------------------------------*/

.clear20 {
	height: 20px;
}

.clear40 {
	height: 40px;
}


/* Margin
--------------------------------------------------*/
.mt0 {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mtb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb35 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.mtb40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mtb45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.ml0 {
	margin-left: 0px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.mr0 {
	margin-right: 0px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

/* Link
--------------------------------------------------*/
a:link {
	color: #2480FC;
	text-decoration: none;
}

a:visited {
	color: #2480FC;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: underline;
}

/* Image
--------------------------------------------------*/

.img_left {
	float: left;
}

.img_right {
	float: right;
}

.img_waku {
	padding: 5px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #CCCCCC;
}

/* table
--------------------------------------------------*/

table.tb01  {
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px 0px 0px 0px;
	font-size: 120%;
}
.tb01 td {
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tb01 th {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #DBDBDB;
	color: #666666;
}

table.inquiry  {
	width: 543px;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px 0px 20px 0px;

}
.inquiry td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.inquiry th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #F2F2F2;
	width: 150px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


/* Container
--------------------------------------------------*/
#container {
	position: relative;
	width: 850px;
	margin: 0 auto 0;
	background-color: #fff;
	text-align: left;
}

#top {
	width: 100%;
	background: transparent url(../img/bg_body.jpg) repeat-x center top;
}

#detail {
	width: 100%;
	background: transparent url(../img/bg_bodys.jpg) repeat-x center top;
}

/* Header
--------------------------------------------------*/
#header {
	position: relative;
	width: 850px;
	height: 145px;
	background: transparent url(../img/header.jpg) no-repeat center top;
	margin: 0 auto 0 ;
}

#header_navigation {
	width: 850px;
	height: 85px;
	margin: 0 auto 0;
	padding: 269px 0 0 0;
}

#header_logo a {
	position: absolute;
	top: 33px;
	left: 114px;
	width: 280px;
	height: 82px;
	text-indent: -9999px;
	background: transparent url(../img/logo.gif) no-repeat left top;
}

#main {
	width: 830px;
	height: 179px;
	padding: 0;
	text-indent: -9999px;
	background: transparent url(../img/main.jpg) no-repeat center top;
}

/* Body
--------------------------------------------------*/
body {
}

#body {
	position: relative;
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#contents {
	width: 850px;
	overflow: hidden;
	background: url(../img/contents_bg.jpg) repeat-y center top;
}

#left {
	float: left;
	width: 230px;
	overflow: hidden;
}

.sidemenu {
	margin: 0px;
	padding: 10px 0 0 0;
	background: url(../img/sidemenu_header.jpg) no-repeat left top;
}

.sidemenu ul {
	margin: 0px;
	padding: 0px;
}

.sidemenu li {
	list-style-type: none;
}

.sidemenu li a {
	display: block;
	width: 230px;
	margin-top: 5px;
	text-indent: -9999px;
	background: url(../img/sidemenu.jpg) no-repeat left top;
}

.sidemenu li.menu01 a {
	height: 90px;
	background-position: left top;
}

.sidemenu li.menu02 a {
	height: 55px;
	background-position: left -96px;
}

.sidemenu li.menu02 a:hover {
	background-position: 5px -96px;
}

.sidemenu li.menu03 a {
	height: 50px;
	background-position: left -154px;
}

.sidemenu li.menu03 a:hover {
	background-position: 5px -154px;
}

.sidemenu li.menu04 a {
	height: 55px;
	background-position: left -206px;
}

.sidemenu li.menu04 a:hover {
	background-position: 5px -206px;
}

.sidemenu li.menu05 a {
	height: 42px;
	background-position: left -266px;
}

.sidemenu li.menu05 a:hover {
	background-position: 5px -266px;
}

.sidemenu li.menu06 a {
	height: 55px;
	background-position: left -315px;
}

.sidemenu li.menu06 a:hover {
	background-position: 5px -315px;
}

.sidemenu li.menu07 a {
	height: 50px;
	background-position: left -381px;
}

.sidemenu li.menu07 a:hover {
	background-position: 5px -381px;
}

.sidemenu li.menu08 a {
	height: 57px;
	background-position: left -436px;
}

.sidemenu li.menu08 a:hover {
	background-position: 5px -436px;
}

.sidemenu li.menu09 a {
	height: 54px;
	background-position: left -500px;
}

.sidemenu li.menu09 a:hover {
	background-position: 5px -500px;
}

.sidemenu li.menu10 a {
	height: 100px;
	background-position: left -556px;
}

.sidemenu li.menu11 a {
	height: 70px;
	background-position: left -668px;
}

.sidemenu_bottom {
	margin: 0 0 10px 0;
	padding: 0px;
	background: url(../img/sidemenu_header.jpg) no-repeat left top;
	height: 10px;
	width: 230px;
}

#right {
	float: right;
	width: 600px;
	margin: 0 0 0 0px;
	overflow: hidden;
	background: transparent url(../img/bg_right.gif) repeat-y left top;
}

#news_bottom {
	width: 600px;
	height: 20px;
	background: url(../img/news_bottom.gif) no-repeat left top;
	margin-bottom: 20px;
}

#body h1 {
	display: none;
}

#contents h2 {
	display:block;
	width: 600px;
	height: 30px;
	margin: 10px auto 15px;
	padding:0;
	font-size: 160%;
	color: #333333;
	background: transparent url(../img/h2.gif) no-repeat left center;
	font-weight: bold;
}

#contents .details_data {
	font-size: 85%;
	color: #0033FF;
	text-align: right;
	padding: 0;
	margin: 0 25px 10px 0;
	line-height: 100%;
}

#contents h3 {
	width: 580px;
	margin: 0 auto 10px;
	padding: 0px;
	font-size: 140%;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#contents .details_coments {
	display: block;
	width: 770px;
	height: 100%;
	margin: 0 auto 20px;
	color: #333333;
	padding: 0;
	line-height: 180%;

}

#contents .details_coments h4 {
	font-size: 120%;
	text-indent: 20px;
	background: transparent url(../img/h4.gif) no-repeat left center;
}

#pan_kuzu {
	position: relative;
	font-size: 80%;
	color: #666666;
	margin: 0 0 5px 25px;
}

#anc {
	float: right;
	background: url(../img/icon/anc.gif) no-repeat left 7px;
	padding: 0px 0px 0px 15px;
	margin-top: 20px;
}

/* Footer
--------------------------------------------------*/
#footer {
	display: block;
	width: 850px;
	height: 135px;
	font-size: 90%;
	overflow: hidden;
	background: transparent url(../img/footer.jpg) repeat-x center bottom;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer_box {
	width: 850px;
	margin: 0 auto 0;
}

#footer_link {
	display: block;
	float: right;
	width: 344px;
	height: 53px;
}

#footer_link ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#footer_link li {
	display: block;
	float: left;
}

#footer_link li a {
	display: block;
	height: 53px;
	text-indent: -9999px;
}

#footer_link li.footer_link01 a {
	width: 173px;
	background: transparent url(../img/footer_link.jpg) no-repeat left top ;
}

#footer_link li.footer_link02 a {
	width: 171px;
	background: transparent url(../img/footer_link.jpg) no-repeat -173px top ;
}

#copyright {
	width: 500px;
	color: #222222;
	text-align: left;
	line-height: 135%;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
span.footertext {
	line-height: 130%;
	font-size: 125%;
	font-weight: bold;
}