@charset "utf-8";
@import url("./class.css");
@import url("./layout.css");

/* =====================================================================
	global
====================================================================== */
* {
	margin : 0;
	padding : 0;
	border : none;
	background : transparent;
	font : normal normal 100% Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
}
body {
	margin:0;
	padding:0;
	color : #333;
	text-align : center;
}


/* =====================================================================
	definition
====================================================================== */

/* ___________________________________________________________ anchor */

a {
	text-decoration : none;
}
a:link,
a:visited {
	color : #666;
}
a:hover {
	color : #126EE1;
	text-decoration : none !important;
}
a:active {
	color : #126EE1;
}
a:focus{
	outline : none;
}

/* ___________________________________________________________ document */

/* ___________________________________________________________ document */

h1 {
	position : absolute;
	top : 5px;
	right : 22px;
	font-size : 12px;
	text-align : right;
	width : 420px;
}
h2 {
	overflow : hidden;
	margin : 0 0 0 5px;
	text-align : left;
	width : 350px;
	height : 40px;
}
h3 {
	background : url(../images/wii/h3.gif) no-repeat 0 0;
	color : #FFF;
}
div#utilities h3 {
	background : url(../images/wii/h3.gif) no-repeat 0 0;
	margin : 0;
}
h4,h5,h6 {
	margin-bottom : 10px;
	height : auto;
	text-indent : 0 !important;
}
h4 {
	border-bottom : 3px solid #34B4ED;
	background : url(../images/wii/h4.gif) no-repeat 0 0;
}
h4 a {
	display : block;
}
h5 {
	border-bottom : 3px solid #34B4ED;
	background : none;
	text-indent : 0;
}
h6 {
	border-bottom : 3px solid #999;
}
ul li {
	background : url(../images/wii/option/arrow.gif) no-repeat 0 0.35em;
}
p {
	padding-bottom : 10px;
}
/* =====================================================================
	header
====================================================================== */
div#header {
	position : relative;
}
div#header p.sub {
	position : absolute;
	top : 16px;
	right : 0;
}
div#header p.sub a {
	background : #34B4ED;
	color : #fff !important;
}
/* =====================================================================
	intro
====================================================================== */

/* =====================================================================
	core
====================================================================== */

ul.topic_path {
	background : none;
}
.more a {
	padding : 0.3em 0 0.3em 20px;
	background : url(../images/wii/option/more.gif) no-repeat 0 0.45em;
	_background-position : 0 0.3em;
}
*+html .more a {
	background-position : 0 0.3em;
}
*+html>/**/body .more a {
	background-position : 0 0.45em;
}

/* =====================================================================
	contents
====================================================================== */

/* ___________________________________________________________ detail */

.sitemap ul li {
	border-bottom : 1px dotted #dfdfdf;
}
ul.summary li {
	background : none !important;
	margin : 0 0 10px 0;
	padding : 0 0 0 5px;
	line-height : 1.0 !important;
	height : 100%;
}

/* ___________________________________________________________ active */

p.active {
	margin-top : 5px;
	padding : 0 0 0 18px;
	background : url(../images/wii/option/arrow.gif) no-repeat 0 1px;
	height : 14px;
	line-height : 14px;
}
ul.active {
	padding : 5px 0 0 0;
	border-top : 1px dotted #dddddd;
	text-align : right;
}
#contents p.return_top a {
	position : absolute;
	top : 0;
	right : 0;
	display : block;
	padding : 0 0 15px 20px;
	background : url(../images/wii/option/return_top.gif) no-repeat 0 0.05em;
	line-height : 14px;
	height : 14px;
}

/* ___________________________________________________________ apply */

p.apply a {
	display : block;
	background : #f90;
	color : #fff;
	line-height : 54px;
	letter-spacing : 0px;
	width : 250px;
	height : 55px;
}
p.apply a:visited,
p.apply a:hover {
	background : #f90 !important;
	color : #fff;
}

/* =====================================================================
	utilities
====================================================================== */

div#utilities h4 {
	margin : 0;
	border : 1px solid #ddd;
	border-top : 2px solid #F58603;
	background : none;
}
div#utilities ul {
	padding : 0 5px 8px 5px;
	border : 1px solid #ddd;
	border-top : none;
}
div#utilities ul li {
	padding : 0.6em 0 0.6em 18px;
	border-bottom : 1px dotted #ddd;
	background-image : url(../images/wii/option/navi.gif);
	background-position : 0 0.7em;
}

/* =====================================================================
	footer
====================================================================== */

div#footer p a {
	padding : 0 0 0 20px;
	background : url(../images/wii/option/return_top.gif) no-repeat 0 0.05em;
	line-height : 14px;
	height : 14px;
}
div#footer ul.navigation {
	margin : 0;
	padding : 5px 0 0 0;
	border-top : 2px solid #EBEBEB;
	text-align : center;
}
div#footer ul.navigation li {
	display : inline;
	margin : 0;
	padding : 0 4px;
	border-right : 1px solid #ccc;
	background : none;
}
div#footer ul.navigation li.break {
	border : 0;
}

/* =================================================================== coding by systec. */
