/* ------------------------------
 スクロールバーを常に表示
------------------------------ */
html{
overflow-y:scroll;
}
/* ------------------------------
 container
------------------------------ */

#xcontainer
{
	margin: 0 auto;
	width: 850px;
	background:#fff;
}

#container
{
	margin: 0 auto;
	width: 850px;
	background:#fff;
}
/* ------------------------------
 header
------------------------------ */
#header
{
	margin: 0;
	padding: 0px;
	background-color: #FFF;
}
/* ------------------------------
 grovalnavi and script slideshow
------------------------------ */
#navigation_cover
{
	float: left;
	width: 850px;
        height: 325px;
	background:#333333;
}

#navigation
{
	float: left;
	width: 850px;
        height: 25px;
	background:#333333;
}

#cover
{
	clear: left;
	padding: 0px;
}

#contents{
margin:0px;
padding:0;
width:850px;
height:240px;
background:#999999;
}

#navi{
margin-top:0px ;
margin-right:0px ;
margin-bottom:0px ;
margin-left:5px ;
padding-left:0px;
float:left;
width:850px;
height:43px;
}



#navi2{
margin-top:0px ;
margin-right:0px ;
margin-bottom:0px ;
margin-left:0px ;
padding-bottom:10px;
float:left;
width:850px;
height:180px;
}


#bar_yohaku{
width:850px;
height:10px;
}


#footer{
float: inherit;
background:#ffffff;
width: 850px;
height: 50px;
}

#footer1{
background:#ffffff;
text-align: center;
height: 10px;
clear:both;
}

#footer2{
background:#666666;
text-align: center;
width: 850px;
height: 1px;
clear:both;
}

#footer3{
margin:0px;
background:#ffffff;
text-align: center;
height: 12px;
clear:both;
}


#footer4{
background:#ffffff;
text-align: center;
height: 10px;
clear:both;
}

#body
{
	margin: 70px auto;
	width: 750px;
	background: #fff;
	text-align: justify;
}

#body2
{
	text-align: center;
	margin: 70px auto;
	width: 750px;
	background:#fff;
}

#body3
{
	text-align: left;
	margin: 70px 70px 50px 70px;
	width: 740px;
	background:#fff;
}

#body4
{
	text-align: left;
	margin: 70px auto;
	width: 640px;
	background:#fff;
}

#body_works
{
	width: 640px;
	background:#fff;
}

#works_top_1
{

	width: 640px;
	height: 100px;
	background:#fff;
}

#works_top_1_1
{
	float: left;
	width: 60px;
	height: 100px;
	background:#fff;
}

#works_top_1_2
{
	float: left;
	width: 40px;
	height: 100px;
	background:#fff;
}

#works_top_1_3
{
	float: left;
	width: 150px;
	height: 100px;
	background:#fff;
}

#works_top_1_4
{
	float: left;
	width: 640px;
	height: 40px;
	background:#fff;
}

#works_top_1_4_1
{
	float: left;
	width: 640px;
	height: 80px;
	background:#fff;
}

#works_top_1_4_2
{
	float: left;
	width: 640px;
	height: 35px;
	background:#fff;
}

#works_top_1_4_3
{
	float: left;
	width: 640px;
	height: 1px;
	background: #999;
}

#works_top_1_5
{
	float: left;
	width: 100px;
	height: 100px;
	background:#fff;
}

#works_top_1_6
{
	float: left;
	width: 80px;
	height: 100px;
	background:#fff;
}

#works_top_1_7
{
	float: left;
	width: 90px;
	height: 100px;
	background:#fff;
}

#works_top_1_8
{
	float: left;
	width: 640px;
	height: 1px;
	background:#fff;
}

#works_top_1_9
{
	float: left;
	width: 850px;
	height: 80px;
	background:#fff;
}

#works_top_1_10
{
	float: left;
	width: 850px;
	height: 70px;
	background:#fff;
	text-align: center;
	line-height: 20px;
}




#backtoindex{
	text-align: right;
	vertical-align: middle;
    float: left;
    background:#ffffff;
    width: 800px;
    height: 35px;
}
/* ------------------------------
 リンクの点線を非表示
------------------------------ */
a,a:link,a:visited {
overflow: hidden;
outline:none;
}

a:hover,a:active,a:focus {
overflow: hidden;
}
