@charset "utf-8";
body {
	margin: 0 auto; 
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin-top:0px;
	padding-left:0%;
	color: #FFF;
    text-align: left;
	background-color:#FFCCCC;
	
}  

.container3 {
	margin: 0 0; 
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding-left:0%;
	padding-bottom:28px;
	color: #000;
	background-color:#FFCCCC;
	background-image: url(../img_base/mun_back1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment:abusolute;
    text-align: left;
	width: 1087px;
	
} 

h1 {
	font-size:24px;
	
}

h2 {
	font-size:20px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:14px;
	font-weight:normal;
}

h5 {
	font-size:12px;
	font-weight:normal;
}

h6 {
	font-size:10px;
	font-weight:normal;
}

.white{
/*	filter:dropshadow(color=#FFC,offX= 0,offY=-0.3)
	dropshadow(color=#FFC,offX= 0.3,offY= 0)
	dropshadow(color=#FFC,offX= 0,offY= 0.3)
	dropshadow(color=#FFC,offX=-0.3,offY= 0);
	 
	-webkit-text-stroke-color:#FFF;
	-webkit-text-stroke-width: 0.4px;
	 
	text-shadow: white 0.3px 0.3px 0px, white -0.3px 0.3px 0px,
				 white 0.3px -0.3px 0px, white -0.3px -0.3px 0px;
*/}

.header {
	margin-top:0px;
}


.model {
	float:right;
	width: 556px;
	margin-top:16px;
	margin-left:0px;
	font-size: 12px;
	
}


.left {
	float: left;
	width: 500px;
	text-align: left;
	margin-top:30px;
	margin-left:1em;

}

.right_top {
	float:right;
	width: 556px;
	margin-top:5px;
	margin-left:0px;
	font-size: 12px;
}


.right {
	float:right;
	width: 478px;
	margin:30px 32px 0px 10px;
	clear:right;
	padding:1.5em 1.5em 33px 1.5em;
	background-image: url(../img_base/tran.png);
	background-repeat: repeat;
	font-size: 14px;
	text-align:left;
	line-height:2.5em;
}

.footer {
	margin-left:32px;
	width: 1007px;
	padding: 0px 8px;
	color: #933;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-color: #F99;
	font-size:12px;
}


.container3 .right .red {
	color: #F00;
}

.deco_table tr td input[type="text"] {
	height:18px;
}

