@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
    font-size: 90%;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif,"ヒラギノ角Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS UIゴシック", "osaka";
	line-height: 1.4;
    color: #333333;
	background: url(../images/shadow.gif) center top repeat-y;
	overflow-x: hidden; 
}
img {
	border: none;
	vertical-align: top;
}
p,span {
	margin: 0;
	padding: 0;
}
form {
    margin: 0px;
    padding: 0px;
}
.midashi {
    font-size: 140%;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    padding-left: 58px;
    vertical-align:bottom;
} 
.midashi_r {
    text-align: right;
    padding-right: 58px;
    vertical-align:bottom;
} 
.midashi_r2 {
    text-align: right;
    padding-right: 10px;
} 
.line_vo {
	border: 1px solid #E79742;
}
.line_hb {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#wrapper {
	width: 798px;
	margin:0px auto;
}

#body_header {
    width:790px;
    margin:0px auto;
    font-size: 9pt;
}

#body_header h1 {
    float:left;
    width:710px;
    color:#a43616;
}

.sitemap_link {
    float:left;
    width:80px;
}

.sitemap_link a{
    text-decoration:none;
    font-weight: bold;
    color:#a43616;
}

/* ヘッター、ロゴ
---------------------------------------------*/
#header {
    float:left;
    width: 600px;
	background: url(../images/header_bg.gif) center top repeat-x;
}
#header2 {
	width: 798px;
    height: 129px;
	background: url(../images/header_bg2.gif) center top repeat-x;
}
#logo {
    float:left;
    width: 248px;
    margin: 0;
}
.header_logo {
    width:186px;
    height:129px;
    float:left;
}
.header_img {
    margin-left:5px;
    width:338px;
    height:87px;
    float:left;
}


#top_tel {
    width:269px;
    height:87px;
    font-size:small;
    color:#ffffff;
    float:left;
    font-size:8pt;
}

.top_tel_img {
    width:160px;
    height:25px;
    background: url(../images/top_tel.png);
}
.tel_text {
    margin:23px 0px 0px 18px;
}

#title {
    float:left;
    width: 352px;
    margin: 0;
	font-size: 12px;
    font-weight: normal;
    line-height: 140%;
    color: #FFF;mb
}

.header_copy {
	font-family: serif;
	color:#638ace;
	font-size: 14pt;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
}

#topimg {
    float:left;
    width: 198px;
    height: 170px;
	background: url(../images/header_bg.gif) repeat-x;
}
#mt15 {
  margin-top: 15px;
}
#mt5 {
  margin-top: 5px;
}
.header_txt {
    margin-left:5px;
	font-size: 11px;
    font-weight: normal;
    line-height: 140%;
    color: #FFF;
    padding-right: 10px;
}
/* ナビゲーションTOPぺージ---------------------------------------------*/

#globalNav {
	width: 798px;
	height: 30px;
	list-style-type: none;
	background-image: url(../images/navigation_bg.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 114px;
}

#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:30px;
    padding-top: 30px;
	background-image: url(../images/navigation.gif);
	color: #FFFFFF;
}

/*  背景画像の位置 ---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -114px 0; }
	#nav03 a { background-position: -228px 0; }
	#nav04 a { background-position: -342px 0; }
	#nav05 a { background-position: -456px 0; }
	#nav06 a { background-position: -570px 0; }
	#nav07 a { background-position: -684px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -60px; }
	#nav02 a.stay { background-position: -114px -60px; }
	#nav03 a.stay { background-position: -228px -60px; }
	#nav04 a.stay { background-position: -342px -60px; }
	#nav05 a.stay { background-position: -456px -60px; }
	#nav06 a.stay { background-position: -570px -60px; }
	#nav07 a.stay { background-position: -684px -60px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -30px; }
	#nav02 a:hover { background-position: -114px -30px; }
	#nav03 a:hover { background-position: -228px -30px; }
	#nav04 a:hover { background-position: -342px -30px; }
	#nav05 a:hover { background-position: -456px -30px; }
	#nav06 a:hover { background-position: -570px -30px; }
	#nav07 a:hover { background-position: -684px -30px; }


/* 流れるメッセージ
---------------------------------------------*/
#information {
    float:left;
	width: 100%;
	height: 25px;
	background: url(../images/message_bg.gif) left top repeat-x;
	color: #FFFFFF;
}
#marquee {
	margin:0px auto;
	width: 788px;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 2px;
}

