* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}
#wrapper{
        margin: auto;/*中央寄せ*/
	width: 1074px;
        border: 1px solid #CCCCCC;
}
/* メニューここから */
#navi{
	float: left;
	width: 1075px;
	list-style-type: none;
	margin: 0px;
	border: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#navi li{
	float: left;
	border: 1px solid #1E90FF;
	display: block;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
}
#navi li a{
	background: #DFF4FF;
	display: block;
	text-decoration: none;
	width: 176px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	font-size: 13px;
}
#navi li a:hover{ /* リンクにカーソルが乗った時、赤系の色に変更 */
	background: #FEFFEC;
}
#main {
	width: 1075px;
	margin-top: 0px;
	border: 1px solid #C7C7E5;
	background-color: #FFF;
	margin-top: -5px;
}
#col5 {
	float: left;
	width: 500px;
	height: 250px;
	margin: 30px 0px 40px 30px;
/*	border: 1px solid #CCCCCC;*/
}
#col6 {
	float: right;
	width: 500px;
	height: 250px;
	margin: 30px 30px 40px 0px;
/*	border: 1px solid #CCCCCC;*/
}
#inquiry {
	width: 750px; 
	text-align: left;
	margin: auto;
	
}
#inquiry table {
	border-top: 1px solid #C7C7E5;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #C7C7E5;
	font-size: 100%;
	width: 100%;
	margin: 30px 0px 0px 7px;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #C7C7E5;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #C7C7E5;
	border-left: 2px solid #C7C7E5;
	border-right: none;
	background-color: #F5F5F5;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
	text-align: center;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}
#credit {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	width: 1075px;
	font-size: 1.2em;
	text-align: center;
	color: #C7C7E5;
	background-color: #FFF;
	border: 1px solid #C7C7E5;
}
#bottomlink3 {
	clear:all;
	margin:20px 0px 10px 0px;
	padding:0px;
	font-size: 100%;
	text-align: center;
}
#bottomlink3 table {
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
}
/*
----------------------------------------------------------------------
 文字関連
----------------------------------------------------------------------
*/
p {
	margin: 0px 20px 10px 10px;
	font-size: 13px;
	line-height:150%;
	color: #333;
}
h1{
	margin: 20px 0px 10px 7px;
	padding: 2px 0px 3px 24px;
	background-image: url(image/midasi.jpg);
	background-repeat:no-repeat;
	clear: left;
	font-size: 15px;
	line-height:150%;
/*	color: #0026EB;*/
	color:#1740E2;
	width: 460px;
}
h2 {
	margin: 20px 0px 10px 7px;
	padding: 2px 0px 3px 24px;
	background-image: url(image/midasi.jpg);
	background-repeat:no-repeat;
	clear: left;
	font-size: 15px;
	line-height:150%;
	color: #1740E2;
	width: 460px;
}
h3 {
	margin: 20px 0px 10px 7px;
	padding: 2px 0px 3px 24px;
	background-image: url(image/midasi.jpg);
	background-repeat:no-repeat;
	clear: left;
	font-size: 15px;
	line-height:150%;
	color: #1740E2;
	width: 460px;
}
h4 {
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 24px;
	background-repeat:no-repeat;
	clear: left;
	font-size: 15px;
	line-height:150%;
	color: #1740E2;
	width: 460px;
}
#footer {
	margin-top: 10px;
	padding: 15px 0px 5px 0px;
	clear: left;
	width: 1076px;
	font-size: 13px;
	text-align: center;
	color: #C7C7E5;
	background-image: url(image/footer.png);
}
