@charset "utf-8";
@import url("reset.css");

body, div, dd, td {
	color: #666666;
	font-size: 13px;
	font-family: "メイリオ","MS P ゴシック",osaka, helvetica, arial;
	background-color: #ｆｆｆｆｆｆ;
}

a:link	{ color: #3F3F3F; text-decoration: underline; }
a:visited { color: #3F3F3F; text-decoration: underline; }
a:active  { color: #e04a94; text-decoration: none;}
a:hover   { color: #e04a94; 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: #cccccc 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: #454545;
	font-size: 90%;
	font-family: Century Gothic,Helvetica,arial;
	line-height: 140%;
}

#contents h1 {
	font-size: 300%;
	font-family: Century Gothic,Helvetica,arial;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#contents h2 {
	color: #e04a94;
	font-size: 160%;
	font-family: Century Gothic,Helvetica,arial;
	margin: 10px 20px 0 20px;
}

#contents h2 a:link	{ color: #e04a94; text-decoration: none; }
#contents h2 a:visited { color: #e04a94; text-decoration: none; }
#contents h2 a:active  { color: #f29fc3; text-decoration: underline;}
#contents h2 a:hover   { color: #f29fc3; text-decoration: underline; }

#contents h3 {
	color: #3F3F3F;
	font-size: 120%;
	font-family: Century Gothic,Helvetica,arial;
	border-bottom: #e04a94 1px solid;
	margin: 5px 0 0 20px;
	width:940px;
}

#contents h3 a:link	{ color: #3F3F3F; text-decoration: none; }
#contents h3 a:visited { color: #3F3F3F; text-decoration: none; }
#contents h3 a:active  { color: #3F3F3F; text-decoration: underline;}
#contents h3 a:hover   { color: #3F3F3F; text-decoration: underline; }

#contents h4 {
	color: #e04a94;
	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.item td.name a:link,
#contents .box table.shop th a:link 
{ color: #e04a94; text-decoration: none; }
#contents h4 a:visited,
#contents .box table.item td.name a:visited,
#contents .box table.shop th a:visited
{ color: #e04a94; text-decoration: none; }
#contents h4 a:active,
#contents .box table.item td.name a:active,
#contents .box table.shop th a:active
{ color: #f29fc3; text-decoration: underline;}
#contents h4 a:hover,
#contents .box table.item td.name a:hover,
#contents .box table.shop th a:hover
{ color: #f29fc3; text-decoration: underline; }

#contents .box {
	width:940px;
	margin: 10px 20px 40px 20px;
}

#contents .box dl.news {
	width: 940px;
}

#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: #e04a94;
	font-weight: bold;	
}

#contents .box table.item td.name,
#contents .box table.shop th {
	color: #e04a94;
}

#contents .box table {
	width: 940px;
}

#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.item td.num1 {
	font-size: 180%;
	color: #e04a94;
}

#contents .box table.item td.num2 {
	font-size: 150%;
	color: #f339a7;
}

#contents .box table.item td.num3 {
	font-size: 140%;
	color: #f658b5;
}

#contents .box table.item td.num4 {
	font-size: 120%;
	color: #f873c1;
}

#contents .box table.item td.num5 {
	font-size: 110%;
	color: #fa8dcd;
}
*/
#contents .box table.item td.top5 {
	border-bottom: 1px dashed #cccccc;
	border-left: 1px dashed #cccccc;
	padding: 0 2px 0 5px;
}

#contents .box table.shop th {
	border-bottom: 1px dashed #d9d9d9;
	border-right: 1px dashed #d9d9d9;
	padding: 0 5px 0 2px;
}

#contents .box table.shop td {
	border-bottom: 1px dashed #cccccc;
	padding: 0 2px 0 5px;
}

#contents .box table.shop td.brand {
	background-color:#eeeeee;
	padding: 5px 5px 5px 5px;
}

#contents .summary {
	width: 900px;
	margin: 10px 20px 40px 20px;
	padding: 20px 20px 20px 20px;
	border:#cccccc 1px solid;
}

#contents .summary .links a:link	{ color: #3F3F3F; text-decoration: none; }
#contents .summary .links a:visited { color: #3F3F3F; text-decoration: none; }
#contents .summary .links a:active  { color: #e04a94; text-decoration: underline;}
#contents .summary .links a:hover   { color: #e04a94; 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: #3F3F3F;
	font-size: 90%;
	font-family: Century Gothic,Helvetica,arial;
	text-align: center;
}
