@charset "utf-8";
/* detail.css */



/* layout */
body {
	margin:0px;
	padding:0px;
	background-color:#f6f6f6;
	text-align:center;
}
#stage_detail {
	width:810px;
	margin:0px auto;
	text-align:center;
	background-image:url(../images/topicpath_bg00.jpg);
	background-repeat:repeat-y;
	background-position:0% 0%;
	position:relative;
}
#contents_detail {
	width:720px;
	margin:0px auto;
	padding:10px 0px 20px;
	text-align:left;
}



/* header */
#headerspace {
	width:810px;
	height:51px;
	margin:0px auto;
	background-image:url(../images/head_space_bg.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	text-align:left;

}
#header_lang {
	float:right;
	width:75px;
}

#header {
	width:810px;
	height:77px;
	margin:0px auto;
	background-image:url(../images/head_menu_bg00.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	text-align:left;
}
#header h1 {
	float:left;
	width:501px;
	margin-left: 5px;
	margin-top: 38px;
}


#headermenu li {
	display:inline;
}





/* footer */

#footer {
	width:810px;
	margin:0px auto;
	text-align:left;
}
.footermenu_bg {
	background-image:url(../images/topicpath_bg00.jpg);
	background-repeat:repeat-y;
	background-position:0px 0px;
}
#footermenu2 li {
	display:inline;
}
#copyright p {
	display:inline;
}

#navi_pagetop {
	float:right;
	width:128px;
}



/* menu */
#globalmenu {
	width:810px;
	margin:0px auto;
	text-align:left;
}
#globalmenu li {
	display:inline;
}
#submenu {
	width:810px;
	margin:0px auto;
	text-align:left;
	position:relative;
	background-image:url(../images/submenu_bg00.jpg);
	background-repeat:repeat-y;
	background-position:0% 0%;
	position:relative;
}
#submenu li {
	display:inline;
}

#topicpath {
	width:810px;
	height:40px;
	margin:0px auto;
	text-align:left;
	background-image:url(../images/topicpath_bg00.jpg);
	background-repeat:repeat-y;
	background-position:0% 0%;
	position:relative;
}

#topicpath p {
	font-size:80%;
	padding:0px 20px;
	position:relative;
	top:10px;
}

#topicpath p img {
	vertical-align:middle;
	position:relative;
	top:-1px;
}


/* text */
.pagetitle {
	margin-bottom:20px;
}
.subtitle {
	background-repeat:no-repeat;
	background-position:0% 50%;
	margin:30px 0px 15px;
	padding-left:20px;
	font-size:100%;
	color:#333333;
}
.nomlist li {
	margin:0em 0em 0em 2em;
	list-style-type:disc !important;
}
.numlist li {
	margin:0em 0em 0em 2em;
	list-style-type:decimal !important;
}
.ilink {
	background-image:url(../images/icon_arrow01.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:13px;
}
.icon_pdf {
	background-image: url(../images/icon_pdf01.gif);
	background-repeat: no-repeat;
	background-position:0% 50%;
	padding-left: 18px;
}

.textleft {text-align:left !important;}
.textcenter {text-align:center !important;}
.textright {text-align:right !important;}
.txtspace {
	letter-spacing:2em;
}
.txtspace2 {
	letter-spacing:0.5em;
}
.textindent {
	text-indent:-1em;
	margin-left:1em;
}