/* 「こちら」用スタイル
---------------------------------------------*/
.mail_text_l {
	text-align:left;
	font-size:small;
}

.mail_text_r {
	text-align:right;
	margin-right:10px;
	font-size:small;
}

.mail_text_l a, .mail_text_r a{
	color:#da8233;
}

/* 2段組指定
---------------------------------------------*/
#content {
	float:left;
	overflow: auto !important;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#content2 {
    float:left;
	overflow: auto !important;
	width: 100%;
	padding-bottom: 5px;
}
#about {
	float: left;
	width: 334px;
    padding-left: 6px;
}
#newsRelease {
	float: left;
	width: 445px;
    padding-left: 6px;
}
#footer {
	clear: both;
	color: #333;
	height: 85px;
    margin-top: 10px;
}
#footer p {
	text-align: center;
}
#footer p a{
	color: #333;
	text-decoration: none;
}
#footer p a:hover {
	color: #E79742;
	text-decoration: underline;
}

.sml {
    font-size: 80%;
}

/* 本文のレイアウト
---------------------------------------------*/
#about .section {
	margin: 16px 0 0 0;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
/*	background: url(../images/arrow.gif) left center no-repeat; */
}

/* 検索パネル
---------------------------------------------*/
#panel .bg  {
  background: url(../images/search_panel03.gif) top repeat-y;
  margin: 0;
}

.panel_class .bg,
.panel_class2 .bg  {
	background-color: #e79742;
	width:335px;
    margin: 0;
}

.top_cal_text {
	margin:0px 10px 10px 30px;
	font-size:11pt;
	color:#ffffff;
	font-weight: normal;
}

.top_cal_text h2, .top_cal_text strong {
	font-weight: normal;
}

.panel_caption {
    margin:0px 15px;
    font-size:x-small;
    color:#FFFFFF;
}

#form_section_top {
	margin: 0px 0px 0px 15px;
	color: #FFF;
}
#form_section {
	margin: 10px 10px 0 15px;
	color: #FFF;
}
#form_section  a{
	color: #FFF;
}
#form_section  a:hover {
	color: #FFE0C3;
}
#form_section ul {
	margin: 5px 10px 0 15px;
	color: #FFF;
	list-style: square;
}

.form_class {
	margin: 10px 10px 0 15px;
	color: #FFF;
}

.form_class2 {
	margin: 0 10px 0 10px;
	color: #FFF;
}

.form_class2,
.form_class  a{
	color: #FFF;
}
.form_class2,
.form_class  a:hover {
	color: #FFE0C3;
}
.form_class2,
.form_class ul {
	margin: 5px 10px 0 15px;
	color: #FFF;
	list-style: square;
}

select, textarea  {
	width: 300px;
	height: 20px;
	color: #333;
	margin-top: 3px;
	padding-left: 3px;
}
.input2  {
	width: 230px;
	height: 16px;
	color: #333;
	padding-left: 3px;
	margin-top: 5px;
}
option {
    padding-left: 5px;
}
.option_t {
    margin-top: 5px;
}
div.bg th {
	font-weight: normal;
	padding-top: 5px;
    width:80px;
    color: #FFF; 
} 
#ad img {
	padding-bottom: 5px;
}

/* カレンダー
---------------------------------------------*/
#calendar {
	text-align: center;
	padding-top: 5px;
}
#calendar table {
	width: 95%;
	margin: 0 auto;
	font-size: 90%;
}
#calendar td {
	padding: 2px;
	text-align: center;
}

#calendar2 table {
	width: 98%;
	margin: 0 auto;
	font-size: 90%;
}
#calendar2 td {
	padding: 2px;
}

