/*** 基本 ***/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #555;
	font-size: 12px;
	background: url("../images/body_bg_sec.gif") 0 0 repeat-x;
}

h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
p {
	line-height: 140%;
}

img {
	border: none 0px;
}
a {
	color: #5B0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*フロートクリア*/
div.clearb{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width:765px;
}
br.clearb {
	clear: both;
}

/*** ヘッダー ***/
#header {
	margin: 0 auto;
	padding: 5px 0 0;
	width: 780px;
	height: 86px;
	font-size: 10px;
}
#header p {
	height: 31px;
	color: #808080;
}


.headerl {
	float: left;
}
.headerr {
	float: right;
	text-align: right;
}


#contents {
	margin: 0 auto;
	padding: 14px;
	width: 780px;
	background: url("../images/main_bg02.gif") 0 0 no-repeat #fff;
}

/* メニュー */
#contents ul#menu {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	height: 50px;
}
#contents ul#menu li {
	margin: 0;
	padding: 0;
	float: left;
}

/* フッター */
#footerwrap {
	background: url("../images/footer_bg01.gif") bottom left repeat-x;
	height: 123px;
}

#footer {
	margin: 0 auto;
	padding:42px 14px 0;
	width: 780px;
	height: 81px;
	background: url("../images/footer_bg02.gif") 0 0 no-repeat #fff;
}

.footer01 {
	padding: 13px 0 5px;
	background: url("../images/footer_bg03.gif") top left repeat-x;
	border-bottom: 1px solid #B1B1B1;
	text-align: right;
}
.footer01 a {
	text-decoration: none;
	color: #5e5e5e;
	font-size: 12px;
}
.footer01 a:hover {
	text-decoration: underline;
	color: #999;
}

.footer02 {
	padding: 13px 0 0;
	background: url("../images/footer_bg04.gif") top left repeat-x;
	text-align: right;
}


/* 左側ボックス */
.leftbox {
	padding: 0 5px;
	width: 194px;
	float: left;
}

/* 資料請求、お問い合わせ　ボックス */
.leftbox .inqbox {
	margin: 0;
	width: 194px;
	height: 155px;
	background: url("../images/common_leftbg01.gif") top left no-repeat;
}
.leftbox .inqbox img {
	margin: 5px 0 0 7px;
}
.leftbox ul {
	margin: 0 0 12px;
	padding: 0;
	list-style-type: none;
}
.leftbox ul li {
	margin: 8px 0 0;
	padding: 0 0 1px;
	height: 19px;
	background: url("../images/common_dot02.gif") bottom left repeat-x;
}



/* 右側ボックス */
.rightbox {
	padding: 0;
	margin: 0 5px 0 25px;
	width: 546px;
	float: right;
}
/* パンくず */
.navi {
	margin: 6px 0 10px;
}


/* メイン部分 */
.mainbox {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 536px;
}
.mainbox h2 {
	margin-bottom: 10px;
}
.hi1 {
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

