@charset "Shift_JIS";
div.mar{
	margin-left:30px;
}
.height{
	line-height:140%;
}
.mar{
	margin-left:30px;
	line-height:140%;
}
.fon{
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
.non{
	border-style:none;
}
.non_ri{
	border-style:none;
	text-align:right;
}
.ri{
	text-align:right;
}
.le{
	text-align:left;
}
.bor_lr{
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;

}
.sup{
	border:2px #00ffff solid;
	font-size:15px;
	text-align:left;
}

.box1{
	padding-left:20px;
	width:400px;
	float:left;
	line-height:140%;
}

.box2{
	width:400px;
	float:left;
	line-height:140%;
}
#deco a{
	text-decoration: none;
}
.bg{
display: table-cell;
text-align:center;
vertical-align:middle;
background:url("../image/wall-1.gif");
padding: 10px;
width:500px;
height:30px;
color:#000000;
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Osaka";
border-width : 1px 1px 1px 1px;
border-style : outset outset outset outset;
border-color : #004040 #004040 #004040 #004040;
font-size:16px;
line-height:150%;
}

/* 見出しエリア */
div.seihin {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
div.seihin h2 {
margin: 0;
padding: 2px 3px 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #add8e6 solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;

}