@charset "Shift_JIS";
/* Common Style */

*{
font-family:"Lucida Grande",Verdana,Arial,"MS P ƒSƒVƒbƒN","Hiragino Kaku Gothic Pro";
font-size: 13px;

}

html {
	height: 100%;
	background: #f5f6f6;
}
body {
	line-height :1.35;
	font-size: 13px;
	color: #444;
	height: 100%;
	background:url(images/body_bg.png) repeat-x #f5f6f6;
}
ul, ol, p, dl, dt, dd, h1, h2, h3, h4, h5, h6,img {
	margin: 0;
	padding:0;
}
img{
border:0;
}
ol, ul {
	overflow: hidden;
}
ul li {
	list-style: none;
}
dl {
	display: inline-block;
	width: 155px;
	float: left;
	margin: 0 0 0 5px;
}


a {
	text-decoration: none;
}
a.login{
margin: 0 5px 0 0;
}
a:link {
color:#003366;
text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
p {
	display: block;
}
div.wrapper0 {
	padding: 0;
}
div.wrapper {
	background:white none repeat scroll 0 0;
	border:1px solid #F8F8F8;
	clear:both;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	width:980px;
}
/* ==== Header ==== */
div.header {
	width: 980px;
	margin: 0 auto;
	height: 65px;
	background: url(images/header_bg.png) left bottom no-repeat;
}
div.header h1 {
	width: 400px;
	float:left;
	margin: 10px 10px 0 15px;
}
div.header ul {
	float: right;
}
div.header ul li {
	float: right;
}

.head_link{
display:block;
float:right;
margin:10px 5px 0 0;
}

.head_link a.entry{
background:#C20544 none repeat scroll 0 0;
color:white;
font-size:12px !important;
line-height:2;
margin:0 0 0 10px;
padding:5px 15px;;
}
/* ======== Menubar ======== */
div.menubar {
	background: url(images/nav_inquiry.png) repeat-x;
	overflow: hidden;
	clear: both;
	width: 980px;
	height: 55px;
	margin:0 auto;
}
div.menubar h2 {
	float: left;
	margin: 15px 0 0 20px;
	color: #222;
}
p.nav {
overflow:hidden;
margin: 0px 10px 0 0;
text-align: right;
float: right;
}

.nav span{
display : block;
float:left;
text-align: center;
margin: 8px 5px 0;
height: 28px;
color: #ffffff;
letter-spacing:0.2em;
}
.nav span a{
display : block;
white-space:nowrap;
letter-spacing:0.2em;
padding: 10px 5px 5px;
color: #ffffff;
}


.nav_hover{
text-decoration: underline;

}
.nav_selected{
color:gray;
background: url(images/nav_selected.pngs) no-repeat center bottom;
}
.nav_selected{
padding: 10px 5px 5px;
}

/* ==== Bread ==== */
ul.bread {
	width: 100%;
	overflow: hidden;
	height: 20px;
	padding: 10px;
	margin: 0 0 0 20px;
	background: url(images/arr.png) no-repeat left center;
}
ul.bread li {
	float: left;
	margin: 0 0 0 4px;
	color: #666;
}
.content {
	margin:0 20px;
	min-height:600px;
}
.content table {
	width: 700px;
	border-collapse: collapse;
}
.content th, .content td {
	border:1px solid #aaa;
	padding: 5px 8px;
	vertical-align:top;
}

.content th {
	width: 190px;
	font-weight: normal;
	background:#eee;
}

.content td.check input{
border:none;
}
.content .thank{
border:4px solid #c4e3f4;
padding: 20px;
text-align:center;
width: 600px;
margin: 30px auto 0;
height: 150px;
}
.content .thank p{
margin: 50px auto;
}


table input, table textarea {
background-color:#FAFAFA;
border-color:#7d7d7d #c2c2c2 #c2c2c2 #7d7d7d;
border-style:solid;
border-width:1px;
font-size:12px;
line-height:16px;
padding:3px 3px 3px 3px;
letter-spacing:0.03em;
}

b{
color:red;
}
p.note{
font-size:85%;
margin: 3px 0;
display: block;
}
td span{
font-weight: bold;
}


div.submit_btn {
	width:450px;
	margin: 0 0 20px;
	padding: 10px 0;
	text-align: center;
	overflow:hidden;
}
div.submit_btn span.submit {
	float: right;
}

div.submit_btn span.back{
float: left;
}

/* ==== Footer ==== */
div.footer {
	background: #ccc;
}
div.footer_box {
	width : 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 10px;
}
div.footer p.copyright {
	float : left;
}
div.footer p.footer_link {
	float: right;
}
div.footer p.footer_link a {
	margin: 0 0 0 10px;
	font-size:11px!important;
	color:#003366;
}

