@charset "UTF-8";
/* CSS Document */



body {
	background: url(../common_img/back.jpg) repeat-x left 27px;
	color: #444444;
}
#wrapper {
	padding: 7px 0px 12px 0px;
	width: 850px;
	margin: auto;
}
.box {
	border: 2px solid #330077;
	margin-bottom: 7px;
	background-color: #FFFFFF;
}
a {
	color: #444444;
	text-decoration: none;
}
a:active {
	color: #cccccc;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #cccccc;
}
.pp {
	color: #330077;
}
.brown {
	color: #613a07;
}
.red {
	color: #9F0B00;
}
.red2 {
	color: #ff0000;
}
.gray {
	color: #444444;
}
.pp {
color: #250077;
}

/******************************

head

******************************/

.head {
	position: relative;
	text-align: center;
	width: 850px;
}
.logo {
	position: absolute;
	top: 50px;
	left: 0px;
}
h1 {
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	display: inline;
	padding-right: 10px;
}
h2 {
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	display: inline;
}
.head ul {
	list-style: none;
	margin: 42px 0px 12px 272px;
	background: url(../common_img/telmail.gif) no-repeat left top;
	width: 578px;
	height: 46px;
	position: relative;
}
.head ul li {
	float: left;
	text-indent: -9999em;
	width: 191px;
}
.head ul li a {
	display: block;
	width: 188px;
	height: 46px;
	position: absolute;
	overflow: hidden;
}
.head ul li a.headbt1 {
	left: 0;
	top: 0;
}
.head ul li a.headbt2 {
	right: 0;
	top: 0;
}
.head p {
	clear: left;
	text-indent: -9999em;
	background: url(../common_img/price.gif) no-repeat left top;
	height: 36px;
	width: 850px;
	margin: 7px 0px;
}
.head p a {
	display: block;
	height: 36px;
	width: 850px;
	overflow: hidden;
}
/******************************

navi

******************************/

.navi {
	width: 221px;
	float: left;
}
.navi ul {
	list-style: none;
	margin-bottom: 7px;
	background: url(../common_img/navi.gif) no-repeat center top;
	background-color: #FFFFFF;
}
.navi ul li a {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	width: 216px;
	height: 36px;
}
.navi ul li p {
	display: none;
}
.navi ul li img {
	display: block;
	height: 95px;
	margin: 9px 0px 8px 14px;
}
.navi h3 {
	border: 2px solid #330077;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	font-size: 110%;
}
.navi h3 strong {
	display: none;
}
.navi h3 ul {
	border: none;
	margin-bottom: 0px;
	background: url(../common_img/syoujyou.gif) no-repeat left top;
	padding: 42px 10px 10px 10px;
	line-height: 160%;
}
.navi h3 ul li a {
	text-indent: 0;
	overflow: auto;
	display: inline;
	width: auto;
	height: auto;
}
.carebn ul {
	margin-bottom: 0px;
	background: url(../common_img/bana04.jpg) no-repeat left top;
	height: 224px;
}
.carebn ul li a {
	height: 74px;
}
/******************************

con

******************************/

.con {
	width: 621px;
	float: right;
}
/******************************

foot

******************************/

.foot {
	margin-top: 3px;
	text-align: center;
	font-size: 120%;
}
.foot address {
	margin-top: 10px;
	font-size: 90%;
	color: #330077;
	background: url(../common_img/footad.gif) no-repeat center top;
	padding-top: 45px;
}
.foot span {
	font-size: 80%;
}

/******************************

margin

******************************/
.mar_b12 {
margin-bottom: 12px;
}