@charset "utf-8";

/*共通*/

* {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
	}
html{
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 0.9em;
	line-height: 1.7em;
	color: #000000;
	text-align: center;
	background: url(images/body_bg.gif) repeat-x fixed left top;
	margin: 0px;
	padding: 0px;
	min-width:660px;
}
a:link,
a:visited{
	color: #0000FF;
}
a:hover,
a:active{
	color: #FF6600;
}
img,
a:link img,
a:visited img{
	border:0
}
h1,h2,h3,h4,h5,h6{
	margin: 5px 0px;
	padding: 0px;
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{

}
h6{
}
p{
	margin: 30px 0px;
	padding: 0px;
}
hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
}
ul,ol{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li{
	list-style-type: none;
}

/*カラー*/

.red{
	color: #FF0000;
}
.bg_y{
	background: #ffff00;
}
.bg_o{
	background: #ff6600;
}
.bg_d_y{
	background: #ffffee;
}
.bg_d_b{
	background: #f0f8ff;
}
.bg_m_r{
	background: #d02122;
}

/*位置調整*/

.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.imgL{
	float: left;
	margin-right: 5px;
}
imgR{
	float: right;
	margin-left: 5px;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
}
.clearfloat{
	display:block
}
.clearfloat:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

/*レイアウト*/

#wrapper{
	margin: 0px auto 36px;
	padding: 0px 0px 1px;
	width: 660px;
	position: relative;
}
#container{
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
	width: 100%;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}
*html #container{
behavior: expression(IEPNGFIX.fix(this));
}

table{
	width:560px;
	border: 1px solid #B7E5B7;
	margin: 35px 0px 35px 50px;
	border-collapse:separate;
	xpadding: 1px;
}
tr{
}
th,td{
	padding: 5px 10px 5px 10px;
}
th{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	white-space:nowrap;
	font-weight: normal;
	background: #B7E5B7;
	vertical-align: top;
	border-bottom: 1px solid #B7E5B7;
}
td{
	border-bottom: 1px solid #B7E5B7;
}
#header{
	height: 7px;
	width: 100%;
	background: #139013;
}
#footer{
	height: 7px;
	width: 100%;
	background: #139013;
}