@charset "utf-8";
/* -----------------------------
    body ---- */

body.index {
	background: url(../img/haikei.png) repeat-x;
}
body.kasou {
	background: url(../img/khaikei.png) repeat-x;
}
div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	color:#333;
}
div#contents {
	clear:both;
	width: 960px;
	height: auto;
	float:left;
	padding:24px 0 0 0;
}
.img {
	border: 1px #cccccc solid;
	padding: 4px;
}
/* ----plink ---- */
div#contents a:link{
	color: #009;
	font-weight: normal;
	text-decoration: underline
}
div#contents a:visited {
	color: #009;
	font-weight: normal;
	text-decoration: underline
}
div#contents a:hover {
	color: #009;
	font-weight: normal;
	text-decoration: none;
}
/* ----header ---- */

div#header {
	width: 960px;
	height:66px;
	margin-top:17px;
	position: relative;
}
div#kheader {
	width: 960px;
    height: 53px;
	position: relative;
}
h1 {
	float:left;
}
#kh1{
	line-height:17px;
	color:#999;
	width:947px;
	text-align:right;
	padding-right:13px;
	font-weight:normal;
	font-size:12px;
}
#logo {
	float:left;
}
#nav{
	float:right;
    height: 53px;
}
#nav li {
	float:left;
    height: 53px;
}

/* mainColumn
------------------------------- */
div#mainc {
	width:700px;
	float:right;
}
/* sideColumn
------------------------------- */
div#sidec {
	width:200px;
	float:left;
	margin-bottom:30px;
}
ul.snav{
	float:left;
	padding-top:1px;
	border-top:3px solid #181818;
	margin-bottom:30px;
}
ul.snav li{
	height:30px;
	display:inline;
}
.snavli li a {
	display:block !important;
	width:180px;
	height:24px;
	padding:6px 0 0 20px;
	text-decoration:none !important;
	color:#333 !important;
	background:#ffffff url(../img/sbg_arrow.jpg) no-repeat 0 0;
}
.snavli li a:hover{
	color:#00C !important;
	text-decoration:underline !important;
	background-color:#CCC !important;
}
#saddress{
	clear:both;
	width:160px;
	border:#CCC 5px solid;
	padding:15px;
}
/* -----------------------------
    footer ---- */
#futter{
	clear:both;
	height:290px;
	background: url(../img/fhaikei.png) repeat-x;
}
#futterg{
	clear:both;
	width:960px;
	height:290px;
	margin:0 auto;
	overflow:hidden;
}
#fLeft01{
	width:300px;
	float:left;
	color:#FFF;
	text-align:left;
	margin:25px 0 0 19px;
}
#fnavg{
	width:300px;
	clear:both;
	font-size:12px;
	line-height:1.5;
	margin-left:3px;
}
#fnavg li{
	display:inline;
	white-space:nowrap;
	float:left;
}
.contact{clear:both;display:inline-block;color:#F5FC10;font-size:12px;padding-top:10px;}
div#futterg a:link{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
div#futterg a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
div#futterg a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#ftel{
	clear:both;
	float:left;
	margin:10px 0 0 0;
}
.newbox{
	width:620px;
	float:left;
	margin-top:27px;
}
.newtopix{
	width:586px;
	_width:620px;
	height:166px;
	_height:145px;
	padding:13px 15px 13px 15px;
	border:#555555 1px solid;
	border-top:0px;
	overflow:auto;
}
.newtopix dl{
	width:580px;
	float:left;
	color:#DEDEDE;
	border-bottom:#333 1px dotted;
}
.newtopix dl dt{
	width:110px;
	text-align:left;
	float:left;
	padding:7px 0 5px 5px;
	
}
.newtopix dl dd{
	width:450px;
	float:left;
	text-align:left;
	padding:7px 0 5px 0;
}
#copy{
	clear:both;
	text-align:right;
	font-size:12px;
	padding:17px 18px 0 0;
	color:#999;
}

.clb{
	clear:both;

}

.fcb{
color:black;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}