/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height: 100%; 
}

h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
 	color: #eee;
	font-style: normal;
	font-size: small;
	line-height: 1.3;
}

input {
	line-height: 1;
	color: #333;
}
textarea {
	color: #333;
}

ul,dl,img {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}


img {
	border: none;
	margin: 0px; padding: 0px;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}

#base {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
body > #base {
        height: auto;
}
#container {
	width: 860px;
	text-align: left;
	clear: both;
}

/*--ヘッダ--*/

#hd {
	background: url(images/hd_ft/hd_bk.gif) repeat-x;
	height: 59px;
}
#hd li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*--メイン--*/

.spec {
	background: url(images/top/spec_2.gif) repeat-y;
	padding: 10px 20px;
}

.spec tr,td {
	vertical-align: top;
	line-height: 1.2;
}

/*--フッタ--*/
#ft {
	clear: both;
	background: url(images/hd_ft/ft_bk.gif) repeat-x;
	font-size: 86%;
	line-height: 1.3;
	padding: 10px 0 20px 20px;
	margin-top: 50px;
}
#hsw {
	float: left;
	font-weight: bold;
	padding: 0 10px 10px 0;
	font-size: small;
}

#ft_thanx {
	clear: both;
	background: url(images/hd_ft/ft_bk.gif) repeat-x;
	font-size: 86%;
	line-height: 1.3;
	padding: 10px 0 20px 20px;
	position: absolute;
    bottom: 0;
	width: 100%;
}


/*--文字関連---*/
.fs_86 { font-size: 86%; }
.fc_orenge { color: #F24B2F; }
.fc_black { color: #333; }

.price {
	font-size: large;
	color: #F24B2F;
	font-weight: bold;
}
.yen {
	font-size: medium;
	color: #F24B2F;
	font-weight: bold;
}

a:link {color: #F24B2F; }
a:visited {color: #CC3300;}
a:hover {color: #CC3300; }	
a:active  {color: #CC3300;}	

.square {
	list-style-type: square;
	padding-left: 30px;
}


/*-- 赤線・グレーバック----*/

.line_wine {
	border: 1px solid #990000;
}
.bk_gray {
	background: url(images/bk_gray.gif);
	padding: 10px 15px;
	margin: 2px;
}
.line_under {
	border-bottom: 1px solid #990000;
}

/*--スペーサー・その他--*/

.spc_t18 { padding-top: 18px; }
.spc_t30 { padding-top: 30px; }
.spc_l15 { padding-left: 15px; }
.spc_l16 { padding-left: 16px; }
.spc_l20 { padding-left: 20px; }
.spc_r10 { padding-right: 10px; }
.spc_r15 { padding-right: 15px; }
.spc_b10 { padding-bottom: 10px; }
.spc_b15 { padding-bottom: 15px; }
.spc_b20 { padding-bottom: 20px; }
.spc_b30 { padding-bottom: 30px; }
.spc_t30l16 { padding: 30px 0 0 16px; }
.spc_t30r10 { padding: 30px 10px 0 0; }
.spc_w5 { padding: 0 5px; }
.spc_h20 { padding: 20px 0; }
.spc_15 { padding: 15px; }
.spc_30 { padding: 30px; }

.spc_t5m { margin: 5px 0 0 0; }
.spc_t15m { margin: 15px 0 0 0; }
.spc_t30m { margin: 30px 0 0 0; }
.spc_t40m { margin: 40px 0 0 0; }
.spc_t60m { margin: 60px 0 0 0; }
.spc_r10m { margin: 0 10px 0 0; }
.spc_t10l20m { margin: 10px 0 0 20px; }


.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.va_t { vertical-align: top; }
.cb { clear: both; margin: 0; padding: 0; }
.flo_l { float: left; }
.flo_r { float: right; }
.lh_1 { line-height: 1px; }

.w200 { width: 200px; }
.w300 { width: 300px; }
.w355 { width: 355px; }
.w860 { width: 860px; }
.w_100 { width: 100%; }

