
body{
	
scrollbar-face-color: #d8d8d8; 
scrollbar-arrow-color: #a12d2d; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #ffffff; 
scrollbar-base-color: #c5c5c5;
scrollbar-3dlight-color: #874747; 
scrollbar-darkshadow-color: #874747; 

}

body,td, th{
	font-size:12px;
	line-height:120%;
}

.lg{
	font-size:14px;
	line-height:120%;
}

.sl{
	font-size:11px;
	line-height:100%;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}
a:visited{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #0000FF;
   text-decoration: underline;
}


.sub_menu{
	background-image:url(image/side_menu_back.gif);
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-color:efefef;

	padding:10px;

	border: 1px solid #dddddd;
}


.content{
	padding:10px;
}

.content p{
	margin-left:1em;
}

.sub_title{
	background-image: url(image/tl_back.gif);
	background-repeat: repeat-x;
	height: 26px;
	width: 90%;
		
}

ol, ul{
	margin-left: 3em;
}
/*
デフォルトのol ul は激しい左マージンがある。パディングは0
マーカー要素はborderを基準に一定位置につく
*/

li{
/* 
	marker-offset:0px;
	未対応基本的にデフォルトマーカー位置と表示文字との間隔を調整することは現状できない。*/	

}

ul.menu_list{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #DCDCDC;
}

ul.menu_list li{
	margin:0px;
	padding:8px 0px 10px 0px;
   list-style:none;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DCDCDC;
}


h2{
	text-align:left;
	margin:1em 0;
	padding: 2em;

	display:block;
	font-size: 14px;
	font-weight: bold;
	border-left:6px solid #192473;
	background-image:url(image/tl/1.jpg);
	background-attachment: fixed;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	width: 100%;	
}

h4{
	text-align:left;
	margin-left:0.5em;
	padding: 0.3em 1em;
	display:block;
	font-weight: bold;
	color: #12239c;
	border-bottom:1px solid #192473;  
	border-left:5px solid #192473;
	font-size: 12px;
}

h5{
	text-align:left;
	margin-left:0.5em;
	padding: 0.2em 1em;
	display:block;
	font-weight: bold;
	color: #12239c;
	background-color:#f1f1f1;
	font-size: 12px;
}


.lined_table, table.lined_table tr td, table.lined_table tr th, td.line_table{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:5px;
}

table.lined_table tr th{
	background-color:#efefef;
}

.bold {line-height: 120%; color: #12239c; font-weight: bold; }




h6{
	background-image:url(image/y13r_cc0000.gif);
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: no-repeat;

	border-bottom:1px dashed #a31a1a;

	text-align:left;
	margin-left:0.5em;
	padding: 0 0 0 2em;
	display:block;
	font-weight: bold;
	color: b63030;
	font-size: 12px;
}
