@charset "UTF-8";

/* 共通設定 */
* {
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
img {
	border-style: none;
}
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
il, ol {
	margin-left: 30px;
	-webkit-text-size-adjust: 100%;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style: none;
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: small;
	text-align: left;
	line-height: 1.6em;
	background-color: #EFE6CA;
}
/* IE7へ指定 */
*+html body {
	font-size: 76%;
}
/* IE8へ指定 */
html>/**/body {
	font-size /*\**/: 75%;
}
/* for IE6 and IE7 */
*{zoom:1;
}

.cleafloat {
	clear: both;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
 
.red {
	margin-left: 1.5em;
	color: #FF0000;
}
/* 全体構造 */
#wrap {
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #CEF4B7;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #CEF4B7;
	background-image: url(/assets/cntent_back.gif);
	background-repeat: repeat-y;
}

#navi_block {
	float: left;
	width: 222px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#container {
	width: 839px;
	background-repeat: repeat-y;
}
#article {
	width: 608px;
	float: right;
	margin-top: 5px;
	margin-bottom: 0px;
}
