@charset "Shift_JIS";


/*----------------基本設定----------------*/
img {
	border: 0;
}
img{vertical-align:bottom;} /* IE6で画像の上下に隙間ができる事の解決策 */

ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
}
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/
body {
	margin: 0 auto;
	padding: 0;
	background: #fff;	
	color: #000;
	font-size: 12px;
	font-size: 75%;/*IE6*/
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.3;
	position: relative;
	width:959px;
}

/* ヘッダー */

#container {
	position: relative;
	width: 959px;
	margin: 0 auto 30px;
	padding: 0;
}


/* メインコンテンツ */
span.red{
	color:#F00;
	font-size: 24px;
	font-weight:bold;
}

#breadcrumb {
	padding: 20px 0 20px 0px;
	overflow: hidden;
	font-size:92%;
}
#breadcrumb a {
	background: url(../../../../images/arrow2.png) no-repeat right 50%;
	padding: 0 12px 0 0;
}
#breadcrumb li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
	color:#000
}

#container #topImg {
	position: relative;
}

#containts {
	margin: 0px auto 0px;
	width: 878px;
}
#containts #parts01 {
	float: left;
	width: 295px;
	height: 198px;
	padding-top: 218px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/p_01.jpg);
}
#containts #parts02 {
	float: left;
	width: 288px;
	height: 198px;
	padding-top: 218px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/p_02.jpg);
}
#containts #parts03 {
	float: left;
	width: 295px;
	height: 198px;
	padding-top: 218px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/p_03.jpg);
}
#containts h2{
	font-size:16px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left:20px;
	padding-right:23px;
}
#containts h3{
	font-size: 14px;
	font-size:16px;
	padding-bottom: 5px;
	padding-left:22px;
}

#container #containts .price{
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
#container #containts .formBt{
	text-align:center;
	margin: 10px auto;
}


/* フッター */

#footer {
	margin: 0px auto;
	padding: 5px 0 0;
	width:959px;
	height:30px;
	background-color: #000000;	
}

#copy {
	text-align: center;
	color: #fff;
}
	

/*----------------リンク基本設定----------------*/
a{
  display:block;
} 
a.white:hover img{
  filter: alpha(opacity=60);
  opacity:0.6;
}

a:link {
	color:#C30;
	text-decoration:none;
}
a:visited {
	color:#C30;
	text-decoration:none;
}
a:hover {
	color:#C30;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

.btn_top {cursor:pointer;}

div.set{
	padding:0px auto 20px;
	margin-top:30px;
}

#tantai {
	width:265px;
	margin:5px auto;
}

/*----------------モジュール----------------*/
/*.ind9999 {
	text-indent: -9999px;
}
.height0 {
	height:0;
}
*/
