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


/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Basic Style */

body {
	font-size: 85%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bk.jpg);
	line-height: 120%;	
}

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

/*	ヘッダー	*/
#header {
	background-image: url(../images/header.jpg);
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	float: left;
}
#clara_logo {
	float:left;
}
#clara_logo a{
	display: block;
	height: 70px;
	width: 300px;
	text-indent: -9999px;
	margin-top: 20px;
}

#corp ul{
	list-style-type: none;
	margin-top: 65px;
	float: right;
	margin-right: 10px;
	display:inline;
}

#corp li{
	float: left;

}

#corp a{
	height: 25px;
	width: 90px;
	display: block;
	text-indent: -9999px;
}

/*	ナビ	*/
#navi {
	float: left;
	height: 50px;
	width: 900px;
}
 
#navi ul{

}

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

#navi li a{
	height: 55px;
	width: 255px;
	display: block;
	background-image: url(../images/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 {
	margin-bottom: 10px;
	float: left;
	
	width: 900px;
}


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

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

#footer_navi ul{

}

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

#footer_navi a{
	color: #666666;	
	
}

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



/* footer link
----------------------------------------------------------- */
#footer_navi li a {
	padding-left: 25px;
	line-height:120%;
	background:URL(../images/mark.jpg) no-repeat;
	text-decoration:none;
	font-weight: bolder;
}
#footer_navi li a:link, a:active {
        color:#666;
}
#footer_navi li a:visited {
        background-position: 0 -60px;
		color:#009966;
}
#footer_navi li a:hover {
	color:#f33;
	background-position: 0 -30px;
	
}





#copyright {
	float: left;
	width: 100%;
	font-style: normal;
	margin-top: 70px;
}


.contents {
	width: 900px;
	float: left;
}








.clm1{
	width: 300px;
	float: left;
	list-style-type: none;
	margin-bottom: 1px;
}
.clm2{
	float: left;
	width: 300px;
	display:inline;
	margin-left: 5px;
	margin-bottom: 1px;
}
.clm3{
	float: right;
	
	
}
.clm1 img {
	border: none;
	vertical-align:top;
}
.clm2 img {
	border: none;
	vertical-align:top;
}



/* about
----------------------------------------------------------- */

.about_tbl table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
	
}
.about_tbl th, td	{
	color: #1D5C79;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.about_tbl	{
	border: 1px solid #DDD;
}
.about_tbl th	{
	background: url(image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
.about_tbl td	{
	border: 1px solid #DDD;
	color: #333;
}



/* サムネイル付き　news　*/ 


.news {
	width: 285px;
	border: solid 1px #f2cf54;
	border-bottom: none;
	font-size: 85%;
}

.news h2 {
	border-bottom: solid 1px #f2cf54;
	background: url(../images/head.png) repeat-x;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}



.news ul{
	
}

.news li {
	height: 47px;
	padding: 10px;
	border-bottom: solid 1px #f2cf54;
	list-style-type: none;
	overflow: hidden;
}

.news li h3 {
	position: relative;
	padding-left: 80px;
	font-size: 0.95em;
	margin: 0px;
}

.news li h3 a {
	color: #3daef5;
}

.news li h3 a:hover {
	text-decoration: none;
}

.news li h3 img {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}

.news li p {
	padding-left: 80px;
	font-size:0.9em;
	margin: 0px;
	padding-bottom: 0px;
}

*{
	zoom: 1;
}



/*　テンプレートCSS */



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

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

}

.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: 10px;
	margin-bottom: 20px;
}
h3{
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*　テンプレートCSS　end */




/*　メールフォーム　*/

table.mailform {
	margin: 0px auto 0px auto;
}
table.mailform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #0B479F;
	display: block;
	margin: 0px;
}
table.mailform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FF0000;
}


/*　index.php ノート　ビリーブレポート　サムネイル表示　*/

.thumlist {
	clear: both;
	float: left;
	padding: 5px;
	width: 280px;
	font-size: 12px;
}
.thumlist h2{
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thumlist h2 a{
	color: #0066CC;
	text-decoration: none;
}

.thumlist h2 a:hover{
	color: #996600;
	text-decoration: underline;
}

.thumlist p{
	margin-top: 5px;
	margin-bottom: 0px;
}

.thum {
	display: inline;
	float: right;
	margin-left: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.thumlist hr {
	color: #EEEEEE;
	margin-top: 3px;
	margin-bottom: 3px;
}