@charset "utf-8";

#contents
{
	margin: 0 auto;
	width: 950px;
}
#left_content
{
	float: left;
	width: 220px;
}
#right_content
{
	float: left;
	width: 730px;
}

#left_content>h2>a
{
	display: block;
	width: 51px;
	height: 33px;
	background: url(/images/contents/news/title.png) left top no-repeat;
	text-indent: -5000px;
}
#left_content>ul
{
	margin-top: 10px;
	list-style: none;
}
#left_content>ul>li>a
{
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 200px;
	height: 35px;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Maru Gothic Pro", "Osaka", arial, helvetica, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 2.9em;
	text-decoration: none;
	text-indent: 15px;
	background-color: #000;
	color: #fff;
}

#contents_inner>ul
{
	border-radius: 5px 5px 0 5px;
	-webkit-border-radius: 5px 5px 0 5px;
	-moz-border-radius: 5px 5px 0 5px;
	list-style: none;
	background-color: #fff;
}
#contents_inner>ul>li
{
	border-bottom: 1px dotted #d1d1d1;
}
#contents_inner>ul>li:last-child
{
	border-bottom: none;
}
#contents_inner>ul>li>a
{
	padding: 10px 20px 10px 0;
	display: block;
	text-decoration: none;
	color: #000;
}
#contents_inner>ul>li>a>span.news_li_gt
{
	float: left;
	display: block;
	width: 70px;
	height: 16px;
	background: url(/images/common/default/details.gif) 15px top no-repeat;
	font-size: 1px;
	text-indent: -3000px;
}
#contents_inner>ul>li>a>strong
{
	display: block;
	height: 12px;
	font-family: arial;
	font-size: 0.7em;
	font-weight: normal;
	color: #c24400;
}
#contents_inner>ul>li>a>span.news_text
{
	display: block;
	margin-left: 70px;
	font-size: 0.75em;
}

#page_top_frame
{
	width: 730px;
}
#page_top_frame a
{
	margin-left: 577px;
}


/* pagination */
#pagination
{
	margin: 15px auto 0;
}
strong.pn_links
{
	float: left;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", arial, helvetica, verdana,sans-serif;
	font-weight: normal;
	line-height: 200%;
	background-color: #000;
	color: #fff;
}
#pagination span a
{
	float: left;
	display: block;
	height: 25px;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", arial, helvetica, verdana,sans-serif;
	line-height: 200%;
}
span.pn_links a
{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 5px;
	width: 25px;
	text-align: center;
	background-color: #000;
	color: #fff;
}
span.pn_links_next a
{
	margin-left: 5px;
	padding-right: 8px;
	background: url(/images/common/accessary/arrow.gif) right center no-repeat;
	color: #000;
}
span.pn_links_prev a
{
	margin-right: 5px;
	padding-left: 8px;
	background: url(/images/common/accessary/arrow_left.gif) left center no-repeat;
	color: #000;
}


#news_content
{
	border-radius: 5px 5px 0 5px;
	-webkit-border-radius: 5px 5px 0 5px;
	-moz-border-radius: 5px 5px 0 5px;
	padding: 20px;
	background-color: #fff;
}
#news_content>h3
{
	font-weight: normal;
}
#news_content>h3>span.date
{
	display: block;
	font-family: arial;
	font-size: 0.6em;
	color: #c24400;
}
#news_content>h3>span.news_text
{
	display: block;
	font-size: 0.75em;
}
#news_content>p
{
	font-size: 0.8em;
}
#news_content>p>a
{
	color: #000;
}
#news_img>p
{
	float: left;
}