@charset "EUC-JP";

*{
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	margin-bottom: 10px;	
	text-align: center;
	font-size: 12px;
	color: #222;
	_letter-spacing: 1px;
	background: #CCC url(../images/body_bg.gif) top center repeat-y;
	/*font-family: Osaka,"MS UI Gothic",sans-serif; #D94569*/
	font-family: "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, monospace;
}
br {
	letter-spacing: 0;
}
p {
 	margin: 10px 0;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0055FF;
}
a:hover {
	color: #66E0FF;
}
a:active {
	color: #0033FF;
}

hr {
	display: none;
}
#contents {
	margin: auto;
	background: transparent url(../images/contents_bg.png) top center no-repeat;
}
#contentsbody {
	width: 780px;
	margin: auto;
	/*margin-top: 5px;*/
	/*background: transparent url(../images/main_bg.gif) 0 0 repeat-y;*/
}
#contentsmain {
	width: 760px;
	margin: auto;
	padding: 15px 0;
			/*border: 2px #F00 solid;******/
}
#main {
	width: 570px;
	min-height: 600px;
	_height: 600px;
	text-align: left;
	float: right;
			/*border: 2px #000 solid;/*******/
}
#main #mainContents {
	width: 380px;
	float: left;
	text-align: left;
	line-height: 150%;
 		 	/*border: 2px #FF0 solid;******/
}
#main #mainSide {
	width: 160px;
	float: right;
	_height: 600px; 
	word-break: break-all;
 			/*border: 2px #0FF solid;/*******/
}

div#side {
	width: 160px;
	float: left;
	_height: 600px;
	word-break: break-all;
	text-align: left;
			/*border: 2px #00F solid;/*******/
}
#footer {
	width: 780px;
	height: 27px;
	margin: auto;
	padding: 20px 0 5px;
	color: #000;
	/*border-bottom: 1px #000 solid;*/
	/*background: transparent url(../images/main_foot.gif) 0 0 no-repeat;*/
}
br.brclearBoth {
	clear: both;
}
.clearBoth{
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.txt10{
	font-size: 10px;
}
.txt10G{
	font-size: 10px;
	color: #999;
}
span.txt10 {
	padding: 3px 0;
}
.red{
	color: #900;
}
.rightRed{
	color: #F00;
}
.blue{
	color: #00F;
}

span.error {
	display: block;
	margin: 5px 0 0;
	color: #F30;
}
span.upnavi {
 	display:block;
	margin: 1em 0 2em;
	text-align: right;
}
span.upnavi a {
	padding: 3px 10px 3px 15px;
	background: transparent url(../images/arrow4.gif) 0 5px no-repeat;
}
span.arwnavi {
	padding: 3px 0 3px 15px;
	background: transparent url(../images/arrow6.gif) 0 3px no-repeat;
}
.sidetxt10 {
	font-size: 10px;
 	font-family: "Verdana", "sans-serif", "£Í£Ó £Ð¥´¥·¥Ã¥¯";
}
p.alignRight {
	padding: 0px 10px 3px 0;
	text-align: right;
}
dl.numeric{
}
dl.numeric dt{
	font-weight: bold;
	padding-left: 16px;
	margin: 20px 0 0;
}
dl.numeric dt.num1{	background: transparent url(../images/num1.gif) 0 0 no-repeat;}
dl.numeric dt.num2{	background: transparent url(../images/num2.gif) 0 0 no-repeat;}
dl.numeric dt.num3{	background: transparent url(../images/num3.gif) 0 0 no-repeat;}
dl.numeric dt.num4{	background: transparent url(../images/num4.gif) 0 0 no-repeat;}
dl.numeric dt.num5{	background: transparent url(../images/num5.gif) 0 0 no-repeat;}
dl.numeric dt.num6{	background: transparent url(../images/num6.gif) 0 0 no-repeat;}
dl.numeric dd{
	margin: 5px 0 15px;
}

