@charset "utf-8";
@import url("reset.css");

body, div, dd, td {
	color: #666666;
	font-size: 13px;
	font-family: "メイリオ","MS P ゴシック",osaka, helvetica, arial;
}

a:link	{ color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:active  { color: #009dd6; text-decoration: none;}
a:hover   { color: #009dd6; text-decoration: none; }

#contents{
	width: 980px;
	margin: 10px auto;
	overflow: hidden;
}
#contents {
	overflow: hidden;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #contents {
	height: 1em;
	overflow: visible;
}
/**/

#contents .flash {
	border: #999999 2px solid;
	padding: 30px;
	margin: 0 0 30px 0;
}

#contents .flash .jpn {
	font-size: 130%;
	line-height: 180%;
	margin: 0 0 10px 0;
}

#contents .flash .eng {
	color: #787878;
	font-size: 90%;
	font-family: Century Gothic,Helvetica,arial;
	line-height: 140%;
}

#contents h1 {
	color: #000000;
	font-size: 300%;
	font-family: Century Gothic,Helvetica,arial;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#contents h2 {
	color: #009dd6;
	font-size: 160%;
	font-family: Century Gothic,Helvetica,arial;
	margin: 10px 20px 0 20px;
}

#contents h2 a:link	{ color: #009dd6; text-decoration: none; }
#contents h2 a:visited { color: #009dd6; text-decoration: none; }
#contents h2 a:active  { color: #009dd6; text-decoration: underline;}
#contents h2 a:hover   { color: #009dd6; text-decoration: underline; }

#contents h3 {
	color: #000000;
	font-size: 120%;
	font-family: Century Gothic,Helvetica,arial;
	border-bottom: #009dd6 1px solid;
	margin: 5px 0 0 20px;
}

#contents h3 a:link	{ color: #000000; text-decoration: none; }
#contents h3 a:visited { color: #000000; text-decoration: none; }
#contents h3 a:active  { color: #000000; text-decoration: underline;}
#contents h3 a:hover   { color: #000000; text-decoration: underline; }

#contents h4 {
	color: #009dd6;
	font-size: 120%;
	font-family: Century Gothic,Helvetica,arial;
	border-bottom: 1px dashed #d9d9d9;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#contents h4 a:link,
#contents .box table.shop th a:link 
{ color: #009dd6; text-decoration: none; }
#contents h4 a:visited,
#contents .box table.shop th a:visited
{ color: #009dd6; text-decoration: none; }
#contents h4 a:active,
#contents .box table.shop th a:active
{ color: #666666; text-decoration: underline;}
#contents h4 a:hover,
#contents .box table.shop th a:hover
{ color: #666666; text-decoration: underline; }

#contents .box {
	margin: 10px 20px 40px 20px;
}

#contents .box dl.news {
	width: 960px;
}

#contents .box dl.news dt {
	float: left;
	color: #999999;
	margin: 0 0 0 0;
}

#contents .box dl.news dd {
	line-height: 160%;
	margin : 0px 5px 10px 0;
	padding: 0 0 5px 100px;
	border-bottom: 1px dashed #d9d9d9;
}

#contents .box dl.news dd .ttl {
	color: #000000;
	font-weight: bold;	
}

#contents .box table.item td.name,
#contents .box table.shop th {
	color: #009dd6;
}

#contents .box table {
	width: 960px;
}

#contents .box table.item th {
	border-bottom: 1px dashed #d9d9d9;
	padding: 0 2px 0 2px;
}

#contents .box table.item td {
	border-bottom: 1px dashed #d9d9d9;
	padding: 4px;
}

#contents .box table.shop th {
	border-bottom: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	padding: 0 2px 0 2px;
}

#contents .box table.shop td {
	border-bottom: 1px dashed #cccccc;
	padding: 4px;
}

#contents .box table.shop td.brand {
	background-color:#e6fcff;
}

#contents .summary {
	margin: 10px 0 40px 20px;
	padding: 20px 20px 20px 20px;
	border: #cccccc 1px solid;
}

#contents .summary .links a:link	{ color: #666666; text-decoration: none; }
#contents .summary .links a:visited { color: #666666; text-decoration: none; }
#contents .summary .links a:active  { color: #009dd6; text-decoration: underline;}
#contents .summary .links a:hover   { color: #009dd6; text-decoration: underline; }

#contents .summary .title {
	border-bottom: 1px dashed #d9d9d9;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#contents .summary .eng {
	color: #999999;
	font-family: Century Gothic,Helvetica,arial;
}

#contents .copy {
	color: #787878;
	font-size: 90%;
	font-family: Century Gothic,Helvetica,arial;
	text-align: center;
}
