
/*  */

/* 全体用 */

body{
	background: #eee;
	color: #333;
	margin: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}

a{ text-decoration: underline; 
	font-weight: bold;
}
a:link{ color: #0000ff; }
a:visited{ color: #0000ff; }
a:hover{ color: #0000ff; }


/* wrapper設定 */

div#wrapper{
text-align:left;
margin:100 auto;
padding-top:100px;
width:600px;;_width:602px
}

/* header設定 */

div#header{
	z-index: 1;
	position: absolute;
	top: 200;
	width: 600px;
	_width: 599px;/*IE*/
	height: 100px;
	text-align: left;
	background: #ccffcc;
	border-left: 1px solid #660033;
	border-right: 1px solid #660033;
}

h1{
	position: absolute;
	top: 10px;
	margin-left: 20px;
	font-size: 18pt;
	line-height: 22pt;
	font-weight: bold;
	color: #0000ff;/*文字色*/
}

h1 a{ text-decoration: none; }
h1 a:link{ color: #0000ff; }
h1 a:visited{ color: #0000ff; }
h1 a:hover{ color: #0000ff; }

div#description{
	position: absolute;
	top: 50px;
	margin-left: 20px;
	width: 560px;
	font-size: 9pt;
	line-height: 10pt;
	color: #333333;/*文字色*/
}



/* main設定 */

div#main{
	overflow: hidden;
	position: absolute;
	top: 230px;
	width: 600px;
	_width: 599px;/*IE*/
	text-align: left;
	background: #fff;
	border-left: 1px solid #660033;
	border-right: 1px solid #660033;
}


/* center設定 */

div#center{
	overflow: hidden;
	float: left;
	width: 700px;
	_margin-left: 20px;
	font-size: 10pt;
	line-height: 150%;
	background: #fff;
/*	border-left: 1px solid #660033;
	border-right: 1px solid #660033;
*/

}

div#center p{
margin:8px 20px 8px 20px;
padding-right:120px
}

div#center ul{
margin:5px 20px 5px 20px
}



/* footer設定 */

div#footer{
	clear: both;
	width: 600px;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	font-size: 9pt;
	line-height: 12pt;
	color: #ffffff;/*文字色*/
	background: #20b2aa;
	border-left: 1px solid #660033;
	border-right: 1px solid #660033;
}


h2{
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 2px 2px 2px 10px;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 15pt;
	color: #ffffff;/*文字色*/
	background: #20b2aa;
}

h3{
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 2px 0 2px 10px;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 15pt;
	color: #ffffff;/*文字色*/
	background: #20b2aa;
}


/* CSSハック */

*{
  margin:0;
  padding:0;
  zoom:1;
}

html{
  height:100%;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}

th,td{
  vertical-align:top;
  border:solid 1px #000;
  font-weight:normal;
  text-align:left;
}
caption{
  text-align:left;
}

ul,ol,dl{
  list-style:none;
}

li{
  display:list-item;
  zoom:normal;
}

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}

object,embed{
  vertical-align:top;
}

fieldset{
  border:none;
}

input,textarea{
  font-size:1em;
}

em,address,dfn{
  font-style:normal;
}

ul ul,ul dl,dl ul,table p,table ul,table table{
  font-size:1em;
}

hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #000;
}

* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
}



/*カスタム文字*/
.srhblue{
	color: #0000de;
	font-size: 8pt;
	line-height: 9pt;
	}
.srhgray{
	color: #333333;
	font-size: 8pt;
	line-height: 9pt;
	}
.srhgreen{
	color: #008200;
	font-size: 8pt;
	line-height: 8pt;
	margin: -2px 0px -2px 0px;
	}