@charset "utf-8";
@import url("./common.css");

/* =====================================================================
	global
====================================================================== */

body {
	background : url(http://style.selesite.com/100/images/a/definition/body.gif) repeat-x 0 0 transparent;
}

/* =====================================================================
	definition
====================================================================== */

/* ___________________________________________________________ anchor */

a {
	text-decoration : none;
}
a:link {
	color : #126EE1;
}
a:visited {
	color : #126EE1;
}
a:hover {
	color : #126EE1;
	text-decoration : underline;
}
a:active {
	color : #126EE1;
}
a:focus{
	outline : none;
}

/* ___________________________________________________________ document */

h3 {
	background : #F58603;
	color : #fff;
}
h4 {
	background : url(http://style.selesite.com/100/images/a/headline/h4.gif) repeat-x left bottom;
}
h4 a {
	color : #FFF;
}
h5 {
	background : url(http://style.selesite.com/100/images/a/headline/h5.gif) repeat-x left bottom;
}
h6 {
	border-bottom : 1px solid #ddd;
}
ul li {
	background : url(http://style.selesite.com/100/images/a/option/arrow.gif) no-repeat 0 0.4em;
}

/* =====================================================================
	header
====================================================================== */

/* =====================================================================
	intro
====================================================================== */

/* =====================================================================
	core
====================================================================== */

ul.topic_path {
	background : none;
}
.more a {
	padding : 0.3em 0 0.3em 20px;
	background : url(http://style.selesite.com/100/images/a/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;
	list-style : inside url(http://style.selesite.com/100/images/a/option/arrow.gif);
	line-height : 1.0 !important;
	height : 100%;
}

/* ___________________________________________________________ active */

p.active {
	margin-top : 5px;
	padding : 0 0 0 18px;
	background : url(http://style.selesite.com/100/images/a/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(http://style.selesite.com/100/images/a/option/return_top.gif) no-repeat 0 0.05em;
	line-height : 14px;
	height : 14px;
}

/* ___________________________________________________________ apply */

p.apply a {
	display : block;
	width : 250px;
	height : 55px;
	background : url(http://style.selesite.com/100/images/a/option/apply.gif) no-repeat 0 0 transparent;
	color : #fff;
	line-height : 54px;
	letter-spacing : 0px;
}
p.apply a:visited,
p.apply a:hover {
	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(http://style.selesite.com/100/images/a/option/navi.gif);
	background-position : 0 0.7em;
}

/* =====================================================================
	footer
====================================================================== */

div#footer p a {
	padding : 0 0 0 20px;
	background : url(http://style.selesite.com/100/images/a/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. */
