@charset "utf-8";
@import "article-body.css";

/*
*****************************************************
▼▼ プリント用 ▼▼
*****************************************************
*/

* {
	font-family: 'Meiryo', 'メイリオ','平成明朝','Lucida Grande', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	text-decoration: none;
}
body{
	margin:0 0 0 50px;
}


/* ▼リンク、画像border、hr▼ */
a.noborder, 
a.noborder:link, 
a.noborder:hover, 
a.noborder:active, 
a.noborder:visited, 
img{
	border: 0;
	vertical-align:bottom;
}

#head{
	border-bottom:solid 2px #ccc;
	padding:10px 0;
}
.head-left{
	float:left;
	padding-left:7px;
}
.head-right{
	float:right;
	padding-right:10px;
	font-size:0.7em;
}
.head-right a,
.head-right a:visited,
.head-right a:active{
	color:#666;
}
.head-right a:hover{
	color:#333;
}
#wrapper{
	padding:7px 15px;
	background-color:#fff;
	margin:0;
}
#wrapper h2{
	font-size:1.5em;
	line-height:1.1em;
	margin:0;
}
#wrapper h2 span.sub{
	font-size:0.7em;
}
#wrapper h3{
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:5px;
}
#wrapper h4{
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:10px;
	border-left:6px inset #6b4939;
	border-bottom: 3px double #393c39;
}
#main-contents{
	width:100%;
}
#main-contents p{
	font-size:1.0em;
	line-height:1.4em;
	margin-bottom:20px;
}
#footer{
	text-align:center;
	width:100%;
	font-size:12px;
	clear:both;
}
#footer a{
	border:0;
	text-decoration:none;
}
.date{
	font-size:0.8em;
	margin:0 0 25px 0;
}


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