@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}
a img{
	border:0;
}
body {
	font-size:12px;
	line-height:18px;
	color:#333;
	padding-bottom:40px;
}
html {
	background:url(../images/bg.png);
}
#container {
	width:817px;
	margin:0 auto;
	border:1px solid #999;
	border-top:none;
	background:url(../images/body_bg.png) repeat-y;
}
#content {
	width:735px;
	margin:0 41px;
	padding:46px 0 20px 0;
}
/*

@ #header

===========================================*/

h1 {
	margin-bottom:40px;
}
h2 {
	margin-bottom:30px;
	text-align:center;
}
h3 {
	text-align:center;
	margin-bottom:30px;
}
h4{
	margin-bottom:10px;
}
#header p {
	margin-bottom:35px;
}
/*

@ #main

===========================================*/
#main {
	padding-bottom:100px;
	font-size:14px;
	line-height:22px;
}
#main {
	margin-bottom:0;
	color:#666;
}
#main .underline{
	margin:10px 0;
	text-decoration:underline;
	color:#333;
}
#main .sign{
	margin:10px 0;
	text-align:right;
	font-size:16px;
}

#main .message{
	padding:20px;
	margin-bottom:30px;
	border:10px solid #e0e0e0;
	color:#333;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#main .table{
	margin-bottom:30px;
}
/*

@ #footer

===========================================*/
#footer {
	padding-top:20px;
	text-align:right;
	border-top:1px solid #CCC;
}
/*

@ clearfix

===========================================*/

.section .article:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.section .article {
	min-height: 1px;
}
* html .section .article {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
