body {
	margin: 0px;
	font-family: "Meiryo", "メイリオ", Arial, Helvetica, sans-serif, Osaka;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#666666;
	overflow-x:hidden;
}
.rgt {text-align:right;}
.float-l {float:left;}
.float-r {float:right;}

h1 {
	color:#fff;
	margin-top:0;
}
h1 img {
	margin-top:30px;
	width:470px;
}
h2 {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	margin-left:14px;
}
h2, h3 {color: #981E23;}

.ab hr {margin-top:-16px;}
img {border:none;}
.red {color:#FF0000;}
.ctr {text-align:center;}


/****************** Container *********************/
#container {
	width:960px;
	margin:0 auto;
}
/*************** Header/ロゴ画像 ******************/
header {
	margin:0;
	padding:0;
	height:20px;
}

header h1 > img {
	float: left;
	margin-left:180px;
	width: 300px;
	}
.adjust {
	float:right;
	color:#f0f0f0;
	font-size:85%;
	margin-right:10px;
}
/*
#logo {
	position: absolute;
	left: 100px;
	top: 5px;
	z-index: 10;
}
*/
#logo {
	position: absolute;
	width:960px;
	height:130px;
	margin:0 auto;
	z-index: -10;
}

#logo img {
	width:120px;
	border: 1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(./PIE.htc);
}

/********************** Nav ***********************/
nav {
	width:100%;
	margin:0 auto 100px auto;
	height:30px;
	padding: 0px;
}
nav ul {
	height: 25px;
	padding:40px 0px;
	right:0;
}
nav ul:after {
	content: ".";    
	display: block;    
	height: 0;    
	clear: both;    
	visibility: hidden;   
}

nav ul li {
	display:inline;
	border-top: 1px solid #448c11;
	background: #8bd96c;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e9c42), to(#8bd96c));
	background: -webkit-linear-gradient(top, #3e9c42, #8bd96c);
	background: -moz-linear-gradient(top, #3e9c42, #8bd96c);
	background: -ms-linear-gradient(top, #3e9c42, #8bd96c);
	background: -o-linear-gradient(top, #3e9c42, #8bd96c);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;

	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	behavior: url(./PIE.htc);	
	color: white;
	font-size: 15px;
	vertical-align: middle;
	float: right;
	height: 25px;
	width: 100px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
}
nav ul li a {
	color:#fff;
	text-decoration:none;
}
nav ul li a:hover, .on {
	color:#FFCC00;
	text-decoration:none;
}

/****************** Section *********************/
section {
	clear:both;
	width: 100%;
	margin: 0px;
}
section:after {   
	content: ".";    
	display: block;    
	height: 0;    
	clear: both;    
	visibility: hidden;   
	}   

/** Article **/
article {
	width:630px;
	float:left;
	margin: 0px;
	padding: 10px;
	text-align:left;
}

/****************** Footer *********************/
footer {
	height:240px;
	background-color: #333333;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #F0F0F0;
	padding-top:20px;
}
#footer-menu {
	height:180px;
	width:960px;
	margin:0 auto;
}

#footer-menu:after {   
	content: ".";    
	display: block;    
	height: 0;    
	clear: both;    
	visibility: hidden;   
	}   

.footer-nav {
	float: left;
	height: 201px;
	line-height: 10px;
	display: inline;
}
.footer-nav ul {
	list-style-position: outset;
	list-style-image: url(../images/torso_li.png);
	line-height: 2px;
	display: block;
	width:130px;
}
.footer-nav a {
	color: #F0F0F0;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.footer-nav a:hover {
	color: #FFCC00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.copy:before {
	content: ".";    
	display: block;    
	height: 0;    
	clear: both;    
	visibility: hidden;   
	}   

.copy {
	width: 100%;
	padding-top: 20px;
	color: #ccc;
	text-align:center;
}
footer h5 {
	font-weight:normal;
	font-size:100%;}
