a:link {
	color :#6633CC;
	text-decoration:underline;
}
a:active,a:hover{
	color :#6666FF;
	text-decoration:none;
}

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

body {
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}

#body {
	text-align: center;
	font-size: 0.8em;
	color :#333;
	background-color : #000000;
	-webkit-text-size-adjust: none;
	font-family: Verdana, '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

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

/*-----------------------------------
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;
}


/*-----------------------------------
footer
-----------------------------------*/
#footer {
	width: 950px;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	clear: both;
	padding: 50px 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:#6633CC;
	text-decoration: none;
}
#footer .copyright a:active{
	color:#dfe539;
	text-decoration: none;
}
#footer .copyright a:visited{
	color:#660099;
/*	text-decoration: underline;*/
}
/*-----------------------------------

-----------------------------------*/
.hidden {
	display:none;
}
.upBtn {
	width: 170px;
	height: 27px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.yellow {
	color: #ffff99;
}
.red {
	color: #FF0000;
}
.orange {
	color: #FF66FF;
}
.bold {
	font-weight: bold;
}
.pack_caution {
	color: #990033;
}
.sizeup {
	font-size: 1.2em;
}

/*-----------------------------------
.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 */
