@charset "utf-8";
/* CSS Document */

/* 基本
------------------------------------------ */
html {
	background: #eeeeee;
	}

body {
	width: 960px;
	font-size:14px;
	word-wrap: break-word;
	margin: 0 auto;
	box-shadow: 0px 4px 10px #666666;
	position: relative;
	}

/* page_header
------------------------------------------ */
header#page_header {
	text-align: left;
	}

header#page_header > h1 {
	padding: 10px;
	line-height:1.5em;
	}
	
header#page_header > img {
	vertical-align:bottom;
	}
	
header#page_header > img#image_sp {
	display: none;
	}

/* nav
------------------------------------------ */
nav {
	margin: 0;
	}

nav > ul {
	width: 960px;
	overflow: hidden;
	}
	
nav > ul > li {
	width: 158px;
	text-align:left;
	float: left;
	}
	
nav > ul > li:first-child {
	}
	
nav > ul > li:last-child {
	}
	
nav > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 15px;
	height: 14px;
	//background: url(../images/nav/pattern_a_bg.png) no-repeat 0 0;
	font-weight: bold;
	}
	
nav#nav_sp {
	display: none;
	}

/* section
------------------------------------------ */
section {
	clear: both;
	margin: 20px 0;
	padding: 0 20px;
	}

section > h2 {
	padding: 10px;
	font-weight: normal;
	border-radius: 6px;
	}
	
section > article {
	margin: 10px 0 0 0;
	padding:0 10px;
	line-height: 1.5;
	}
	
section > article > a.bunner {
	display: block;
	margin: 1em 0 0 0;
	}
	
section > article > header {
	margin: 20px 0 0 0;
	}
	
section > article > header > p {
	padding: 0 0 4px 0;
	font-weight: bold;
	}
	
section > article > p {
	margin: 10px 0 0 0;
	padding: 0 auto;
	}
	
section > article > footer {
	margin: 10px 0 0 0;
	text-align: right;
	}

/* section contact
------------------------------------------ */
section#contact {
	position: absolute;
	top: -10px;
	right: -20px;
	}
	
section#contact > a {
	padding: 10px 15px;
	background: rgb(102,102,102);
	color: rgb(255,255,255);
	border-radius: 0 0 0 6px;
	text-decoration: none;
	}
	
section#contact > a:hover {
	background: rgb(51,51,51);
	}

/* footer
------------------------------------------ */
footer {
	margin: 20px 0 0 0;
	}

footer#page_footer > p {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	}
