@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#head{
	height:41px;
	background:#FF6600;
	
}

#headin{
	margin:0 auto;	
	width:1000px;
	height:41px;
}

#container{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#con_left{
	background:url(images/border_18.gif) repeat-y;
	width:27px;
	float:left;
/*	height:950px;*/
}

#con_right{
	background:url(images/border_20.gif) repeat-y;
	width:26px;
	float:left;
/*	height:950px;*/
}

#con_center{
	width:825px;
	float:left;
}

#con_left, #con_right, #con_center{
	float:left;
	padding-bottom:1500px;
	margin-bottom:-1500px;
}

#con_bottom{
}

.left{
	float:left;
	margin-right:50px;
}

.right{
	margin:25px;
}

.border{
	clear:both;
	border-bottom:2px solid #999;
}

#content{
}

.inner{
	margin:30px 0 0 20px;
}

ul{
	margin:7px 0 0 3px;
	list-style:none;
	font-size:13px;
}

li{
	margin-top:5px;
	letter-spacing:1px;
}

p{
	font-size:13px;
}
	
#footer{
	margin-top:20px;
	text-align:right;
	font-size:13px;
	border-top:#999 solid 1px;
}
	
	
#formArea{
/*	border:2px solid #CCC;*/
	margin-top:50px;
}

#formArea h2{
	border-bottom:2px solid #CCC;
}


table{
	margin:0 auto;
	border-collapse:collapse;
	border-color:#CCC;
}

table tr th{
	width:100px;
	text-align:left;
	background:#F7F3E6;
	padding:5px;
	font-weight:normal;
}

table tr td{
	height:30px;
	padding:5px;
}
	
	
