@charset "utf-8";


/*共通値の設定*/
*{}

body	{
	margin:0 auto 0 auto;
	text-align:center;
	background-color: #FDFDFD;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',meiryo, sans-serif;
	color:#666666;
	background-image:url(../images/guide/body.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

ul,ol,li,dl,h2,h3,p	{	margin:0;	}

ul,ol,li,dl,h2,h3	{	padding:0;	}

ul,ol,li	{	list-style-type:none;	}

ul,ol,li,dl,p,h2,h3,h4	{
	text-align:left;
	line-height:120%;
}

ul,ol,li,dl,p	{
	font-size:12px;
}

a	{	color:#666666;	}
a:hover	{	color:#FF9C00;	}

.clearfix:after {
    content:".";
    display: block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{	zoom:1;/*for IE 5.5-7*/	}

h1	{
	height:70px;
	margin:0 0 20px 0;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
	position:relative;
	background-image:url(../images/guide/h1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

h1 a	{
	width:60px;
	height:13px;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
	background-image:url(../images/guide/home.gif);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:45px;
	right:25px;
}

h1 a:hover	{	background-image:url(../images/guide/home-over.gif);	}


h1,#footer	{
	width:100%;
	margin:0;
}

#container,#globalnavi,#pagereturn	{
	width:780px;
	text-align:center;
	margin:0 auto 0 auto;
}

#container:after {
    content:".";
    display: block;
    height:0;
    clear:both;
    visibility:hidden;
}

#container{	zoom:1;/*for IE 5.5-7*/	}

#container	{
	background-image:url(../images/guide/back.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

#globalnavi:after {
    content:".";
    display: block;
    height:0;
    clear:both;
    visibility:hidden;
}

#globalnavi{	zoom:1;/*for IE 5.5-7*/	}

#globalnavi	{
	height:60px;
	position:relative;
}

#globalnavi li	{
	float:left;
	position:relative;
	top:20px;
	left:22px;
}

#globalnavi li,#globalnavi li a	{
	width:147px;
	height:24px;
	display:block;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left top;
}

#nav-login a	{	background-image:url(../images/guide/nav-login.gif);	}
#nav-login,#nav-login a:hover	{	background-image:url(../images/guide/nav-login-over.gif);	}
#nav-login.selected,#nav-login.selected a,#nav-login.selected a:hover	{	background-image:url(../images/guide/nav-login-selected.gif);	}

#nav-outline a	{	background-image:url(../images/guide/nav-outline.gif);	}
#nav-outline,#nav-outline a:hover	{	background-image:url(../images/guide/nav-outline-over.gif);	}
#nav-outline.selected,#nav-outline.selected a,#nav-outline.selected a:hover	{	background-image:url(../images/guide/nav-outline-selected.gif);	}

#nav-spec a	{	background-image:url(../images/guide/nav-spec.gif);	}
#nav-spec,#nav-spec a:hover	{	background-image:url(../images/guide/nav-spec-over.gif);	}
#nav-spec.selected,#nav-spec.selected a,#nav-spec.selected a:hover	{	background-image:url(../images/guide/nav-spec-selected.gif);	}

#nav-merit a	{	background-image:url(../images/guide/nav-merit.gif);	}
#nav-merit,#nav-merit a:hover	{	background-image:url(../images/guide/nav-merit-over.gif);	}
#nav-merit.selected,#nav-merit.selected a,#nav-merit.selected a:hover	{	background-image:url(../images/guide/nav-merit-selected.gif);	}

#nav-step a	{	background-image:url(../images/guide/nav-step.gif);	}
#nav-step,#nav-step a:hover	{	background-image:url(../images/guide/nav-step-over.gif);	}
#nav-step.selected,#nav-step.selected a,#nav-step.selected a:hover	{	background-image:url(../images/guide/nav-step-selected.gif);	}


.main	{
	float:left;
	width:500px;
	position:relative;
	top:0;
	left:24px;
	text-align:left;
}

#flasharea,
#contents	{
	width:780px;
	padding-top:20px;
	text-align:center;
	margin:0 0 20px 0;
	background-image:url(../images/guide/flasharea.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#top-contents h2,
#login-block h2	{
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
}

#top-contents h2	{
	width:500px;
	height:30px;
}

#contents h2	{
	margin: 1.8em 25px 0.8em;
	padding: 1px 10px 0;
	line-height: 23px;
	color: #13b40b;
	background-image: url(../images/guide/h2.gif);
	font-size: 14px;
}

#top-contents p	{
	margin-left:12px;
	margin-bottom:7px;
	font-size:12px;
}

#contents h3,
#contents h4	{
	margin: 1.2em 35px 0.8em;
}

#contents h3	{
	padding: 2px 0 2px 17px;
	background:
		url(../images/guide/h3.gif)
		no-repeat
		;
	font-size: 14px;
}

#contents p,
#contents dl,
#contents ul,
#contents ol	{
	margin: 0 35px 1.2em;
}

#contents dl	{
	border-bottom: 1px solid #999999;
	background-color: #efefef;
}

#contents dt	{
	padding: 10px 5px;
	border-top: 1px solid #999999;
	float: left;
	clear: left;
	width: 5em;
	font-weight: bold;
}

#contents dd	{
	margin-left: 5.5em;
	padding: 10px 5px;
	border-top: 1px solid #999999;
}

#contents li {
	margin: 0 15px;
	padding: 4px 0 4px 15px;
	background:
		url(../images/guide/lihead.gif)
		no-repeat
		;
}

#contents ol li	{
	margin: 0 0 2em 30px;
	padding: 0;
	list-style: decimal;
	background-image: none;
}

