@charset "UTF-8";
/*	初期化	*/


body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
	}



body {
	margin: 0px;
	padding: 0px;
	background-image: url(../index/header_bk.jpg);
	background-repeat: repeat-x;
	/*height: 140px;*/
	width: 100%;
	font-size: 0.9em;
	line-height: 130%;
}

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	
}

/*	ヘッダー	*/
#header {
	background-image: url(../index/header.jpg);
	height: 70px;
	width: 770px;
	background-repeat: no-repeat;
	float: left;
}

#clara_logo a{
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 300px;
	float: left;
}

#corp ul{
	list-style-type: none;
	margin-left: 520px;
	margin-top: 45px;
}

#corp li{

}

#corp a{
	height: 20px;
	width: 90px;
	display: block;
	float: left;
	text-indent: -999px;
}

/*	ナビ	*/
#navi {
	float: left;
	height: 70px;
	width: 770px;

}
 
#navi ul{

}

#navi li{
	float: left;
	list-style-type: none;
}

#navi li a{
	height: 55px;
	width: 255px;
	display: block;
	background-image: url(../index/navi.jpg);
	text-indent: -9999px;
}

#navi li a:hover{ }

#navi_01 a{
	background-position:0px 0px;	
}

#navi_01 a:hover{
	background-position:0px 2px;	
}

#navi_02 a{
	background-position:253px 0px;	
}

#navi_02 a:hover{
	background-position:253px 2px;	
}

#navi_03 a{
	background-position:512px 0px;
}

#navi_03 a:hover{
	background-position:512px 2px;
}


#banner {

}


#footer {
	background-image: url(../index/footer_bk.jpg);
	background-repeat: repeat-x;
	height: 85px;
	width: 100%;
	padding-top: 50px;
	bottom: 0px;
	float: left;
}

#footer_navi {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#footer_navi ul{

}

#footer_navi li{
	list-style-type: none;
}

#footer_navi a{
	color: #666666;
	float: left;
	margin-right: 10px;
}

#footer_navi a:hover{
	color: #FF6600;
}


#copyright {
	float: left;
	width: 100%;
	text-align: center;
	font-style: normal;
}


.contents {
	width: 770px;
	float: left;
	margin-bottom: 15px;
}



.left_line {
	float: left;
}
.right_line {
	float: right;
}

.text1 {
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;

}

.delivery_comment {
	width: 560px;
	margin-top: 30px;
}

.rental {
	list-style-type: none;
	height: 300px;
	width: 770px;
	padding-left: 10px;
}

.rental li{
	float: left;
	width: 250px;
}

h2{
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}
