@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.6em;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
ul {
	list-style-type: none;
}
a {
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}
sub {
	vertical-align: baseline;
}



#outline {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#header h1 {
	text-indent: -9999px;
	display: block;
	height: 190px;
	width: 190px;
	position: absolute;
	left: 30px;
	top: 60px;
}
#header h1 a {
	display: block;
	height: 190px;
	width: 190px;
	overflow: hidden;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 280px;
	width: 800px;
}

#contents {
	width: 800px;
}
#left_contents {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 210px;
	padding-left: 20px;
	padding-top: 20px;
}
#left_contents ul {
	font-size: 1.2em;
	font-weight: bold;
	color: #E95B30;
	list-style-type: none;
	margin-left: auto;
	width: 190px;
	margin-right: auto;
}
#left_contents li {
	margin-bottom: 10px;
}
#left_contents li a {
	color: #E95B30;
	text-decoration: none;
	display: block;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#left_contents li a:hover {
	color: #FF8000;
	text-decoration: none;
	background-color: #FCE7E0;
}
#left_contents .c_title {
	background-image: url(images/campaign.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 31px;
	width: 180px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#left_contents .campaign {
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: E95B30;
	margin-bottom: 30px;
	color: #C93703;
}
#left_contents .time {
	width: 170px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #2A345C;
	border: 1px solid #2A345C;
	padding: 5px;
}
#left_contents .time .time_title {
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2A345C;
}

#left_contents .time p {
	margin-bottom: 5px;
}

#left_contents .reserve {
	background-image: url(images/reserve.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 108px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#left_contents .banner_box {
	background-color: #FFFFDF;
	text-align: center;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}





#right_contents {
	float: right;
	width: 540px;
	padding-left: 30px;
	padding-top: 30px;
}
#right_contents h2 {
	font-weight: bold;
	color: #2A345C;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E95B30;
	padding-top: 4px;
	font-size: 1.4em;
	margin-bottom: 15px;
}
#right_contents .text_box {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: justify;
}

#right_contents .news {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 40px;
}


#right_contents .text_box dl.outline {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E95B30;
	padding: 10px;
}
#right_contents .text_box dl.outline dt {
	float: left;
	font-weight: bold;
	color: #C83602;
}
#right_contents .text_box dl.outline dd {
	margin-left: 120px;
}



#footer {
	color: #FFFFFF;
	background-color: #E95B30;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
}


/*************************************/
/*******　キャンペーン情報更新画面  **/
/*************************************/

#cam_edit{
	width:1000px;
	display:block;
	padding:0px;
	min-height:1em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
#cam_edit h1 {
	background-color: #339EC4;
	background-image: url(images/edit_title.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 1000px;
	background-position: center center;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#cam_edit:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#cam_edit #edit_form{
	width:418px;
	float:left;
	display:block;
	margin-left: 10px;
	text-align: center;
	background-color: #F6F6F3;
	border: 1px solid #666666;
}
#cam_edit #edit_form .cam_title {
	background-color: #CCFFFF;
	text-align: left;
	width: 408px;
	_width: 418px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
}
#cam_edit #edit_form textarea {
	height: 300px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#cam_edit #preview{
	width:438px;
	float:right;
	display:block;
	margin-right: 10px;
	padding-bottom: 20px;
	border: 1px solid #0099CC;
	background:url(images/left_back.gif);
}
#cam_edit .pre_title {
	background-color: #CCFFFF;
	text-align: left;
	width: 428px;
	_width: 438px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366cc;
	margin-bottom: 20px;
	font-weight: bold;
}
#cam_edit .base {
	background-color: #339EC4;
	width: 1000px;
	height: 30px;
	margin-top: 50px;
	color: #FFFFFF;
	text-align: center;
}
#cam_edit .yajirushi {
	float: left;
	width: 105px;
	text-align: center;
	margin-top: 150px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}

/*************************************/
/*******　お知らせ情報更新画面  **/
/*************************************/

