@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
	font:13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/* for IE6/7 */
	*font-size: small; 
	/* for IE Quirks Mode */
	*font: x-small;
	line-break: strict;
	background-color: #E4E8EB;
}

a:link,
a:active,
a:visited {
	color: #339933;
	text-decoration:underline;
}
a:hover { 
	color: #66CC33;
	text-decoration: underline;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mb10 {
	margin-bottom: 10px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pbl10 {
	padding-bottom: 10px;
	padding-left: 10px;
}
.prl10 {
	padding-right: 10px;
	padding-left: 10px;
}
.f12h16 {
	font-size: 93%;
	line-height: 140%;
}
.f14 {
	font-size: 108%;
}
.f16 {
	font-size: 123%;
}
.f10 {
	font-size: 77%;
	line-height: 140%;
}
.orange {
	color: #FF3300;
}
.item-name p {
	margin: 0px;
	padding: 0px;
}
.item-name a:link,
.item-name a:active,
.item-name a:visited {
	color: #339933;
	text-decoration: none;
}
.item-name a:hover { 
	color: #66CC33;
	text-decoration: none;
}
.price {
	color: #F65F4C;
}
/*コピーライト*/
#copyRight {
	margin-bottom: 10px;
	padding-top: 8px;
	border-top: 2px solid #b3dbd8;
}
.copyright {
/*	font-size: 77%; */
	color: #669999;
	line-height: 120%;
}
.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover { 
	color: #669999;
	text-decoration:none;
}

/*コンテンツ*/
#main {
	background-image: url(../../img/ocyugen/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.bg-title1 {
	background-image: url(../../img/ocyugen/title-background1.jpg);
	background-repeat: no-repeat;
}
.bg-title2 {
	background-image: url(../../img/ocyugen/title-background2.jpg);
	background-repeat: no-repeat;
}
.bg-title3 {
	background-image: url(../../img/ocyugen/title-background3.jpg);
	background-repeat: no-repeat;
}
.bg-item {
	background-image: url(../../img/ocyugen/item-background.gif);
	background-repeat: repeat-y;
}
.bg-gift {
	background-image: url(../../img/ocyugen/gift-background.jpg);
	background-repeat: no-repeat;
}
.gift-box {
	margin-left: 172px;
}