#calendar3 table {
	width: 98%;
	margin: 0 auto;
	font-size: 90%;
}
#calendar3 td {
	padding: 2px;
}
#calendar4 table {
	width: 98%;
	margin: 0 auto;
}
#calendar4 td {
	padding: 2px;
}
#calendar5 {
	text-align: center;
	padding-top: 5px;
	font-size: 90%;
}
#calendar5 table {
	width: 95%;
	margin: 0 auto;
}
#calendar5 td {
	padding: 2px;
	text-align: center;
}
.th {
	background: #FFFFFF;
}
.td {
	background: #FFE0C3;
}
.hyou_t {
	background: #E79742;
	color: #FFF;
    text-align: center;
}
.hyou_t2 {
	background: #E79742;
	color: #FFF;
	font-weight:bold;
}
.gray {
	background: #999;
}
.year {
	font-size: 70%;
}
div.price span.year {
	font-size: 70%;
    line-height:90%;
	margin: 0 auto;
}
.price {
    color: #E79742;
}
.txt_ac {
     text-align: center;
}
.mnone {
     margin-bottom: -10px;
}
#calendar td a {
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}
#calendar td a:hover {
	text-decoration: none;
	color: #E79742;
}
#calendar2 td a {
/*	display: block; */
	width: 100%;
	color: #E79742;
	text-decoration: undeline;
}
#calendar2 td a:hover {
	text-decoration: undeline;
	color: #999;
}
#calendar3 td a {
	width: 100%;
	color: #E79742;
	text-decoration: undeline;
}
#calendar3 td a:hover {
	text-decoration: undeline;
	color: #999;
}
#calendar5 td a {
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}
#calendar5 td a:hover {
	text-decoration: none;
	color: #E79742;
}

#disp_date{
	padding-left:10px;
	height:30px;
	width:180px;
	font-weight:bold;
	font-size:14pt;
	background-color:#ffffff;
	color:#000000;
	float:left;
}

#calendar_back{
	float:left;
	margin: 5px 0px 0px 10px;
}

.panel_footer{
	margin-bottom: 2px;
	width: 335px;
	height: 20px;
	background-image: url(../images/panel_footer.png);
}
.panel_footer a{
	color: white;
}

/* 2nd page
---------------------------------------------*/
/*div#secondP {
float: left;
width: 320px;
font-size:12px;
margin: 20px 5px 5px 20px;
padding-right: 10px;
}*/

.mt5 {
margin-top: 5px;	
}

div.panel_class p.txt001,
div#secondP p.txt001{
margin: 5px 0 10px 3px;
font-weight: bold;
color: #E79742;
font-size:100%;
}

div#secondP table.gray2 {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
}

div.panel_class table.gray2 {
margin-top: 3px;
border-left: 1px solid #E79742;
border-top: 1px solid #E79742;
color: #404040;
}

div#secondP table.gray2 td{
padding: 3px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

div.panel_class table.gray2 td{
padding: 3px;
border-right: 1px solid #E79742;
border-bottom: 1px solid #E79742;
background: #FFF;
font-size: 94%;
}

div.panel_class table.gray2 td.td{
background: #FFE0C3;
}

div.panel_class ul,
div#secondP ul{
font-size: 12px;
margin: 10px 0 0 0;
list-style: none;
line-height: 1.6;
}

div.panel_class ul li,
div#secondP ul li{
padding-left: 15px;
background: url(../images/arrow03.gif) no-repeat left 5px;
}

div#secondP p{
color: #E79742;
font-size:12px;
}

div.panel_class p{
color: #FFF;
font-size:12px;
}

div.panel_class table#email_input,
div#secondP table#email_input  {
margin: 10px 0 10px 0;
padding: 3px;
width: 100%;
}

div.panel_class table#email_input td,
div#secondP table#email_input td {
text-align: right;
}

div.panel_class td input,
div#secondP td input  {
	width: 210px;
	height: 16px;
	color: #333;
	padding-left: 3px;
	margin-top: 5px;
}

div.panel_class td.txt002,
div#secondP td.txt002  {
font-size: 12px;
}

div.panel_class .btnnext,
div#secondP .btnnext {
margin-top: 5px;
text-align: center;
}

/*-------------2nd page 右----------------------------*/

div#newsRelease p.mid {
font-size: 100%;
font-weight: bold;
color: #E79742;
margin-bottom: 3px;
margin-top: 3px;
}

div#rightwrap {
float: left;
background: #FFE5CC;
border: 1px solid #CCC;
padding: 8px;
text-align: center;
}


div#bgwrap{
float: left;
margin-top: 7px;
font-size: 12px;
}

div#bgwrap2{
float: left;
font-size: 12px;
}

div#boxleft {
float: left;
width: 200px;
padding:3px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
margin-right: 8px;
height: 100%;
background: #FFF;
text-align: left;
}

div#boxright {
float: right;
width: 200px;
padding:3px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
height: 100%;
background: #FFF;
text-align: left;
}

