@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: #CCCCCC;
	color: #333333;
}
li {
	list-style:none;
}
a {
	color: #003300;
}
a:hover {
	color: #009900;
}
#container {
	text-align:left;
	margin:0;
	font-size:small;
}


/*-----------------------------------------------------
	header
------------------------------------------------------*/
#headerArea {
	padding:10px 0;
	border-bottom:#333 1px solid;
}
h1 {
	line-height:150%;
	margin:0 30px;
	padding:18px 0;
}
h1 strong {
	font-size:200%;
	color:#333;
	text-decoration:none;
}
h1 a {
	color:#444;
	text-decoration:none;
}

/*-----------------------------------------------------
	CONTENT
------------------------------------------------------*/
#contentArea {
	margin:15px 30px 0;
	padding-bottom:40px;
}

/*-----------------------------------------------------
	main content 
------------------------------------------------------*/
#contentBox {
	width:70%;
	float:left;
	overflow:hidden;
}
#contentBox h2 {
	border-left:#fff 4px solid;
	border-bottom:#333 1px solid;
	font-size:116%;
	line-height:100%;
	padding:4px 8px 6px;
	margin:10px 0;
	color:#333;
}
#contentBox p,
#contentBox ul,
#contentBox ol,
#contentBox dl {
	margin:0 0 20px;
}
#contentBox dt {
	font-weight:bold;
}

/*----------------------------
	GALLERY
--------------------------- */
#galleryBox dl {
	float:left;
	margin:6px 2px;
	text-align:center;
	line-height:120%;
}
#galleryBox dt img {
	display:block;
	border:#eeefe5 1px solid;
	background-color:#fff;
	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;
}
#galleryBox ul {
	padding:6px 4px;
}
#galleryBox li {
	float:left;
	margin:0px 1px 1px;
}
* html #galleryBox li {
	margin-bottom:-4px;
}
#galleryBox li img {
	border:#eeefe5 1px solid;
	background-color:#fff;
	padding:4px;
}
#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 {
	border-bottom:#101010 1px solid;
	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;
}
/*-----------------------------------------------------
	topicBox
------------------------------------------------------*/
#topicBox {
	width:25%;
	float:right;
	margin-right:10px;
	line-height:140%;
}
#topicBox h2 {
	clear:both;
	color:#ff6600;
}
#topicBox dl,  #topicBox ul, #topicBox p {
	margin-bottom:25px;
	padding:8px 4px;
}
#topicBox dt {
	clear:both;
}
#topicBox dt ins {
	margin-right:15px;
}
#topicBox dt img {
	border:#333 1px solid;
}
#topicBox dd {
	margin-bottom:8px;
}
/*-----------------------------------------------------
	FOOTER
------------------------------------------------------*/
#footerArea {
	clear:both;
	width:100%;
	padding:12px 0 0;
	margin:0;
	font-size:xx-small;
	font-weight:bold;
	border-top:#333 1px solid;
}
#footerArea address {
	margin:0 10px;
}
#footerArea p {
	float:right;
	margin:0 10px;
}
#footerArea a {
	color:#ff6600;
}
#footerArea a:hover {
	color:#fff;
}
#footerArea img {
	margin:0 0 1px 3px;
}
#footerArea br {
	clear:both;
}

/*---------------------------------------
	page navi
---------------------------------------*/
.page-navi {
	color:#666;
	margin-bottom:15px;
}
.page-navi ul {
	background:url(icn_home.gif) no-repeat 0% 50%;
	padding-left:15px;
}
.page-navi li {
	display:inline;
	margin-right:5px;
	color:#ff6600;
}
.page-navi li a {
	background:url(arrow_pnv.gif) no-repeat 100% 50%;
	padding-right:18px;
	color:#666;
}
/*---------------------------------------
	pager
---------------------------------------*/
#contentBox .pager {
	clear:both;
	margin-bottom:15px;
}
#contentBox .pager li {
	display:inline;
	margin:0 0 0 3px;
	line-height:160%;
	font-weight:bold;
	color:#333;
}
#contentBox .pager li a {
	line-height:100%;
	padding:2px 6px;
	border:#333 1px solid;
	color:#333;
	text-decoration:none;
	font-size:xx-small;
	font-weight:normal;
}
#contentBox .pager li a:hover, #contentBox .pager li a.prev:hover, #contentBox .pager li a.next:hover {
	color:#fff;
	background-color:#ff6600;
	border:#ccc 1px solid;
}
#contentBox .pager li a.prev, #contentBox .pager li a.next  {
	background-color:#333;
	color:#999;
	font-weight:normal;
	font-size:small;
}
/*---------------------------------------
	page top
---------------------------------------*/
.pagetop {
	text-align:right;
	padding:20px 0;
	font-weight:bold;
}
/*---------------------------------------
	maintenance
---------------------------------------*/
#maintenance {
	margin:0 30px 200px 0;
}
#maintenance p {
	line-height:180%;
	margin:20px 0;
}