@charset "utf-8";

/*==================================================
	◆ 各コンテンツ
==================================================*/

/* ヘッダー */
.header_bg{
	width:100%;
	height:69px;
	background:url(../img/common/bg_header.jpg) repeat-x;
}

.header{
	width:1300px;
	height:69px;
	margin:0 auto;
	background:url(../img/common/bg_header.jpg) repeat-x;
}

.header_box{
	width:975px;
	height:69px;
	margin:0 auto;
}

/* ロゴ */
.logo{
	width:225px;
	height:45px;
	padding-top:0px;
}


/* コンテンツ全体 */
.contents{
	width:1300px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	/*background:url(../img/common/bg_con_white.jpg) no-repeat;*/
}

/* コンテナ */
.container{
	width:975px;
	height:auto;
	margin:0 auto;
}

/*---パンくず---*/
.topic_path{
	width:975px;
	height:auto;
	padding:14px 0px;
}

.topic_path p{
	color:#000;
	font-size:11px;
}

.topic_path a{
	color:#000;
	text-decoration:underline;
}

.topic_path a:hover{
	color:#c00;
}


/* 白透過背景 */
.bg_white{
	width:975px;
	height:auto;
	background:url(../img/common/bg_white.png) no-repeat;
}

.bg_white_none{
	width:975px;
	height:auto;
	_position:relative;
}

/* コンテンツボックス（３カラム） */
.con_box{
	width:975px;
	height:auto;
	overflow:hidden;
	padding-top:24px;
	background:url(../img/common/conright_bg.png) repeat-y;
}

/* コンテンツボックス左側 */
.con_left{
	width:215px;
	height:auto;
	float:left;
}

.con_left_box{
	width:200px;
	height:auto;
	padding-left:15px;
}

.item_tbl{
	width:200px;
	margin-bottom:20px;
	height:auto;
}

.item_tbl_middle{
	width:200px;
	height:auto;
	background:url(../img/common/item_tbl_middle.jpg) no-repeat #353e4a;
	padding-top:14px;
}

.item_tbl_middle ul{
	width:auto;
	height:auto;
	padding-left:12px;
	padding-bottom:15px;
}

.item_tbl_middle li{
	color:#fff;
	font-size:12px;
	margin-bottom:10px;
	list-style-type:none;
}

.item_tbl_middle li span{
	_font-size:64%;
}

.item_tbl_middle li a{
	color:#fff;
	text-decoration:none;
}

.item_tbl_middle li a:hover{
	text-decoration:underline;
}

.banner_box{
	width:200px;
	height:auto;
	padding-top:0px;
	paddinb-bottom:10px;
}

.banner_box iframe{
	height:auto;
}

.item_tbl_bottom{
	width:200px;
	height:5px;
	background:url(../img/common/item_tbl_bottom.jpg) no-repeat;
	font-size:0;
}

/* コンテンツボックス中央 */
.con_center{
	width:560px;
	height:auto;
	float:left;
	/*background:url(../img/common/dotline_v.jpg) repeat-y;*/
	background-position:right;
}

.con_center_box{
	width:511px;
	height:auto;
	padding-left:35px;
}

/* コンテンツのタイトル */
.cap_con{
	width:auto;
	height:auto;
	padding-bottom:17px;
}

/* コンテンツボックス右側 */
.con_right{
	width:200px;
	height:auto;
	float:left;
	_float:none;
	_position:absolute;
	_top:24px;
	_right:-1px;
}

.con_right_box{
	width:200px;
}

.con_right_box iframe{
	
}

.years_box{
	width:511px;
	height:37px;
	background:url(../img/archives/biography/years_box.jpg) no-repeat;
	padding-bottom:36px;
}

.years_box ul{
	width:auto;
	height:37px;
	padding-top:9px;
	padding-left:15px;
}

.years_box li{
	display:block;
	float:left;
	font-size:13px;
	padding-right:27px;
	list-style-type:none;
}

.years_box li a{
	color:#000;
	text-decoration:none;
}

.years_box li a:hover{
	color:#c00;
	text-decoration:underline;
}

.years_box li span{
	_font-size:64%;
}


/* コンテンツボックス右側(２カラム) */
.con_right_column2{
	width:747px;
	height:auto;
	float:left;
}

.con_right_column2_box{
	width:712px;
	height:auto;
	padding-left:35px;
}




/* フッター */



.footer{
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
}

.footer_contents{
	width:1300px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:20px;
}

.footer_logo{
	width:219px;
	height:55px;
	padding-top:24px;
	padding-left:161px;
	float:left;
}



/*.footline{
	width:100%;
	height:3px;
	font-size:0;
	background:#000;
	margin-bottom:5px;
}*/



.conarea {
   line-height:20px;
}
.conarea p {
   line-height:20px;
}