@charset "utf-8";
/* CSS Document */

body {
	background: url(../img/headerbg.gif) top center no-repeat #e4007f;
	color:#E9E9E9;
	font-family:Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}

#wrapper {
	width:960px;
	margin:auto;
}

.itembg {
	background:url(../img/itembg.png);
	padding:10px;
}

#imglogo {
	text-align:center;
	margin-bottom:24px;
}

h2.title {
	margin:4px 0px;
	/*border-bottom:#ffd900 solid 1px;*/
	color:#ffd900;
	text-align:center;
	padding-bottom:4px;
	font-size:120%;
	padding:12px;
	background:#000000;
}

h3.title {
	margin:30px 0px;
	text-align:center;
	color:#FFFFFF;
	border-bottom:#FFFFFF dotted 1px;
	padding-bottom:8px;
}
h3.subtitle {
	margin:20px 0px;
	font-size:120%;
	color:#FFFFFF;
}


#goodsitem {
	text-decoration:none;
	border-bottom: #eb6ea5 dotted 1px;
	padding-bottom:16px;
	margin-bottom:16px;
	
}

.item {
	font-size:80%;
	float:left;
	width:200px;
	padding:8px;
	margin:10px;
	border:#CCC solid 1px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color:#eb6ea5;
	color:#FFFFFF;
}

a:hover .item {
	background-color:#e4007f;
}

.itemname,.itembody,.itemimg {
	/*font-size:80%;*/
}

.itemname {
	height:35px;
}
.itemimg {
	margin:8px auto;
	width:150px;
	text-align:center;
}
.itemimg { width:100%;}
.itemimg p {
	line-height: 100px;
}
.txtcenter {
	padding:20px;
	border:#999 solid 1px;
	border-radius: 3px;
	background:#efefef;
	text-align:center;
	color:#ff4a6b;
	/*text-decoration:underline;*/
	
}



.photofloat { margin-bottom:0;}
.photofloat img { width:370px;}

.item-img { float:left; width:49%;}
.item-img img { width:100%;}
.item-img img.nowid { width:50%}
.item-txt { float:right; width:50%;}
.item-txt dt { padding:5px 5px; background:#eb6ea5; font-weight: bold; color:#fff100}
.item-txt dd { padding:5px 15px; margin-bottom:16px; font-size:90%; line-height:150%;}
.yoyaku  { float:left; width:49%; border:#CCC solid 1px; text-align:center; height:35px; line-height:35px}
.yoyaku a{ display:block; background:#6CF ; color:#FFF !important; text-decoration:none}
.yoyaku a:hover{ display:block; background:#3CF ; color:#FFF !important; text-decoration:none}


#back { text-align:center; padding:16px 0px;}

.contents {
	font-size:80%;
	line-height:140%;
	margin-bottom:48px;
}


#footer {
	text-align:center;
	height:80px;
	line-height:80px;
	font-size:80%;
	background:url(../img/foorebg.gif);
}
.yellow { color: #FFDD00;}
.pink { color:#FF007E}

.fsize80{ font-size:80%;}
.lager { font-size:larger;}
.tag {
	padding:4px;
	background:#FFFFFF;
	color:#000000;
	margin:8px 0px;
}