@charset "utf-8";



/* ////////// style ////////// */
body {
	background: #ffffff url(../img/bg.gif) repeat left top;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 2.0;
	color: #181818;
}
/*(IE6)*/
* html body {

	font-family: sans-serif;
}
/*(IE7)*/
*:first-child+html body {
	font-size: 75%;
	font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,address {
	margin: 0;
	padding: 0;
}
img {
	border:none;
	vertical-align:bottom;
}
br.clear {
	font-size: 0;
	line-height: 0;
	clear:both;
}
table {
	margin: 0;
	border: 0px solid #ffffff;
}
th,td {
	margin: 0;
	padding: 8px 10px 7px 12px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
strong {
	color: #ff0000;
}
li {
	list-style-position: inside;	
}
.print img {
	cursor: pointer;
}
.hidden {
	display: none;
}


/* --layout-- */
#wrapper {
	background: #ffffff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}


#rapper {
	background: #ffffff;
	width: 800px;
	margin: 0 auto;
	padding: 0;

}

	text-align: center;


#head {
	background: #ffffff;
	display: block;
	margin-bottom: 30px;
}

.topnavi{
	background: #ffffff;

	margin-bottom: 70px;
}



.topbar{
	display: none;
	width: 780px;
	padding: 10px 10px 10px;
	text-align: center;
	margin-bottom: 30px;
}





.area {
	background: #ffffff;
	display: block;
	padding: 30px 30px 20px;
	
		text-align: center;
	
}



.qa{
	width: 680px;
	background: #ffffff;
	display: block;
	padding: 10px 10px 10px;
		text-align: left;	
	
	
}
.foot {
	background: url(../img/foot_bg.gif) repeat-x left top;
	display: block;
	margin-bottom: 30px;
	text-align: center;
}



address {
	background: url(../img/foot_copyright.gif) no-repeat left top;
	width: 235px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	margin: 15px auto 0;
}




/* ////////// head ////////// */
h1 {
	background: url(../img/head_logo.gif) no-repeat left top;
	height: 190px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}
/* --navi-- */
#navi {
	background: url(../img/head_navi.gif) no-repeat left top;
	height: 85px;
	list-style: none;
	position: relative;
}
#navi li {
	width: px;
	height: px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	position: absolute;
}
#navi li a {
	height: px;
	display: block;
}
#navi li.conA {
	left: px;
}
#navi li.conB {
	left: px;
}
#navi li.conC {
	left: px;
}
#navi li.conD {
	left: px;
}





.c-both { clear:both; }