/* CSS Document */

html {
    margin:0;
    padding:0;
}
body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Osaka,"ƒqƒ‰ƒMƒmŠpƒS Pro W3"; 
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_w.gif) repeat-y top center;
	font-size:12px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #000000;
}


a img{
	border: none;	
}

ul {
	padding: 0px;
	list-style-type: none;
}


.list_green {
	color: #009933;
}

.list_orange {
	color: #FF6600;
	margin-right: 2px;
}

.list_pink {
	color: #c35c85;
	margin-right: 2px;
}

/* header
----------------------------------------------------*/


#headbase {
	width: auto;
	height:130px;
	background: url(../img/headerbasse_w_bg.gif) repeat-x center;
}

#header {
	width: 990px;
	height:130px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/header_w_bg.gif) no-repeat top center;
	text-align: center;
}


h1 {
	width: 210px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*IE6 */
*html h1 {margin-left: 10px;}


#header h1 a {
/*	background: url(../img/header01.jpg) no-repeat;*/
	text-indent: -9999px;
	width: 210px;
	height: 75px;
	float: left;
	display:block;
}

#submenu {
/*	background: url(../img/header02.gif) no-repeat left top;*/
	height: 75px;
}
	

/* contentsbase
----------------------------------------------------*/
#contentsbase_bg {
	background: url(../img/contentsbase_w_bg.gif ) no-repeat top center;
	min-height: 100px;
}

#contentsbase {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/contents_bg.gif) repeat-y top center;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	text-align:left;
	min-height: 100%;
}


#contents {
	width: 750px;
	padding: 10px 0;
	float: left;
}

#contents div {
	margin-top: 10px;
	margin-bottom: 10px;
}




/* banner
----------------------------------------------------*/
#banner {
	clear: both;
	width: 800px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	overflow: hidden;
	margin: 10px 29px;
	padding: 10px 0px;
	text-align: center;
}

#banner img {
	margin-left:8px;
}

/* footer
----------------------------------------------------*/
#footer {
	background: url(../img/footer_w.gif) no-repeat top center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#office {
/*	background: url(../img/footer_w_01.gif) no-repeat top center;*/
	padding-left: 250px;
	margin: 0px;
	height: 96px;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
}

#office_box {
	padding-top: 4px;
}

#copy {
/*	background: url(../img/footer_w_02.gif) no-repeat top center;*/
	height: 49px;
	width: 1000px;
	color: #FFFFFF;
	text-align: center;
}

#copy_box {
	margin:0px;
	padding-top: 10px;
}

/* ŠpŠÛDIV
----------------------------------------------------*/

.kadomaru p.rcontent {
	padding:1em;
	background:#FFE599;
	color:#fff;
}

.kadomaru span.rtop,
.kadomaru span.rbottom {
	display:block;
	background: #fff;
}

.kadomaru span.rtop span,
.kadomaru span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden;
}

.kadomaru span.r1{margin: 0 5px;}
.kadomaru span.r2{margin: 0 3px;}
.kadomaru span.r3{margin: 0 2px;}
.kadomaru span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}



