@charset "UTF-8";
body {
	background: #F9F7F2;
	font: 14px/140% Arial, Helvetica, sans-serif;
}
a {
	color:#F3A525;
}
h1,h2,ul,li,p , dl,dt ,dd{
	margin:0;
}
h1 {
	font-size:16px;
	margin-bottom:10px;
}
p {
	margin-bottom:10px;
}

section {
	background: #FFF;
	opacity: 0.85;
	border: 1px solid #CCC;
	padding:1em;
	margin-bottom:1em;
	
	-webkit-border-radius: 5px; /* Safari,Chrome */
clear:both;
}
footer {
	background:#333;
	color:#fff;
	margin:0px -10px -10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}
footer p {
	margin:0;
	padding:0;
}

.to_pcsite {
	position:absolute;
	right:0px;
	top:10px;
}
.mainnavi ul {
	list-style:none;
	overflow:auto;
	padding:0;
	margin:10px 0px 10px 10px;
}
.mainnavi ul li {
	float:left;
}
.mainnavi ul li a {
	background:#333;
	padding:5px;
	color:#fff;
	display:block;
	width:6em;
	height:1.4em;
	text-decoration:none;
	text-align:center;
	background-image: -webkit-gradient(linear,left top, left bottom, from(#333),to(#666));
	border:solid 1px #ccc;
	text-shadow: 0 1px #000;
}
#navi01 a {
	border-top-left-radius:5px;
}
#navi03 a {
	border-top-right-radius:5px;
}
#navi04 a {
	border-bottom-left-radius:5px;
}
#navi06 a {
	border-bottom-right-radius:5px;
}



.global-header {
	border-bottom:1px solid #fff;
	height:44px;
	line-height:44px;
	background-color:#9D9D9D;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#9D9D9D),to(#0C0C0C));
	margin:-10px;
	margin-bottom:10px;
}
.page-heading {
	margin:0 auto;
	width:140px;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-shadow:0 1px #000;
}
.nav-page {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.nav-page-left {
	position:absolute;
	top:0;
	left:10px;
}
.nav-page a {
	padding:6px 12px;
	border:1px solid #ccc;
	background-color:#ccc;
	background-image: -webkit-gradient(linear ,left top,left bottom, from(#fff),color-stop(45%,#c8c8c8),color-stop(55%,#868686),to(#0C0C0C));
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px #333;
	text-decoration:none;
	color:#fff;
}