@charset "utf-8";



/*基本設定
-----------------------------------------------------------------------------*/

/*.main
-----------------------------------------------------------------------------*/
#main {
	margin: 0 auto;
	padding: 0;
	width:800px;
	position: relative;
	height:auto;　 /* IE*/
	height:100%;　 /* IE*/
	min-height:100%;
	background-color:#fff;
	background:url(../img/bg_hatching.gif) repeat-y left top;
}

body > #main{
	height: auto;　/* 要素を超えた分の背景が伸びないブラウザ用 */
}

/*pagebody
-----------------------------------------------------------------------------*/
div #pagebody {
	margin: 0 20px;
	padding: 0;
}

/*header
-----------------------------------------------------------------------------*/
div #header {
	margin: 0;
	padding: 0;
	line-height:0;
}

/*header_box
-----------------------------------------------------------------------------*/
#header_box {
	width:800px;
	height:40px;
	margin-left:10px;
}

#header_box div.title {
	width:800px;
	height:44px;
	margin:0;
	padding:0;
	background:url(../img/h1.jpg) no-repeat;
 }

#header_box div.title ul {
	list-style:none;
	padding:10px 0 0 585px;
	}
#header_box div.title li {
	margin:0; padding:0;
	width:95px;
	float:left;
	}
	
/*lead
-----------------------------------------------------------------------------*/
div #lead {
	margin: 0;
	padding: 0;
}
div .leadtxt{
	margin: 0 0 30px 0;
	padding: 0;
	text-align:left;
	line-height:1.6;
	background-color:#fff;
	color:#000;
}
div .leadtxt img{
	float:right;
	display:inline;
	margin-left:16px;
}

div .txtbox{
width:340px;
}
/*section
-----------------------------------------------------------------------------*/
div.section {
	margin:0 0 20px 0;
	padding: 20px;
	background-color:#fff;
	color:#000;
	text-align:left;
}
div.section p.to-pagetop{
	clear:both;
	padding-top:10px;
	margin-right:10px;
	text-align:right;
}
div.section:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}

/*-------------------*/

div.section a,div.section a:link{
	background-color: transparent;
	color: #000;
	text-decoration:none;	
}
div.section a:visited{
	background-color: transparent;
	color: #000;	
}
div.section a:hover,div.section a:active{
	background-color: transparent;
	color: #990000;
	text-decoration: none;
}

/*article
-----------------------------------------------------------------------------*/
div.article p{
	margin: 0 0 0 1.6em;
}

/*figbox
-----------------------------------------------------------------------------*/
div.figbox{
	clear:both;
	/*margin: 0 0 0 1.6em;	*/
	text-align:left;
}

div.figbox img{
	float:left;
	display:inline;
	margin-right:16px;
	margin-bottom:16px;
}

div.figbox p.ttl_bold{
	font-size:116%;
	font-weight:bold;
	color:#b8921a;
	margin-top:0;
	margin-right:0;
	margin-bottom:1.0em;
	margin-left:0;
	padding:0;
	}

div.figbox:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}

div.figbox_clm2{
	float:left;
	width:350px;
	margin-right:20px;
}

div.figbox_clm2_mr0{
	float:left;
	width:350px;
	margin-right:0;
}


div.artistbox{
	clear:both;
	/*margin: 0 0 0 1.6em;	*/
	text-align:left;
	border-bottom:solid 2px #b8020f;
	margin-top:20px;
}

div.artist_clm p.ttl_red{
	font-size:116%;
	font-weight:bold;
	color:#b8020f;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding:0;
	}

div.artist_clm img{
	float:left;
	display:inline;
	margin-right:14px;
	margin-bottom:0;
}

div.artist_clm{
	float:left;
	width:546px;
	margin-right:14px;
	margin-bottom:10px;
}

div.artist_clm .txt_red{
	color:#b8020f;
}


div.artist_clm_mr0{
	float:left;
	width:160px;
	vertical-align:middle;
	padding-top:42px;
	margin-right:0;
	margin-bottom:10px;
}

div.artistbox:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}


/*phbox
-----------------------------------------------------------------------------*/
div.phbox{
	float:left;
	width:204px;
	border:solid 1px #666;
	padding:10px;
	margin-top:0;
	margin-right:21px;
	margin-bottom:0;
	margin-left:0;
	background-color:#f4f4f4;
}
div.phbox_mr0{
	float:left;
	width:204px;
	border:solid 1px #666;
	padding:10px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	background-color:#f4f4f4;
}
div.phbox_mr0 p.date,div.phbox p.date{
	width:204px;
	margin-top:5px;
	background-color:#b8020f;
	color:#fff;
	text-align:center;
	font-size:116%;
	font-weight:bold;
	line-height:1.4;
}
div.phbox_mr0 p.txt,div.phbox p.txt{
	display:block;
	text-align:left;
	font-size:100%;
	font-weight:normal;
	line-height:1.3;
	height:5.0em;
}

/*caution
-----------------------------------------------------------------------------*/
.caution{
border-top:solid 2px #b8921a;
border-bottom:solid 2px #b8921a;
padding:8px;
color:#000;
}

/*footer
-----------------------------------------------------------------------------*/
footer {
	position: relative;/* IE */
	clear: both;
	display:block;
	color: #000;
	padding: 0;
	text-align:right;
	line-height:0;
}


/*チェック用
*{border:solid 1px red;border-collapse:collapse;}
-----------------------------------------------------------------------------*/
