@charset "UTF-8";
/* -----------------------------------------------------
					style.css

				last build 2008-07-01
				
					AUTHOR HISABO
		Copyright (C) XTREC All Rights Reserved.
				http://www.xtrec.com/
------------------------------------------------------*/
@import "../../css/common.css";

/*-----------------------------------------------------
	layout
------------------------------------------------------*/
body {
	background: #000000;
	color:#000000;
	font:Courier, Verdana, sans-serif;
}
li {
	list-style:none;
}
a {
	color:#ffffff;
}
a:hover {
	color:#ff0000;
}
#container {
	width:auto;
	margin:0;
}


/*-----------------------------------------------------
	header
------------------------------------------------------*/
#headerArea {
	height:80px;
}
h1 {
position:absolute;
	float:left;
	margin:60px 0 0px 50px;
}
h1 a {
	font-weight:normal;
	font-size:24px;
	color:#ffffff;
	text-decoration:none;
}
/*-----------------------------------------------------
	GLOBAL NAVI
------------------------------------------------------*/

#globalNv {
position:absolute;
    float:right;
	font-size:small;
	font-weight:normal;
	line-height:100%;
	margin:65px 0 0 300px;
	padding:0;
}
#globalNv ul {
	margin:0;
	padding:0;
}
#globalNv li {
	float:left;
	width:80px;
	border-left:#ffffff 2px solid;
	border-right:#ffffff 2px solid;
	margin-right:-2px;
}
#globalNv a {
	display:block;
	width:78px;
	text-align:center;
	height:15px;
	overflow:hidden;
	color:#ffffff;
	line-height:10px;
	text-decoration:none;
}
#globalNv a:hover, #globalNv a.stay {
	color:#ff0000;
}
#globalNv a.stay {
	color:#ff0000;
}


/*-----------------------------------------------------
	CONTENT
------------------------------------------------------*/
#wrapper {
	width:100%;
	background-color:#000000;
	padding:10px 0 0;
}
#contentArea {
	margin:0 0 0 30px;
	padding-bottom:40px;
}

/*-----------------------------------------------------
	main content 
------------------------------------------------------*/
#contentBox {
	width:70%;
	float:left;
	margin:15px 0 30px;
	overflow:hidden;
}
#contentMain {
	margin:55px 0 0 25px;
}
.ttl-cross {
	background:url(ttl_cross.gif) repeat-x;
	padding:8px 12px;
	border:#f3f3f3 1px solid;
	margin-bottom:10px;
	font-size:120%;
}
.ttl-gray {
	border-left:#666 6px solid;
	border-bottom:#eee 1px solid;
	font-size:116%;
	line-height:100%;
	padding:2px 8px 4px;
	margin:10px 0;
}

/*----------------------------
	GALLERY
--------------------------- */
#galleryBox {
	margin:0 0 0 20px;
}

#galleryBox dl {
	float:left;
	margin:6px 2px;
	text-align:center;
	line-height:120%;
}
#galleryBox dt img {
	display:block;
	border:#eeefe5 1px solid;
	background-color:#F3F3F3;
	padding:4px;
	margin-bottom:3px;
}
#galleryBox dd {
	line-height:160%;
	font-size:x-small;
	font-weight:bold;
}
#galleryBox dd ins {
	display:block;
	font-weight:normal;
}
#galleryBox dd a {
	text-decoration:none;
	/*font-size:x-small;
	font-weight:bold;*/
}
#galleryBox ul {
	padding:25px 4px;
}
#galleryBox li {
	float:left;
	margin:30px 20px 0px  0px;
}
* html #galleryBox li {
}
#galleryBox li img {
	margin-bottom:0px;
}
#galleryBox p {
	clear:both;
	padding:5px 6px;
	letter-spacing:0.01em;
	line-height:140%;
}
#galleryBox p ins {
	display:block;
	margin:5px 0 0;
	text-decoration:none;
}
#galleryBox .one-view {
	margin:5px 0 0;
	padding:0;
}
#galleryBox .one-view p {
	padding-bottom:0;
	margin-bottom:6px;
}
.icn-new {
	background:url(icn_new.gif) no-repeat 0% 50%;
	padding-left:24px;
}
a.icn-newin {
	background:url(icn_file.gif) no-repeat 0% 50%;
	padding:3px 0 3px 12px;
}

/*-----------------------------------------------------
	FOOTER
------------------------------------------------------*/
#footerArea {
	width:100%;
	padding:12px 0 0 55px;
	margin-bottom:20px;
	font-size:x-small;
	font-weight:normal;
	color:#ffffff;
}
#footer {
	width:100%;
	padding:12px 0 0 55px;
	margin-bottom:20px;
	font-size:x-small;
	font-weight:normal;
	color:#ffffff;
}
#footerArea address {
	margin:0 10px;
}
#footerArea p {
	float:right;
	margin:0 10px;
}
#footerArea a {
	color:#000000;
}
#footerArea img {
	margin:0 0 1px 3px;
}
#footerArea br {
	clear:both;
}

/*-----------------------------------------------------
	DOWNLOAD
------------------------------------------------------*/
#download {
    width:500px;
	padding:0 0 0 0px;
	margin-right:20px;
}
#download h2 {
	padding:20px 0 0 0px;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}

#download p {
    width:500px;
	padding:10px 0 0 0px;
	margin-right:20px;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}



