@charset "utf-8";
@import url(../global.css);

body {
	background : url(./images/a/bg_body.gif) repeat-x 0 0;
}
div#header ul.navigation {
	background : #787878;
}
div#header ul.navigation li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
p.apply a {
	background : #787878 !important;
}
/* ___________________________________________________________ document */

h3 {
	background : #787878 !important;
	color : #fff;
}
h4 {
	border-bottom : 3px solid #787878;
}
h4 a {
	font-weight : bold;
}
h5 {
	border-bottom : 1px solid #787878;
}
h6 {
	border-bottom : 1px dotted #787878;
}

/* ___________________________________________________________ icon */

ul li {
	background : url(./images/a/option/arrow.gif) no-repeat 0 0.4em;
}
div#utilities ul li {
	background-image : url(./images/a/option/navi.gif);
}
div#utilities ul li.return {
	background-image : url(./images/a/option/return.gif);
}
p.apply a {
	background : url(./images/a/option/apply.gif) no-repeat 0 0 transparent;
}
p.active {
	background : url(./images/a/option/arrow.gif) no-repeat 0 1px;
}
ul.summary li {
	list-style : inside url(./images/a/option/arrow.gif);
}
.more a {
	background : url(./images/a/option/more.gif) no-repeat 0 0.45em;
}
div#contents div.update h4{
	text-indent : 0;
	height : 35px;
	line-height : 40px;
}
div#contents div.information h4{
	background : url(./images/a/headline/h4_information.gif) no-repeat 0 0;
	text-indent : 24px;
}
div#contents div.blog h4{
	background : url(./images/a/headline/h4_blog.gif) no-repeat 0 0;
	text-indent : 24px;
}
div#contents div.update dl dt {
	background : url(./images/a/option/info.gif) no-repeat 0 0.7em;
}
div#contents div.news dl dt {
	background : url(./images/a/option/info.gif) no-repeat 0 0.7em;
}
div#contents div.blog dl dt {
	background : url(./images/a/option/blog.gif) no-repeat 0 0.7em;
}
div#contents div.contents1 dl dt,
div#contents div.contents2 dl dt,
div#contents div.contents3 dl dt,
div#contents div.contents4 dl dt,
div#contents div.contents5 dl dt,
div#contents div.contents6 dl dt {
	background : url(./images/a/option/contents.gif) no-repeat 0 0.7em;
}
div#footer p.return_top a {
	background : url(./images/a/option/return_top.gif) no-repeat 0 0;
}


/* ___________________________________________________________ fontsize */

div#header ul.font_size {
	background : url(./images/a/bg_fontsize.gif) no-repeat right top;
}
div#header ul.font_size li.large a {
	background : url(./images/a/button_large.gif) no-repeat 0 0;
}
div#header ul.font_size li.default a {
	background : url(./images/a/button_default.gif) no-repeat 0 0;
}
div#header ul.font_size li.small a {
	background : url(./images/a/button_small.gif) no-repeat 0 0;
}

