@charset "utf-8";

/***************************************************
	COSMO DARTS スタイルシート
	common.css
	基本レイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
html {
	overflow-y: scroll;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
}
* html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 3px;
	text-align: left;
}

/* Link
------------------------------------------------------------ */
a:link {	text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {	text-decoration: underline;}
a:active, a:focus{ outline:none; }

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* 画像ロールオーバー */
.on_btn a:hover {	display: block;	background-color: #FFFFFF;}
.on_btn a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*-----header-----*/
#header {
	position: relative;
	width: 900px;
}
#header h1 {}
#header h1 dfn {
	position: absolute;
	top: 5px;
/*	left: 110px;*/
	left: 110px;
	display: block;
	width: 790px;
}
#header h1 a {
	display: block;
/*	width: 376px;*/
	width: 180px;
	height: 101px;
	text-indent: -9999px;
}
#header #search {
	position: absolute;
	top: 6px;
	right: 15px;
	width: 520px;
}
#header #search table {	float: right;}
#header #search td {	padding-left: 3px;}
#header #search label {	font-size: 10px;	font-weight: bold;}
#header #search input#q {
	width: 120px;
	height: 14px;
	border: 1px solid #777878!important;
}
#header .top_navi {
	position: absolute;
	right: 15px;
	bottom: 16px;
	width: 520px;
	text-align: right;
	font-size: 90%;
}
#header .top_navi a {
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 7px;
	background: url(../img/temp/ico01.gif) center left no-repeat;
}

/*-----gnavi-----*/
#gnavi {
	width: 900px;
	padding-bottom: 8px;
}
#gnavi li {
	float: left;
	width: 180px;
}
#gnavi li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
}
#gnavi li.n01 a {	background: url(../img/temp/gnavi01.jpg) 0 0 no-repeat;}
#gnavi li.n02 a {	background: url(../img/temp/gnavi02.jpg) 0 0 no-repeat;}
#gnavi li.n03 a {	background: url(../img/temp/gnavi03.jpg) 0 0 no-repeat;}
#gnavi li.n04 a {	background: url(../img/temp/gnavi04.jpg) 0 0 no-repeat;}
#gnavi li.n05 a {	background: url(../img/temp/gnavi05.jpg) 0 0 no-repeat;}
#gnavi li a:hover {	background-position: 0 -40px;}

/*-----location-----*/
#location {
	padding: 4px 0 8px 15px;
	font-size: 83%;
}
#location dfn {	color: #dc6470;}

/*-----headline-----*/
#headline {
	width: 870px;
	margin-left: 15px;
/*	margin-bottom: 20px;*/
}

/*-----contents-----*/
#contents {
	width: 870px;
	margin: 0 15px 20px;
}
#contents #main {
	float: right;
	width: 620px;
}

/* snavi */
#contents #snavi {
	float: left;
	width: 220px;
	padding: 10px 0 10px 10px;
}
/* ログイン */
#contents #snavi #login {
	margin-bottom: 15px;
	background: url(../img/temp/login_bg02.jpg) repeat-y;
}
#contents #snavi #login h3 {
	position: absolute;
	width: 210px;
	z-index: 1;
}
#contents #snavi #login ul {
	position: relative;
	width: 210px;
	padding-top: 53px;
	background: url(../img/temp/login_bg01.jpg) no-repeat;
	z-index: 2;
}
#contents #snavi #login ul li {
	padding-left: 22px;
	padding-bottom: 5px;
}
#contents #snavi #login ul #login_email {
	width: 120px;
	padding: 1px;
	border: 1px solid #dcdcdc;
}
#contents #snavi #login ul #login_password {
	width: 97px;
	padding: 1px;
	border: 1px solid #dcdcdc;
}
#contents #snavi #login ul label {
	padding-right: 3px;
	color: #646464;
	font-size: 12px;
}
#contents #snavi #login ul li.login_btn {
	padding-left: 89px;
	padding-bottom: 15px;
}
#contents #snavi #login ul li.login_c {
	padding-bottom: 20px;
	background: url(../img/temp/login_bg03.jpg) bottom no-repeat;
}

#contents #snavi #login ul li.login_p a,
#contents #snavi #login ul li.login_c a {
	display: block;
	width: 166px;
	height: 24px;
	text-indent: -9999px;
}
#contents #snavi #login ul li.login_p a {	background: url(../img/temp/btn_login_p.jpg) 0 0 no-repeat;}
#contents #snavi #login ul li.login_c a {	background: url(../img/temp/btn_login_c.jpg) 0 0 no-repeat;}
#contents #snavi #login ul li.login_p a:hover,
#contents #snavi #login ul li.login_c a:hover {	background-position: 0 -24px;}

/* 商品カテゴリー */
#contents #snavi #menu {
	width: 210px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../img/temp/menu_bg.gif) bottom no-repeat;
}
#contents #snavi #menu li {	border-bottom: 1px solid #dcdcdc;}
#contents #snavi #menu li.end {	border: none;	padding-bottom: 1px;}
#contents #snavi #menu li a {
	display: block;
	padding: 3px 13px 3px 23px;
}
#contents #snavi #menu li a:hover {
	font-weight: bold;
	color: #91282d;
	background: #f6dbdf url(../img/temp/ico01.gif) 13px center no-repeat;
}

/* バナー */
#contents #snavi .banner li {	padding-bottom: 10px;}
#contents #snavi .banner li a {	width: 211px;}
#contents #snavi .banner li.n06 a {	width: 88px;}

/*-----footer-----*/
#footer {
	clear: both;
	width: 900px;
	margin: 0;
}
#footer .btm_navi {
	padding: 6px 15px;
	font-size: 90%;
}
#footer .btm_navi a {
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 7px;
	background: url(../img/temp/ico01.gif) center left no-repeat;
}

#footer .copy {
	padding: 14px 0 0;
	line-height: 1;
}
#footer .copy p.copyright {
	height:12px;
	text-align: center;
	text-indent: -9999px;
}
#footer .copy p.shopmedia {	text-align: right;	padding: 0 7px 3px 0;}
#footer .copy p.shopmedia a {
	font-size: 83%;
	text-decoration: none;
	color: #aaaaaa;
}
#footer .copy p.shopmedia a:hover {	color: #ab3237;}

