@charset "Shift_JIS";

/*基本設定*/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #333333;
	margin: 20px 0;
	padding: 0;
	background: #ffffff;
	background: #E7DFCE url(images/bg_back.gif) ;
}

a {
   color: #333333;
}


a:hover {
   color: #31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}



/* コンテナー */
#container {
   width:780px;
   margin:0 auto;
   padding:10px;
   background-color: #E7DFCE;
}

#container 	img {
   margin-bottom: 0px;
}

/* SEO用テキスト部分 */
#container h1 {
	font-size: 10px;
	font-weight: normal;
	color: #525252;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 100%;
}


/* メインコンテンツ */

#contents {
   clear:both;
   width:780px;
   background: #fff url(images/bg_contents.gif) left top repeat-y;
}

#contents h1 {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	background: #8C514A;
}

/* コンテンツ内側（メイン：右側） */

#main {
	margin-top: 0px;
	padding: 5px 10px 10px 5px;
	float: right;
	width: 560px;
}

#main p {
	line-height: 160%;
	margin: 10px;
	padding: 3px;
}

#main p img {
	margin: 5px 5px 5px 20px;
	border: 1px solid #666666;
	float: right;
}

#main a {
   color:#0066FF;
}

#main a:hover {
   color:#FF9900;
   border:0;
}

#main h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding:2px 2px 2px 0;
	color:#31001D;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	border-bottom:3px double #535D57;
}


#main h3 {
   margin-bottom:3px;
   font-size: 14px;
}

#main li {
	line-height: 150%;
}

#main table {
	margin-top: 15px;
	margin-bottom: 15px;
}

#main dt {
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	list-style: none;

}
#main dd {
	line-height: 160%;
}


/* コンテンツ内側（サブ：ナビゲーション） */

#sub {
   margin-top: 10px;
   margin-left: 5px;
   float: left;
   width: 200px;
}

#sub h2 {
	padding: 3px;
	font-size: 14pt;
	font-weight :bold;
	color: #FFFFFF;
}

#sub dl {
	margin:0;
	padding:5px 0 1em 5px;
	width: 80%;	
}

#sub dt {
	line-height:200%;
	font-size: 14px;
	font-weight :bold;
	list-style:none;		
}

#sub dt a{
	margin-top: 10px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 15px solid #990033;
	background-color: #FFFFFF;
	display: block;
	height: 30px;
	color: #333333;
	text-decoration:none;
}

#sub dt a:hover{
	color: #CC0033;
	background-color: #FFFFCC;
	text-decoration:none;
}

#sub dd{
	margin-left: 0;
	margin-right: 0;
}

#sub dd a{
	margin: 0px;
	padding: 5px 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight :bold;
	display: block;
	height: 15px;
	text-decoration:none;
}

#sub dd a:hover{
	color: #CC0033;
	background-color: #FFFFCC;
}


/* フッター */

#footer {
   clear:both;
   width:780px;
}

address{
	padding:10px 0;
	color:#FFFFFF;
	text-align:center;
	background: #8C514A;
}


/*ボックス*/

.voice01 {
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 10px 10px 5px;
	float: left;
	height: 278px;
	width: 250px;
	background-image: url('images/rental_voice_bg01.gif');
	background-repeat: no-repeat;
}

.voice02 {
	margin-top: 10px;
	padding: 10px 10px 10px 5px;
	height: 278px;
	width: 250px;
	background-image: url('images/rental_voice_bg02.gif');
	background-repeat: no-repeat;
}

.box {
	border: 1px #CCCCCC solid;
	width: 500px;
	padding: 10px 10px 10px 5px;
	margin-bottom: 20px;
}

.box_news {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-top: 1px solid #F0F0F0;
	border-right: 3px solid #848484;
	border-bottom: 3px solid #848484;
	border-left: 1px solid #F0F0F0;
	float: right;
	width: 250px;
	background-color: #F0F0F0;
	font-size: 12px;
}

.box_news h3 {
	font-size: 13pt;
	text-align: center;	
}

.box_qr {
	margin-left: 5px;
	padding-top: 5px;
	border: 1px solid #848484;
	width: 260px;
	background-color: #FFFFFF;
}

.box_qr h3 {
	font-size: 13pt;
	text-align: center;	
}

/*レイアウト用テーブル*/

.goods {
	margin-top: 10px;
	margin-left: 0px;
}

.goods table {
	border: 0;	
}

.goods td {
	vertical-align: top;
	padding-bottom: 10px;
}

.goods h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	background-color: #FFCCCC;
}

.goods h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	background-color: #E0E0E0;
}


/*メーカー一覧*/
div#maker dl {
	width: 540px;
}

div#maker dl dt {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #666666;
	list-style: none;
	float: left;
	width: 200px;
	height: 25px;
	display: block;
}

div#maker dl dd {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #666666;
	float: left;
	width: 300px;
	height: 25px;
	display: block;
}

div#maker dl dd a {
	text-decoration:none;
	color: #990000;
}

div#maker dd.ye {
	background-color: #FFFFCC;
}

div#maker dt.ye {
	background-color: #FFFFCC;
}


/*レポート更新一覧*/

ul.reportpg {
	margin: 20px 0 0;
	padding: 10px 0;
}


ul.reportpg li {
	border-bottom: 1px dotted #666666;
	list-style-type: none;
	padding: 10px 0;

}

ul.reportpg li a {
	color: #333333;	
	display: block;		
}

ul.reportpg li a:hover{
	color: #990000;
	background-color: #FFFFCC;
}

/* その他*/
.pink {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 150%;
	background-color: #FFCCCC;
	width: 40%;
	text-align: center;
}

.blue {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 150%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	height: 25px;
	background-color: #CCCCFF;
}

/* 回り込みカット*/
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

