@charset "utf-8";


/*===============================

	01. 0
	02. body
	03. a
	04. head
	05. navi
	06. content
	07. leftpane l_box
	08. other
	09. pagetop
	10. foot
	11. strogn/em
	12. font

/*===============================


/*---- 0 ----*/

* {
	padding:0;
	margin: 0;
	font: normal normal normal 100%/1.6 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	border: none;
}

hr{display:none;}
img { display: block;}
ul { list-style-type: none;}


/*---- body ----*/

body {
	font-size: 12px;
	color: #494949;
	background: url(../img/bg.gif) repeat-x 0 0 #bebebe;
}

#container {
	width: 860px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
}

#head,
#navi,
#foot { width: 860px;}


/*---- a ----*/

a:link,
a:visited,
a:active {
	color: #cb4f48;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}


/*---- head ----*/

#head {
	height: 62px;
	background: url(../img/head.gif) no-repeat 0 0;
	overflow: hidden;
}

#head:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#head div {
	float: right;
	width: 297px;
	height: 35px;
	margin-top: 10px;
	margin-right: 10px;
}

#head div a {
	display: block;
	width: 297px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}

#head h1 { display: none;}


/*---- naavi ----*/

#navi {
	height: 34px;
	background: url(../img/navi.gif) no-repeat 0 0;
	overflow: hidden;
}
#navi ul li,
#navi ul li a {
	display: block;
	width: 143px;
	height: 34px;
}
#navi ul li { float: left;}
#navi ul li a {
	 text-indent: -9999px;
	 overflow: hidden;
}

#navi ul li a#top { background-position: 0 0;}
#navi ul li a#his { background-position: -143px 0;}
#navi ul li a#soku { background-position: -286px 0;}
#navi ul li a#hou { background-position: -429px 0;}
#navi ul li a#yaku { background-position: -572px 0;}
#navi ul li a#com{ background-position: -715px 0;}

#navi ul li a:hover { background: url(../img/navi_hover.gif) no-repeat;}


/*---- contents ----*/

#contents {
	zoom: 1;
	background: url(../img/content.gif) repeat-y 0 0;
}

#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#leftpane {
	float: left;
	width: 175px;
	background: url(../img/bg_left.gif) repeat-x 0 0;
}

#rightpane {
	float: right;
	width: 684px;
	margin-left: 1px;
	padding-top: 21px;
	background: url(../img/bg_right.gif) repeat-x 0 0;
}

/*---- leftpane ----*/

.l_box {
	width: 175px;
	margin-top: 23px;
	margin-bottom: 35px;
}

.l_box p {
	color: #4f4f4f;
	margin: 13px 0 0 22px;
}

.l_box div {
	width: 175px;
	height: 78px;
	background: url(../img/navi_left.gif) no-repeat 0 0;
	margin-top: 11px;
}

.l_box div p {
	width: 120px;
	height: 18px;
	margin: 0 0 8px 20px;
}
.l_box div p a{
	width: 120px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.l_box div a:hover{
	background: url(../img/navi_left_h.gif) no-repeat 0 0;
}

.l_box div p a#shop { background-position: -20px 0;}
.l_box div p a#contact { background-position: -20px -26px;}
.l_box div p a#link { background-position: -20px -52px; height: 22px;}

.l_box img.right { margin-top: 15px;}

/*---- other ----*/

.left { float: left;}
.right { float: right;}
.clear { clear: both;}
.hover img a:hover {
	background: #fff;
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*---- pagetop ----*/

#pagetop {
	width: 684px;
	height: 23px;
	margin-top: 20px;
}

#pagetop div,
#pagetop div a {
	width: 120px;
	height: 23px;
}

#pagetop div {
	float: right;
	background: url(../img/pagetop.gif) no-repeat 0 0;
	margin-right: 10px;
}

#pagetop div a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#pagetop div a:hover { background: url(../img/pagetop_h.gif) no-repeat 0 0;}


/*---- foot ----*/

#foot {
	height: 85px;
	background: url(../img/foot.gif) no-repeat 0 0;
}

#foot * { color: #dcdcdc;}
#foot p {
	text-align: center;
	padding-top: 15px;
}

#foot a {
	padding: 0 4px 0 8px;
	border-left: 1px solid #dcdcdc;
	text-decoration: none;
}

#foot a:hover{ text-decoration: underline;}

#copy {
	text-indent: -9999px;
	overflow: hidden;
}


/*---- strong/em ----*/

strong { font-weight: normal; color: #c3421b;}



/*---- font ----*/

.font_small { font-size: 10px;}
.font_big { font-size: 14px; line-height: 21px;}
.mr20 {
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: normal;
}