@charset "utf-8";

/*デフォルトCSSのリセット*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

/* 基本
----------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 150%;
	background: url(../common/back.jpg) repeat-x left top;
}
img {border: none;}
a:visited {color: #84226B;}
a:link {color: #069;}
a:hover {text-decoration: underline;}
a:active {color: #F00;}

a,p,h1,h2,h3,h4,h5,h6,li,ul,ol {
     text-decoration: none;
     margin: 0;
     padding: 0;
     list-style-type: none;
}
#wrapper{
    background: #FFFFFF url(../common/back.jpg) repeat-x left top;
	width:100%;
	text-align:center;
}
.red {
     color: #C30;
}
.red-b {
     font-weight: 700;
     color: #C30;
}
.red-b-b {
	font-weight: 700;
	color: #C30;
	font-size: 18px;
	line-height: 160%;
}
.green {
     color: #009933;
}
.green-b {
     font-weight: 700;
     color: #009933;
}
.green-b-b {
     font-weight: 700;
     color: #009933;
	 font-size: 18px;
	 line-height: 160%;
}
.blue {
     color: #0066FF;
}
.blue-b {
     font-weight: 700;
     color: #0066FF;
}
.blue-b-b {
     font-weight: 700;
     color: #0066FF;
	 font-size: 18px;
	 line-height: 160%;
}
.bold {
     font-weight: 700;
}
.bold-b {
     font-weight: 700;
	  font-size: 18px;
	 line-height: 160%;
}
#nextpage {
	clear: both;
	text-align: right;
	padding: 0px 0;
	margin: 10px 0px;
}
.pagetop {
	clear: both;
	color: #069;
	text-align: right;
	width: 100%;
	margin: 10px 0px;
}
.leftphoto img {
     float: left;
     margin: 0 10px 10px 0;
}

.rightphoto img {
     float: right;
     margin: 0 0 10px 10px;
}
table {
	 border-collapse:collapse;
}
table td.bl{
	font-weight: bold;
	background: #F0F0F0;
	text-align: center;
}

/* ヘッダー
----------------------------------------------------------- */
#header {
	margin: auto;
	height: 109px;
	width: 840px;
	padding: 0px;
}
#header #logo{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 77px;
}
#header #hinfo{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 311px;
}
#header #hinfo ul li{
	float: left;
}

/* グローバルナビ
----------------------------------------------------------- */
#g-navi{
	width: 840px;
	height: 32px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#g-navi ul{
	line-height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
#g-navi li{
	float: left;
	height: 32px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	list-style: none;
}

/* バナー
----------------------------------------------------------- */
.bn img{
	padding: 0px 0px 10px;
}

/* 下お問合せ
----------------------------------------------------------- */
#underinfo {
	padding: 20px 0px 0px;
	text-align: center;
	margin: 0px;
	clear: both;
}

/* フッター
----------------------------------------------------------- */
#footer{
	padding:30px 0px;
	text-align:center;
	margin: 30px auto 0px;
	color: #FFFFFF;
	background: #000000;
	width: 100%;
	float: left;
}
#footer ul{
	display:block;
	margin: 0px auto;
	text-align:center;
	padding:0px 0px 0px 0px;
	font-size: 14px;
	width: 840px;
}
#footer ul li{
	display:inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #FFFFFF;
	line-height: 100%;
	height: 12px;
}
#footer ul li.start{
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
}
#footer ul li a{
	color: #FFFFFF;
	text-decoration:none;

}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer address a:link {color: #FFFFFF;}
#footer address a:active {color: #FFFFFF;}
#footer address a:visited {color: #FFFFFF;}
#footer ul li a:active {color: #FFFFFF;}
#footer ul li a:link {color: #FFFFFF;}
#footer ul li a:visited {color: #FFFFFF;}

#footer address{
	clear:both;
	margin: 0px auto;
	width: 840px;
	padding:10px 0px 0px 20px;
	font-style:normal;
	text-align: center;
}

/*div{
	border: 1px dashed #666666;
}*/

/* 印刷用
----------------------------------------------------------- */
@media print {
body {
	zoom: 0.68;
}
}