@charset "utf-8";
body {
	/*background-image: url(../images/Bg.jpg);
	background-repeat: repeat;*/
	background-color:#bebe96;
	width: 100%;
	font-family: Tahoma, Verdana, Geneva, sans-serif, Arial;
}
h2 {
	font-size: 12px;
	margin-bottom: 0px;
	color: #841613;
}
p {
	margin-top: 4px;
}

#wrapper {
	width: 100%;
}
#content {
	width: 692px;
	margin: auto;
}
.content-left {
	background-image: url(../images/Zentai_silhouette.png);
	background-repeat: no-repeat;
	font-size: 12px;
}
.content-right {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 40px;
}
.footer {
	font-size: 10px;
	color: #000000;
}
.content-right-top{
	background-image: url(../images/cc_bck_top.jpg);
	background-repeat: no-repeat;
}
.content-right-mid {
	background-image: url(../images/cc_bck.jpg);
	background-repeat: repeat-y;
}
.content-right-bottom {
	background-image: url(../images/cc_bck_bottom.jpg);
	background-repeat: no-repeat;
}
.content-right-mid-main {
	padding: 0px 9px 0px 9px;
	font-size: 12px;
}
h1 {
	background-image: url(../images/cc_h1.jpg);
	background-repeat: no-repeat;
	color: #898a5c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px;
	height: 24px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
a:link { color: #701304; text-decoration: underline; }
a:visited { color: #701304; text-decoration: underline; }
a:hover { color: #701304; text-decoration: none; }
a:active { color: #701304; text-decoration: underline; }
