body {
	text-align: center;
	font-size: 0.8em;
	color :#333;
	background-color : #000;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	-webkit-text-size-adjust: none;
	font-family: Verdana, 'CI', Meiryo, 'lr oSVbN', 'qMmpS Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.Price {
	color: #339900;
	font-weight: bold;
}

#top_bg {
	background:url(../img/header_bg.jpg) no-repeat center top;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/bg.jpg) repeat-y;
}
#header {
	width : 950px;
	height: 214px;
	background: url(../img/top_img.jpg);
}

#header_main{
	width: 950px;
	height: 60px;
	margin-left:0px;

}

#header_sub{
	width: 950px;
	height: 150px;
}

#main {
	background: url(../img/main_bg.jpg) no-repeat top center;
	zoom: 1;
}

#main .altWrapper{
	width: 680px;
	height:15px;
	margin: 0 auto;
	position:relative;
}

#main .alt01{
	width: 155px;
	height:15px;
	position:absolute;
	left:0px;
}

#main .alt02{
	width: 155px;
	height:15px;
	position:absolute;
	left:175px;
}

#main .alt03{
	width: 155px;
	height:15px;
	position:absolute;
	left:350px;
}

#main .alt04{
	width: 155px;
	height:15px;
	position:absolute;
	left:525px;
}




/*-----------------------------------
navigation bar
-----------------------------------*/
#navi {
	width: 888px;
	margin: 0 auto;
	height: 50px;
	padding: 10px 0 0 0;
}
#navi li {
	display: inline;
	float: left;
	height: 50px;
	width: 200px;
	padding:0 11px;
}

#pankuzu {
	width: 800px;
	margin: 40px auto 10px;
	text-align: left;
	height: 1.4em;
	line-height: 120%;
	font-size: 1.1em;
	color: #000;
}

#pankuzu a:link{
	color:#6633CC;
	text-decoration: underline;
}
#pankuzu a:hover {
	color:#6666FF;
	text-decoration: none;
}
#pankuzu .:active{
	color:#881a00;
	text-decoration: none;
}
#pankuzu a:visited{
	color:#660099;
/*	text-decoration: underline;*/
}

#mTitle {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 950px;
}

h1#title {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
h2.subtitle {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.karma_ex {
	width: 636px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#bottomBtn {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#bottomBtn .topBtn {
	margin-right: 200px;
	float: left;
	display: inline;
	width: 203px;
}
#bottomBtn .upBtn {
	display: inline;
	float: right;
	width: 203px;
	margin: 0px;
}

.upBtn {
	width: 203px;
	margin-right: 100px;
	margin-left: 621px;
	margin-top: 20px;
	height: 29px;
}

/*-----------------------------------
etc page freemenu
-----------------------------------*/

#freeMenu {
	margin: 30px 0;
}


/*-----------------------------------
footer
-----------------------------------*/
#footer {
	width: 950px;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	clear: both;
	padding: 10px 0px 0px 0px;
}

#footer .copyright address{
	text-align: center;
	font-style: normal;
	padding-bottom:20px;
}

#footer .copyright {
	margin-top:0px;
}

#footer .copyright a:link{
	color:#660099;
	text-decoration: underline;
}
#footer .copyright a:hover {
	color:#660099;
	text-decoration: none;
}
#footer .copyright a:active{
	color:#660099;
	text-decoration: none;
}
#footer .copyright a:visited{
	color:#6633CC;
/*	text-decoration: underline;*/
}
/*-----------------------------------
H
-----------------------------------*/
#erroitem_inner {
	padding-top: 135px;
	padding-bottom: 135px;
	line-height: 1.6em;
}
/*-----------------------------------
common
-----------------------------------*/
.hidden {
	display:none;
}
.bold {
	font-weight: bold;
}
.yellow {
	color: #FFCC00;
	font-weight: bold;
}
.cream {
	color: #ffff99;
}
.orange {
	color: #FFFF00;
}

.red {
	color: #c4246f;
	font-weight: bold;
}

a:link {
	color :#660099;
	text-decoration:underline;
}

a:active {
	color :#660099;
	text-decoration:none;
}

a:hover {
	color :#660099;
	text-decoration:none;
}

a:visited {
	color :#6633CC;
/*	text-decoration:underline;*/
}

#inputArea a:link {
	color :#ffb503;
	text-decoration:underline;
}

#inputArea a:active {
	color :#FF6E03;
	text-decoration:none;
}

#inputArea a:hover {
	color :#FF6E03;
	text-decoration:none;
}

#inputArea a:visited {
	color :#ffb503;
/*	text-decoration:underline;*/
}

/*-----------------------------------
.clearfix
-----------------------------------*/
/* for modern browser */
.clearfix {
	display: inline-block;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.pack_caution {
	color: #FFFF99;
}
