@charset "UTF-8";

/* news contents
----------------------- */
#news-contents{
	margin:70px 0 0 0;
}

#news-contents #contents_left{
	float: left;
	width: 220px;
}

#news-contents #contents_right{
	float:right;
	width:675px;
	border-top:#ccc solid 1px;
}

#news{
	line-height:130%;
	letter-spacing:0px;
}
#news a{
	/*text-decoration:underline;*/
}
	

 #title_news {
	 margin-top:40px;
	 padding-bottom:17px;
	 border-bottom:solid #DCDDDD 1px;
 }

 .title_news {
	 margin-top:40px;
	 padding-bottom:17px;
	 border-bottom:solid #DCDDDD 1px;
 }

 #title_news p.red_tag {
	 width:6px;
	 height:27px;
	 float:left;
	 background-color:#E41620;
	 margin-right:16px;
 }

 #title_news p.title {
	 float:left;
 }

#ogp_button{
	margin-top:10px;
	float:right;
}

p#date {
	font-size: 0.7em;
	margin:10px 0 0;
}
.main_news {
	margin-left:80px;
}
.main_news h2 {
	font-weight:bold;
	font-size:1.2em;
	color:#665951;
	padding-bottom:30px;
	border-bottom:#ccc 1px dotted;
	margin-bottom:15px;
}
/*再考しなおし　fontのサイズがしていされているときだけ効果するようにする
.main_news #main-content font{
   line-height: 1;
}*/

.news-main-content{
    line-height:130%;
    letter-spacing:0px;
}

.news-main-content strong{
    font-weight: 700;
}

.news-main-content blockquote{
    margin-left: 50px;
}

.news-main-content em{
    font-style: italic;
}

.news-main-content p {
    font-size:0.8em;
    line-height:1.6em;
}

#contents_left dl {
	font-size:0.7em;
	line-height:1.4em;
}
#contents_left dl dt {
	padding:10px 0 3px;
}
#contents_left dl dd {
	/*font-weight:bold;*/
	color:#665951;
	padding-bottom:10px;
	border-bottom:#ccc 1px solid;
}
/*
.nav_title_top {
	width:220px;
	height:50px;
	padding:10px 0;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
*/
.nav_title_top {
	height:20px;
	padding:10px 0 0 0;
	border-top:#ccc solid 1px;
}
.accordion_title{
	padding:11px 18px 10px 0;
	border-bottom:#ccc solid 1px;
	background-color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	cursor: pointer;
	background: url("../news/images/this_year.gif") no-repeat scroll 99% center transparent;
}
.accordion_title:hover{
	background-color: #cff;
}
.nav_title {
	width:220px;
	height:50px;
	padding:10px 0;
	border-bottom:#ccc solid 1px;
}
.nav_title h3 {
}
.nav_title_top p.year{
	display:block;
	margin-top:20px;
	float:right;
	background:url(../news/images/this_year.gif) no-repeat right top;
	padding-right:15px;
}
.nav_title p.year {
	display:block;
	margin-top:40px;
	float:right;
	background:url(../news/images/this_year.gif) no-repeat right top;
	padding-right:15px;
}
.nav_bottom {
	width:220px;
	height:50px;
	padding:10px 0;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}
.nav_bottom p.year_b {
	display:block;
	margin-top:35px;
	float:right;
	background:url(../news/images/before.gif) no-repeat right 1px;
	padding-right:15px;
}

/* news styles
----------------------- */
.mt20 {
	margin-top:20px;
}
