* {
	margin:0px;
	padding:0px;
}

.clear {clear: both;}

li { list-style:none;}

img { border:none;}

body{
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
}



/* メインイメージ */
/* ----------------------------------------------------- */
#slider{
	
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:1100px;
	height:416px;
	overflow:hidden; 
	}



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



h1{
	position:absolute;
	top:0px;
	left:10px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
}


h3{
	border-left-color:#F90;
	border-left-style:solid;
	border-left-width:5px;
	text-indent:8px;
}


.margin-15{
	margin-bottom:15px;
}


/* レイアウト */
/* ----------------------------------------------------- */

/* ヘッダー */
#header {
	width:1100px;
	height:120px;
	background-image:url(../img/header-bg.jpg);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


#header-logo{
	position:absolute;
	top:20px;
}


#header-navi{
	position:absolute;
	top:30px;
	right:0px;
	font-size:12px;
}

#header-navi li{
	float:left;
	margin-left:20px;
}

#header-navi a{
	color:#333;
	text-decoration:none;
	border-bottom-color:#333;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}



#header-navi a:hover{
	text-decoration:none;
	border-bottom-style:none;
}


#main{
	width:1100px;
	height:416px;
	background-image:url(../img/main.jpg);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


#cam-btn{
	width:433px;
	height:215px;
	position:absolute;
	top:180px;
	left:100px;
}



#content{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}




/* ナビゲーション */

#main-btn li{
	float:left;
}





/* 製品バナー */

#product-btn li{
	float:left;
}

.product-ma{
	margin-right:6px;
}


/* メイン左カラム */
#content-main{
	width:1100px;
	margin-top:20px;
	float:left;
}




/* 製品テーブル */
.products_table{
width:395px;
margin:0 0 0 0;
}


.products_table table{
border-collapse:collapse;
margin-top:15px;
font-size:75%;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C1C1C1;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #C1C1C1;
line-height:1.4;
}


.products_table table td {
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C1C1C1;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C1C1C1;
padding: 0px;
text-align: center;
padding: 6px 8px 6px 8px;
vertical-align:middle;
}

.tbg{
background-color:#FCF8EC;
}
.tbg2{
background-color:#F7EEDA;
}

.table_midashi{
color:#F43B03;
}

.large{
font-size:105%;
}






/*
新着情報
*/

#newstitle{
	width:1100px;
	font-size:18px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#333;
	padding-top:10px;
	margin-bottom:15px;
}


#news{
	width:1100px;
}


#news dl{
    background: url("../img/arrow_right.gif") no-repeat scroll 5px 0.8em transparent;
    display: block;
    padding-left: 12px;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	margin-bottom:20px;
}

#news dt{
	font-size:13px;
	font-weight:bold;
}

#news .date{
	color:#c01f65;
}
#news dd{
	font-size:12px;
	line-height:1.8em;
}

#news a:link, a:visited {
    color: #333333;
    text-decoration: none;
}

#news a:hover{
	color:#0973a0;
	background-color:#eeeeee;
}








/* フッター */
#footer-wrp{
	width:auto;
	height:479px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/footer-bg.jpg);
	background-repeat:repeat-x;
}


#footer{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}


.footer-box{
	float:left;
	width:250px;
	height:360px;
	margin-top:20px;
	margin-bottom:30px;
	padding-left:10px;
	color:#333;
	font-size:13px;
	border-right-color:#c0bdba;
	border-right-width:1px;
	border-right-style:solid;
}

.footer-box dt{
	font-weight:bold;
	margin-bottom:10px;
}

.footer-box dd{
	line-height:1.5em;
	text-indent:10px;
}

.footer-box a{
	color:#333;
	text-decoration:none;
	border-bottom-color:#000;
	border-bottom-width:1px;
	border-bottom-style:dotted;
}


.footer-box a:hover{
	color:#333;
	text-decoration:none;
	border-bottom-style:none;
}


#footer-info{
	margin-top:20px;
	width:307px;
	padding-left:10px;
	float:right;
	font-size:12px;
}



#copyright{
	color:#333;
	font-size:12px;
	text-align:right;
	width:1100px;
	margin-left:auto;
	margin-right:auto;

}