@charset "shift-jis";

* {
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

body {
	font-size:12px;
	color:#333;
	background:#fff;
}

form {
	display:inline;
}

table th,
table td{
	word-break: break-all;
}

.clear {
	clear:both;
}

img{
	border:none;
	-ms-interpolation-mode: bicubic; 
}

#stage {
	width:800px;
	margin:5px auto;
}

#cbody { 
	clear:both;
	width:800px;
	margin:10px 0 15px 0;
    zoom:1;/*for IE 5.5-7*/
}

#cbody:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

* html #cbody{
	display:inline-table;
	/*\*/display:block;/**/
}

p.description{
	text-align:center;
	color:#666;
	margin:3px 0 20px 0;
}
div.description{
	text-align:center;
	color:#666;
	margin:3px 0 20px 0;
}
p.alert{
	color:#F00;
	font-weight:bold;
	background:#FEEFF3;
	border:solid 1px #FFD2D8;
	padding:0.5em 1em;
	margin:0 0 1em;
	line-height:1.8;
}
ul.description{
	list-style:none;
	text-align:left;
	color:#666;
	margin:3px 0 20px 0;
	padding:0.25em 0.15em;
	background: #FFF9F0;
	border: 1px solid #FFE8D0;
	line-height:1.6;
}
ul.description li{
	margin:0;
	padding:0 0 0 1em;
	list-style: disc inside;
}
table.prodbox ul.description{
	font-size:80%;
	margin:0 0 5px 0;
}

/* ヘッダー
--------------------------------------------------------------------*/
#header {
	width:800px;
	height:58px;
	clear:both;
}

#header img {
	display:block;
}

#hd_logoarea {
	width:147px;
	float:left;
	margin-right:7px;
}

#headerinfo {
	width:200px;
	float:left;
}

#headerinfo p {
	font-size:10px;
	color:#000000;
	line-height:100%;
	margin:2px 0 10px 0;
}

#headerinfo strong{
	font-weight:normal;
	font-style:normal;
}

#headerinfo em{
	font-weight:normal;
	font-style:normal;
}
	
#hd_naviarea {
	width:215px;
	margin:0 8px 0 7px;
	float:left;
}

#hd_naviarea ul {
	list-style:none;
	float:right;
	margin-bottom:15px;
}

#hd_naviarea li {
	list-style:none;
	float:left;
	margin-left:10px;
}

#hd_serch {
	width:183px;
	height:19px;
	padding:6px 6px 6px 26px;
	float:left;
	background:url(../images/bg_serchbox.gif) no-repeat;
}

#searchword{
	width:131px;
	height:15px;
	padding-left:5px;
	padding-top:2px;
	margin-right:5px;
	border:#b6b5b3 1px solid;
	float:left;
}

#serchbtn {
	float:right;
}

#hd_cart {
	width:196px;
	height:44px;
	float:right;
	margin:-5px 0 0 0;
	padding:13px 7px 6px 7px;
	background:url(../images/bg_hd.jpg);
}

#hd_cart p{
	text-align:center;
	font-size:10px;
	padding:3px 0px 3px 0px;
	background-color:#FFFFFF;
}

.cart_point01 {
	color:#7c7b7b;
}

.cart_point02 {
	color:#f9a53f;
	font-weight:bold;
}

#cart_btn {
	float:left;
	margin-right:6px;
}

#cart_btnbox {
	width:196px;
	height:22px;
	margin-top:7px;
}


/* タブ
--------------------------------------------------------------------*/
.tab {
	width:800px;
	height:35px;
	clear:both;
	border-bottom:#f9a53f 3px solid;
}

.tab ul{
	float:right;
}

.tab li{
	list-style-type:none;
	float:left;
}

.tab a img{
	display:block;
}

/* 検索機能メニュー
--------------------------------------------------------------------*/
#searchmenu {
	width:792px;
	padding-left:4px;
	padding-right:4px;
}

#searchmenu ul, #searchmenu li {
	list-style:none;
	float:left;
	display:inline;
}

#searchmenu ul {
	padding-top:5px;

}

#searchmenu li img {
	margin:0px 2px;
	display:block;
}
	

/* ぱんくず
--------------------------------------------------------------------*/
#breadcrumbtell {
	width:793px;
	padding:8px 0px 6px 7px;

	background:url(../images/dot.gif) repeat-x bottom;
	clear:both;
	overflow:hidden;
}

#breadcrumbtell:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#breadcrumbtell .breadcrumb {
	float:left;
	color:#666;
	font-size:10px;
}

#breadcrumbtell .breadcrumb a:link,
#breadcrumbtell .breadcrumb a:visited {
	color:#666;
	text-decoration:none;
}

#breadcrumbtell .breadcrumb a:hover,
#breadcrumbtell .breadcrumb a:active {
	color:#f63;
	text-decoration:none;
}


/* フッター
--------------------------------------------------------------------*/
#footer {
	width:800px;
	padding:5px 2px 10px 0;
	border-top:#f9a53f 3px solid;
	clear:both;
}

#footlist {
	font-size:10px;
	float:right;
}

#footlist li {
	list-style:none;
	float:left;
}

#footlist li a{
	padding-left:13px;
	background:url(../images/mark_link.gif) no-repeat left;
	margin-left:10px;
}

#footlist li a:link,
#footlist li a:visited {
	color:#666;
	text-decoration:none;
}

#footer li a:hover,
#footer li a:active {
	color:#f63;
	text-decoration:none;
}

/* 10/27追加 武-------*/
#footerbrand {
	width:421px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:10px;
	clear:both;
}

#footerbrand img {
	display:block;
}

#ytvlogo_ft {
	width:82px;
	padding-left:53px;
	float:left;
}

#senshukailogo_ft {
	width:213px;
	padding-right:43px;
	float:right;
}

#branddisc_ft {
	padding-top:10px;
	clear:both;
}
/* 10/27追加ここまで-------*/

#copyright{
	font-size:10px;
	height:10px;
	clear:both;
	text-align: center;
	padding-top:15px;
	letter-spacing:0.1em;
	line-height:160%;
}


/*
===== 5: 汎用クラス =================================
*/

/* 警告クラス
----------------------------------------------------*/
.warning {
	color:#f00;
	border:2px solid #f00;
	margin:2em 0;
	background: #FFF4F8;
	}

.warning h3{
	background:#f00;
	color:#FFF;
	padding:5px;
	margin:0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	}

.warning ul{
	padding:2em;
	line-height:2;
	list-style:none;
}
.warning ul li{
	font-weight:bold;
	margin:0;
	padding:0 0 0 16px;
	background: url(../images/ico_extra.gif) no-repeat left center;
}

/* アテンションクラス
----------------------------------------------------*/
p.attention{
	font-weight:bold;
	color:#F00;
	font-size:14px;
	padding:1em;
	margin:3em 0;
	line-height:2.4;
	text-align:center;
	background: #FFEEF2;
	border: 1px solid #FED8E7;
}

/* 必須クラス
----------------------------------------------------*/
.must th{
	padding-right:15px;
	background: #edf9db url(../myPage/images/bg_must.gif) no-repeat right center;
	}

.must input,
.must select{
	background-color:#fffbcd;
	}

.must input.nobg{
	background-color:transparent;
	}

/* 任意クラス
----------------------------------------------------*/
.opt th{
	padding-right:15px;
	background: #edf9db;
}

.opt input,
.opt select{
	background-color:#fffbcd;
}

.opt input.nobg{
	background-color:transparent;
}

