@charset "utf-8";
/* ************************************************
					 basic
************************************************ */
html{
		font-size: 16px;
	}

body {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;	
	line-height:1.8;
	color:#444;
	background: url(../img/bg_body.gif) top center repeat-x;
		_text-align:center;

	}
	
table{
	font-size:1em;
	}			

/* ************************************************
					 layout basic
************************************************ */
#head_wrapper{
	width:940px;
	margin:0 auto;
	text-align: left;
	line-height: 0;
}
#header{
	height: 74px;
	padding-bottom:3px;
}
h2{
	width: 710px;
	height:145px;
	margin-bottom:30px;
}

#container{
	width:710px;
	padding:30px;
	margin:20px auto 0;
	text-align: left;
	overflow: hidden;
	zoom:1;
	border:1px solid #ccc;
}

.red{
	color:#ff3300;
}

.EasyRightTd{
	background:#ffffff;
}

centr{
	margin:15px 0;
}

li{
	margin-bottom:4px;
	line-height:120%;
}

input{
	margin:2px 0;
}

.EasyRightFont{
	line-height:130%;
}

.imfnon{
ime-mode: inactive;
}

/* *** table **** */

table{
	width:100%;
	margin-bottom:8px;
}

td{
	line-height:100%;
}

.inputtable{
	border:1px solid #ccc;
	border-collapse:collapse;
}

.inputtable td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:6px 8px;
}

.inputnametd{
	width:200px;
	background:#ffd;
	vertical-align:middle;
}

.inputradio{
	display:inline;
	padding-right:1.5em;
}

.inputcheckbox{
	margin-bottom:4px;
}

.inputbutton{
	padding:20px 0;
	text-align:center;
}


/* confirm ***** */
.confirmtable{
	border:1px solid #ccc;
	border-collapse:collapse;
}

.confirmtable td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 8px;
}

.confirmnametd{
	width:200px;
	background:#ffd;
}

.confirmradio{
	display:inline;
	padding-right:1.5em;
}

.confirmcheckbox{
	margin-bottom:4px;
}

#sighbnr{
	font-size:12px;
	}

/* ************************************************
					 footer
************************************************ */

#footer{
	width:900px;
	padding:20px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	text-align: left;
}
#snsbtn{
	margin-bottom:10px;
}
#snsbtn li{
	display: inline;
	margin-right: 20px;
}
address {
	text-align:left;
	font-style:normal;
}

#gotop{
	width:132px;
	height:26px;
	position:absolute;
	top:-26px;
	left:816px;
}

.opa a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:80;
}

