@charset "utf-8";

#container {
	width: 920px;
}

#header {
	margin: 25px 12px 0 0;
}

/*----------------------------------------------------------
	contents:SHOP
----------------------------------------------------------*/
#contents {
	width: 920px;
	text-align: left;
}

.categoryArea {
	float: left;
	width: 279px;
	padding: 30px 30px 0 0;
}

.guide {
	width: 300px;
	padding: 25px 0 0 0;
}

* html .guide {
	padding: 25px 0 10px 0;
}

.finish {
	padding: 30px 0 0 0;
}

/* -- clear float -- */
.categoryArea {
	min-height: 0;
	display: inline-table;
}

.categoryArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* \*/
* html .categoryArea {
	height: 0;
}

.categoryArea {
	display: block;
}

/* */ /* -- end clear float -- */
.categoryArea p.img {
	float: left;
	width: 140px;
}

.categoryArea a img {
	border: none;
}

.categoryArea a:hover img { /* border: 1px solid #19946c; */
	border: none;
}
/*
.categoryArea a img {
	border: 1px solid #e6e6e6;
}

.categoryArea a:hover img {
	border: 1px solid #AFAFAF;
}*/

.categoryArea div.titleSection {
	float: left;
	width: 125px;
	padding: 0 0 0 10px;
	height: 165px;
}

.categoryArea div.titleSection .title {
	display: block;
	text-align: left;
	background: #f2f2f2;
	padding: 5px 10px 10px;
}

.categoryArea div.titleSection .title a {
	text-decoration: none;
}

.categoryArea div.titleSection .title img {
	padding: 6px 0 10px;
}

.categoryArea div.titleSection .title a img {
	border: none;
}

.categoryArea div.titleSection .title a:hover img {
	border: none;
}

.categoryArea div.titleSection .title a:hover span {
	text-decoration: underline;
}

.categoryArea div.titleSection p.note {
	font-size: 80%;
	letter-spacing: 0.04em;
	text-align: left;
	margin: 10px 0 0 0;
}

.categoryArea .guideSection {
	float: left;
	width: 107px;
	height: 162px;
	background: url(../img/bg_guide.gif) no-repeat 0 0;
	padding: 10px 15px 0 15px;
}

* html .categoryArea .guideSection {
	width: 117px;
	height: 172px;
}

.categoryArea .guideSection p {
	display: block;
	padding: 6px 0 6px;
}

.categoryArea .guideSection p a {
	color: #fff;
	text-decoration: none;
}

.categoryArea .guideSection p a:hover { /* color: #999; */
	color: #fff;
}

.categoryArea .guideSection p a img {
	margin: 0 0 6px;
	border: none;
}

.categoryArea .guideSection p a:hover img {
	margin: 0 0 6px;
	border: none;
}

.categoryArea .guideSection p a:hover span {
	text-decoration: underline;
}

.categoryArea .guideSection span.note {
	font-size: 80%;
	color: #fff;
	line-height: 140%;
}

.guide div.titleSection {
	padding: 0 0 0 10px;
	width: 130px;
	background: url(../img/bg_regist.gif) no-repeat 10px 13px;
}

.guide div.titleSection .title {
	background: none;
	padding: 25px 0 30px 15px;
}

.guide div.titleSection .title a {
	padding: 9px 10px 9px 10px;
	background-color: #fff263;
	text-decoration: none;
	font-size: 86%;
	color: #191919;
}

.guide div.titleSection .title a:hover {
	background-color: #fff7a0;
	text-decoration: none;
	color: #3d3d3d;
}

.guide div.titleSection .title a:hover img {
	opacity: .70; /* 透明 */
	-moz-opacity: .70; /* 古いMozilla */
	filter: alpha(opacity = 70); /* IE */
}

* html .guide div.titleSection .title {
	
}

.guide div.titleSection p.note {
	font-size: 90%;
	letter-spacing: 0.05em;
	text-align: left;
	width: 130px;
	margin: 0 0 0 4px;
}

.monthlyArea {
	float: left;
	/*clear: both;*/
	padding: 60px 20px 20px 0;
}

/* -- clear float -- */
.monthlyArea {
	min-height: 0;
	/*display: inline-table;*/
	font-size: 78%;
	letter-spacing: 0.04em;
}

.monthlyArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* \*/
* html .monthlyArea {
	height: 0;
}

.monthlyArea {
	display: block;
}

/* */ /* -- end clear float -- */
.m_finish {
	padding: 60px 0 20px 0;
}

.monthlyArea p.img { /*float: left;*/
	
}

.monthlyArea a img {
	border: none;
}

.monthlyArea a:hover img {
	border: none;
}
/*
.monthlyArea a img {
	border: 1px solid #e6e6e6;
}

.monthlyArea a:hover img {
	border: 1px solid #AFAFAF;
}
*/

.monthlyArea .textSection { /*float: left;*/
	padding: 12px 0 0 0;
}

.monthlyArea .textSection .title a img {
	border: none;
	padding: 6px 0 9px;
}

.monthlyArea .textSection .title a:hover img {
	opacity: .70; /* 透明・ */
	-moz-opacity: .70; /* 古いMozilla */
	filter: alpha(opacity = 70); /* IE */
}

.monthlyArea .textSection .arrow {
	font-size: 100%;
	color: #f7356b;
	padding: 0 2px 0 3px;
}

.monthlyArea .textSection .pink {
	font-size: 74%;
	letter-spacing: 0em;
	color: #f7356b;
}