div#boxwide {
float: left;
width: 417px;
padding:3px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
height: 100%;
background: #FFF;
text-align: left;
}

div#boxwide img,
div#boxright img,
div#boxleft img{
float: left;
margin-right: 3px;
}

div#boxwide div.boxttl,
div#boxleft div.boxttl,
div#boxright div.boxttl{
font-size:100%;
font-weight: bold;
color: #FFF;
background: #E79742;
margin-bottom: 3px;
padding:3px;
text-align: center;
} 


div#boxwide ul{
font-size: 10px;
float: left;
margin: 5px 0 0 3px;
list-style: none;
line-height: 1.4;
border: 1px solid #CCC;
padding: 5px 5px 5px 0;
background: #FFE5CC;
}

div#boxwide ul li{
padding-left: 5px;
}

div#boxwide ul li strong{
font-weight: bold;
color: #E79742;
}














/*---------------------------------------------------*/

div#secondP2 {
float: left;
width: 425px;
background: #FFF;
margin: 0px 10px 5px 0px;
border-left: 1px solid #CCC;
}

div#secondP2 div.topimg {
background: url(../images/2nd_top.gif) no-repeat;
width: 100%;
height: 184px;
}

div#secondP2 div.topimg p{
position: relative;
text-align: right;
top: 140px;
left: 2059:32 AM 17/05/2009px;
font-weight:bold;
color: #E79742;
font-size:94%;
}

div#secondP2 p{
float: left;
margin: 5px 0 0 15px;
font-size:94%;
line-height: 1.5;
min-height: 110px;
}


div#secondP2 p img{
margin: 3px 10px 10px 0;
float: left;
border: 1px solid #CCC;
padding: 1px;
}

div#secondP2 p img.sp{
margin: 3px 10px 0 0;
float: left;
border: 1px solid #CCC;
padding: 1px;
}

div#secondP2 p img.right{
margin: 3px 0 5px 10px;
float: right;
border: 1px solid #CCC;
padding: 1px;
}

div#secondP2 p.list{
float: left;
margin: 5px 0 5px 15px;
min-height: 115px;
}

div#secondP2 p.list2{
float: left;
margin: 10px 0 10px 15px;
min-height: 20px;
font-weight:bold;
color: #E79742;
}

div#secondP2 h4{
float: left;
margin: 10px 0 0 15px;
}

div#secondP2 h5{
float: left;
width: 402px;
margin: 5px 0 0 15px;
font-size: 100%;
padding: 3px 3px 3px 5px;
background: #E79742;
color: #FFF;
}

div#secondP2 ul{
float: left;
margin: 0 0 15px 15px;
list-style: none;
line-height: 1.4;
font-size: 90%;
border: 1px solid #CCC;
padding: 5px 5px 5px 0;
background: #FFE5CC;
width: 400px;
}

div#secondP2 ul li{
padding-left: 10px;
}

div#secondP2 ul li strong{
font-weight: bold;
color: #E79742;
}


/* トップぺージ右
---------------------------------------------*/
#whsflash {
	position:relative;
	width: 433px;
	height: 322px;
	margin: 1px 0px 5px 5px;
	border: solid 2px #606060;
}

#title_info {
	position:relative;
	width: 445px;
	height: 147px;
	background: url(../images/right_imges_infoPanel.gif) no-repeat -1px top;
	margin-bottom: 2px;
}

#infoList {
	position:absolute;
	top:35px;
	left:20px;
	width: 405px;
	height: 85px;
	padding: 5px 1px 5px 5px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: 1px dotted #CCC;
	border-left:  1px solid #999;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
}

#infoList2 {
width:385px;
}

#infoList2 dl{
font-size: 12px;
}

#infoList2 dl dt{
float: left;
font-size: 10px;
padding-right: 5px;
color: #e79742;
line-height: 1.8;
min-height: 18px;
text-decoration: underline #CCC 1px dotted;
}

#infoList2 dl dd{
line-height: 1.6;
min-height: 20px;
border-bottom: #CCC 1px dotted;
}


#title_img {
	width: 445px;
	height: 147px;
    background: url(../images/right_imges_00.jpg) no-repeat;
}
#title_img p {
	float: left;
	font-size: 75%;
	font-weight: normal;
    color: #333;
    margin: 112px 0 3px 5px;
}
.txtd {
    text-decoration: underline;
}
.tbm_10 {
	margin: 3px 0 5px 0;
}

