@charset "euc-jp";

/***************************************
	ブラウザ初期化
***************************************/


* {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
body,h1,h2,h3,h4{
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial, Verdana;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}

/*ブラウザ初期化 for IE6*/
td,th,form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial, Verdana;
	color: #333333;
}

/***************************************
	共通要素
***************************************/

/*リンク*/
a:link {
	color: #8F0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8F0000;
}
a:hover {
	text-decoration: underline;
	color: #8F0000;
}
a:active {
	text-decoration: none;
	color: #8F0000;
}
img,object {
	border: 0px;
	vertical-align:bottom;
}

/*背景

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

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

/*ヘッダ*/
#header {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fbf3cc;
	height: 85px;
	
}

#header h1,h2{
	display: inline;
}
#header h1{
	float: left;
	margin-top: 8px;
	margin-left: 15px;
}
#header h2{
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

#header img{
	vertical-align: middle;
}

/*ナビゲーション*/
#navigation {
	/*background-color: #271a1b;
		text-align: center;
*/
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}

#navigation .body{
	background-color: #666464;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height:53px;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float:left
}
#navigation li img{
	vertical-align: middle;
	border:0;
}

#navigation .bt img{
	margin-left: 10px;
	margin-top:10px;
	border:0;
}


/*メイン部分カラム設定*/
#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#leftBox{
	float: left;
	width: 185px;
	padding-left: 15px;
 voice-family: "\"}\"";
 voice-family:inherit;
 width: 170px;
}

#rightBox{
	float: right;
	/*width: 515px;*/
	padding-left: 14px;
	/*
		padding-left: 15px;
		padding-right: 20px;*/
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bebebe;
 voice-family: "\"}\"";
 voice-family:inherit;
 /*width: 479px;*/
 width: 489px;
}

/*文字装飾*/

.red{
	color: #FF0000;
}
.red2{
	color: #990000;
}
	
	/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*メイン背景--WinIE--*/
/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/


/*フッター*/
#footer{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

/***************************************
	左カラム
***************************************/

/*左カラム　要素*/

#leftBox h3 img{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
}
#leftBox dt img{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
}
#leftBox dl{
	margin-bottom: 30px;
}
#leftBox dt{
	margin-bottom: 10px;
}
#leftBox dd{
	line-height: 22px;
	background-image: url(../img/common/lineup_dd_item.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 10px;
}

#leftBox .company{
	margin-top: 50px;

}
#leftBox .brand{
	margin-bottom: 10px;
}

/***************************************
	サイズ調整
***************************************/
.top15{
	margin-top: 15px;
}
.bottom10{
	margin-top: 15px;
}
.rl15{

}
