@charset "utf-8";

/* ****************************** ELEMENTS ****************************** */

* {
	font-size: 100%;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
}

body {
	background:url(../inquiry/img/bg_header.gif) repeat-x;
	margin: 0px auto;	/* center */
	text-align: center;	/* center in winIE */
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 80%;
	font-family: sans-serif;
	color: #333333;
	line-height: 1.4 !important;
}

img	{
	border:0;
	}

h1 {
	padding: 10px 0 0 11px;
	font-weight: normal;
	font-size: 100%;
}

h2{
	margin-top: 14px;
	padding: 6px 0 0 0;
	font-size: 120%!important;
	font-weight: bold;
	color: #666666;
	text-align: center;
	background-image: url(../inquiry/img/bg_title.gif);
	background-repeat: no-repeat;
	height: 36px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 100%!important;
	font-weight: bold;
	color: #666666;
}

label{
	cursor: pointer;
}

/* ****************************** CONTENS ****************************** */

div#container {
	width: 750px;
	margin:0px auto;
	text-align: left;
	background: #fff;
}

div#content{
	width: 712px;
	margin: 0 19px;
	clear: both;
	text-align: left;
}

/* ****************************** HEADER ***************************** */

div#header	{
	background-image: url(../inquiry/img/bg_header.gif);
	background-repeat: repeat-x;
	height: 80px;
	width: 750px;
	}

div#header .mop	{
	display:inline;
	float:left;
	padding:15px 0 0 22px;
		}
div#header .lala	{
	display:inline;
	float:right;
	padding:34px 19px 0 0; 
	}

div#header h1 {
	margin: 0px;
	padding: 0 0 0 11px;
	vertical-align: text-bottom;
	font-weight: normal;
	font-size: 100%;
}

/* ****************************** TABLE ****************************** */

table	{
	word-wrap:break-word;
	width: 660px;
	margin: 0px 26px;
}

table.siststu	{
	margin: 0 11px;
	}

table.sisetsu td {
	padding:5px 5px 5px 5px;
	text-align: left;
}

table.siststu2	{
	width:660px;
	}

table.sisetsu2 td {
	padding:5px 5px 5px 10px;
	text-align: left;
	background:#EBEBEB;
}

table.link {
	padding: 5px 0 0 0;
}

table.link td{
	padding: 6px 3px 6px 3px;
	background: #eeeeee;
	text-align: center;
}

table.link td.left{
	padding: 6px 3px 6px 3px;
	background: #eeeeee;
	text-align: left;
}

.cap1	{
	text-align:left;
	padding: 10px 0 8px 30px;
	font-size:12px;
	line-height:1.6;
	color:#666666;
	}

.cap3	{
	text-align:left;
	padding: 10px 0 8px 30px;
	font-size:12px;
	line-height:1.6;
	color:#FF0000;
	}

.cap2	{
	padding:5px 8px;
	text-align:left;
	line-height:1.5;
	color: #666666;
	}
	
/* ****************************** footer ****************************** */

#footer	{
	background:url(../inquiry/img/bg_footer.gif) repeat-x;
	height: 29px;
	}

#footer2	{
	margin:0 auto;
	width:690px;
	overflow: auto;
	}

.pagetop{
	padding: 20px 15px 5px 0;
	border-bottom: #CCC 1px solid;
	vertical-align: text-bottom;
	text-align: right;
}

.copyright{
	float: right;
	display: inline;
	margin: 0 auto;
	width: 110px;
	text-align: right;
}

/* ****************************** regulation ****************************** */

.clear	{
	clear:both;
	}

/* ****************************** btn ****************************** */

.close	{
	float:left;
	display: inline;
	margin: 10px 0 0 0;
	width: 580px;
	padding: 0 0 0 110;
	}

