@charset "UTF-8";

/************************************************************************************
 * reset
 ************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	overflow-y: scroll;
}

body {
	color: #1a1a1a;
	font-size: 12px;
	line-height: normal;
	font-family: 'Meiryo', 'メイリオ', 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	background-color: #000;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

a:focus {
	outline: none;
}
input,select,textarea{
   font-size:16px;
}
/************************************************************************************
 * clearfix
 ************************************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	 height: auto;
	 overflow: hidden;
	 /**/
}

.both {
	clear: both;
}

/************************************************************************************
 * Link Color
 ************************************************************************************/
/*未訪問*/
a:link {
	color: #c8232c;
	text-decoration: none;
}
/*訪問済み*/
a:visited {
	text-decoration: none;
}
/*カーソルオン時*/
a:hover {
	text-decoration: underline;
}
/*リンクをクリックしている状態*/
a:active {
	text-decoration: none;
}

/************************************************************************************
 * header
 ************************************************************************************/
#headerBg{
	height: 97px;
	background: #000 url(../images/common/head_bg.jpg) no-repeat center 0;
}

#header{
	position: relative;
	width: 960px;
	height: 97px;
	margin: 0 auto;
}

#headLogo{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 97px;
}

#headLogo a{
	display: block;
	width: 150px;
	height: 97px;
	background: url(../images/common/head_logo.png) no-repeat 0 0;
}

#headLogo a span{
	display: none;
}

#header .social{
	position: absolute;
	top: 10px;
	right: 0;
	width: 245px;
	height: 26px;
}

#header .social li{
	display: inline-block;
}

/************************************************************************************
 * globalNav
 ************************************************************************************/
#globalNav{
	position: absolute;
	top: 44px;
	right: 0;
	width: 777px;
	height: 31px;
}

#globalNav li{
	float: left;
	padding-left: 1px;
}

#globalNav li a{
	display: block;
	height: 31px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#globalNav li a:hover{
	background-position: 0 -31px;
}

#globalNav li a span{
	display: none;
}

#globalNav li.nav01 a{	width: 106px;	background-image: url(../images/common/global_nav01.png);}
#globalNav li.nav02 a{	width: 106px;	background-image: url(../images/common/global_nav02.png);}
#globalNav li.nav03 a{	width: 106px;	background-image: url(../images/common/global_nav03.png);}
#globalNav li.nav04 a{	width: 106px;	background-image: url(../images/common/global_nav04.png);}
#globalNav li.nav05 a{	width: 134px;	background-image: url(../images/common/global_nav05.png);}
#globalNav li.nav06 a{	width: 106px;	background-image: url(../images/common/global_nav06.png);}
#globalNav li.nav07 a{	width: 106px;	background-image: url(../images/common/global_nav07.png);}

/************************************************************************************
 * pageHead
 ************************************************************************************/
#pageHead{
	height: 68px;
	background: url(../images/common/page_head_bg.png) repeat 0 0;
	border-bottom: 1px solid #cacaca;
}

#pageHead h2{
	width: 960px;
	height: 68px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 10px center;
}

#pageHead h2 span{
	display: none;
}

/************************************************************************************
 * mainAreaBG
 ************************************************************************************/
#mainAreaBG{
	background: url(../images/common/main_area_bg.png) repeat 0 0;
}

#mainArea{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

#mainAreaW{
	width: 960px;
	margin: 0 auto;
}

#mainAreaL{
	float: left;
	width: 653px;
}

/************************************************************************************
 * mainAreaR
 ************************************************************************************/
#mainAreaR{
	float: right;
	width: 288px;
}

/************************************************************************************
 * sideRelease
 ************************************************************************************/
#sideRelease{
	width: 288px;
	margin-bottom: 10px;
	padding: 15px 0;
	background-color: #fff;
}

#sideRelease .txt{
	float: right;
	width: 132px;
	margin-bottom: 10px;
}

#sideRelease .txt .title{
	font-size: 14px;
	font-weight: bold;
	line-height: 180%;
}

#sideRelease .txt .date{
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
}

#sideRelease .img{
	float: left;
	width: 144px;
	margin-bottom: 10px;
	text-align: right;
}

#sideRelease .img img{
	max-width: 128px;
}


#sideRelease .btn{
	clear: both;
	width: 259px;
	height: 31px;
	margin: 0 auto;
}

#sideRelease .btn a{
	display: block;
	width: 259px;
	height: 31px;
	text-align: center;
	color: #fff600;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	background: url(../images/common/side_release_btn_bg.png) repeat-x 0 0;
}

/************************************************************************************
 * sideYoutube
 ************************************************************************************/
#sideYoutube{
	width: 260px;
	padding: 20px 14px;
	margin-bottom: 10px;
	background-color: #fff;
}

#sideYoutube iframe{
	width: 260px;
	height: auto;
	margin: 0 auto;
}

/************************************************************************************
 * sideScheDule
 ************************************************************************************/
#sideScheDule{
	width: 288px;
	height: 85px;
	margin-bottom: 30px;
}

#sideScheDule a{
	display: block;
	width: 288px;
	height: 85px;
	background: url(../images/common/side_mosaicart_bn.png) no-repeat 0 0;
}

#sideScheDule a span{
	display: none;
}

/************************************************************************************
 * sideBnList
 ************************************************************************************/
#sideBnList{
	width: 288px;
}

#sideBnList li{
	margin-bottom: 5px;
}

#sideBnList li img{
	max-width: 288px;
	height: auto;
}

/************************************************************************************
 * footBnArea
 ************************************************************************************/
#footBnArea{
	padding: 20px 0;
	background-color: #a2a2a2;
}

#footBnList{
	width: 960px;
	margin: 0 auto;
}

#footBnList li{
	float: left;
	padding-right: 10px;
}

#footBnList li img{
	max-height: 60px;
}

/************************************************************************************
 * coryright
 ************************************************************************************/
#coryright{
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 200%;
}

/************************************************************************************
 * goTop
 ************************************************************************************/
#goTop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 67px;
	height: 67px;
}

#goTop a{
	display: block;
	width: 67px;
	height: 67px;
	background: url(../images/common/btn_gotop.png) no-repeat 0 0;
}

#goTop a span{
	display: none;
}
