@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
	background:#fff url(../img/bg_body.png) repeat-x 0 0;
}

.wrap{
	clear:both;
	background: url(../img/bg_wrap.jpg) no-repeat 50% 0;
}


/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
	width:980px;
	padding: 20px 0;
	margin: 0 auto;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.header{
	width:220px;
	float:left;
	margin:0 auto;
	position:relative;
}

.header li{
	float:none;
	margin-bottom:4px;
}


.header .logo{
	text-align:left;
	margin:0 0 20px -10px;
}

/* ------ title -------------------------------- */

.page-title h1{
	background: url(../img/bg_h1.png) no-repeat 50% 0;
	height:117px;
	text-align:center;
	padding:67px 50px 0;
	font-size:257%;
	margin:0 auto;
	color:#fff;
}

.page-title h1 span {
	display:block;
	font-size:50%;
}

/* ------ topic-path --------------------------- */

.container .topic-path {
	text-align:left;
	margin:15px 0;
	color:#999;
	font-size:78%;
}

.topic-path a,
.topic-path a:link,
.topic-path a:hover,
.topic-path a:visited,
.topic-path a:active {
	color:#666666;
	text-decoration:none;
}

/* ------ pagetop ------------------------------ */

.pagetop{
	width: 980px;
	margin: 10px auto;
	text-align:right;
	font-size:78%;
}

.pagetop a,
.pagetop a:link,
.pagetop a:hover,
.pagetop a:visited,
.pagetop a:active {
	text-decoration:none;
	color:#666;
	padding:5px 10px 5px 15px;
}

/* content
------------------------------------------------ */

.content {
	width:700px;
	min-height:700px;
	float:right;
	text-align:left;
	background: none;
	padding: 30px;
	margin-top:18px;
}


/* ---------------------------------------------
　footer
------------------------------------------------ */

.site-footer {
    background: none repeat scroll 0 0 #f2f2f2;
}
.site-footer .site-footer-nav {
    background: none repeat scroll 0 0 #009dce;
    border-top: 2px solid #f2f2f2;
    padding: 12px;
}
.site-footer .site-footer-nav ul {
    font-size: 85.7143%;
    margin: 0 auto;
    width: 960px;
}
.site-footer .site-footer-nav ul:after {
    clear: both;
    content: "";
    display: block;
    overflow: auto;
}
.site-footer .site-footer-nav ul li {
    float: left;
	margin:0 0.9em;
}
.site-footer .site-footer-nav ul li a {
    color: #ffffff;
	text-decoration:none;
}

.site-footer .site-footer-nav ul li a:hover {
	text-decoration: underline;
}

.site-footer .site-footer-nav ul li.last {
    margin-right: 0;
}
.site-footer .site-footer-inner {
    margin: 0 auto;
    padding: 16px;
    width: 960px;
}
.site-footer .site-footer-inner:after {
    clear: both;
    content: "";
    display: block;
    overflow: auto;
}
.site-footer .site-footer-inner .manager {
    float: left;
    font-size: 85.7143%;
    margin-bottom: 0;
	text-align:left;
	color:#333;
}
.site-footer .site-footer-inner .copyright {
    float: right;
    font-size: 78.5714%;
    margin-bottom: 0;
	color:#333;
}