@charset "UTF-8";
/* ---------------------------
// reset
--------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 28px;
}
a {
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.4s;
}
a:hover {
	opacity: 0.7;
	filter: alpha( opacity=70 );
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
th, td {
	vertical-align: top;
	text-align: left;
}
ul,li {
	list-style-type: none;
	list-style-position: outside;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	font-size: 0px;
	clear: both;
	visibility: hidden;
}
/* ---------------------------
// common
--------------------------- */
body {
	display: block;
	color: #333333;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
header {
	border-top: solid 4px #0066cc;
}
header .wrap, header ul {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
header .wrap div {
	width: 530px;
	height: 35px;
	overflow: hidden;
	line-height: 32px;
	background-color: #0066cc;
	position: absolute;
	right: 0px;
	z-index: 100;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 2px 4px rgba( 0, 0, 0, 0.3 );
	-webkit-box-shadow: 0px 2px 4px rgba( 0, 0, 0, 0.3 );
}
header .wrap div span, header .wrap div span a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 18px;
	color: #ffffff;
}
header .wrap div span img {
	position: relative;
	top: -9px;
	margin-right: 8px;
}
header>ul li {
	float:left;
	width: 476px;
	height: 122px;
	text-align: right;
}
header>ul li:first-child {
	text-align: left;
}
header>ul li:first-child p {
	margin-top: 32px;
	text-indent: 8px;
	line-height: 12px;
}
header>ul li p {
	color: #3366ff;
	font-size: 11px;
}
header>ul>li>img {
	margin-top: 48px;
}
header nav {
	background-color: #66f;
}
header nav h2 {
	display: none;
}
header nav ul  {
	height: 60px;
}
header nav ul li{
	width: 192px;
	float: left;
	position: relative;
}
header nav ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 42px;
	border-right: 1px solid #fff;
	position: absolute;
	top: 9px;
	left: 192px;
}
header nav ul li:first-child:before {
	content: "";
	display: block;
	width: 1px;
	height: 42px;
	border-right: 1px solid #fff;
	position: absolute;
	top: 9px;
	left: 0px;
}

header nav ul li a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
header nav ul li a img {
	vertical-align: middle;
}
main {
/*
	background-color: #ffe485;
*/
	background-color: #fff0bb;
	display: block;
	padding: 20px 0;
}
main #content_wrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #fff;
	padding-bottom: 40px;
	opacity: 0;
	filter: alpha(opacity=0);

	box-shadow: 0px 0px 8px rgba( 100, 80, 30, 0.3 );
	-webkit-box-shadow: 0px 0px 8px rgba( 100, 80, 30, 0.3 );
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
footer nav {
	width: 100%;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
	position: relative;
}
footer nav h2 {
	display: none;
}
footer nav ul, footer section {
	width: 960px;
	margin: 0 auto;
}
footer nav ul li {
	float: left;
	margin-left: 16px;
}
footer nav ul li:first-child {
	margin-left: 0px;
}
footer nav ul li a, footer nav ul li a:visited, footer nav ul li a:link {
	margin-right: 16px;
	font-size: 12px;
	color: #666666;
}
footer section {
	
}
footer section h2 {
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	margin-right: 15px;
}
footer section p {
	font-size: 12px;
	margin-right: 10px;
	float: left;
}
footer>p {
	clear: left;
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 11px;
	color: #888;
	margin-top: 10px;
	margin-bottom: 20px;
}
footer nav #pagetop {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #e8b400;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 2px 4px #ccc;
	-webkit-box-shadow: 0px 2px 4px #ccc;

	transition-property: background-color;
	transition-duration: 0.6s;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.6s;
}
footer nav #pagetop a {
	display: block;
	width: 120px;
	height: 30px;
}
footer nav #pagetop a img {
	vertical-align: middle;
	transition-property: transform;
	transition-duration: 0.6s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.6s;
}
footer nav #pagetop a:hover img {
	transform: rotateY(180deg) scale(1.3);
	-webkit-transform: rotateY(180deg) scale(1.3);
}
footer nav #pagetop:hover {
	background-color: #c90;
}
main .bnr {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}
main .bnr a {
	display: block;
	position: absolute;
	top: 50px;
	left: 550px;
}

/* ---------------------------
// common 下層
--------------------------- */
#breadcrumb {
	width: 960px;
	margin: 0 auto;
	height: 40px;
	line-height: 44px;
	overflow-y: hidden;

	opacity: 0;
	filter: alpha(opacity=0);
}
#breadcrumb span, #breadcrumb span a {
	font-size: 13px;
	margin-left: 10px;
}
#breadcrumb span:before {
	content: '>';
	margin-right: 10px;
	color: #888;
}
#breadcrumb span:first-child {
	margin-left: 0px;
}
#breadcrumb span:first-child:before {
	content: '';
	margin-right: 0px;
}

#breadcrumb span a {
	color: #009;
}

main #ttl {
	width: 960px;
	margin: 0 auto;

	opacity: 0;
	filter: alpha(opacity=0);
}
main #ttl h1, main #ttl p {
	float: left;
	height: 60px;
	line-height: 50px;
	letter-spacing: 2px;
}
main #ttl h1 img {
	vertical-align: bottom;
}

main #ttl p:before {
	content: '-';
	margin: 0 10px 0 20px;
}
main #ttl p {
	color: #c33;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	height: 12px;
	margin-top: 35px;

	text-shadow: 0px 1px 0px #ee8;
	-webkit-text-shadow: 0px 1px 0px #ee8;
}
