@charset "utf-8";

*{
	margin:0;
	padding:0;
}

a{
	outline : 0 ;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border:0;
}

html {
	height:100%;
}

body {
	background-color:#fffff;
	height:100%;
	position:relative;
	z-index:1;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
	font-size: 13px;
	line-height: 18px;
}


#container {
	width:910px;
	margin:0 auto;
	text-align:center;
	background-color:#e5dfca;
	padding:10px 0;
}

#contents {
	width:880px;
	margin:0 auto 30px;
	text-align:left;
	padding:5px 5px 10px;
	background-color:#ffffff;
}

.contents_inner {
	width:939px;
	background-color:#fff9cc;
	border:solid 3px #ffcc00;
	border-top:0;
	border-bottom:0;
	padding-top:15px;
}

.contents_bottom {
	background:url(/images/common_contents_bottom.gif) no-repeat;
	width:945px;
	height:23px;
	overflow:hidden;
}




p,td,th{
	font-size:14px;
}
p{
	margin-bottom:5px;
}

h1{
	font-size:11px;
	
}

ul{
	margin-left:10px;
}

h2.t2{
background-image:url("1ti_6.gif");
background-repeat:no-repeat;
font-size:15px;
height:25px;
line-height:26px;
margin:0;
padding:0 0 0 20px;
margin-bottom:10px;
margin-top:30px;
}

table.table01{
background-color:#FFFFFF;
border-collapse:collapse;
border-left:1px solid #999999;
border-spacing:0;
border-top:1px solid #999999;
empty-cells:show;
width:580px;
float:left;
}

table.table01 th{
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}

table.table02 th{
	width:180px;
padding:10px;
}

table.table01 td{
text-align:left;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
padding:10px;
}

td.mon{
background-color:#EEEFE5;
}
td.thu{
background-color:#dddddd;
}

#actionImg{
	margin-left:600px;
}

#actionImg img{
	margin-bottom:20px;
}