@charset "utf-8";

body {
	color: #333;
	font-size: 14px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.5;
	padding:0;
	margin:0;
}

a,
a:link,
a:visited,
a:focus {
	text-decoration: underline;
	color: #333;
}

a:hover,
a:active {
	text-decoration: none;
	color: #333;
}

h1.img,h2.img,h3.img,h4.img,h5.img,h6.img {
	margin: 0;
	padding: 0;
	line-height: 0;
}

p {
	line-height: 1.6;
	margin:0;
	padding:0;
}

a:hover img.hov,
a:hover img.attachment-thumbEvent,
a:hover img.attachment-post-thumbnail {
	filter:alpha(opacity=70); /* IE6 IE7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
	-moz-opacity: 0.7; /* Firefox */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;
}

ul,li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#wrapper {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

header {
	width:100%;
	height:108px;
	margin:0 auto;
	position:fixed;
	background:#FFF;
	z-index:99;
	box-shadow: 0px 0px 20px 0px #CCC;
    	-webkit-box-shadow: 0px 0px 20px 0px #CCC;
    	-moz-box-shadow: 0px 0px 20px 0px #CCC;
}

header #headerWrapper {
	width:980px;
	margin:0 auto;
	position:relative;
}

header #headerWrapper h1 {
	padding:14px 0 0 0;
}

header #headerWrapper nav {
	position:absolute;
	top:38px;
	right:0;
	/*width:543px;*/
}

header #headerWrapper nav ul {
	margin:0 auto;
}

header #headerWrapper nav li {
	float:left;
	margin:0 0 0 0;
}

header #headerWrapper nav li.lastchild {

}


/* footer
============================================= */
footer {
	overflow:hidden;
	padding:0;
	text-align:center;
}

footer a {
	text-decoration:none;
}

footer a:hover {
	text-decoration:underline;
}

footer #btnPagetop {
	padding:0 0 70px 0;
}

footer #footNav {
	background:#ebebeb;
	padding:38px 0;
}

footer #copy {
	font-size:90%;
	line-height:1.6;
	padding:18px;
	background:#2a2625;
	color:#FFF;
}



/*============================================================
	PAGE TOP
*/
#btnPagetop {
	margin: 0 auto;
	padding: 60px 0 32px 0;
	width: 980px; height: 13px;
	text-align:right;
}


/*============================================================
	FOR SP
*/
@media screen and (max-width:960px) {
	header #headerWrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

}