/* CSS Document */
body {
	color:#333333;
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo;
	line-height:1.6em;
}
body, h1, h2, h3, h4, p, ul, li{
	margin:0;
	padding:0;
}
h1{
	font-size:1.2em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.2em;
}
h3{
	font-size:1em;
}
img {
	border:none;
}
li{
	list-style-type:none;
}
textarea{
	resize:none;
}
a{
	color:#464646;
	text-decoration:none;
}
label:hover{
	cursor:pointer;
}
a#pagetop{
	width:87px;
	height:27px;
	padding-left:30px;
	position:absolute; bottom:10px; right:10px;
	display:block;
	background:url(/images/common/pagetop.png) no-repeat;
	color:#FFFFFF;
	line-height:27px;
	cursor:pointer;
}
#wrapper{
	width:758px;
	margin:0 auto;
	position:relative;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#overlay{
	width:100%;
	height:100%;
	background:#000000;
	position:fixed; top:0; bottom:0;
	display:none;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	z-index:1;
}
#image{
	position:absolute; top:0; left:0;
	display:none;
	z-index:2;
}
span.closeImage{
	padding:3px 5px;
	position:absolute; top:3px; right:3px;
	background:#999999;
	color:#FFFFFF;
	font-weight:bold;
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
span.closeImage:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	cursor:pointer;
}

/* header */
div.header{
	height:80px;
	padding:10px 20px;
	overflow:hidden;
	background:url(/images/common/header_bg.png) repeat-x bottom;
	zoom:100%;
}
div.header a{
	height:67px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
div.header div{
	padding-top:5px;
	float:right;
	text-align:right;
}
div.header div span.tel{
	padding-left:25px;
	font-size:2em;
}
div.header div span.businessday{
	color:#333333;
}

/* content */
div.container{
	padding:20px;
	position:relative;
	overflow:hidden;
	zoom:100%;
}
div.content{
	width:538px;
	float:left;
}
div.content img.top{
	margin-bottom:10px;
}

div.article{
	width:517px;
	margin-bottom:10px;
	padding:1px 1px 0;
	overflow:hidden;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	zoom:100%;
}
div.article h2{
	height:23px;
	padding-left:10px;
	background:#C7BDB3 url(../images/common/heading.png) repeat-y;
	color:#FFFFFF;
	font-weight:normal;
	line-height:23px;
}
div.article a{
	color:#0000FF;
}
div.article a.thumb:hover img{
	outline:1px outset #0000FF;
}
div.article a.thumb:active img{
	outline:1px inset #0000FF;
}
div.article div.bind{
	overflow:hidden;
	zoom:100%;
}
div.article div.image{
	margin:20px 20px 0;
	float:left;
}
div.article div.image div.caption{
	
}
div.article div.image div.caution{
	color:#FF0000;
	
}
div.article div.text{
	margin:20px 20px 0;
	overflow:hidden;
	zoom:100%;
}
div.article div.text div.image{
	margin:0 1px 20px;
}
div.article h3{
	padding-bottom:5px;
}
div.article p{
	padding-bottom:20px;
	clear:both;
}
div.article ul{
	padding-bottom:20px;
}
div.article table{
	width:100%;
	padding-bottom:20px;
}
div.article th{
	padding:5px 15px;
/*	background:#DDDDDD;
	color:#555555;*/
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	empty-cells:hide;
}
div.article tr.top th{
	padding:0 15px;
/*	background:#AAAAAA;*/
	color:#FFFFFF;
	text-align:center;
}
div.article td{
	padding:5px 15px;
/*	background:#FFEBD7;*/
	color:#80746A;
}
div.article table.white{
	width:auto;
}
div.article table.white th{
	padding:0 6px 0 0;
	background:transparent;
	vertical-align:top;
	color:#333333;
	white-space:nowrap;
}
div.article table.white td{
	padding:0 6px 0 0;
	background:transparent;
	color:#333333;
}
#toForm{
	width:181px;
	height:43px;
	display:block;
	overflow:hidden;
	background:url(/images/common/form_button.png) no-repeat;
	text-indent:-9999px;
}
#toInfo{
	width:181px;
	height:43px;
	display:block;
	overflow:hidden;
	background:url(/images/common/detail_button.png) no-repeat;
	text-indent:-9999px;
}

/* nav */
div.nav{
	width:180px;
	padding-bottom:40px;
	float:right;
}
div.nav a{
	display:block;
}
div.nav a.banner{
	margin-top:10px;
}

div.nav ul{
	padding-bottom:10px;
}
div.nav ul li{
	border:1px solid #CCCCCC;
}
div.nav ul li.heading{
	height:23px;
	padding-left:10px;
	background:url(/images/common/nav_heading.png) no-repeat;
	color:#FFFFFF;
	line-height:23px;
}
div.nav ul a{
	height:38px;
	padding-left:30px;
	background:url(/images/common/nav_bg.png) no-repeat;
	border:1px solid #FFFFFF;
	line-height:38px;
}
div.nav ul a:hover{
	background-position:0 -38px;
}
div.nav ul li.current a{
	background-position:0 -38px;
}


address{
	padding:10px 0;
	clear:both;
	font-style:normal;
	text-align:center;
}



