/**
 * 柊くた(Kuta Hiiragi)
 *
 * 2010 / 06 / 01
 *
 */

/*----------------------------------------------------------
 * body
 *----------------------------------------------------------*/
 
body {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 9pt;
	line-height: 18px;
	background: #222;
	font-family: "Arial", "Helvetica", "Osaka-等幅", sans-serif;
}

.center {
	width: 900px;
	margin: 0 auto;
}

.center_top {
	width: 920px;
	margin: 0 auto;
}

/*----------------------------------------------------------
 * Top
 *----------------------------------------------------------*/
 
#wrap, #topAd {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	background: #FFF;
}

#topNavi {
	padding: 0 10px 0 0;
	text-align: right;
	background: #000 url('./img/topNavi.jpg') repeat-x left top;
	font-size: 0.9em;
	height: 20px;
	color: #CCC;
}

#topContents {
	height: 180px;
	background: url('./img/topContentsRepeat.jpg') repeat-x left center;
}

#topImage {
	height: 180px;
	background: url('./img/topImg.jpg') no-repeat center center;
}

#topMenu {
	background: url('./img/topMenuRepeat.jpg') repeat-x left top;
}

.toeMenu_wrap {
	width: 916px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-left: 2px;
}

#topMenu ul {
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	list-style-type: none;
}

#topMenu ul li {
	display: block;
	float: left;
	height: 35px;
	text-align: center;
	font-weight: bold;
}

#topMenu ul li span {
	display: block;
	float: left;
	height: 35px;
	width: 3px;
	background: url('./img/topMenuRight.gif') no-repeat right center;
}

#topMenu ul li a, #topMenu ul li a:visited {
	display: block;
	float: left;
	height: 35px;
	margin: 0;
	width: 128px;
	text-decoration: none;
	color: #EEE;
}

#topMenu ul li a:hover {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	background: url('./img/topMenuHover.jpg') repeat-x left top;
}

#topAd {
	padding: 4px 10px 0 10px;
}

/*----------------------------------------------------------
 * Main Contents
 *----------------------------------------------------------*/

#wrap {
	padding: 10px 10px 0 10px;
}

#contents {
	width: 640px;
	float: left;
}

#contents h2 {
	height: 26px;
	line-height: 26px;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background: url('./img/h2.jpg') repeat-x left top;
	letter-spacing: 1px;
}

#contents h2 span {
	display: block;
	padding: 1px 0 0 10px;
	background: url('./img/h2_span.jpg') no-repeat left top;
}

#sidebar {
	width: 250px;
	float: right;
}

#sidebar h2 {
	color: #DDD;
	height: 26px;
	line-height: 26px;
	font-size: 1.0em;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url('./img/h2_sidebar.jpg') repeat-x left top;
}

#sidebar .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .menu ul li {
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url('./img/list_sidebar.jpg') no-repeat left center;
}

#sidebar .menu ul li a {
	display: block;
}

#sidebar .default ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .default ul li {
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 0 0 0 20px;
	background: url('./img/list_sidebar_default.jpg') no-repeat left center;
}

/*----------------------------------------------------------
 * Contents Class
 *----------------------------------------------------------*/

.entry {
	border: 1px solid #DDD;
	margin: 0 0 10px 0;
	padding: 10px;
	height: 100%;
}

.entry p {
	margin: 0 0 10px 10px;
}

.list {
	margin: 0 0 10px 25px;
	padding: 0;
}

.arrow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.arrow ul li {
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 2px 0 2px 24px;
	background: url('./img/list_sidebar2.jpg') no-repeat left top;
}

.table {
	margin: 0 0 10px 0;
}

.table th, .table td {
	border-bottom: 1px solid #DDD;
}

span.span_right {
	display: block;
	text-align: right;
}

/*----------------------------------------------------------
 * Footer
 *----------------------------------------------------------*/

#footer {
	background: #222 url('./img/footer.jpg') repeat-x left top;
	color: #AAA;
}

#footer div.center {
	padding: 20px 10px 0 10px;
	background: url('./img/footer_center.jpg') no-repeat center top;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	width: 225px;
	_width: 215px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
}

#footer li.footerNew {
	width: 450px;
	_width: 440px;
}

#footer li.footerNew ul li {
	width: 94%;
	display: block;
	border-bottom: 1px dotted #333;
}

#footer li span {
	display: block;
	color: #CCC;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 5px 5px 0;
	_margin: 0 0 5px 0;
	border-bottom: 1px solid #333;
}

#footer li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li ul li {
	margin: 0 0 3px 0;
	padding: 0 0 0 20px;
	text-align: left;
	float: none;
	background: url('./img/footer_list.gif') no-repeat left top;
}

/*----------------------------------------------------------
 * Footer2
 *----------------------------------------------------------*/

#footer2 {
	background: #222;
}

#footer2 .menu {
}

#footer2 .menu ul {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type: none;
}

#footer2 .menu ul li {
	display: inline-block;
	width: 120px;
	height: 30px;
	background: #FFF url('./img/footer_menu.jpg') no-repeat left top;
	line-height: 30px;
	text-align: center;
}

#footer2 .menu ul li a {
	display: inline-block;
	width: 120px;
	height: 30px;
	color: #CCC;
}

/*----------------------------------------------------------
 * Copyright
 *----------------------------------------------------------*/
 
#footer2 p.copyright {
	height: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	background: url('./img/copyright.jpg') no-repeat left top;
	text-align: center;
	color: #AAA;
}

/*----------------------------------------------------------
 * default style
 *----------------------------------------------------------*/

a, a:visited {
	color: #333;
	/* outline: none; */
}
a:hover {
	color: #000;
}

.a2 a, .a2 a:visited {
	color: #999;
	/* outline: none; */
}
.a2 a:hover {
	color: #FFF;
}

p {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: sans-serif;
}

h3 {
	font-size: 1.0em;
	margin: 0 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #DDD;
}

img {
	border: 0;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

pre {
	background: #F8F8F8;
	padding: 5px;
	border: 1px solid #DDD;
}

.clear {
	clear: both;
}

