@charset "shift_jis";

/* --box --*/

#body_bg_box {
	background:url(../imgs/bg_about_side.gif) repeat-y;
	width:960px;
	}
	
#body_bg_box li.absolute{
	border-bottom:2px dotted #eeb5d5;
	}
									
#body_bg_box li.absolute a:link {
	color:#d6509a;
	}
										
#body_bg_box li.absolute a:visited {
	color:#d6509a;
	}
												
#body_bg_box li.absolute a:hover {
	color:#d6509a;
	}
	
#body_bg_box li.absolute a:active {
	color:#d6509a;
	}

	
/* --box --*/


/* --title --*/

#body_box .title_box,
h3 {
	background:#eeb5d5 url(../../about/imgs/bg_about_title.gif) repeat-y;
	padding:2px 10px 2px 10px;
	font-weight:bold;
	}
	
#body_box .sub_title,
h4 {
	font-weight:bold;
	border-bottom:3px solid #d6509a;
	margin-bottom:1em;
	display:block;
	}
	
/* --title --*/


/* --list --*/

#body_box ul {
	padding:0 0 0 1em;
	}
		
#body_box ul.basic {
	list-style:none;
	}
	
#body_box ul.basic li {
	text-indent:-1em;
	}
	
#body_box ul.basic li:first-letter {
	color:#d6509a;
	}
	
#sideconte_box li {
	list-style:none;
	padding:5px 0 0 10px;
	background:url(../imgs/bg_linkarrow_abo.gif) 0 0.9em no-repeat;
	}
	
/* --list --*/


/* --link --*/
					
#body_box a.arrow:link {
	padding:5px 0 0 10px;
	background:url(../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
										
#body_box a.arrow:visited {
	padding:5px 0 0 10px;
	background:url(../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
												
#body_box a.arrow:hover {
	padding:5px 0 0 10px;
	background:url(../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
	
#body_box a.arrow:active {
	padding:5px 0 0 10px;
	background:url(../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
	
/* --link --*/


/* --history --*/

#body_box table.history{
	border-collapse:collapse;
	padding:0;
	}
	
#body_box table.history td,
#body_box table.history th{
	vertical-align:top;
	border-bottom:1px solid #ddd;
	}
					
#body_box table.history th{
	white-space:nowrap;
	text-align:right;
	padding:8px 20px 8px 5px;
	}
	
#body_box table.history td{
	padding:8px 0 8px 0;
	}										
	
/* --history --*/