.top_support {
    position: relative;
    font-weight:normal;
}
.top_support_text_l {
    position: absolute;
    top: 120px;
    left: 10px;
    color: #ffffff;
    width:355px;
    font-weight:bold;
	text-align:left;
}

.top_support_text_r {
	position: absolute;
	top: 120px;
	left: 60px;
	color: #ffffff;
	width:361px;
	text-align:right;
	font-weight:bold;
	height: 20px;
}


/*  フラッシュぺージ ---------------------------------------------*/
.flash_page {
	background: #333344;
}

/*オンラインぺージ
---------------------------------------------*/
.list_section ul{
    margin: 5px 5px 5px 30px;
    line-height: 150%;
	list-style-image: url(../images/arrow02.gif);
	list-style-type: none;
}
.list_section ul a{
	color: #333;
    text-decoration: none;
}
.list_section ul a:hover{
	color: #E79742;
	text-decoration: underline;
}
.form_panel2 {
	background: #E79742;
    width: 443px;
}
.input3  {
	width: 410px;
	height: 250px;
	color: #333;
	padding: 5px;
}

.line_db {
    border-top: 1px dotted #333;
}

.form_text {
    color: #da8233;
    font-size: x-small;
}

/*Q&A ぺージ
---------------------------------------------*/
.box_w  {
    text-align: left;
	width: 410px;
	color: #333;
}
.txt_qanda {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding-left: 10px;
}
.url_link {
    text-align: right;
    font-size: 85%;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #E79742;
}
.url_link a{
    text-decoration: underline;
}
.url_link a:hover{
    text-decoration: underline;
    color: #E79742;
}
.url_link ul{
	list-style-image: url(../images/arrow02.gif);
	list-style-type: none;
}
.url_link2 {
    text-align: left;
    margin-right: 5px;
    margin-left: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #E79742;
    line-height: 150%;
}
.url_link2 a{
    text-decoration: underline;
}
.url_link2 a:hover{
    text-decoration: underline;
    color: #E79742;
}
.url_link2 ul{
	list-style-image: url(../images/arrow02.gif);
	list-style-type: none;
}



#schoolfee_table{
  border: solid 2px #aaaaaa;
  border-collapse: collapse;
  width: 100%;
}
#schoolfee_table th{
  text-align: center;
  border: solid 2px #aaaaaa;
  font-size: 9pt;
  color: #ffffff;
  background-color: #ff9839;
  font-weight:normal;
}
#schoolfee_table td{
  text-align: left;
  padding-left: 15px;
  border: solid 2px #aaaaaa;
  font-size: 9pt;
  font-weight:bold;
}

#schoolfee_table .orange {
  background-color: #ffe0c3;
}


/*テキストの色とスペース
---------------------------------------------*/
.txt_w {
　　color: #FFF;
}
.txt_o {
    color: #E79742;
}
.txt_r {
    color: #F00;
}
.txt_11 {
    font-size: 11px;
}
.txt_180 {
    font-size: 150%;
    font-weight: bold;
}
.txt_120 {
    font-size: 120%;
    font-weight: bold;
}

.pd5 {
    padding: 5px;
}
.mt10 {
    margin-top: 10px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}

