@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #44444F;
	font-family: 'Hiragino Maru Gothic Pro',"qMmۃS Pro W4",'Lucida Grande','Hiragino Kaku Gothic Pro',"qMmpS Pro W3","lr oSVbN",Osaka,sans-serif;
	background: url("images/bg.gif");
}
a:link {color: #148000}
a:visited {color: #0E5800}
a:hover {color: #36B21F}
a:active {color: #36B21F}
img {
	border: 0;
	vertical-align: top;
}
em {
	font-style: normal;
}
p,li,dd {
	font-size: 84%;
	line-height: 1.30;
	_line-height: 1.25;
}
p {
	margin: 0 0 0.75em 0;
}

/* ------------------------------
   HEADER
------------------------------ */
#wrapper {
	width: 800px;
	background: url("images/page_bg.jpg") no-repeat #FFF;
	margin: 0 auto;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#header {
	width: 800px;
	height: 45px;
	background: url("images/header.gif") repeat-x;
}

h1 {
	width: 800px;
	margin-top: 10px;
	text-align: center;
	font-family: 'Hiragino Maru Gothic Pro',"qMmۃS Pro W4",'Lucida Grande','Hiragino Kaku Gothic Pro',"qMmpS Pro W3","lr oSVbN",Osaka,sans-serif;
}

/* ------------------------------
	{^
-------------------------------- */
#oubo {
	width: 720px;
	margin: 5px auto;
	text-align: center;
}

/* ------------------------------
	ӎ
-------------------------------- */
#info {
	border: 1px solid #70806C;
	width: 728px;
	padding: 10px 10px 5px 10px;
	margin: 20px auto;
	font-size: 96%;
}
#info h3 {
	padding: 4px 0;
}
#info p {
	width: 718px;
}
#info p.nobr {
	width: 100%;
}

/* ------------------------------
   CREDIT
------------------------------ */
#credit  {
	margin: 20px 0;
}
#credit ul {
	list-style-type: none;
	text-align: center;
}
#credit ul li {
	display: inline;
	margin: 0 4px;
}

/* ------------------------------
   FOOTER
------------------------------ */
#footer	{
	width: 800px;
	clear: both;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	background:url("images/foot_bg.gif") repeat-x #000;
}


/* clearfix
----------------------------------- */
div.contentbox:after {/*for modern browser*/
content:".";
height:0px;
clear:both;
display: block;
visibility:hidden;
}
div.contentbox {
 zoom:1;/*for IE 5.5-7*/
}
* html div.contentbox {
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
