@charset "UTF-8";
/*-----------------------------------------------------
	style.css
	
	http://www.xtrock.com/
	Author:HISABO
------------------------------------------------------*/
@import "common.css";

/*-----------------------------------------------------
	layout
------------------------------------------------------*/
body {
	background: #3f3f3f url(img/bg_body.gif) repeat-x;
	color:#333;
}
li {
	list-style:none;
}
a {
	color:#333;
}
#container {
	text-align:left;
	position:relative;
	margin:0;
	font-size:small;
}


/*-----------------------------------------------------
	header
------------------------------------------------------*/
#headerArea {
	position:relative;
	height:120px;
}
h1 {
	position:absolute;
	top:22px;
	left:26px;
}
h1 a {
	font-size:200%;
	color:#444;
}
/*-----------------------------------------------------
	GLOBAL NAVI
------------------------------------------------------*/

#globalNv {
	position:absolute;
	bottom:0px;
	left:30px;
	font-size:xx-small;
	font-weight:bold;
	line-height:100%;
	margin:0;
	padding:0;
}
#globalNv ul {
	margin:0;
	padding:0;
}
#globalNv li {
	float:left;
	width:80px;
	border:#000 1px solid;
	border-bottom:0;
	margin-right:6px;
}
#globalNv a {
	display:block;
	width:78px;
	text-align:center;
	line-height:200%;
	background:url(img/bg_gnv.gif) repeat-x;
	border-color:#999 #666 #333 #666;
	border-width:1px;
	border-style:solid;
	height:35px;
	overflow:hidden;
	color:#ccc;
	line-height:38px;
	text-decoration:none;
}
#globalNv a:hover, #globalNv a.stay {
	background-position:0 -35px;
	border:#c7c7c7 1px solid;
	border-bottom:#fff 1px solid;
	color:#CC3300;
}
#globalNv a.stay {
	border-bottom:#fff 1px solid;
	color:#663366;
}


/*-----------------------------------------------------
	CONTENT
------------------------------------------------------*/
#wrapper {
	width:100%;
	position:relative;
	background-color:#fff;
	overflow:hidden;
	padding:10px 0 0;
}
#contentArea {
	margin:0 0 0 30px;
	padding-bottom:40px;
}

#contentArea a {
	color:#ff6600;
}
#contentArea a:hover {
	color:#666699;
}
/*-----------------------------------------------------
	main content 
------------------------------------------------------*/
#contentBox {
	width:70%;
	float:left;
	margin:15px 0 30px;
	line-height:160%;
}
.ttl-cross {
	background:url(img/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;
}
#contentBox h3 {
}
#contentBox p,
#contentBox ul,
#contentBox ol,
#contentBox dl {
	margin:0 0 20px;
}
#contentBox dt {
	font-weight:bold;
}

#contentBox blockquote {
	margin:0 5px 20px;
	color:#6699cc;
}
#contentBox blockquote p {
	margin:0;
}

/*-----------------------------------------------------
	topicBox
------------------------------------------------------*/
#topicBox {
	margin:15px 0 30px;
	width:25%;
	float:right;
	margin-right:10px;
	background-color:#eee;
	border:#eeefe5 1px solid;
	border-top:#ccc 1px solid;
	padding:12px 6px;
	line-height:140%;
}
#topicBox h2 {
	background-color:#f3f3f3;
	border-top:#fff 1px solid;
	border-bottom:#ccc 1px solid;
	padding:4px 8px;
}
#topicBox dl {
	margin-bottom:25px;
	padding:6px;
}
#topicBox dt {
	font-weight:bold;
}
#topicBox dd {
	margin-bottom:8px;
}
/*-----------------------------------------------------
	FOOTER
------------------------------------------------------*/
#footerArea {
	width:100%;
	padding:12px 0 10px;
	margin:0;
	font-size:xx-small;
	font-weight:bold;
	color:#fff;
	background:#3f3f3f url(img/bg_footer.gif) repeat-x;
}
#footerArea address {
	margin:0 10px;
}
#footerArea p {
	float:right;
	margin:0 10px;
}
#footerArea a {
	color:#FF6666;
}
#footerArea br {
	clear:both;
}

#pageNv {
	padding:0 0 5px;
	margin:0 0 15px;
	font-weight:normal;
	font-size:x-small;
}
#pageNv ul {
	padding:0;
	margin:0;
}
#pageNv a {
	font-weight:bold;
}

/*---------------------------------------
	clear float
---------------------------------------*/
.cl {
	clear:both;
}
hr {
	clear:both;
	border:0;
	color:#fff;
}