@charset "utf-8";
/* CSS Document */

/*** TOPレイアウト ***/

.box {
	background-color: ;
	width: 1000px;
	height: 1500px;
	margin-left: auto;
	margin-right: auto;
}


.menu img {
	margin: 0;
	padding: 0;
}
	

.lside {
	width:140px;
	height: 1200px;
	float: left;
	background: url(../images/side_back_l.jpg) no-repeat;
}
.rside {
	width: 140px;
	height: 1200px;
	float: right;
	background: url(../images/side_back_r.jpg) no-repeat;
}

.main {
	width: 670px;
	height: 1200px auto;
	margin-left:165px;
	
}

/*** kabegami ***/
#kabegami {
	margin-top: 160px;
}

#inu {
	margin-top: 110px;
	text-align: right;
}

/*** Q&Aメイン ***/

h2 {
	text-align: center;
	border-bottom: 1px solid #333;
}

.main {
	
}

.frame {
	background-color: #ffffff;
	color: #000000;
	line-height: 1.4em;
	padding: 10px;
	margin-left:30px;
}

.columns, .columnsBox, .column1, .column2, .column3, .column4 {
	width: auto;
	float: left;
	display: inline;
	margin-left: 10px;
}

 .imageEx1 {
	width: auto;
	margin-top:0px;
	padding-top:0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.st0 { color: #ff9900 !important; }
.st1 { color: #ff0000 !important; }
.st2 { color: #006600 !important; }
.st3 { color: #0000ff !important; }
.st4 { color: #FF0033 !important; }
.st5 { color: #990066 !important; }
.st6 { color: #0066ff !important; }
.st7 { color: #FF00FF !important; }
.st8 { color: #666666 !important; }
.st9 { color: #009900 !important; }	
