/*  all reset

==============================================*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/*  base

==============================================*/
body {
	color: #666666;
	font: 12px/16px verdana, Helvetica, arial, HiraKakuPro-W3, "MS PƒSƒVƒbƒN",Osaka, sans-serif;
	background-color: #f6f6f6;
	background-image:url(../images/d/bg_body.jpg);
	background-repeat: no-repeat;
background-position: 50% 0%;
	}

h1,h2,h3,h4,p,dl{
	margin:0;
	padding:0;
	}

a:link, a:visited { color: #7e7e7e; text-decoration: underline; }
a:active, a:hover { color: #7e7e7e; text-decoration: none; }

#base {
	background-image: url(../images/d/bg_base.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	text-align: left;
	}

#base2 {
	background-image: url(../images/d/bg_base2.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	text-align: left;
	}

#frame {
	background-image: url(../images/d/bg_frame.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto;
	width: 1000px;
	}


/*  header
==============================================*/
#header {
	background-image: url(../images/d/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 936px;
	height: 132px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	}

	#header h1{
	float: left;
	padding: 45px 0px 0px 16px;
	}
	
	#header h2 {
	float: right;
	padding: 0px 22px 0px 0px;
	}
	
#header-r {
	float: right;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	width: 685px;
	}

.navi {
	width: 642px;
	padding: 0;
	margin: 70px 0px 0px 0px;
	}
	

/*  content
==============================================*/
#content {
	margin: 18px 0px 0px 30px;
	width: 936px;
	}
	

/*  parts
==============================================*/
.img-right {
	float: right;
	margin: 0px;
	}	


.txt-gray {
	color: #999999;
	}
	
.txt-pinkb {
	color: #b563a1;
	font-weight: bold;
	}	

.txt-brownb {
	color: #8b4118;
	font-weight: bold;
	}	
	

/*  footer
==============================================*/
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 80px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	}

#footmenu {
	padding: 34px 0px 0px 28px;
	width: 857px;
	}

.copy {
	float: right;
	margin: 3px 0px 0px;
	}
		
	
/*  hidden
==============================================*/
#navi {
	text-indent: -9999px;
	}