@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for クロニクル サイト共通 */

html {
	margin: 0 auto;
	padding: 0;
}

body {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳＰ ゴシック", "Osaka";
	line-height: 1.7;
	background: #cccccc;
	
	/* for Windows IE 6 or Lower */
	text-align: center;
}

#main {
	position: relative;
	top: 25px;
	left: 0;
	z-index: 100;
	width: 950px;
	margin: 0 auto 35px auto;
	padding: 0;
	text-align: left;
}

/* ########## 要素・クラス・全般 ########## */
a:link { color:#058bc0; }
a:visited { color:#999999; }
a:hover { 
	color:#ff3300;
	text-decoration:none;
}

a.outside {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_outside_white.gif) 100% 100% no-repeat;
}
a.zoom {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_zoom_white.gif) 100% 100% no-repeat;
}

img {
	margin: 1px 0;
	padding: 0;
	vertical-align: middle;
	border: none;
}
img.frame {
	border: 1px solid #666666;
}

hr {
	display: none;
}
hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 6px 0;
	width: 50%;
}


/* ########## ヘッダ ########## */
#header {
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	border-bottom: 10px solid #999999;
}
#header h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

/* ---------- トピックパス ---------- */
#header #topicpath {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1010;
	height: 32px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #666666;
}
html[xmlns] #header #topicpath {
	height: auto;
	min-height: 32px;
}
#header #topicpath p {
	margin: 0;
	padding: 0.6em 10px;
	color: #ffffff;
	font-size: 82%;
	text-align: right;
	line-height: 1.2;
}
#header #topicpath a {
	color: #ffffff;
}
#header #topicpath a:visited {
	color: #ffffff;
}
#header #topicpath a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ---------- ロゴ ---------- */
#header h1 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1020;
	width: 600px;
	height: 50px;
	margin: 5px 0;
	padding: 0;
	font-size: 50%;
	line-height: 1.0;
}
#header h1 img {
	margin: 0;
	padding: 0;
}

/* ---------- メインメニュー ---------- */
#header #menu {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #009900;
}
#header #menu ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1030;
	margin: 0;
	padding: 0;
}
#header #menu ul {
	list-style-type: none;
	height: 24px;
	margin: 0 0 0 160px;
	padding: 0;
}
#header #menu ul li {
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
	font-size: 50%;
	text-indent: -9000px;
}
#header #menu ul li.release {
	width: 127px;
	background: url(../img/basic/back_menu_li_releaseA.gif) 0 0 no-repeat;
}
#header #menu ul li.catalog {
	width: 124px;
	background: url(../img/basic/back_menu_li_catalogC.gif) 0 0 no-repeat;
}
#header #menu ul li.inquiry {
	width: 123px;
	background: url(../img/basic/back_menu_li_inquiryA.gif) 0 0 no-repeat;
}
#header #menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#header #menu ul li.release a { background: url(../img/basic/back_menu_li_releaseA.gif) 0 0 no-repeat; }
#header #menu ul li.release a:hover { background: url(../img/basic/back_menu_li_releaseB.gif) 0 0 no-repeat; }

#header #menu ul li.catalog a { background: url(../img/basic/back_menu_li_catalogA.gif) 0 0 no-repeat; }
#header #menu ul li.catalog a:hover { background: url(../img/basic/back_menu_li_catalogB.gif) 0 0 no-repeat; }

#header #menu ul li.inquiry a { background: url(../img/basic/back_menu_li_inquiryA.gif) 0 0 no-repeat; }
#header #menu ul li.inquiry a:hover { background: url(../img/basic/back_menu_li_inquiryB.gif) 0 0 no-repeat; }


/* ########## フッタ ########## */
#footer {
	overflow: hidden;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	text-align: left;
	background: #666666;
	border-top: 24px solid #009900;
	color: #ffffff;
}

/* ---------- リンク ---------- */
#footer div.link {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2010;
	margin: 0 12px;
	padding: 0;
}
#footer div.main {
	margin: 0 12px 0 18px;
}
html[xmlns] #footer div.main {
	margin: 0 12px 0 36px;
}
#footer div.link p {
	margin: 0 0 0.2em 0;
	padding: 0.2em 10px;
	font-family: "Trebuchet MS";
	font-size: 90%;
	text-align: right;
	letter-spacing: 0.2em;
	background: #555555;
}
#footer div.link ul {
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2020;
	margin: 0 10px;
	padding: 0;
	white-space: nowrap;
}
#footer div.link ul li {
	margin: 0;
	padding: 0.2em 0;
	color: #999999;
	font-size: 82%;
}
#footer div.link ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer div.link ul li a:hover {
	text-decoration: underline;
}

/* ---------- FLASH広告 ---------- */
#footer ul#AD {
	clear: both;
	margin: 0 50px 2px 50px;
	padding: 0.2em 0 2.2em 0;
	background: #666666;
}
#footer ul#AD li {
	margin: 0 35px;
	padding: 0.3em 0;
	font-size: 82%;
}
#footer ul#AD li a {
	color: #ffffff;
}
#footer p#AD-note {
	position: relative;
	top: -2.2em;
	left: 0;
	z-index: 2030;
	margin: 0 50px -1em 50px;
	padding: 0;
	text-align: right;
	color: #ffffff;
	font-size: 71%;
}

/* ---------- その他 ---------- */
#footer ul.valid {
	float: right;
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}
html[xmlns] #footer ul.valid {
	margin: 0 25px;
}
#footer ul.valid li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0.2em 8px;
	font-size: 82%;
	background: #555555;
}
html[xmlns] #footer ul.valid li {
	margin: 0 6px 0.5em 0;
}

#footer ul.valid li a {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.valid li a:hover {
	color: #ffffff;
}
#footer ul.valid li a:visited {
	color: #ffffff;
}

#footer p.notice{
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2040;
	margin: 0.4em 25px 0 25px;
	padding: 0;
	color: #ffffff;
	font-size: 82%;
	text-align: right;
}
html[xmlns] #footer p.notice{
	margin: 0 25px;
}
#footer address {
	margin: 0 25px;
	padding: 0;
	font-size: 82%;
	font-weight: normal;
	text-align: right;
}
#footer address a {
	color: #ffffff;
}
#footer address a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer address a:visited {
	color: #ffffff;
}

/* ################## */
/* ### サイト解析 ### */
/* ################## */
#analyze {
	position: absolute;
	top: -9000px;
	left: -9000px;
	width: 10px;
	height: 10px;
	text-indent: -9000px;
}

/* ################################## */
/* ### ポップアップサイトイメージ ### */
/* ################################## */
#site-image {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 65536;
	width: 202px;
	margin: 0;
	padding: 20px 25px;
	text-align: center;
	border: 1px solid #ffffff;
	background: #000000 url(../img/basic/back_stripe_black.gif);
}
html[xmlns] #site-image {
	width: 152px;
	width: auto;
	min-width: 150px;
	background: url(../img/basic/back_transparent_black_80.png);
}
#site-image span {
	display: block;
	width: 100%;
	margin: 12px 0 -8px 0;
	padding: 0;
	color: #ffffff;
	font-size: 71%;
	text-align: right;
	line-height: 1.2;
	white-space: nowrap;
}
#site-image img {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
}

/* ############################ */
/* ### ローディングアイコン ### */
/* ############################ */
#loading-icon {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 65535;
	margin: 0;
	padding: 0;
}
#loading-icon img {
	margin: 0;
	padding: 0;
}

/* ######################## */
/* ### リターンアイコン ### */
/* ######################## */
#back-to-top {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 65535;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
}
back-to-top img {
	margin: 0;
	padding: 0;
}
