@charset "UTF-8";
/***************************************************************/
/********************* メイン　背景設定等 ************************/
/***************************************************************/

body {

	background-image: url(pcimage/contents_bg.jpg);
	background-repeat: repeat-x; 
	background-position: 0px 0px;
}


#frame{
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	display: block;


}
#wrap{
	background-color: #ffffff;
	float: left;
	/*background-image: url(pcimage/body_bg.jpg);*/
	width: 980px;
	overflow: hidden;
	text-align: left;
	background-repeat: repeat-y;
	border: 1px solid #fffffff;
	background-position: left;
	clear: both; 

}




/***************************************************************/
/*********************** コンテンツヘッダ設定 *********************/
/***************************************************************/

#contents_header {	
	padding-top: 1px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	background-image: url(pcimage/contents_header.jpg);
	height: 100px;
	width: 980px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
 /*/margin-top: 9px; /*IE互換用*/
}

#PageSubHeaderCopy{
        font-size: 18px;
	color: #555555;
	float: left;
	width: 700px;
	line-height: 15px;
	padding-right: 50px;
	padding-left: 20px;
	margin-top: 50px;
	text-align: left;
}

/***************************************************************/
/************************** サイド設定 **************************/
/***************************************************************/

#side{
display:none;
}

/***************************************************************/
/************************** メイン設定 **************************/
/***************************************************************/

#main{
	float: right;
	width: 980px;
	min-height:600px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	/*margin-right:15px;*/
	/*margin-right:10px;*/
	overflow: hidden;
	display: inline;
	padding-left: 0px;
　　　　 clear: both; 
	margin-left: 0px;
}

/***************************************************************/
/************************** タイトル設定 *************************/
/***************************************************************/

/*** コンテンツページ　テーマタイトル ***/
#main h3.page_title{
	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 940px;
	font-size: 13px;
	color: #555555;
	text-align: left;
	padding-left: 40px;
	line-height: 50px;
	margin-top: 0px;
}




/***********************コンテンツページ**************************/
/************************ 記事タイトル ***************************/
/***************************************************************/

/*　記事タイトル　*/
.contents_title{
	font-size: 12px;
	line-height: 30px;
	color: #828282;
	background-color: #ffffff;
        border-bottom: dotted 1px #cccccc;
	width: 940px;
	height: 50px;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 40px;
	float: left;
	margin-bottom: 0px;
	margin-left: 20px;
}


/***************************************************************/
/************************* 記事ページ設定 ************************/
/***************************************************************/

#main .contentsbox05{
	float: left;
	width: 980px;
	/*border: 1px solid #FFFFFF;*/
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
	color: #555555;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}


/***************************************************************/
/***************************************************************/
/***************************************************************/

#main .contents_navi{
	float: left;
	width: 980px;
	border: 1px solid #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	color: #555555;
	padding: 2px;
	overflow: hidden;
}
#main .contents_navi a{
	color: #555555;
	text-decoration: none;
}
#main .contents_navi a:hover{
	color: #555555;
}

/***************************************************************/
/*************************** パンくず ***************************/
/***************************************************************/

.p_navi{
	font-size: 11px;
	color: #aaaaaa;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
.p_navi a:link{
	color: #aaaaaa;
	text-decoration: none;
}
.p_navi a{
	color: #aaaaaa;
	text-decoration: none;
}
.p_navi a:hover{
	color: #aaaaaa;
}

/***************************************************************/
/*************************** ページバナー ***************************/
/***************************************************************/

.PageBanner01{
	font-size: 12px;
	margin: 10px;
	float: left;
}
.PageBanner02{
	font-size: 12px;
	margin: 10px;
	float: left;
}



/***************************************************************/
/***************************************************************/
/***************************************************************/

#main .page_title {

	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 940px;
	padding-left: 40px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555555;
	font-size: 12px;
	border: 0px solid #cfcfcf;
	line-height: 50px;
}
#main .page_title h2{
	font-size: 12px;
}


/***************************************************************/
/***************************************************************/
/***************************************************************/

.contents_title_gray{
	font-size: 12px;
	line-height: 15px;
	/*font-weight: bold;*/
	color: #555555;
	border: 1px solid #cfcfcf;
	background-color: #EAEAEA;
	width: 938px;
	text-align: left;
	display: block;
	height: 15px;
	text-indent: 10px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contents_title_gray a{
	color: #555555;
	text-decoration: none;
}
.contents_title_gray a:hover{
	color: #555555;
}



/***************************************************************/
/***************************　END　*****************************/
/***************************************************************/

/***************************************************************/
/***********************テーマ記事表示　*****************************/
/***************************************************************/
.update_news_box{
	width:960px;
	height:210px;
	padding:9px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
}

.update_news_box_img{
	width:360px;
	height:198px;
	overflow: hidden;
	border:solid 1px #CCCCCC;
	float: left;
}

.update_news_box_img a{
	display:block;
}

.update_news_box_img img{
	width:360px;
object-fit: cover;
}

.update_news_box_subject{
	float: right;
	width:570px;
	height:20px;
	text-align: left;
	font-weight:bold;
	line-height:20px;
	font-size: 16px;
	padding:5px;
	padding-left:15px;
	overflow: hidden;
}
.update_news_box_text{
	float: right;
	width:570px;
	height:70px;
	text-align: left;
	font-size: 12px;
	padding:5px;
	overflow: hidden;
	line-height:1.4em;
	color:#999;
}

.update_news_box_more{
	width:570px;
	height:20px;
	line-height:20px;
	float: right;
	font-size: 12px;
	padding:5px;
	background-image:url(_file/more_read_btn.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align: left;
	color:#666;
}
.update_news_box_more img{
		float: right;
}
.update_news_box a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.update_news_box a:hover{
background-color: #CCC;
	opacity: 0.3;
}
.update_news_box_date{
	font-size: 11px;
padding-left:15px;
float: left;
}

