@charset "UTF-8";
@import url("Pacifica/stylesheet.css");
@import url("../webfonts/Pacifica_Condensed_Regular/stylesheet.css");





/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 16px;
	color: #000;
	background: #000000;
	font-family: "メイリオ", "MS PMincho", "メイリオ", "Hiragino Mincho Pro", serif;
	background-image: url(../images/circular01w_01.png);
	background-size: cover;
}

br {
   letter-spacing:normal;
}

a {
	color: #3FC;
	text-decoration: none;
}

a:hover {
	color: #31991D;
	text-decoration: none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width: 80%;
	margin: 0 auto;
	padding:10px 10px 100px 10px;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
	height: auto;
	position: relative;
}

#contents {
	clear: both;
	width: 100%;
	background: #ffffff;
	position: relative;
	top: 60px;
	left: auto;
}


#headImage {
    max-width: 100%;
    height: auto;
	text-align: center;
	top:60px;
	position: relative;
}

p.resizeimage img { width: 95%; }

#main {
	float: center;
	width: 98%;
	margin: 1%;
	font: MS PGothic;
	line-height: 2;
}

#sub {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	width: 740px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header {
	width: 100%;
	position: fixed;
	z-index: 999;
	background-color: #000;
	top: 0px;
	left: 0px;
	font-family: "Pacifica Condensed Regular";
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	color: #000;
	line-height: 50px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h1 a:hover {
	color: #0099FF;
}

/* ========MENU CUSTOMIZE======== */
@media screen and (min-width: 1000px) {
   /* 表示領域が1000px以上の場合に適用するスタイル */
   #menu {
	width: 720;
	margin-left: auto;
	position: fixed;
	top: 20px;
	z-index: 1000;
	font-size: 25px;
	font-weight: bolder;
	right: 0px;
	font-family: "Pacifica Condensed Regular";
}


#menu li {
	color: #333;
	text-align: center;
	list-style-type: none;
	float: left;
}
}
@media screen and (max-width: 999px) {
   /* 表示領域が1000px以下の場合に適用するスタイル */
   #menu {
	width: 10%;
	position: fixed;
	top: 100px;
	z-index: 1000;
	font-size: 15px;
	font-weight: bolder;
	right: 0px;
	font-family: "Pacifica Condensed Regular";
	}
	#menu li {
	height:20%;
	color: #333;
	text-align: left;
	list-style-type: none;
	float: left;
}
}
#menu ul {
	padding: 0;
	margin: 0;
}

#menu li a {
	display: block;
	width: 120px;
	color: #fff;
	background-color: #000000;
	}
#menu li a.active {
	display: block;
	width: 120px;
	color: #000;
	background-color: #FFFFFF;
}
#menu li a:hover {
	color: #000;
	width: 120px;
	background-color: #FFFFFF;
}
/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
#contents h1 {
	margin-bottom: 8px;
	padding: 5px;
	color: #FFF;
	font-family: "Pacifica Condensed Regular";
	font-size: 25px;
	font-weight: bold;
	background: #222222;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color: #0099FF;
}
#main a:hover {
   color:#D2447B;
   border:0;
   border-bottom:1px solid #D2447B;
}

#main h2 {
	margin-bottom: 8px;
	padding: 2px 2px 2px 0;
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px double #31001D;
}

#main h3 {
	margin-bottom: 3px;
	padding: 2px 4px;
	font-size: 18px;
	color: #FFF;
	background: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Pacifica;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#551b14;
   border-bottom:2px solid #551b14;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#551b14;
   border-left:8px solid #551b14;
}

#main h6 {
   font-size:13px;
   color:#551b14;
}

#main p {
	margin: 0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========sub CONTENTS CUSTOMIZE======== */
#sub h2 {
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#sub ul {
   margin:0;
   padding:5px 0 1em 5px;
}

#sub li {
   margin:0;
   padding-left:18px;
   color:#fff;
   line-height:1.8;
   background:url(../images/bg_sub_li.gif) 0 4px no-repeat;
   list-style:none;
}

#sub li a {
   color:#fff;
}

#sub li a:hover {
   color:#ddd;
   border-bottom:1px solid #ddd;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	font-size: 15px;
	background-color: #000000;
	position: fixed;
	z-index: 1500;
	width: 80%;
	bottom: 0px;
	height: 20px;
	float: right;
	text-align: right;
}

#pageTop a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Pacifica;
	   color:#ffffff;
	padding: 0 0 0 12px;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	font-style: normal;
	font-size: 11px;
	color: #ffffff;
	z-index: 1510;
	text-align: left;
	text-align: center;
	position: fixed;
    bottom: 0px;

}
