body,	td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
body {
	background-image: url(../images/shade.gif);
	background-repeat: repeat-y;
	background-position: 770px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
p,h1,h2,h3,h4,div {
	margin: 0px;
	padding: 0px;
}

/*color*/

.cl1 {
	color: #669933;
}
.cl2 {
	color: #FF9900;
}
.cl3 {
	color: #FF0000;
}

/**/

#header {
	height: 117px;
	width: 770px;
}
#main {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	width: 740px;
	margin-left: 15px;
}

/*navi*/

#navi {
	float: left;
	width: 185px;
}
#navi ul{
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
li img {
	vertical-align: top;
}

/*contents*/

#contents {
	width: 540px;
	background-repeat: repeat-y;
	float: right;
	margin-left: 15px;
}
#contentsInner {
	background-image: url(../images/contents_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.section {
	margin-bottom: 20px;
	width: 510px;
}
.section h3,.section h2 {
	margin-bottom: 10px;
}
.section p {
	margin-top: 10px;
}

/*contents inner*/

.blockL {
	width: 170px;
	float: left;
}
.blockR {
	width: 325px;
	margin-left: 15px;
	float: right;
}
.block2L {
	width: 325px;
	float: left;
}
.block2R {
	width: 170px;
	margin-left: 15px;
	float: right;
}

/*bg , footer*/

#btm {
	background-image: url(../images/bg_btm.gif);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
	width: 740px;
	float: left;
}
.pagetop {
	text-align: right;
	margin-bottom: 20px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	height: 50px;
	text-align: right;
	width: 770px;
	float: left;
}
#footer p {
	padding-top: 30px;
	padding-right: 15px;
}

/*clear*/

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/*price*/

.price {
	background-color: #B4DBA2;
	margin-top: 15px;
}
.price td {
	background-color: #FFFFFF;
}


.price th {
	font-weight: normal;
	text-align: left;
	background-color: #D1EDC4;
}

/*list (listmark)*/

.list1 ul {
	margin-top: 15px;
	background-image: url(../images/listmark.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.list1 li {
	margin-left: 12px;
}
.listtitle {
	padding-left: 12px;
	color: #669933;
}
.list2 li {
	list-style-position: inside;
	list-style-image: url(../images/listmark.gif);
	color: #669933;
}

/*info*/

caption {
	color: #669933;
	text-align: left;
	font-weight: bold;
}
.summary th {
	font-weight: normal;
	color: #996600;
	text-align: left;
}

/**/

.t10 {
	margin-top: 10px;
}
.t30 {
	margin-top: 30px;
}
