@charset "utf-8";
/* CSS Document */

@import"reset.css";

html {  
	background:#f1f2e3;
}

img.left{
	float:left;
	padding-left:8px;
	padding-right:10px;
	padding-bottom:10px;

}

img.right{float:right;}

.clear{clear: both;}

/*
-----------------------------------------------
base link color
-----------------------------------------------*/
a{
	color:#0066cc;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	color:#0066cc;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#0066cc;
	font-weight:bold;
	text-decoration:none;
}

/*
-----------------------------------------------
base text decoration color
-----------------------------------------------*/

.red{color:#cc0000;}

.green{color:#009900;}

.bold{font-weight:bold;}

.blue{color:#0066CC;}

/*
-----------------------------------------------
layout
-----------------------------------------------*/



body{
	margin:0;
	padding:0;
	background-color:#f1f2e3;
}

#wrap{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	padding-left:5px;
	background:url(../img/wrap-bg.gif);
	background-repeat:repeat-y;
	position:relative;

}

#header{
	background:url(../img/hdr-bg.gif);
	background-repeat:no-repeat;
	height:90px;
	position:relative;
}

#header #hdrContact{
	position:absolute;
	top:39px;
	left:463px;
}


#header #logo p{
	position:absolute;
	top:4px;
	left:38px;
	color:#fff;
}







/*
----------------
nav
-----------------------------*/

#nav{
	padding-left:4px;
	
}

#nav ul li{
	display:inline;
	float:left;

}



/*
----------------

-----------------------------*/

#mainImame{
	width:894px;
	margin-left:3px;
	padding-bottom:32px;
	clear:both;
}


#container{
/*	width:910px;
	background:url(../img/wrap-btmbg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-bottom:solid 1px #666666;*/
}

#wrapBtm{
	width:910px;
	margin:auto;
	background:url(../img/wrap-btmbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	position:relative;
	left:-3px;
}

#wrapBtm hr{
	display:none;
}


/*
-----------------------------------------------
main
-----------------------------------------------*/

#main{
	line-height:1.4;
	margin-left:240px;
	min-height:750px;
	/*for ie6*/
	height: auto !important;
	height: 750px;
	position:relative;
}


#btmContact{
	margin-top:20px;
	margin-bottom:3em;
	clear:both;
}

#btmForm{
	background:url(../img/form-btn-bg.gif);
	background-repeat:no-repeat;
	height:160px;
	width:642px;
	position:relative;
}

#btmForm img{
	position:absolute;
	left:525px;
	top:41px;

}


/*p.forTop{
	clear:both;

}*/
/*
-----------------------------------------------
sub
-----------------------------------------------*/

#sub{
	background:url(../img/sub-bg.png);
	background-repeat:no-repeat;
	height:942px;
	width:195px;
	padding-top:25px;
	padding-left:15px;
	position:absolute;
	top:204px;
	left:20px;
	z-index:101;
}

#sideContact{
	background:url(../img/side-btn-bg.gif);
	background-repeat:no-repeat;
	height:179px;
	width:179px;
}

#sideContact img{
	padding-left:18px;
}
#sideMenu{
	margin-top:19px;
	background:url(../img/sidemenu-bg.gif);
	background-repeat:repeat-y;
}

#sideMenu ul{
	padding-left:5px;
	background:url(../img/sidemenu-btm-bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:20px;
	

}
#sideMenu li{
	border-bottom:dashed 1px #999999;
	width:171px;
	/*↓リンク用の指定
	background:url(../img/svc-list-bg.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:13px;
	padding-top:8px;
	padding-bottom:7px;
	display:block;
	color:#666666;
	text-decoration:none;*/
}




#sideMenu li a{
	background:url(../img/svc-list-bg.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:13px;
	padding-top:8px;
	padding-bottom:7px;
	display:block;
	color:#666666;
	text-decoration:none;
} 
#sideMenu li a:hover{
	background:url(../img/svc-list-bg_over.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#000000;

}


#sideMenu {
	vertical-align:bottom;
}

#sideBn{
	padding-top:10px;
	margin-bottom:5px;
}

#sideBn li{	
	line-height:2;
}


#info{
	background:url(../img/info-bg.gif);
	background-repeat:no-repeat;
	padding:15px 10px 10px 10px;
	margin-bottom:1.4em;
}

#info img{
	padding-bottom:20px;

}


/*
-----------------------------------------------
nextPage
-----------------------------------------------*/

.nextPage{
	margin-top:3em;
	margin-bottom:2em;
	margin-right:20px;
	text-align:right;
	padding:5px;
/*		float:right;
border:#d0ebf3 2px solid;
	background:#eaf5f8;*/
}

.nextPage:before{
	content: ">>"
}



.nextPage a{
	padding:5px;
	margin-left:5px;
/*	border:#d0ebf3 1px solid;
	background:#fdfae1;*/

}

.nextPage a:hover{
	text-decoration:none;
}


/*
-----------------------------------------------
footer
-----------------------------------------------*/

#footer{
	font-size:1em;
	background:url(../img/ftr-bg.gif);
	background-repeat:no-repeat;
	color:#fff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-bottom:10px;
	width:905px;
/*	height:90px;*/

}

#footer a{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

#footer a:hover{
	text-decoration:underline;
	font-weight:normal;
}
#footer ul{
	margin:auto;
	padding-top:20px;
	height:inherit;
	text-align:center;
}

#footer ul li{
	display:inline;
	margin-right:4px;
	padding-left:8px;
	border-left:1px solid #fff;
	list-style-type:none;
}

#footer ul li.ftrHome{
	padding-left:0;
	border-left:none;
}

#footer #copyright{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

/*
-----------------------------------------------
印刷用
-----------------------------------------------*/
/*@media print {

#top{
	display:none;
}

#forTop{
	display:none;

}
#footer{
	display:none;

}

#hdr{
	display:none;
}

#side{
		display:none;
}
	
#container{
		background:none;
	}
	
iframe{
		display:none;
}

* html body{
		zoom:0.7;
}
*/