#contents ol li img	{
	margin: 1em 0;
	padding: 2px;
	border: 3px solid #efefef;
}

#contents #description	{
	margin-top: 1em;
}

#contents #registration	{
	margin-top: 3em;
}

#topfirst	{	background-image:url(../images/guide/topfirst.gif);	}
#topsecond	{	background-image:url(../images/guide/topsecond.gif);	}

#tasks-shokai{
	width:500px;
	height:30px;
	display:block;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
	background-image:url(../images/guide/tasks-shokai-back.gif);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	top:0;
	left:0;
}

#tasks-shokai a	{
	width:110px;
	height:23px;
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
	position:absolute;
	top:7px;
	left:10px;
}
#tasks-shokai a	{	background-image:url(../images/guide/tasks-shokai.gif);}

#tasks-shokai a:hover	{	background-image:url(../images/guide/tasks-shokai-over.gif);}

#tasks-list	{
	margin-bottom:20px;
	padding-bottom:15px;
	background-image:url(../images/guide/ultop.gif);
	background-repeat:no-repeat;
	background-position:left  bottom;
}

#tasks-list:after {
    content:".";
    display: block;
    height:0;
    clear:both;
    visibility:hidden;
}

#tasks-list{	zoom:1;/*for IE 5.5-7*/	}

#tasks-list dl	{
	float:left;
	width:220px;
	height:120px;
	margin-bottom:0;
	margin-right:17px;
	margin-left:13px;
	background-image:url(../images/guide/tasks-frame.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

*html #tasks-list dl	{	margin-left:6px;	}

#tasks-list dl dt	{
	width:220px;
	height:40px;
	margin-bottom:0;
	display:block;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left top;
}

#task1	{	background-image:url(../images/guide/task1.gif);	}
#task2	{	background-image:url(../images/guide/task2.gif);	}
#task3	{	background-image:url(../images/guide/task3.gif);	}
#task4	{	background-image:url(../images/guide/task4.gif);	}
#task5	{	background-image:url(../images/guide/task5.gif);	}


#tasks-list dl dd	{
	font-size:12px;
	line-height:150%;
	margin-right:12px;
	margin-left:12px;
}


#top-contents ul	{
	padding:10px 12px;
	background-image:url(../images/guide/ultop.gif);
	background-repeat:no-repeat;
	background-position:left  bottom;
}

#top-contents ul li	{
	margin-bottom:5px;
	padding-left:14px;
	line-height:150%;
	background-image:url(../images/guide/lihead.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

*+html #top-contents ul li	{	line-height:130%;	}

.sub	{
	float:right;
	width:200px;
	text-align:center;
	position:relative;
	top:0;
	right:24px;
}

#contents form	{
	margin-right: -1px;
	float: left;
	width: 500px;
	border-right: 1px dotted #999999;
}

#contents form fieldset	{
	margin: 0;
	padding: 0;
	border: none;
}

#contents form legend	{
	display: none;
}

#contents form dt	{
	width: 7em;
}

#contents form dd	{
	margin-left: 7.5em;
}
#contents form input.submit	{
	margin-left: 20px;
	width: 100px;
}

#contents.login h2	{
	margin-right: 25px;
	_margin-right: 12px;	/* IE6 */
	float: right;
	width: 210px;
	background:
		url(../images/guide/h2_registration.gif)
		no-repeat
		100% 0
		;
}

#contents.login form h2	{
	float: none;
	width: auto;
	background-image: url(../images/guide/h2_login.gif);
	background-position: 0 0;
}

#contents.login #registration	{
	margin: 0;
	float: right;
	width: 210px;
}

#login-block	{
	background-image:url(../images/guide/login-block.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#toptherd	{
	width:200px;
	height:100px;
	margin:0 0 10px 0;
	background-image:url(../images/guide/toptherd.gif);
}

.items,.items a	{
	display:block;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left top;
}

.items	{
	margin-right:auto;
	margin-left:auto;
}

#signup	{	margin-bottom:10px;	}
#signup,#signup a	{
	width:140px;
	height:60px;
}

#signup a	{	background-image:url(../images/guide/signup.gif);	}
#signup,#signup a:hover	{	background-image:url(../images/guide/signup-over.gif);	}

#login	{
	width:200px;
	height:50px;
	margin-bottom:0;
	background-image:url(../images/guide/login-back.gif);
}


#login a	{
	width:140px;
	height:30px;
	margin-right:auto;
	margin-left:auto;
}

#login a	{	background-image:url(../images/guide/login.gif);	}
#login a:hover	{	background-image:url(../images/guide/login-over.gif);	}

#registration a.items	{
	margin: 10px 0 0;
	display: block;
	width: 140px;
	height: 60px;
}

#registration a	{	background-image: url(../images/guide/signup.gif);	}
#registration a,#registragion a:hover	{	background-image:url(../images/guide/signup-over.gif);	}

#pagereturn	{
	height:40px;
	background-image:url(../images/guide/pagenavi.gif);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	top:0;
}

#pagereturn a	{
	font-size:12px;
	line-height:100%;
	font-weight:bold;
	position:absolute;
	top:5px;
	right:36px;
	text-decoration:none;
}

#footer	{
 	height:60px;
	background-image:url(../images/guide/footer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	position:relative;
	top:0;
}

#footer p	{
	margin:0;
	color:#FDFDFD;
	line-height:100%;
	position:absolute;
	top:25px;
}

#footer p a	{
	color:#FDFDFD;
	text-decoration:none;
}

#footer p a:hover	{	color:#FF9C00;	}

.footer1	{	left:24px;	}
.footer2	{	right:24px;	}


