@charset "utf-8";
/* CSS Document */

body{
	font-family:verdana,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:75%;
	background:url(../img/wrapper_bg.jpg) repeat-x;
	margin:0;
	line-height:20px;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	padding:0;
}

#contents{
	border:1px solid #8A8A8A;
	margin:10px 0;
}

p{
	padding:0 30px 10px;
}


h2.top{
	background:#FFF0D2;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:10px 15px;
	margin:0;
	border-bottom:1px solid #8A8A8A;
	border-left:10px solid #BA6559;
}


h3.index{
	margin:10px 20px;
	line-height:40px;
	background:url(../images/h3.jpg) no-repeat left top;
	padding-left:25px;
	border-bottom:1px dotted #999;
}



.foot{
	background:#FFF0D2;
	padding:10px 0;
	margin:0;
	border-top:1px solid #8A8A8A;
	border-bottom:none;
}


.menu_list{
	width:950px;
	margin:20px auto 10px auto;
	height:280px;
}

.menu_list50{
	width:950px;
	margin:20px auto 10px auto;
	font-size:13px;
}
.menu_list50 td{padding:10px 0;}

.menu_list50 td a{color:#333; }

.menu_list50 td a:hover{color:#C33; text-decoration:none;}


.ct a{
	text-decoration:none;
	border:none;
}

.ct{
	background:url(../images/menu_list.jpg) no-repeat left top;
	width:170px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	border:none;
}

.ct a:link{
	color:#333;
	border:none;
}

.ct a:visited{
	color:#333;
	border:none;
}

.ct a:hover{
	color:#C33;
}

.ct a:active{
	color:#C33;
}

.return{
	text-align:right;
	width:1000px;
	padding:5px 0 0 0;
	border:none;
}

.return a:link{
	color:#333;
	border:none;
	text-decoration:none;
}

.return a:visited{
	color:#333;
	border:none;
	text-decoration:none;
}

.return a:hover{
	color:#C33;
	border:none;
	text-decoration:none;
}

.return a:active{
	color:#C33;
	border:none;
	text-decoration:none;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }