@charset "utf-8";
/*--------
#　共通HTMLタグ
--------*/
* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
    text-align: center;
	font-size: 13px;
}
img {
	border: 0;
	background-color: #ffffff;
}
p {
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-indent: 1em;
}
li {
	list-style-type: none;
}
dl {
	margin-left: 1em;
	line-height: 1.5em;
}
dd {
	margin-left: 1em;
}
/*--------
#　ID
--------*/
#content {
	width: 855px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#main {
	background-image: url(../images/back_main.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/bnr_header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 855px;
	text-align: left;
}
#header a {
	height: 160px;
	width: 200px;
	display: block;
	text-indent: -9999px;
}
#left {
	float: left;
	width: 200px;
	padding-top: 5px;
	text-align: left;
}
#lab h2, #blog h2, #menu h2, #about h2, #sales h2 {
	width: 200px;
	background-repeat: no-repeat;
	height: 28px;
	text-indent: -9999px;
}
#lab h2 {
	background-image: url(../images/bnr_left_a1.gif);
	}
#blog h2 {
	background-image: url(../images/bnr_left_blogtitle.gif);
}
#menu h2 {
	background-image: url(../images/bnr_left_a2.gif);
}
#about h2 {
	background-image: url(../images/bnr_left_a3.gif);
}
#sales h2 {
	background-image: url(../images/bnr_left_a4.gif);
}
#lab a, #blog a, #menu a, #about a, #sales a {
	text-decoration: none;
	display: block;
	height: 41px;
	width: 200px;
	text-indent: -9999px;
}
#lab a:hover, #blog a:hover, #menu a:hover, #about a:hover, #sales a:hover {
	background-position: 0 -41px;
}
#lab #b1 {
	background-image: url(../images/bnr_left_b1.gif);
	background-repeat: no-repeat;
}
#menu #b2 {
	background-image: url(../images/bnr_left_b2.gif);
	background-repeat: no-repeat;
}
#menu #b3 {
	background-image: url(../images/bnr_left_b3.gif);
	background-repeat: no-repeat;
}
#menu #b4 {
	background-image: url(../images/bnr_left_b4.gif);
	background-repeat: no-repeat;
}
#about #b5 {
	background-image: url(../images/bnr_left_b5.gif);
	background-repeat: no-repeat;
}
#about #b6 {
	background-image: url(../images/bnr_left_b6.gif);
	background-repeat: no-repeat;
}
#about #b7 {
	background-image: url(../images/bnr_left_b7.gif);
	background-repeat: no-repeat;
}
#sales #b8 {
	background-image: url(../images/bnr_left_b8.gif);
	background-repeat: no-repeat;
}
#menu #b9 {
	background-image: url(../images/bnr_left_b9.gif);
	background-repeat: no-repeat;
}
#blog #blog {
	background-image: url(../images/bnr_left_blog.gif);
	background-repeat: no-repeat;
}
#lab li, #blog li, #menu li, #about li, #sales li {
	list-style-type: none;
	height: 41px;
}
#bnr {
	width: 190px;
	margin-top: 20px;
	padding-left: 5px;
}
#bnr li {
	list-style-type: none;
	height: 60px;
}
#right {
    float: right;
	width: 650px;
	text-align: left;
	padding-top: 5px;
}
#sales_letter {
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
	margin: 10px;
	padding: 10px;
}
#right_bnr {
	margin: 15px 12px 30px 25px;
	clear: both;
	height: 72px;
}
#footer {
    clear: both;
	background-image: url(../images/back_main.gif);
	background-repeat: repeat-y;
}
#footer_list {
	margin-left: 200px;
	text-align: left;
	border-top: thin dotted #330000;
	padding-left: 15px;
	padding-top: 10px;
}
#footer_list ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
#footer_list li {
    display: inline;
	line-height: 1.5em;
}
#footer_list li a {
    text-decoration: none;
	color: #330000;
}

#footer_copy {
	background-image: url(../images/bnr_footer.gif);
	background-repeat: repeat-x;
	margin-left: 200px;
	padding-top: 30px;
	text-align: right;
	color: #0c6911;
	font-weight: bolder;
	font-size: 9px;
	height: 20px;
}
#aaa {
	width: 633px;
	height: 148px;
} 
/*--------
#　クラス
--------*/
.float_r {
	float: right;
}
.float_l {
    float: left;
}
.red_bold {
	color: #121273;
	font-weight: bold;
	font-size: 16px;
	line-height: 2.5em;
}
.allow_1 {
	background-image: url(../images/icon_1.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;
	line-height: 1.2em;
	color: #3333FF;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.inquiry {
	margin: 10px auto;
	text-align: center;
}
.inquiry img {
	width: 142px;
}
.clear_f {
	clear: both;
}
.clear_r {
	clear: right;
}
.text_center {
	text-align: center;
}
.vertical_b td {
	vertical-align: bottom;
}
.b {
	font-weight: bold;
}
