/* 基本設定
------------------------------------------------------------ */

body {
	color: #444444;
	background-image: url(../img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	}
	
.soldout {
	background-image: url(../img/product/bk_outofstock.gif);
	}
	
h1 {
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 110%;
	margin: 0px;
	font-weight: normal;
}

h3 {
	color: #666666;
	margin: 0px;
	font-size: 100%;

}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}

p {
	font-size: 100%;
	margin: 0px;
}

ul {
	margin: 0px;
	padding-top: 3px;
	padding-left:19px;
}

li {
	font-size: 13px;
	line-height: 140%;
}

td {
	font-size: 80%;
	line-height: 175%;
	}
	
.memo {
	font-size: 70%;
	}
	
.copy {
	font-size: 75%;
	line-height: 230%;
	color: #777777;
	}
	
.titlebold{
	font-weight: bold;
	color:#809720
}

.proname {
	color: #ffffff;
	line-height: 140%;
}

.notes {
	color: #666633;
}


/* リンクの設定
------------------------------------------------------------ */

a:link {color:#324F15; text-decoration:underline}

a:visited {text-decoration:underline}

a:hover {color:#324F15; text-decoration:none}

a:active {	color:#324F15;	text-decoration: none;}


a.sub:link {color:#444444; text-decoration:underline}

a.sub:visited {text-decoration:underline}

a.sub:hover {color:#444444; text-decoration:none}

a.sub:active {color:#444444; text-decoration: none;}



