@charset "utf-8";
/* --------------------------------
	(基本レイアウト)
	* last update 2011/06/07
	* modify : NAZAL30mL;
--------------------------------


/* ==========================================================================================================

	 1. Structure Frames
 
============================================================================================================*/
html {
}
body {
	background : #fff;
	text-align : center;
	color : #222222;
}
#wrapper {
	text-align: left;
}
#gHead {
	background-color: #000;
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}
#gFoot {
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	z-index: 70;
}

/*  印刷用コンテンツ
-----------------------------------*/
#printing  {
	display : none;
}

/*  スクリーンリーダー用とCSS無効時の配慮
-----------------------------------*/
#nocss,
.accessible {
	display : none;
}
/* ==========================================================================================================

	 * 2. Template Style
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #fff;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a img {
	border : none;
}
a.alpha:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}
/*  ------------------------------------------------------------------

	align

---------------------------------------------------------------------*/
.txtCenter {
	text-align : center;
}
.txtRight {
	text-align : right;
}
/*  ------------------------------------------------------------------

	text　selection

---------------------------------------------------------------------*/
::selection {
 background : #1D8DCC;
 color : #fff;
}
::-moz-selection {
 background : #1D8DCC;
 color : #fff;
}
/*  ------------------------------------------------------------------

	section　article

---------------------------------------------------------------------*/
section {
	margin-bottom : 3em;
}
section section {
	margin-bottom : 2em;
}
article {
	clear : both;
	margin-bottom : 3em;
}
article section {
	margin-bottom : 1.5em;
}

/* ==========================================================================================================

	 2-1. header
 
============================================================================================================*/
.sticky #gHead {
	background-color: #000;
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	position: fixed;
	top: 1px;
	left: 0;
	width: 100%;
}
#gHead nav{
	margin : 0px auto;
	padding: 15px 0;
	width : 940px;
}
#gHead .siteID {
	float: left;
}

/*  ------------------------------------------------------------------

	gNav

---------------------------------------------------------------------*/
#gHead ul {
	float: right;
	padding-top: 8px;
}
#gHead ul li {
	float: left;
}
li#nav01 a,
li#nav02 a,
li#nav03 a,
li#nav04 a,
li#nav05 a{
	background: url(../img/frame/gNav01.png) no-repeat left top;
	display: block;
	width: 181px;
	height: 16px;
	text-indent: -5000px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
li#nav02 a{
	background: url(../img/frame/gNav02.png) no-repeat left top;
	width: 83px;
}
li#nav03 a{
	background: url(../img/frame/gNav03.png) no-repeat left top;
	width: 122px;
}
li#nav04 a{
	background: url(../img/frame/gNav04.png) no-repeat left top;
	width: 81px;
}
li#nav05 a{
	background: url(../img/frame/gNav05.png) no-repeat left top;
	width: 87px;
}

#gHead ul li a:hover{
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}
#gHead li a.link-active{
	background-position: left bottom;
}

/* ==========================================================================================================

	 2-2. mainContent
 
============================================================================================================*/
.bg01,
.bg02,
.bg03,
.bg04,
.bg05,
.bg06{
	height: 980px;
}
.bg01 article,
.bg02 article,
.bg03 article,
.bg04 article,
.bg05 article,
.bg06 article{
	margin : 0px auto;
	padding-top: 100px;
	width : 940px;
}
.bg01 {
	background: url(../img/frame/bg01.jpg) no-repeat center bottom;
}
.bg02 {
	background: url(../img/frame/bg02.jpg) no-repeat center bottom;
}
.bg03 {
	background: url(../img/frame/bg03.jpg) no-repeat center bottom;
}
.bg04 {
	background: url(../img/frame/bg04.jpg) no-repeat center bottom;
}
.bg05 {
	background: url(../img/frame/bg05.jpg) no-repeat center bottom;
}
.bg06 {
	background: url(../img/frame/bg06.jpg) no-repeat center bottom;
}

.h1Group {
	margin-bottom: 2em;
}
.h1Group .lead {
	margin-left: 0;
}

#mainContent p {
	margin-bottom: 0.8em;
}


/* ==========================================================================================================

	 2-3. subContent
 
============================================================================================================*/
#gNav ul{
}
#gNav li {
}
#gNav dl{
}
#gNav dt {
}
#gNav dd {
}
/* ==========================================================================================================

	 2-4. gFoot
 
============================================================================================================*/
#gFoot .inner {
	margin : 0px auto;
	padding: 9px 0;
	width : 940px;
	font-size: 10px;
}
#gFoot .link-active{
	background: #444;
}
/*  ------------------------------------------------------------------

	footNav

---------------------------------------------------------------------*/
#footNav {
	float: right;
}
#footNav li {
	display: inline-block;
	margin-left: 5px;
}
#footNav li a{
	padding: 0 4px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#footNav li a:link,
#footNav li a:visited{
	text-decoration: none;
}
#footNav li a:hover {
	background: #444;
}




/*  ------------------------------------------------------------------

	copyright

---------------------------------------------------------------------*/
#gFoot p.copyright {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

/*  時間表示
-----------------------------------*/
#time {
	margin-left: 10px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* ==========================================================================================================

	 * 3. Conditional
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	pageTop

---------------------------------------------------------------------*/
.top {
	position:fixed;
	right:0;
	bottom:0;
	z-index: 71;
	width:50px;
	height:20px;
	padding-top:15px;
	line-height:15px;
	background:#2c2c2c;
	color:#888;
	display:block;
	text-transform:uppercase;
	text-align:center;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size:12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.top:link,
.top:visited{
	text-decoration:none;
}
.top:before {
	position:absolute;
	top:7px;
	left:22px;
	content:"";
	border-bottom:4px solid #FFF;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}
.top:hover {
	background-color: #5f5f5f;
}

.top:hover:before {
	border-bottom-color:#eee;
}


/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
#gHead nav:after,
#gFoot .inner:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html #gHead nav,
* html #gFoot .inner,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html #gHead nav,
*:first-child+html #gFoot .inner,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx {
	zoom: 1;
}
/* end clearfix */

