@charset "utf-8";

/*=========== HTMLリセット ===========*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial;
	word-break:break-all;/*for IE */
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	text-align: left;
	vertical-align:top;
	font-size: 12px;
}
fieldset, img {
	border: 0;
}
caption{
font-size: 12px;
}
/*=========== HTML再定義  ===========*/





h1 {
	line-height: 1.0;
	font-size:14px;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size:14px;
}
h3 {
	font-weight: bold;
	font-size:14px;
}
h4, h5, h6 {
	font-size:14px;
	margin-bottom: 0px;
	font-weight: bold;
}

p {
	margin: 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
	
}

.notice{
	color:#F00 !important;
	}
span.notice{
	font-weight:bold;
	}
ul {

}
ul li {
margin-bottom:4px;
}
ol {

}
ol li {
	list-style: none;
}
dl {

}
dl dd {

}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
}


table tr td input {
	margin: -2px 0;
}


form input, form textarea {
	padding: 1px;
	border:solid 1px #333;

	color:#333;
	font-size:100%;
}
form legend {
	display: none;
}

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

#checkbox_copy{
border:none 0;
}

/* =======共通項目================ */

　　h3.backto_top{
　　text-align:right;
　　}
	h3.backto_top a{
	text-align:right;
	
	display:block;
	background:#FFF url("/images/icon/button_pagetop.gif") top right no-repeat;
	height:20px;
	width:122px;
	margin:10px 0 20px auto;

	}
	h3.backto_top a em{

	display:none;

	}
	
	dl.floating_box dt{
	display:none;
	}
	dl.floating_box dd.left_column{
		float:left;
	}
	dl.floating_box dd.right_column{
		float:right;
	}
	
	
	input.button_true{
	border: 3px double #333;
	border-top-color: #666;
	border-left-color: #666;
	padding: 3px 4px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background:url(/images/bg/button_true.gif) repeat-x  top #f3f3f3;
	}
	input.button_false{
	border: 3px double #333;
	border-top-color: #666;
	border-left-color: #666;
	padding: 3px 4px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background:url(/images/bg/button_false.gif) repeat-x  top #cfcfcf;
	}
	input.button_small{
	border: 1px solid #333;
	border-top-color: #666;
	border-left-color: #666;
	color: #000;
	font-size: 10px;
	font-weight: small;
	background:url(/images/bg/button_small.gif) repeat-x  top #f3f3f3;
	}
.clear{
	line-height 	: 1%;
	font-size		: 1px;
	clear			: both;
	height:1px;
}
.img-left{
	float:left;
	padding-right: 6px;
	padding-bottom: 6px;
}
.img-left img{
	margin-right: 6px;
	margin-bottom: 6px;
}
.img-right{
	float:right;
	margin-left: 6px;
	margin-bottom: 6px;
}
.img-right img{
	margin-left: 6px;
	margin-bottom: 6px;
}

	/*定義リスト:共通*/
			dl.article{
				padding:10px 0;
				background:url("/images/bg/border_dotted.gif") bottom left repeat-x;
			}
			dl.article dt.article_dt{
				padding-left:16px;
				font-size:14px;
				font-weight:bold;
				margin-bottom:10px;
				background:url("/images/icon/pink_cursor.gif") center left no-repeat;
				
			}
			dl.article ul{
				padding:0;
				margin:2px 0;
			}
			dl.article dd.article_dd{
				padding-left:16px;
			}

				dl.article{
				padding:10px 0;
				background:url("/images/bg/border_dotted.gif") bottom left repeat-x;
				}
			dl.sub_article{
				padding:10px 0;
			}
				
				dl.sub_article dt{
					font-weight:bold;
					margin-bottom:6px;
				}
				dl.sub_article dd{
					margin-bottom:6px;
				}
/*===========  基本構造 =========== */



body {

	text-align:center;
	margin: 0;
	padding:0;
	background:#FFF url("/images/bg/body_border.gif") top left repeat-x;
	color: #000;
	font-size:12px;
}
a{
text-decoration:none;
color: #000;
}

div#container{