#news_edit{
	width:1000px;
	display:block;
	padding:0px;
	min-height:1em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align:center;
}
#news_edit h1 {
	background-color: #339EC4;
	background-image: url(images/edit_title02.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 1000px;
	background-position: center center;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#news_edit:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#news_edit #edit_form{
	width:418px;
	/*float:left;*/
	display:block;
	margin:10px auto;
	text-align: center;
	background-color: #F6F6F3;
	border: 1px solid #666666;
}
#news_edit #edit_form .news_title {
	background-color: #CCFFFF;
	text-align: left;
	width: 408px;
	_width: 418px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
}
#news_edit #edit_form textarea {
	height: 300px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#news_edit #preview{
	width:620px;
	/*float:right;*/
	display:block;
	margin:10px auto;
	padding-bottom: 20px;
	border: 1px solid #0099CC;
	text-align:left;
}
#news_edit .pre_title {
	background-color: #CCFFFF;
	text-align: left;
	width: 610px;
	_width: 620px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366cc;
	margin-bottom: 20px;
	font-weight: bold;
}
#news_edit .base {
	background-color: #339EC4;
	width: 1000px;
	height: 30px;
	margin-top: 50px;
	color: #FFFFFF;
	text-align: center;
}
#news_edit .yajirushi {
	/*float: left;*/
	/*width: 105px;*/
	text-align: center;
	margin-top: 30px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}

/*************************************/
/*******　情報更新画面メニュー  **/
/*************************************/

#edit_menu {
	text-align: center;
	margin-bottom: 30px;
}
#edit_menu ul {
	width: 621px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}
#edit_menu li {
	display: block;
	float: left;
	height: 35px;
	width: 192px;
	margin-right: 15px;
}
#edit_menu a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 192px;
	overflow: hidden;
}

#edit_menu .bt01 a {
	background-image: url(images/bt01_a.gif);
	background-repeat: no-repeat;
}
#edit_menu .bt01 a:hover {
	background-image: url(images/bt01_b.gif);
	background-repeat: no-repeat;
}

#edit_menu .bt02 a {
	background-image: url(images/bt02_a.gif);
	background-repeat: no-repeat;
}
#edit_menu .bt02 a:hover {
	background-image: url(images/bt02_b.gif);
	background-repeat: no-repeat;
}

#edit_menu .bt03 a {
	background-image: url(images/bt03_a.gif);
	background-repeat: no-repeat;
}
#edit_menu .bt03 a:hover {
	background-image: url(images/bt03_b.gif);
	background-repeat: no-repeat;
}

/*************************************/
/******編集画面の共通認証フォーム  ***/
/*************************************/

form#edit_auth{
	text-align:center;
}
.text_orange {
	color: #C93703;
}
.text_boldorange {
	font-weight: bold;
	color: #E95B30;
	font-size: 1.4em;
	margin-bottom: 8px;
}
.text_boldblue {
	font-weight: bold;
	color: #33CCFF;
	font-size: 1.4em;
	margin-bottom: 8px;
}
.text_blue {
	color: #0099FF;
}
.text_pink {
	color: #FF6699;
}

.text_incho {
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	color: #2A345C;
}
.center {
	text-align: center;
}
.large {
	font-size: 16px;
}


