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

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/common/bg.gif);
	color: #666;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,p,ul,li,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	height:100%;
	margin:0px auto;
}

#all {
	height:100%;
	min-height: 100%;
	width: 1020px;
	margin: 0px auto;
	background: url(../images/common/contents_bg.png) repeat-y;
}

body > #all {
	height: auto;
}


a {
	color:#F69;
}
/*----header----*/

#head {
	text-align: left;
	position: relative;
	padding: 20px 40px 0px 40px;
}

#head p{
	font-size: 75%;
	line-height: 100%;
	font-weight: bold;
}

#head h1{
	margin: 20px 0 0 0;
}

/*----contents----*/

#contents {
	text-align: left;
	position: relative;
	padding: 20px 40px 40px 40px;
}

/*----maincontents----*/

#contents #main {
	width:640px;
	float: right;
}

#contents #main p {
	margin: 0 0 20px 0;
}

/*----sidecontents----*/

#contents #side {
	float: left;
	width: 280px;
}

#contents #side h1{
	margin: 0 0 20px 0;
}

#contents #side p {
	font-size: 80%;
	line-height: 160%;
	margin: 0 0 20px 0;
	font-weight: bold;
}

#contents #side p.btn_inq {
	line-height: 100%;
}

/*----footer----*/

#foot {
	clear: both;
}

#foot table{
	width: 940px;
	background-color: #f3eaea;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}

#foot table th{
	padding: 5px;
	font-size: 75%;
	line-height: 120%;
	font-weight: bold;
	border: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
	width: 10%;
}

#foot table td{
	padding: 5px;
	font-size: 75%;
	line-height: 120%;
	border: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
}

#foot p{
	margin: 20px 0 0 0 ;
	font-size: 75%;
	line-height: 120%;
}

#contents_one {
	text-align: left;
	position: relative;
	padding: 20px 40px 40px 40px;
}

#contents_one #main {
	width:940px;
}

#contents_one #main p {
	font-size: 80%;
	line-height: 160%;
	margin: 0 0 20px 0;
	font-weight: bold;
}

table#inquiry {
	width: 940px;
	background-color: #f3eaea;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}


table#inquiry th{
	padding: 8px;
	font-size: 75%;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 15%;
}

table#inquiry td{
	padding: 8px;
	font-size: 75%;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}

.require {
	color: #C00;
	margin: 0;
	font-weight: normal;
}