/*スケジュール
---------------------------------------------*/
#list_sections ul{
    margin: 5px 5px 5px 15px;
    line-height: 150%;
	list-style-image: url(../images/arrow02.gif);
	list-style-type: none;
}
#list_sections ul a{
	color: #333;
    text-decoration: none;
}
#list_sections ul a:hover{
	color: #E79742;
	text-decoration: underline;
}
#list_sections2 ul{
    margin: 5px 5px 5px 15px;
    line-height: 150%;
	list-style-image: url(../images/arrow02.gif);
	list-style-type: none;
}
#list_sections2 ul a{
	color: #E79742;;
    text-decoration: underline;
}
#list_sections2 ul a:hover{
	color: #999;
	text-decoration: underline;
}
/*お申し込みの流れ
---------------------------------------------*/
.backg {
    background: url(../images/process_middleb.gif) 2px repeat-y;
}
.backg2 {
    background: url(../images/process_middleb.gif) 2px bottom no-repeat;
}
.backg3 {
    background: url(../images/process_middleb.gif) 2px top no-repeat;
}
/*個人情報保護方針
---------------------------------------------*/
#privacy ul{
    margin: 5px 5px 5px 50px;
    line-height: 150%;
}
#privacy  ul a{
	color: #333;
    text-decoration: none;
}
#privacy  ul a:hover{
	color: #E79742;
	text-decoration: underline;
}
#privacy li {
	list-style-type:decimal;
}
#privacy2 ul{
    margin: 5px 5px 5px 75px;
    line-height: 150%;
}
#privacy2  ul a{
	color: #333;
    text-decoration: none;
}
#privacy2  ul a:hover{
	color: #E79742;
	text-decoration: underline;
}
#privacy2 li {
	list-style-type:lower-alpha;
}
#privacy3 ul{
    margin: 5px 5px 5px 30px;
    line-height: 150%;
}
#privacy3  ul a{
	color: #333;
    text-decoration: none;
}
#privacy3  ul a:hover{
	color: #E79742;
	text-decoration: underline;
}
#privacy3 li {
	list-style-type:decimal;
}
.table_input {
   width: 65px;
}
.table_input2 {
   width: 35px;
}
.table_input3 {
   width: 80px;
}
.table_input4 {
   width: 45px;
}
.form_address {
   width: 320px;
   height: 45px;
}

.img_box {
   border: 1px solid #999;
}

/*申込部分
---------------------------------------------*/
#reenquiry {
	position:relative;
	height: 83px;
	width: 335px;
	background-image: url(../images/reenquiry_back.gif);
}
.reenquiry_area {
	position:absolute;
	top: 10px;
	left: 15px;
	color:#ffffff;
}
.reenquiry_area img {
	margin-top: 5px;
}

/*トップ画像
---------------------------------------------*/
#daily_photo2 {
	position:relative;
	width:335px;
	height:165px;
	background-image: url(../images/photo_back.gif);
	margin-top: 2px;
	margin-bottom: 2px;
}

#daily_photo2 .daily_photo_title {
    text-align:center;
/*    color:#e79742; 
    color:blue;
    font-weight:bold;*/
}
#daily_photo2 .daily_photo_image {
	position:absolute;
	top:40px;
	left:15px;
	width:120px;
	height:90px;
	border:inset 4px #e79742;
}
#daily_photo2 .daily_photo_text {
	position:absolute;
	top:40px;
	left:145px;
	width:160px;
	height:90px;
	padding:0px 3px;
	font-size:9pt;
	background-color:#ffffff;
	border:inset 4px #ffffff;
}
#daily_photo2 .daily_photo_link {
	position:absolute;
	top:139px;
	left:15px;
}
#daily_photo2 .daily_photo_link a{
    color:#ffffff;
}

/*トップ画像
---------------------------------------------*/
#daily_photo {
	position:relative;
	width:335px;
	height:160px;
	background-image: url(../images/photo_back.gif);
}

.daily_photo_title {
    text-align:center;
    color:blue;
    font-weight:bold;
}
.daily_photo_image {
	position:absolute;
	top:40px;
	left:15px;
	width:120px;
	height:90px;
	border:inset 4px #e79742;
}
.daily_photo_text {
	position:absolute;
	top:40px;
	left:145px;
	width:160px;
	height:90px;
	padding:0px 3px;
	font-size:9pt;
	background-color:#ffffff;
	border:inset 4px #ffffff;
}
.daily_photo_link {
	position:absolute;
	top:138px;
	left:15px;
}
.daily_photo_link a{
	color:#ffffff;
	text-decoration: none;
}
.daily_photo_link a:hover{
	text-decoration: underline;
}

#user_photo {
	position:relative;
	width:335px;
	height:160px;
	background-image: url(../images/photo_user_back.gif);
}

/* スケジュール */
.schedule_text_wp{
  float:left;
  width:350px;
}
.schedule_photo{
  float:right;
  width:120px;
}

/* top included service */
.included_img_top {
    width: 445px;
    height: 30px;
    margin-top: 10px;
}

.included_img_bottom {
    width: 445px;
    height: 20px;
}

#included_service {
    margin: 0px;
	background: url(../images/include_area.png) repeat-y;
	background-color: #FFFFFF;
}

#included_service dl{
    padding:0px 15px;
/*    border: solid 2px #e79742;*/
}

