@charset "euc-jp";

/*all*/
body,
h1,h2,h3,h4,h5,h6,
form,
p,
div{
margin: 0;
padding:0;
}
body{
	font: 87.5%;
	color:#333333;
	background-color:#FFFFFF;
	line-height: 150%;
}

h1,h2,h3{
font-size: 130%;
line-height:150%;
}
h4{
font-size: 110%;
line-height:150%;
}
h5{
font-size: 110%;
line-height:150%;
}


/*link color*/
a, a:link {
color:#003399;
background-color: transparent;
text-decoration: none;
}
a:active, a:hover{
color:#990000;
text-decoration: underline;
}
a:visited {
color:#663366;
background-color: transparent;
text-decoration: none;
}

/** ヘッダ、フッタ、右メニューは訪問済みリンクの色を変更しない **/

#header a:visited, #tab a:visited, #login a:visited, #footer a:visited, #rbox a:visited {
color:#003399;
background-color: transparent;
text-decoration: none;
}

#menu a, #menu a:link, #menu a:visited{
color:#003399;
background-color: transparent;
text-decoration: none;
padding: 2px 3px;
}
#menu a:active, #menu a:hover{
text-decoration: underline;
background-color: #CCCCCC;
}
#menu .self a,
#menu .self a:link,
#menu .self a:visited,
#menu .self a:hover,
#menu .self a:active{
color:#FFFFFF;
background-color: #003399;
}

/*form*/
input#login_ID,
input#login_pass,
input#search{
width: 120px;
}
input#com_codeorname,
input#com_name,
input#com_code{
width: 170px;
}

/*area setting*/
#header{
}
#siteID{
font-size: 80%;
}
#tab{
font-size: 80%;
background-position:bottom;
background-repeat:repeat-x;
}
#menu{
font-size: 100%;
background-position:bottom;
}
#login{
font-size: 80%;
line-height:110%;
}

#tools{
font-size: 80%;
}

#main{
}
#headline{
}
#rbox, #rbox_top{
line-height:120%;
}
#footer{
font-size: 80%;
line-height:120%;
}

#text_size{
color:#FFFFFF;
}

img.mark,
img#text_size{
vertical-align:middle;
}
.heading{
background-position:bottom;
background-repeat:repeat-x;
}
.heading h2{
font-size: 100%;
}
.ltext{
font-size: 114%;
}
.red{
color: #FF0000;
}
.blue{
color: #0000FF;
}
.white{
color: #FFFFFF;
}
.gray{
color: #666666;
}
.notes{
font-size: 80%;
line-height: 140%;
}
.author{
font-size: 120%;
line-height:180%;
}
pre {
	font-size: 100%;
}


/* sitemap */
#sitemap ul {
	margin: 5px 0 10px 20;
	padding: 0;
}
#sitemap li {
	margin: 0 0 3px 0;
	padding: 0;
}
.homeContents {
	list-style: url(../../online/util/images/dot_home.gif) inside;
}
.tkContents {
	list-style: url(../../online/util/images/dot_tk.gif) inside;
}
.shikiContents {
	list-style: url(../../online/util/images/dot_shiki.gif) inside;
}
.dcsContents {
	list-style: url(../../online/util/images/dot_dcs.gif) inside;
}
.utilContents li {
	list-style: url(../../online/util/images/dot_util.gif) inside;
}
