@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Aug 31, 2011

	* text
	* #gHeader / #gFooter
	* #contents
	* #articleIndex
	* p#mainVisual (HOME)
		
	* classes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
text
============================================================ */
/* whitch?
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-family: Helvetica, Arial, Verdana, Geneva, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
*/ 
body {
	color: #fff;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 12px;
	line-height: 1.6;
	background-color: #000;
}
/* ---------- textLink ---------- */
a,
a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}


/* ============================================================
#gHeader / #gFooter
============================================================ */
#gHeader{
	width: 100%;
	background-color: #FFFFFF;
}

#gFooter {
	width: 100%;
	background-color: #000;
	
}
#gHeader > header,
#gFooter > footer {
	width: 940px;
	margin: 0 auto;
	bottom:0px;
}
/* ---------- #gHeader ---------- */
#gHeader {
	border-bottom: #333 1px solid;
}
#gHeader > header {
	height: 62px;
	padding: 0 10px 10px;
	overflow: hidden;
}

#gHeader > header > h1 {
	width: 147px;
	padding-left: 19px;
	float: left;
}
#gHeader > header > p.url {
	width: 50px;
	height: 15px;
	margin: 28px 0 0 25px;
	float: left;
}
#gNav {
	width: 556px;
	margin-top: 31px;
	float: left;
}
#gNav > ul {
	padding-left: 200px;
}
#gNav > ul > li {
	float: left;
	margin-left: 20px;
}
#social {
	margin-top: 20px;
	float: right;
}
#social > ul > li {
	width: 31px;
	height: 31px;
	margin-left: 8px;
	float: left;
}
/* ---------- #gFooter ---------- */
#gFooter {
	border-top: #333 1px solid;

}
#gFooter > footer {
	height: 12px;
	padding: 20px 10px 20px;
	overflow: hidden;
}
#gFooter > footer > nav {
	width: 600px;
	float: left;
}
#gFooter > footer > nav > ul {
	height: 10px;
}
#gFooter > footer > nav > ul > li {
	display: block;
	float: left;
	margin-right: 10px;
}
#gFooter > footer > nav > ul > li img {
	vertical-align: baseline;
}
#gFooter > footer > p.copyright {
	line-height: 1;
	text-align: right;
	width: 300px;
	float: right;
}


/* ============================================================
#contents
============================================================ */
#contents {
	width: 960px;
	padding-top: 30px;
	padding-bottom: 293px; /* #articleIndex + #gFooter height*/
	margin: 0 auto;
	overflow:hidden;
}
#contents header {
	margin-bottom: 30px;
}
#contents header h1 {
}
/* ---------- ul#path ---------- */
#contents header ul#path {
	color: #ccc;
	font-size: 10px;
	line-height: 1;
	margin-top: 10px;
}
#contents header ul#path li {
	display: inline;
}
#contents header ul#path li a {
	padding-right: 0.5em;
}
#contents header ul#path li a,
#contents header ul#path li a:visited {
	text-decoration: none;
}
#contents header ul#path li a:hover {
	text-decoration: underline;
}


/* ============================================================
#articleIndex
============================================================ */
#articleIndex {
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 49;
}
/* #articleIndex default height */
#articleIndex {
	/*height: 260px;*/
	overflow: hidden;
}
#articleIndex > #articleIndexDoor {
	width: 74px;
	height: 25px;
	margin: 0 auto;
}
#articleIndex > #articleIndexDoor > img {
	display: inline-block;
	line-height: 0;
}
#articleIndex > #articleIndexInner {
	padding: 10px 0 20px;
	background: url(../images/s/510) 0 0 repeat;
}

/* ---------- ul.main / ul.sub ---------- */
#articleIndex h2 {
	font-size: 13px;
	line-height: 1.3;
	margin: 8px 0;
	overflow: hidden;
}
#articleIndex ul li {
	position: relative;
}
#articleIndex ul li:hover {
	background-color: #333;
}
#articleIndex p.category {
	height: 15px;
	margin-bottom: 7px;
	overflow: hidden;
}
#articleIndex p.category img {
	display: inline;
	line-height: 0;
	padding: 0 4px 4px 0;
}
#articleIndex p.date {
	font-size: 10px;
}
#articleIndex p.date > img {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

/* ---------- ul.main ---------- */
#articleIndex div.mainWrapper {
	width: 941px;
	height: 211px;
	margin: 0 auto 10px;
	/*border-bottom: #fff 1px solid;*/
	background: url(../images/s/articleIndex_bdr.png) 10px bottom no-repeat;
	overflow: hidden;
}
#articleIndex ul.main {
	width: 960px;
	position: relative;
	left: -10px;
	overflow: hidden;
}
#articleIndex ul.main > li {
	width: 200px;
	height: 180px;
	padding: 10px;
	margin: 0 10px;
	float: left;
}
#articleIndex ul.main > li > h2 {
	height: 1.3em;
}
#articleIndex ul.main > li > p.date {
	height: 0;
	font-size: 0;
	overflow: hidden;
}

/* ---------- ul.sub ---------- */
#articleIndex div.flexcroll {
	width: 940px;
	height: 240px;
}
#articleIndex ul.sub {
	width: 918px;
	overflow: hidden;
	margin-left: 10px;
}
#articleIndex ul.sub > li {
	width: 286px;
	height: 110px;
	padding: 10px;
	float: left;
}
#articleIndex ul.sub > li > p.image {
	width: 110px;
	float: left;
}
#articleIndex ul.sub > li > h2,
#articleIndex ul.sub > li > p.category,
#articleIndex ul.sub > li > p.date {
	width: 165px;
	float: right;
}
#articleIndex ul.sub > li > h2 {
	max-height: 2.6em;
}

/* ----------------------------------------
fleXcroll style
---------------------------------------- */
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #404040;
}
.vscrollerbar {
width: 8px;
background-color: #b3b3b3;
}
.hscrollerbase {
height: 8px;
background-color: #404040;
}
.hscrollerbar {
height: 8px;
background-color: #b3b3b3;
}
.scrollerjogbox {
width: 8px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


/* ============================================================
p#mainVisual (HOME)
============================================================ */
#mainVisual img {
	vertical-align: baseline;
}
#mainVisual img.visual {
	display: none;
	position: fixed !important;
	top: 73px !important;
}
#mainVisual img.loader {
	position: absolute;
	z-index: 9999;
	width: 39px;
	height: 39px;
	top: 49%;
	left: 49%
}


/* ============================================================
classes
============================================================ */
.rollover {
}
.rEnd {
	margin-right: 0 !important;
}
.bEnd {
	margin-bottom: 0 !important;
}