/*
-------問い合わせ画面編集用---------
*/

@charset "utf-8";

body{
	background-color:#ffffff;
	position: absolute;
	height: 100%;
	width: 100%;
	margin-top:0px;
}

#wrapper{
	margin: 0 auto 0 auto;
	text-align:center;
}

#header{
	width : 940px;
	height: 100px;
}

#contents{
    margin: 0;
    width: 100%;
    text-align:center;
}
#footer{
	width : 100%;
	text-align:center;
}

/*
-------ヘッダー---------
*/
#header_line{
	width:100%;
}

#heder_hr{
	border: 10px solid #009933;
	width: 100%;
	height: 20px
}
#header_left{
	width:550px;
}
#header_text{
	width:470px;
	font-size:11px;
}

#ss_log{
	width:470px;
}

#header_tel{
	float:left;
}
/*
-------フッター------
*/
#footer_box{
	width:100%;
	background-color:#DCDCDC;
}

.footer_menu{
	float:left;
	width:80px;
	height:30px;
	background-color:#F5F5F5;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	border-top:5px solid #C0C0C0;
	border-bottom:5px solid #C0C0C0;
	border-left:5px solid #C0C0C0;

}

.footer_menu2{
	float:left;
	width:80px;
	height:30px;
	background-color:#F5F5F5;
	vertical-align : middle;
	font-size:14px;
	font-weight:bold;
	border-top:5px solid #C0C0C0;
	border-bottom:5px solid #C0C0C0;
	border-left:5px solid #C0C0C0;
	border-right:5px solid #C0C0C0;
}

#footer_hr{
	border: 10px solid #009933;
	width: 100%;
	height: 10px
}


.line1{
	border: 10px solid #009933;
	width: 900px;
	height: 10px
}

.line2{
	border: 10px solid #C0C0C0;
	width: 920px;
	height: 20px
}

/*
-------ボーダー------
*/

#border_line{
	width:100%;
}

#border_hr{
	border: 1px dotted #009933;
	border-style: dotted;
	width : 100%;
}

#border_

/*
-------申込み用---------
*/

h3 {
	font-size:15px;
	text-decoration:underline;
}

h4 {
	margin-top:0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-bottom: 10px;
}

div.field_info{
	font-size:13px;
	padding-top:5px;
	padding-left:10px;
}

.field_info li {
	font-size:13px;
	line-height:25px;
}

.field_info ol {
	margin-bottom:0px;
}

.rule {
	color:#FF0000;
	font-size:12px;
	font-weight:normal;
}

div #inquiry {
	width:auto;
	height:auto;
	background-color:#fbfbfb;
	border:1px;
//	border-style:solid;
	border-color:#DDD;
	padding:15px;
}

div #inquiry table {
	width: 100%;
}

table {
	border:1px;
	border-collapse: collapse;
}

th {
	background-color:#F0F0F0;
}

td {
	background-color: #FFFFFF;
}

}

div #inquiry table, th, td {
	border: solid 1px #999999;
}

div #inquiry th {
	width: 305px;
}

div #submit_field {
	text-align:center;
	border: 0px;
}

.item-info {
	background-color:#Ffffff;
}

#item-space {
	height:20px;
}

#space {
	height:25px;
}


.course {
	margin-left: 0px;
}

.course_top {
	padding-left:0px;
}

.course_middle {
	padding-left:0px;
	list-style-type:none;
}

.course_bottom {
	margin-left:30px;
	list-style-type:none;
}

.course_bottom_confirm {
	margin-left:10px;
	list-style-type:none;
}

.error-field {
	background-color: #FFDDDD;
	border: 2px solid;
	border-color: #FD5555;
	color: #FF0000;
	font-size: 13px;
	padding: 10px;
}

.error-field ul {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:20px;
}

.error-field li {
	line-height: 18px;
}

#header-space {
	height: 100px;
}

#copyright {
	height:50px;
	text-align: center;
}

#copylight_font {
	color: #000000;
	font-size:11px;
}
