@charset "utf-8";


/* 記事タイトル部分 */
p.title{
	color:#993300;
	font-size:117%;
	font-weight:bold;
	background:url(../img_common/midashi.jpg) no-repeat left top;
	height:25px;
	padding-top:10px;
	padding-left:20px;
}

p.title span.name{
	float:left;
}

p.title span.date{
	float:right;
	text-align:right;
	margin-right:10px;
}

/* サイドメニュータイトル部分 */
p.side_menu{
	color:#993300;
	font-size:117%;
	font-weight:bold;
	background:url(../img_common/side_midashi.jpg) no-repeat left top;
	height:25px;
	padding-top:10px;
	padding-left:20px;
}



/* ニュース */
ul#news_list{
	margin: 0;
}
ul#news_list li {
line-height:1.3em;
 padding-bottom:10px;
 margin-bottom:10px;
background-image:url(../img_common/line.gif);
 background-repeat:repeat-x;
 background-position:left bottom;
}

ul#news_list li a{
 display:block;
 padding-left:22px;
 background-image:url(../img_common/icon_arrow.gif);
 background-repeat:no-repeat;
 background-position:left center;
}

#newsCMS {
 line-height:1.5em;
 padding-bottom:20px;
 margin-bottom:20px;
background-image:url(../img_common/line.gif);
 background-repeat:repeat-x;
 background-position:left bottom;
}

ul#newsImg1 {
	width:640px;
}
ul#newsImg2 {
	width:430px;
}
ul#newsImg1 li,
ul#newsImg2 li {
	width:200px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	background-color:#F1F3F5;
	float:left;
	margin:0 10px 10px 0;
}
	
/* 記事内PDF表示 */
div#newsPdf{
	padding:20px 50px;
	width:300px;
	margin:20px auto 0 auto;
	border: 1px solid #C4CED7;
	background-color: #FFFCE8;
	text-align:center;
}

div#newsPdf img{
 margin-right:10px;
}

/* インタビュー */
div.intList{
 padding-bottom:10px;
 margin-bottom:10px;
background-image:url(../img_common/line.gif);
 background-repeat:repeat-x;
 background-position:left bottom;
}

div.intList p{
 height:60px;
 line-height:1.3em;
 margin:0;
 padding:0;
}

div.intList p.sImg{
 float:left;
 margin-right:10px;
 width:80px;
 height:60px;
 background-color:#F1F3F5;
 text-align:center;
 vertical-align:middle;
}

#interview {
 line-height:1.5em;
 padding-bottom:20px;
 margin-bottom:20px;
background-image:url(../img_common/line.gif);
 background-repeat:repeat-x;
 background-position:left bottom;
}

#interview img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/* 記事内　次の記事を読む・前の記事を読む */
#pagenation{
}
span.pagenext{
 float:right;
 margin-bottom:20px;
}
span.pagereturn{
float:left;
 margin-bottom:20px;
}

/* クリア */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* End hide from IE-mac */

