@charset "utf-8";

* {
	list-style:none;
	margin:0px;
	padding: 0px;
	text-decoration: none;
	font-family: 'Meiryo', 'メイリオ','平成明朝','Lucida Grande', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
/* ▼リンク、画像border、hr▼ */
a:link, 
a:active{
	color: #660000;
	border-bottom: 0px solid ;
	text-decoration:none;
}
a:visited{
	color: #666666;
	border-bottom: 0px solid ;
	text-decoration:none;
}
a:hover{
	color: #ff0000;
	text-decoration:none;
}
img{
	border: 0;
}



body{
	background-color:#000;
	padding:0 15px 10px 15px;
	margin:0;
}
/*
********************************************
▼floatをクリアするためのCSS▼
********************************************
 */
 
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.logo{
	float:left;
}
.print{
	float:right;
}
.print img{
	border:solid 1px #666;
	margin-left:10px;
}

#wrapper{
	width:650px;
	margin:0;
	border-top:solid 3px #ff0000;
	padding:10px 0 0 0;
}
#main-column{
	width:650px;
	margin:10px 0;
}
#main-column h2{
	color:#fff;
	font-size:1.2em;
	margin-top:5px;
}
#main-column h2 span{
	font-size:0.7em;
	color:#ddd;
}
#main-column h3{
	color:#fff;
	font-size:13px;
	border-bottom:dashed 1px #ff0000;
	border-top:dashed 1px #ff0000;
	padding:5px 0 5px 0;
	margin-bottom:5px;
}
#main-column h3 span{
	color:#CCCCCC;
	display:inline;
	margin-right:15px;
	font-weight:normal;
}
#date-and-author{
	text-align:right;
	font-size:12px;
	color:#999;
}
#main-contents{
	width:610px;
	padding:10px 20px;
	background-color:#fff;
	margin-bottom:15px;
}
* html #main-contents{
	width:650px;
}
#main-contents p{
	font-size:0.9em;
	line-height:1.6em;
	letter-spacing: 0.1em;
	margin-bottom:25px;
	color:#333;
}
#main-contents p a,
#main-contents p a:active,
	color:#666;
#main-contents p a:visited{
	color:#660000;
}
#main-contents p a:hover{
	border-bottom:solid 1px #ff0000;
}

/*シカケ*/
#main-contents .figure{
	float:right;
	margin:0px 0px 10px 10px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	border-width:5px;
	border:solid #eee;
	background-color:#eee;

}
#main-contents .figure span{
	padding:5px;
	display:block;
}
#main-contents .central{
	text-align:center!important;
	clear:both;
}
#main-contents .figure-center{
	text-align: left;
	margin:0 auto 10px auto;
	padding:0px;
	border-width:5px;
	border:solid #eee;
	background-color:#eee;
	font-size:12px;
	line-height:18px;
}
#main-contents .figure-center span{
	padding:5px;
	display:block;
}
#main-contents .figure-left{
	clear:left;
	float:left;
	margin:0 10px 10px 0;
	padding:0px;
	border-width:5px;
	border:solid #eee;
	background-color:#eee;
	font-size:12px;
	line-height:18px;
}
#main-contents .figure-left span{
	padding:5px;
	display:block;
}

/* 本文中の囲み記事 */
#main-contents .frame{
 display:block;
 margin-top:0px;
 padding:5px;
 font-size:12px;
 line-height:18px;
 color:#333;
 background-color:#f6f6f6;
 border-style:dotted;
 border-color:#ccc;
 border-width:1px;
 margin-bottom:20px;
}

#main-contents .question{
 color:#333;
 font-weight:bold;
}

/* 小見出し　バージョン1 */
#main-contents .h5{
	font-size:1.0em;
	font-weight:bold;
        color:#000;
	padding:5px 3px 3px 5px;
	border-bottom:dotted #ff0000;
	border-width:2px;
	margin-bottom:25px;
	margin-right:200px;
}
#main-contents .h4{
	font-size:1.0em;
	font-weight:bold;
    color:#000;
	padding: 2px 0px 3px 5px; 
	background-image:url(http://be-story.jp/mwimgs/c/8/376/img_c802a6f42e1e11c692c1339aec0574d52224.jpg);
	background-repeat:no-repeat;
	background-position:left 0px;
	margin-bottom:25px;
	margin-right:200px;
}
#main-contents .credit{
	display:block;
	clear:both;
	float:right;
	text-align:right;
	font-size:11px;
	font-weight:normal;
	color:#666;
}
#main-contents .credit-note{
	display:block;
	clear:both;
	font-size:11px;
	float:right;
	color:#666;
	font-weight:normal;
}
/*************
映像用
*************/
.movie{
	width:320px;
	height:304px;
	clear:left;
	float:left;
	margin:0 20px 10px 0;
	padding:5px;
	display:block;
}

/*
**********************
footer
**********************
*/
#footer{
	width:585px;
}
#footer ul li{
	display:none;
}
.copyright{
	color:#fff;
	font-size:10px;
	margin-top:5px;
}