@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   0000.00.00
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/


#contents {
	width: 680px;
	margin: 0px auto;
	padding: 30px 0px 50px 0px;
	text-align:left;
}

#next_prev_area {
	margin-top: 70px;
}

/*------------------------------------------------------------news*/
#contents ul {
	margin: 0px;
	padding: 0px 0px 30px 40px;
}
#contents li {
	font-size:16px;
	line-height:36px;
	font-weight:bold;
	text-indent:22px;
	background-image:url(../img/common_img/icon_round01.gif);
	background-position:left center;
	background-repeat:no-repeat;

}
#contents p {
	font-size:16px;
	line-height:26px;
	padding: 0px 0px 30px 0px;
}


/*------------------------------------------------------------*/

#topics_line1_border {		/* お知らせ欄1行 仕切り線 */
	width: 680px;
	height: 1px;
	
	background:url("../img/common_img/border.gif");
	background-repeat: repeat-x;
}

