@charset "UTF-8";


/***** base1 *****/
body,div,span,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,table,tr,th,td,form,img,pre {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}

/***** base2 *****/
body {
	background:#fff url(../img/bg_main.gif) top center repeat-y;
	line-height: 130%;
	color: #666666;
	font-size: 12px;
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
	text-align: center;
}
/* IE6 */
* html body { font-size: 80%; }
/* IE7 */
*: first-child+html body { font-size: 80%; }

a { text-decoration:none; color:#0066cc;}
a:hover { text-decoration:underline; }

h1 {
	height:15px;
	padding:5px 50px 0 0;
	background: #fff url(../img/freevoice.gif) right no-repeat;
	color:#333333;
	font-weight:normal;
	font-size:12px;
	text-align:right;
}
h2 {
	margin: 20px 0 0 0;
	padding: 3px 0 0 15px;
	height:30px;
	background: url(../img/contentsbar.gif) no-repeat;
	color:#333333;
	font-weight: bold;
	font-size:16px;
}
h3 {
	margin: 20px 0 0 0;
	padding: 2px 0 0 20px;
	height:30px;
	color:#cc3333;
	background:#fff url(../img/contentsbar02.gif) no-repeat;
	font-size:13px;
}

/***** base3 *****/
#wrap {
	margin:0 auto;
	width: 800px;
	text-align: left;
}
#left {
	width: 200px;
	float:left;
}
#contents {
	width: 580px;
	float:right;
}
#footer {
	clear:both;
}


/***** left *****/
div.address{
	margin: 10px 5px;
}
/***** navi *****/
ul#navi img{
	vertical-align:bottom;
}

/***** header *****/
div#header div{
	float: left;
}
/***** contents *****/


/***** footer *****/
#footer .link {
	padding: 8px 0 0 0;
	height: 30px;
	background:url(../img/underbar02.gif) no-repeat;
	text-align: center;
}
#footer .link li{
	margin: 0 6px;
	display: inline;
}
#footer .copy {
	padding: 2px 0 0 0;
	height: 45px;
	background:url(../img/underbar.gif) no-repeat;
	color:#ffffff;
	text-align: center;
}