.mat_title {
	color: #E95B30;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C93703;
	font-size: 1.1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C93703;
}
.sub_title {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #E95B30;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}
.course_block {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.price_table {
	width: 430px;
	border-collapse: collapse;
}
.price_table td,
.price_table th {
	padding: 7px;
	border: 1px solid #999999;
}
.price_table th {
	color: #C73500;
	background-color: #FDEDE8;
}

.text_red {
	color: #CC0000;
}
.image_left {
	float: left;
	border: 8px solid #F0F0F0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	border: 8px solid #F0F0F0;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image_kaeru {
	float: left;
	margin-right: 10px;
}

.block {
	margin-bottom: 20px;
}

.intro_box {
	margin-bottom: 15px;
	background-image: url(images/home_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 175px;
	width: 540px;
}
.intro_box .home_text01 {
	background-image: url(images/home_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	margin-bottom: 10px;
	background-position: center top;
}
#right_contents .home_text01b {
	background-image: url(images/home_text01b.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 113px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#right_contents .top_text01 {
	background-image: url(images/top_text01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 272px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center top;
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.top_list li {
	background-image: url(images/top_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	font-size: 14px;
	color: #2A345C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCB899;
	font-weight: bold;
}
.top_text02 {
	background-image: url(images/top_text02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 34px;
	margin-bottom: 20px;
}
.top_text03 {
	background-image: url(images/top_text03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 309px;
}





.orange_box {
	padding: 10px;
	border: 1px dotted #E95B30;
}
.erase {
	text-decoration: line-through;
}
#osusume {
	background-image: url(images/osusume.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 413px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 20px;
	padding-left: 30px;
}
#footer a:link,#footer a:visited,#footer a:active {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.free {
	background-color: #F5F5F5;
	padding: 15px;
	border: 1px solid #CCCCCC;
}



/*************************************/
/******2010年3月リニューアル用  ***/
/*************************************/

.time_table {
	width: 540px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.time_table th,
.time_table td {
	padding: 7px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.time_table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E95B30;
}
.check_01 {
	background-image: url(images/check_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 77px;
	width: 520px;
	margin-bottom: 10px;
}
.check_02 {
	background-image: url(images/check_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 77px;
	width: 520px;
	margin-bottom: 10px;
}
dl.flow {

}
dl.flow dt {
	float: left;
	color: #E95B30;
	font-weight: bold;
	text-align: center;
}
dl.flow dt img {
	margin-bottom: 5px;
}

dl.flow dd {
	padding-left: 200px;
}
.arrow {
	margin-bottom: 20px;
	text-align: center;
}

/*  交通事故治療ページのボタン  */
p.accident_price a{
	background:url(images/accident_price.gif) no-repeat;
	width:272px;
	height:47px;
	text-indent:-9000px;
	display:block;
}
p.accident_price a:hover{
	background-position:0px 47px;
}


/*　ゆらし療法のスクールバナー */
#right_contents .text_box .banner_y{
	margin-top:15px;
}
#right_contents div.text_box .banner_y img{
	float:;
	margin-right:10px;
}
	
.kaeru_list {
	padding-left: 15px;
	color: #2A345C;
}
.kaeru_list li {
	margin-bottom: 3px;
	list-style-type: square;
}
.incho_box {
	background-color: #FFF8F0;
	padding: 15px;
	border: 1px solid #F1977C;
}

.profile_text01 {
	background-image: url(images/profile_text01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 98px;
	margin-bottom: 15px;
}
.profile_text02 {
	background-image: url(images/profile_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.profile_text03 {
	background-image: url(images/profile_text03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.profile_text04 {
	background-image: url(images/profile_text04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	margin-bottom: 5px;
	margin-top: 30px;
}


.mutu_text01 {
	background-image: url(images/mutu_text01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 98px;
	margin-bottom: 15px;
}
.mutu_text02 {
	background-image: url(images/mutu_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 62px;
	margin-bottom: 15px;
}
.mutu_text03 {
	background-image: url(images/mutu_text03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 62px;
	margin-bottom: 15px;
}
.mutu_text04 {
	background-image: url(images/mutu_text04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 62px;
	margin-bottom: 15px;
}

.tokucho_01 {
	background-image: url(images/tokucho_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	width: 540px;
	margin-bottom: 10px;
}
.tokucho_02 {
	background-image: url(images/tokucho_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	width: 540px;
	margin-bottom: 10px;
}
.tokucho_03 {
	background-image: url(images/tokucho_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	width: 540px;
	margin-bottom: 10px;
}
.tokucho_04 {
	background-image: url(images/tokucho_04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	width: 540px;
	margin-bottom: 10px;
}
.tokucho_05 {
	background-image: url(images/tokucho_05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	width: 540px;
	margin-bottom: 10px;
}
.flow_text01 {
	background-image: url(images/flow_text01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 129px;
	margin-bottom: 20px;
}
.flow_text02 {
	background-image: url(images/flow_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	margin-bottom: 15px;
}

.flow_01 {
	background-image: url(images/flow_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.flow_02 {
	background-image: url(images/flow_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.flow_03 {
	background-image: url(images/flow_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.flow_04 {
	background-image: url(images/flow_04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.flow_05 {
	background-image: url(images/flow_05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.flow_06 {
	background-image: url(images/flow_06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
h4.orange_t {
	font-size: 1.1em;
	font-weight: bold;
	color: #E95B30;
	margin-bottom: 5px;
}
.home_text02 {
	background-image: url(images/home_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 10px;
}
.home_text03 {
	background-image: url(images/home_text03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 10px;
}
.home_text04 {
	background-image: url(images/home_text04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 10px;
}
.good_text {
	padding: 10px;
	border: 1px dotted #999999;
	color: #993300;
	margin-top: 15px;
	margin-bottom: 15px;
}
.result {
	background-image: url(images/result.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
.result_box {
	padding: 15px;
	border: 1px solid #73614A;
	background-color: #F8F5F3;
}
.story_top {
	background-image: url(images/kakko01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
}
.story_bottom {
	background-image: url(images/kakko02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.iten {
	padding: 15px;
	border: 1px solid #CC0000;
	margin-bottom: 40px;
	text-align: center;
}

