@charset "utf-8"; 

/* main
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height:170%;
	color:#666666;
	font:"ＭＳ ゴシック", "Osaka－等幅";
	text-align:center;
	background:#fff;
}

div{
    zoom:1;/* for IE 5.5-7 */
}
div:after{/* for modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* link
---------------------------------------------------- */
a {outline:none;}

a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080; 
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}


#s-wrapper{
	margin:0px auto;
	width:712px;
	background-color:#fff;
	padding-bottom:15px;
	text-align:left;
}


#s-wrapper2{
	background-color:#FFFFFF;
	text-align:left;
	border:1px #bbb solid;
}

#pagebody{
	width:690px;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	color:#333;
}

#down{text-align:right; margin-bottom:0px;}


#content-left{ width:330px; float:left;}
#content-right{ width:330px; float:right;}


.title{
	background:url(../images/bg-title2.jpg) no-repeat;
	padding:5px 0 0 35px;
	width:295px;
	height:25px;
	color:#000000;
	font-size:14px;
	margin-bottom:5px;
}



.contact-table{
	width:100%;
	margin:5px 0px 20px 0px;
	border-collapse:collapse;
}
.contact-table td,
.contact-table th{
	padding:5px;
	border:1px solid #ccc;
}
.contact-table th{
	background:#eee;
	text-align:left;
	width:75px;
	vertical-align:top;
}
.contact-table td{
}



img{border:0px;}
.clear{clear:both;}

