@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 url(../../../../top_tokushuu/20130518_150downsus/img/bg_base.jpg) repeat-x center top;*/	
}
body #wrapper{
	margin: 0 auto;
	color: #333;
	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:960px;
}
form {
	padding:0;
	margin:0;
}

/* ヘッダー */

#header {
}
#header p.logo {
}


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

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

#container #topImg {
	position: relative;
}
#container #btCotact {
	position: absolute;
	right: 80px;
	top:866px;
}

#explanation {
	margin: 17px auto 20px;
	width: 960px;
	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 {
	color: red;
	padding: 5px 0 15px;
	font-size:140%;
	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;
}
*/
