@charset "shift_jis";

body {
	font-family: Verdana,"MS UI Gothic",Osaka;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	background: url(../pics/bodybg1.gif);
	text-align:center;
}


.redfont {
	font-family: Verdana,"MS UI Gothic",Osaka;
	font-size: 12px;
	font-weight: normal;
	color:#FF0000;
}


* {
	margin: 0;
	padding: 0;
}
img { border:none; }


em {
	quotes:"g" "h";
	font-style:normal;
}
em:before { content: open-quote }
em:after { content: close-quote }



hr {
	clear:both;
	visibility:hidden;
}


/***** fix problem with box's height *****/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/******************************/




#wide100 {
	width:830px;
	margin:auto;
	background-color:#000000;
	padding-bottom:10px;
}
#wrapper {
	width:800px;
	margin:auto;
}


#header {
	height:50px;
	line-height:50px;
	text-align:left;
}
#header h2{
	padding-top:10px;
	padding-bottom:10px;
}


#title {
	height:2em;
	line-height:2em;
	background:url(../pics/bodybg2.gif);
}
#title p {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-right:1em;
}


#line {
	height:10px;
	background: url(../pics/linebg1.gif);
	background-repeat: repeat-x;
	background-position:left center;
}

#navi {
	font-family:Verdana,"HGۺ޼M-PRO",Osaka;
	width: 800px;
	background:url(../pics/bodybg2.gif);
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.3em;
}

#navi ul {
	list-style: none;
	height: 35px;
	overflow: hidden;
}
/***** order than IE6_N4 *****/
*html #navi ul li {
	float: left;
	width: 200px;
	height: 35px;
	line-height:35px;
	margin: 0;
	padding: 0;
	background-image: url(../pics/navi1.gif);
	background-position: right top;
}
*html #navi a {
	display: block;
	width: 100%;
	padding: auto;
	color: #FFFFFF;
	background-image: url(../pics/navi1.gif); 
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
/******************************/


/***** can use at IE7_Firefox_Safari only *****/
#navi ul li {
	float: left;
	width: 200px;
	height: 35px;
	line-height:35px;
	margin: 0;
	padding: 0;
	background-image: url(../pics/navi1.png);
	background-position: right top;
}
#navi a {
	display: block;
	width: 100%;
	padding: auto;
	color: #FFFFFF;
	background-image: url(../pics/navi1.png); 
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
/******************************/

#navi a:hover {
	background-position: right top; 
}



#main {
	position:relative;
	background:url(../pics/bodybg2.gif);
	margin-bottom:10px;
	text-align:left;
	width:99%;
	padding-top:10px;
	padding-bottom:10px;
	min-height:500px;
}


#menu {
	position:absolute;
	width:150px;
	top:10px;
	min-height:300px;
	float:left;
}

#menu ul {
	list-style: none;
	font-weight:bold;
}

/***** order than IE6_N4 *****/
*html #menu ul li {
	text-align: left;
	width: 150px;
	height: 30px;
	line-height:30px;
	margin-bottom: 15px;
	text-indent:0.5em;
	background-image: url(../pics/navi3.gif);
	background-position: right top;
}
*html #menu a {
	display:block;
	width: 100%;
	padding: auto;
	color: #FFFFFF;
	background-image: url(../pics/navi3.gif); 
	background-position: left top;
	text-decoration: none;
}
/******************************/


/***** can use at IE7_Firefox_Safari only *****/
#menu ul li {
	text-align: left;
	width: 150px;
	height: 30px;
	line-height:30px;
	margin-bottom: 15px;
	text-indent:0.5em;
	background-image: url(../pics/navi3.png);
	background-position: right top;
}
#menu a {
	display:block;
	width: 100%;
	padding: auto;
	color: #FFFFFF;
	background-image: url(../pics/navi3.png); 
	background-position: left top;
	text-decoration: none;
}
/******************************/


#menu a:hover {
	background-position: right top; 
	text-decoration: none;
}









#howto {
	margin-left:170px;
	margin-right:10px;
	width:600px;
	top:0px;
}

#howto h1 {
	font-size:18px;
	font-weight:bold;
	color:#FF461E;
	margin-bottom:15px;
}


#howto p {
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	color:#FFFFFF;
	margin-bottom:10px;
}

#howto ol {
	padding-top:10px;
	list-style-type:none;
	text-align:left;
}


#howto ol h2 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bolder;
	line-height:1.5em;
	height:1.5em;
	border-left:1em solid #FFFFFF;
	background-color:#FF831E;
	margin-top:20px;
	margin-bottom:15px;
	text-indent:0.5em;
}

#howto ol li ul {
	margin:auto;
	list-style-type:none;
	line-height:1.5em;
}
#howto ol li ul li {
	font-size:12px;
	font-weight:normal;
	margin-bottom:15px;
}
#howto ol li ul li h3{
	margin-bottom:0;
	font-size:14px;
	font-weight:bold;
	text-indent:1em;
	color:#FFFFFF;
	background: #FF461E;
}

/***** order than IE6_N4 *****/
*html #howto ol li ul  li p{
	margin-top:0;
	padding:0.7em;
	border: 1px solid #FF461E;
	line-height:1.3em;
	font-size:12px;
	font-weight:normal;
}
/******************************/

/***** can use at IE7_Firefox_Safari only *****/
#howto ol li ul  li p{
	margin-top:0;
	padding:0.7em;
	border: 1px dashed #FF461E;
	line-height:1.3em;
	font-size:12px;
	font-weight:normal;
	background:#000000;
}
/******************************/


#howto ol li ul li p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#howto ol li ul li p .picsinright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#howto .attention h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

#howto .attention p{
	font-size:12px;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:5px;
}






#footer {
	background-image:url(../pics/bodybg2.gif);
	height:2em;
	line-height:2em;
}
#footer p {
	font-size:10px;
	text-align:center;
}