/* CSS Document */
@charset "UTF-8";

@import "reset.css";

body{
	font-family:Trebuchet,"HiraKakuProN-W6", "qMmpS ProN W6",  Meiryo, CI, sans-serif;
	background-image:url("../images/20151009_trailrun_bg.jpg");
	background-color:#fff;
	background-size:cover;
	background-attachment:fixed;
	color:#444;
	height:100%;
  	font-size:1.2em;
}
#container{
	width:1100px;
	margin:0 auto;
	padding:10px 0;
}

h1{
	text-align:center;
	line-height:50px;
	font-size:1.5em;
	font-weight:bold;
}

h2{
	margin:0 auto 10px auto;
	color:#333;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:5px 0 10px;
	line-height:40px;
	height:40px;
}

/*************************/
/*@@  @header@@@@ */
/*************************/
.fixed {
	position: fixed;
	top: 0;
	text-align:center;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
header {
	/** width: 100%;  **/
	padding:0 5px;
	background: #f9f9f9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:11px!important;
}
header a {
	margin:0;
	padding:0;
}
header img{
	width:100%;@/** C³O 110px **/
	height:auto;
	margin:3px;
}
header nav {
	text-align: center;
	margin:2px 0;
}
header nav ul {
	margin: 0;
	list-style-type: none;
	display: table;
	text-align:center;
}
header nav ul li a{
	color:#666666;
	/** height: 30px; **/
	line-height:14px;
	padding:5px 0;	
}
#logo {
	width:96px;
	
}
#main_banner{
	width:1040px;
	margin:0 0 20px;
}
/*************************/
/*         body          */
/*************************/

h3{
	margin:3px 0 3px 3px;
	width:100%;
	font-size:1.6em;
	font-weight:bold;
	text-align:left;
	color:#7474E4;
}
h4{
	margin:0 0 0.5em 0;
	font-size:1.3em;
	font-weight:bold;
	line-height:30px;
	width:365px;
}
#wrap{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}
.title {
	padding:0;
	width:1030px;
}
.more {
	width:100%;
	font-size:28px;
	text-align:center;
	margin:0 0 10px;
}
.more a {
	background:#3399CC;
	color:#FFF;
	display:block;
	padding:10px 0;
}
.more p {
	display:inline;
}
.link {
	width:100%;
	font-size:32px;
	text-align:center;
	padding:5px 0;
	background:#FFF;
}
.link a {
	background:#000;
	color:#FFF;
	display:block;
	padding:5px 0;
	text-decoration:none;
}
.link p {
	display:inline;
}
.link a:hover , .more a:hover {
	background:#333;
}
.footer {
	padding:5px 0;
	background:#FFF;
}