#included_service dt{
    font-size: small;
    font-weight: bold;
    color: #e79742;
    margin-top: 3px;
    background: url(../images/arrow02.gif) left no-repeat;
    padding-left: 15px;
}

#included_service dd{
    font-size: x-small;
}

#included_service img{
    margin-left: 0px;
}
#included_service h2{
    font-size: small;
    margin: 0px 5px 0px 13px;
    padding-top: 5px;
}

#top_visa {
    padding:3px 5px;
    margin:0px 0px 5px 0px;
/* border: solid 2px #a43616; */
    text-align:center;
    background-color: #a43616
}

#top_visa h2 {
    color: #ffffff;
}

#top_visa a {
    font-size:small;
    color: #fdfd3d;
    text-decoration: none;
}

.tel_no {
    width:116px;
    height:18px;
    margin-right:5px;
    background: url(../images/tel.png);
    float:left;
}

.step_back {
    position:relative;
    width: 200px;
    height: 474px;
    margin: 0px;
    padding :0px;
    background-image:url('../images/step_base.gif');
}

.step_back_s {
    position:relative;
    width: 200px;
    height: 474px;
    margin: 0px;
    padding :0px;
    background-image:url('../images/step_base_s.gif');
}

.step_on {
    position:absolute;
    left:0px;
    width: 200px;
    height: 32px;
    margin:0px;
    padding:0px;
}

.clear {
    clear:both;
}

.copyright {
    margin-left: 26%;
    font-size:x-small;
}

.crtext {
    position:relative;
    float:left;
}

.crtext a {
    text-decoration:none;
    display:block;
    position:absolute;
    top:0px;
    height:0px !important;
    overflow:hidden;
    padding-top:15px;
    width:100%;
}


/* Link Panel (for index+2.html)
---------------------------------------------*/
div#panelBox {
	width:335px;
   	margin: 0;
	background:url('../images/link_panel/bg_link_panel.gif') no-repeat left bottom;
	}
	
div#panelBox div#panelBox h3 {}
	
div#panelBox .infoLinks {
	width:305px;
	margin-left:15px;
	padding-bottom:15px;
	}

div#panelBox .infoLinks li {
	display:block;
	line-height:1.7;
	font-size:10px;
	}
	
div#panelBox .infoLinks li a {
	display:block;
	width:260px;
	height:20px;
	padding-left:45px;
	font-size:10px;
	color:#000;
	text-decoration:none;
	}

div#panelBox .infoLinks li a:hover {
	display:block;
	color:#fff;
	background:#E79742;
	}
	
	/* Link Panel (for index+2.html)
---------------------------------------------*/
.panelBoxN {
	width:335px;
   	margin: 0 0 2px 0;
	background:url('../images/link_panel/bg_link_panel.gif') no-repeat left bottom;
	}
	
.panelBoxN  h3 {}

.panelBoxN div.catch {
background:#E79742;
	}
	
.panelBoxN div.catch p{
color: #FFF;
font-size: 12px;
margin: 0 15px 0 20px;
padding-bottom: 5px;
	}	
	
.infoLinks {
	list-style: none;
	padding-bottom:15px;
	margin-left: 15px;
	margin-right: 15px;
	}

.infoLinks li {
	display:block;
	font-size:8pt;
	border-bottom: 1px dotted #ccc;
	}
	
.infoLinks li.top {
	display:block;
	line-height:1.5;
	min-height: 27px;
	border-bottom: 1px dotted #ccc;
	margin:0 0 3px 0;
	padding-top: 8px;
	}

.infoLinks li.last {
	display:block;
	border-bottom: none;
	}	
	
.infoLinks li a {
	display:block;
	padding-left: 18px;
	color: #c8532b;
	text-decoration:none;
	background:url('../images/list.gif') no-repeat 3px 2px;
	}

.infoLinks li a:hover {
	display:block;
	color:#E79742;
	background:url('../images/list.gif') no-repeat 6px 2px;	
	}

	
	.infoLinks li a.nobg01 {
	height:35px;
	}
	
	.infoLinks li p {
	padding-left:45px;
	font-size:10px;
	color:#000;
	}

	.infoLinks li span {
	font-weight:bold;
	}


/* Old css for link panel (index+.html)
---------------------------------------------*/

#links  {
    margin: 0;
	background-color:#e79742;
	width:335px;
}
#links .inside{
	margin-left:15px;
	border:0;
}
