@charset "utf-8";
/*=============================================================
 right-menu Layout
=============================================================*/
#right-menu{
	float:right;
	width:109px;
	padding-bottom:10px;
}
#right-menu ul{
}
#right-menu li{
	height:90px;
	text-align:right;
}

/*=============================================================
 contents Layout
=============================================================*/
#contents{
	float:left;
	width:575px;
	text-align:left;
}
#contents p,
#contents ul li{
	line-height:1.5;
}
/* line-box */
div.line-box{
	clear:both;
	width:575px;
	background: url(../img/bg_line_dot_x.gif) repeat-x left bottom;	
	padding:20px 0px;
	overflow:hidden;
}
/* ac-link-box */
div.ac-link-box{
	clear:both;
	width:575px;
	height:0px;
	margin-top:-160px;
}
/*img middle*/
.img-v-middle{
	vertical-align:text-top;
	padding-top:2px;
}
/*a outwin*/
.outwin{
	padding:1px 0px 1px 17px;
	background: url(../img/bg_alw_outwin.gif) no-repeat 0px 3px;
}
.arw{
	padding:1px 0px 1px 14px;
	background: url(../img/bg_alw.gif) no-repeat 0px 3px;
}
.pdf{
	padding:2px 0px 2px 20px;
	background: url(../img/icon_pdf.gif) no-repeat 0px 0px;
}
.word{
	padding:2px 0px 2px 20px;
	background: url(../img/icon_word.gif) no-repeat 0px 0px;
}