width:780px;
margin:0 auto;
text-align:left;
}
	/*ヘッダー*/
	div#header{

	background:url("/images/bg/header.gif") top center no-repeat ;
	margin-bottom:10px;
	height:185px;
	width:880px;
	margin:0 auto;
	text-align:left;
	}
	div#header h1{
	padding:0;
	margin:0;
	height:18px;
	line-height:100%;
	font-weight:normal;
	font-size:12px;
	text-align:right;
	}
		div#header h1 em{

		display:none;

		}
	div#header h2{
	padding:0;
	margin:0;
	line-height:100%;
	text-align:right;
	}
		div#header h2 a{
		display:block;
		width:220px;
		height:70px;
		margin-left:auto;
		}
		div#header h2 a em{
		display:none;
		}
	/*広告テキスト*/
	div#header div#message_box{
	float:left;
	width:640px;
	height:46px;
	overflow:hidden;
	/*debug background:#00F;*/
	text-align:left;
	}
		div#header div#message_box p{
		padding:15px 0 0 195px;
		/*debug background:#0F0;*/
		font-size:12px;
		height:32px;
		line-height:16px;

		}

	/*カート状態*/
	div#header div#cart_status{
	float:right;
	width:240px;
	height:55px;
	/*debug background:#0FF;*/
	text-align:right;

	}
	div#header div#cart_status div.pad{
		border:solid 1px #000;
		padding:0 4px ;

		}
	div#header div#cart_status h2{
	background:#FFF url("/images/bg/cart_icon.gif") top right no-repeat;
	width:120px;
	height:30px;
	margin:0 10px 0 auto;
	bottom:9px;
	position:relative;
	}
	div#header div#cart_status h2 a{
	display:block;
	width:120px;
	height:30px;
	
	}
	div#header div#cart_status h2 em{
	display:none;

	}
	div#header div#cart_status p{
	font-weight:bold;
	font-size:12px;
	bottom:9px;
	position:relative;
	overflow:hidden;
	height:14px;
	}
	div#header div#cart_status p strong{
	color:#e60556;
	}
	
	/*検索フォーム*/
		#search_form{
		float:left;
		padding:0 0 0 0px;
		width:180px;
		}
		
			#search_form #srchtxt{
			width:100px;
			margin:0 10px;
			}
			#search_form #srchbtn{
			padding:0;
			margin:0 10px 0 0;
			font-size:10px;
			}
	/*メニュー位置調整*/
	div#header div#menu_spacing{
	height:2px;
	}
	
	
	/*メニュー*/
		
	/* ######### Default class for drop down menus ######### */

	.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-top: 1px solid #666;

	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #111;
	color: #FFF;
	width: 200px; /* default width for menu */
	margin:0;
	padding:0;
	}
	.anylinkcss li a{
	color: #FFF !important;
	}
	.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	.anylinkcss ul li{
	margin: 0;
	padding: 0;
	color: #FFF;
	}
	.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCC;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFF;
	}

	.anylinkcss a:hover{ /*hover background color*/
	background: black;
	color: #FFF;
	background-color: #AAA;
	}

	/* ######### Alternate multi-column class for drop down menus ######### */


	.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #CCC;
	padding: 10px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #000;
	color:#FFF;
	}

	.anylinkcsscols .column{
	width: 130px;
	float: left;
	}

	.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	.anylinkcsscols li{
	padding-bottom: 3px;
}

	/* ######### class for shadow DIV ######### */


	.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	}
	
	#menu_container h3{
	width:220px;
	height:25px;
	float:left;
	}
	#menu_container h3 a{
	width:220px;
	height:25px;
	display:block;
	
	}
	#menu_container h3 a em{
		display:none;
	}
	ul#menu_list{
	float: left;
	width:480px;
	}
	ul#menu_list li.menu_list
	{
	width: 95px;
	margin: 0;
	float: left;
	font-size: 12px;
	line-height:14px;
	color: #000;
	}
			ul#menu_list li.menu_list p
			{
			text-align: center;
			padding: 2px 1px 1px 1px;
			border-right:solid 2px #000; 
			line-height:14px;
			margin:0;
			}
	/*

		ul#menu_list li.menu_list
			{
			width: 95px;
			margin: 0;
			float: left;
			font-size: 12px;
			line-height:14px;
			color: #000;

			}

	
		#menu_container dd
			{
			display: none;
			margin: 0;
			text-align: center;
			}

		#menu_container dl:hover dd
			{
			display: block;
			text-align: center;
			}
		#menu_container dd a
			{
			display: block;

			width: 95px;
			line-height: 1.6em;

			padding: 2px 1px;
			}
		#menu_container dd a:hover
			{
			background-color: #ccc;
			}
メニュー*/
/* =======レフトボックス================ */
	div#box_left{
	/*debug background:#F00;*/
	width:175px;
	float:left;
	text-align:left;
	}
	/*ログイン*/
	div#box_left div#box_login{
	background:#000 url("/images/bg/leftbox_bottom.gif") bottom right no-repeat;
	margin-bottom:10px;
	padding-bottom:6px;
	text-align:right;
	}
		div#box_left div#box_login div.pad{

		background:#FFF;
		font-size:10px;
		margin:0 6px;
		padding:4px;
		}
		div#box_left div#box_login h2{
				background:#FFF url("/images/title/left_login.gif") top right no-repeat;
				height:27px;
				
		}
		div#box_left div#box_login h2 em{
			display:none;
		}
		div#box_left div#box_login p{
			padding:2px 0;
		}
		div#box_left div#box_login dl dt
		{
			float: left;
			clear: left;
			width: 50px;
			padding:2px 0;
			margin:0;

			text-align:left;
		}

		div#box_left div#box_login dl dd{
			padding:2px 4px 2px 0px;
			}
		div#box_left div#box_login dl dd input.login_email,
		div#box_left div#box_login dl dd input.login_pass
		{
			width: 85px;
			padding:0;
			margin:0;
		}
	/*ログイン member*/
	div#box_left div#box_member{
	background:#000 url("/images/bg/leftbox_bottom.gif") bottom right no-repeat;
	margin-bottom:10px;
	padding-bottom:6px;
	text-align:left;
	}
		div#box_left div#box_member div.pad{

		background:#FFF;
		font-size:12px;
		margin:0 6px;
		padding:4px;
		}
		div#box_left div#box_member h2{
				background:#FFF url("/images/title/left_member.gif") top right no-repeat;
				height:27px;
				
		}
		div#box_left div#box_member h2 em{
			display:none;
		}
		div#box_left div#box_member p{
			padding:2px 0;
		}
		div#box_left div#box_member ul.members_menu{
			padding:2px 0;
		}
		div#box_left div#box_member ul.members_menu li{

			font-weight:bold;
			border-left:solid 8px #000;
			padding:1px 4px;
		}

	/*カテゴリー*/
	div#box_left div#box_category{
	background:#000 url("/images/bg/leftbox_bottom.gif") bottom right no-repeat;
	margin:0 0 6px 0 ;
	padding:0 0 6px 0 ;
	zoom:1;
	}
		div#box_left div#box_category div.pad{
		padding: 0 6px;
		
		background:#FFF url("/images/bg/leftbox_line.gif") bottom left repeat-y;
		}
	
		div#box_left div#box_category h2{
				background:url("/images/title/left_category.gif") top center no-repeat;
				height:27px;
				
		}
		div#box_left div#box_category h2 em{
			display:none;
		}
		div#box_left div#box_category dl{
		padding:0 0px 0 59px ;
		border-bottom:4px solid #000;
	
		}
				/*カテゴリー画像指定*/
				div#box_left div#box_category dl.c01{background: url("/images/bg/category01.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c02{background: url("/images/bg/category02.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c03{background: url("/images/bg/category03.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c04{background: url("/images/bg/category04.jpg") left center no-repeat ;}

				div#box_left div#box_category dl.c05{background: url("/images/bg/category05.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c06{background: url("/images/bg/category06.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c07{background: url("/images/bg/category07.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c08{background: url("/images/bg/category08.jpg") left center no-repeat ;}

				div#box_left div#box_category dl.c09{background: url("/images/bg/category09.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c10{background: url("/images/bg/category10.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c11{background: url("/images/bg/category11.jpg") left center no-repeat ;}
				div#box_left div#box_category dl.c12{background: url("/images/bg/category12.jpg") left center no-repeat ;}



		div#box_left div#box_category dl dt{
		background: url("/images/icon/pink_cursor_l.gif") right center no-repeat #FFF;
		padding:3px 12px 3px 2px;
		font-weight:bold;
		
		}
		div#box_left div#box_category dl dd{
		background: url("/images/bg/category_dotted_x.gif") left center no-repeat;
		margin-left:3px;
		padding:2px 2px 2px 11px;
		font-weight:140%;
		}
		div#box_left div#box_category dl dd.c_end{
		background: url("/images/bg/category_dotted_end.gif") left center no-repeat;
		margin-left:2px;
		padding:2px 2px 2px 11px;
		}
	/*カレンダー・注意書き画像 ベリサイン*/
	div#box_left div#box_calender,
	div#box_left div#box_verisign,
	div#box_left div#box_notice{
	margin:10px 0;
	zoom:1;

	}
	
	div#box_left div#box_verisign{
	text-align:center
	}
	/*バナー*/
	div#box_left div.box_banner{
	margin-bottom:20px;
	}

	div#box_left div#box_calender{
		line-height: 120%;
	}
	div#box_left div#box_calender table{
		margin-bottom: 3px;
		width: 170px;
		border-collapse: collapse;
	}
	div#box_left div#box_calender caption{
		font-size: 13px;
		font-weight: bold;
	}
	div#box_left div#box_calender th,td{
		border: 1px solid #303030;
	}
	div#box_left div#box_calender th{
		padding: 2px 0;
		text-align:center;
		color: #FFFFFF;
		background-color: #303030;
	}
	div#box_left div#box_calender td{
		padding: 4px 0;
		text-align:center;
		font-weight: bold;
	}
	div#box_left div#box_calender .closed{
		color: #DC143C;
		background-color: #FFF0F5;
	}
	div#box_left div#box_calender .today{
		text-decoration: underline;
	}

/* =======メインボックス================ */
	div#box_main{
	
	width:600px;

	/*080210修正 float:left;*/
	float:left;
	text-align:left;
	}
/* =======コピーライト================ */
div#footer{
clear:both;
width:780px;
margin:0 auto;
text-align:center;
padding-bottom:10px;
}
	div#footer a{
	display:block;
	width:380px;
	height:13px;
	margin:0 auto;
	text-align:center;
	background: url("/images/title/copyright.gif") top center no-repeat;
	}
	div#footer a em{
	display:none;
	
	}
	
	/* =======コンテンツ別============ */
　　.important{
　　color:#FE00CB;
　　}
