@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;
	padding: 0;
	background: #fff;
	color: #fff;
	font-size: 75%;/*IE6*/
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.3;

}

form {
	padding:0;
	margin:0;
}
#container #wrapper #pricebox {
	width: 940px;
	height: 349px;
	margin: o auto;
	background-image: url(../../img/p_main4.png);
	background-repeat: no-repeat;
}
/*#container #wrapper #pricebox #primary {
	float: left;
	position: relative;
	margin-right:37px;
}*/

#container #wrapper #pricebox #primary .title {
	padding-left: 0px;
	padding-bottom: 10px;
}

#container #wrapper #pricebox #secondary {
	float: right;
	width:500px;
	margin-right:20px;
	margin-top:60px;
}
#container #wrapper #pricebox #secondary  .comment {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size:18px;
	font-weight:normal;
	color: #fff;
}


/* ヘッダー */


#container {
	clear: both;
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #000;
}

body #wrapper{
	margin: 0 auto;
	position: relative;
	width: 940px;
}


/* メインコンテンツ */
#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;
}

#explanation {
	margin: 17px auto 20px;
	width: 940px;
	height:auto;
}
#explanation .expl_left {
	float: left;
	width:432px;
	margin-left: 10px;	
	padding-left: 10px;	
	padding-right: 10px;	
}
#explanation .expl_right {
	float: right;
	width:456px;
	padding-left: 0px;	
	padding-right: 6px;	
}
/*#explanation h3 {
	padding: 5px 0px 5px;
	font-size: 100%;
	font-weight:bold;
}*/
#explanation h1 {
	padding: 5px 0px 10px;
	font-size: 140%;
	font-weight:bold;
}
#explanation p {
	padding: 5px 0px 5px;
	line-height: 120%;
	font-size: 92%;
}

#explanation li {
	font-size: 92%;
	list-style: disc;
	margin-left: 1em;
	line-height: 120%;
}
#explanation .thum {
	padding: 10px 0;	
}
#explanation .attention {
	font-size: 92%;
	line-height: 120%;
}
#explanation .price {
	padding: 10px 0;
	font-size:120%;
	font-weight:bold;
	line-height: 120%;
}

/*　バナー　*/

#banner {
	padding: 10px 0;
	width:960px;
	background: #F2F2F2;
}
#banner p {
	margin:5px auto;
	text-align:center;
	width:560px;
	font-size: 12px;
}

/* フッター */

#footer {
	margin: 0px auto;
	padding: 5px 0 0;
	width:960px;
	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:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}


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