@charset "utf-8";
/*==============================================================================*/
/* DEFINE TAGS
/*------------------------------------------------------------------------------*/
*{
	padding: 0px;
	margin: 0px;
}

html,body {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	padding:0;
	font-size:0.90em;
	color:#444;
	line-height:1.7em;
}
body {
	background-color: #FFFAF4;
}

p,div,span,ul,li,dl,form {
	margin:0px;
	padding:0px;
	border:none;
}
ul, li {
	list-style:none outside;
}
h1,h2,h3,h4,h5,h6,img,input {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

table {
	border-collapse:collapse;
}
td, th {
	border:solid 1px #999;
	padding:3px 5px;
	vertical-align:top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
}
/*==============================================================================*/
/* COMMON LAYOUT
/*------------------------------------------------------------------------------*/
#wrap {
	width:800px;
	height:auto;
	margin:10px auto;
	border:1px solid #F66B1E;
	background-color: #FFFFFF;
}
/*
#header {
}
#header h1,#header h2 {
	text-indent:-9999px;
	overflow:hidden;
}
*/
#side_bg {
	width:800px;
	height:auto;
	/*background:url(images/side_bg.png) repeat-y;*/
	background-image:url(images/side_bg.png);
	background-repeat:repeat-y;
}
#left_column {
	width:236px;
	height:auto;
	float:left;
}
#left_column ul {
	margin-bottom:2em;
	margin-top:15px;
}
#left_column li {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#left_column li a {
	display:block;
	width:190px;
	height:20px;
	line-height:20px;
	padding-left:46px;
	background:url(images/list_bg.png) no-repeat;
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
}
#left_column li a:hover {
	background:url(images/list_bgh.png) no-repeat;
}

#left_column #time {
	width:auto;
	height:auto;
	margin-top:5em;
	margin-bottom:3em;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color:#000;
	background:url(images/side_bg2.png) repeat-y;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#right_colmun {
	width:549px;
	height:auto;
	float:right;
	background-color: #FFFFFF;
}
#right_colmun h1 {
	width:542px;
	height:182px;
	margin-top:15px;
	margin-bottom:30px;
	text-indent:-9999px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#copy {
	font-size:10px;
	text-align:right;
	padding:10px;
}

#footer {
	text-align: center;
}
/*////////////////////////////////////////////////*/
#right_colmun h2 {
	width: 536px;

}
h3  {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	background-color: #F66B1E;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #F66B1E;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	margin-bottom: 10px;
}


#right_colmun  .text {
	width:500px;
	height:auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: justify;
}
#left_column .c_title {
	background-image: url(images/campaign.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 207px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#left_column .campaign {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	word-wrap:break-word;
	color:#FFFFFF;
	line-height:130%;
}
#left_column .campaign a {
	color:#CCCCCC;
}
#right_colmun .title_01 {
	width: 536px;
}

#right_colmun .news {
	width:500px;
	height:auto;
	text-align:left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.text_brown {
	font-weight: bold;
	color: #663300;
	font-size: 1em;
}
.text_red {
	color: #CC0000;
}
.text_green {
	color: #009900;
}


.image_right {
	padding: 3px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #FE9031;
	background-color: #FFFFFF;
}

#right_colmun .text dl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F3222;
	padding-right: 10px;
	padding-left: 10px;
}
#right_colmun .text dt {
	float: left;
	font-weight: bold;
	color: #3E3122;
}
#right_colmun .text dd {
	margin-left: 120px;
}



/*///　編集画面の共通認証フォーム ///*/
form#edit_auth{
	text-align:center;
}


/**********************/
/***   ↓リンク集   ***/
/**********************/
.link_area {
	height:auto;
	margin:20px 15px 15px 15px;
	line-height:1.8;
	letter-spacing:1px;
}

.link_area table.minilink td {
	border:1px solid wheat;
	padding:5px 3px;
	white-space:nowrap;
}

.link_area .page {}
.link_area .page a:visited {
	color:hotpink;
}
.link_area .page a:link {
	color:hotpink;
}
.link_area .page a:hover {
	color:red;
}
 以上、ページ切り替えリンクの設定 
.link_area .id {
	color:darkred;
	text-align:right;
	border:0px;
}
 以上、ＩＤ表示の設定 
.link_area td.name{
	width:350px;
	display:block;
}
.link_area .name a {}
 以上、サイトタイトル表示の設定 
.link_area div#list_menu a {
/*	font-size:10pt;
	color:darkkhaki;
*/
}

/***　↑リンク集ここまで　***/





/*************************************/
/*******　キャンペーン情報更新画面  **/
/*************************************/

#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;
	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/side_bg.png) repeat-y;
}
#cam_edit .pre_title {
	background-color: #CCFFFF;
	text-align: left;
	width: 428px;
	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:600px;
	/*float:right;*/
	display:block;
	margin:10px auto;
	padding-bottom: 20px;
	border: 1px solid #0099CC;
}
#news_edit .pre_title {
	background-color: #CCFFFF;
	text-align: left;
	width: 590px;
	_width: 600px;
	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;
	margin-bottom:10px;
}
#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;
}
#edit_menu .bt04 a {
	background-image: url(images/bt04_a.gif);
	background-repeat: no-repeat;
}
#edit_menu .bt04 a:hover {
	background-image: url(images/bt04_b.gif);
	background-repeat: no-repeat;
}
#edit_menu .bt05 a {
	background-image: url(images/bt05_a.gif);
	background-repeat: no-repeat;
}
#edit_menu .bt05 a:hover {
	background-image: url(images/bt05_b.gif);
	background-repeat: no-repeat;
}

/*************************************/
/*******　リンク集管理画面  **/
/*************************************/

#link_edit{
	width:1000px;
	display:block;
	padding:0px;
	min-height:1em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align:;
}
#link_edit h1 {
	background-color: #339EC4;
	background-image: url(images/edit_title_link.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 1000px;
	background-position: center center;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#link_edit:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#link_edit #edit_form{
	width:550px;
	/*float:left;*/
	display:block;
	margin:10px auto;
	text-align:left;
	background-color: #F6F6F3;
	border: 1px solid #666666;
}
#link_edit #edit_form .link_title {
	background-color: #CCFFFF;
	text-align: left;
	width: 100%;
	_width: 100%;
	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;
}
#link_edit #edit_form form {
	width: 500px;
	margin:15px auto;
}



#link_edit .base {
	background-color: #339EC4;
	width: 1000px;
	height: 30px;
	margin-top: 50px;
	color: #FFFFFF;
	text-align: center;
}

#link_edit #edit_form form .del_link{
	background-color:#F8E6C2;
	border:#996600 1px solid;
	padding:5px;
}
.link_edit_comment{
	margin-left:20px;
}




/*************************************/
/******編集画面の共通認証フォーム  ***/
/*************************************/

form#edit_auth{
	text-align:center;
}


/*************************************/
/******さいとう整骨院用CSS　　　   ***/
/*************************************/
h3.home_text01 {
	background-image: url(images/home_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 440px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.time_table {
	width: 500px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.time_table th,
.time_table td {
	padding: 7px;
	border: 1px solid #999999;
	text-align: center;
}
.time_table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FE9131;
}
#right_colmun .text dl.profile {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#right_colmun .text dl.profile dt {
	font-weight: bold;
	color: #F5521F;
	float: left;
	padding-left: 10px;
}
#right_colmun .text dl.profile dd {
	margin-left: 0px;
	padding-left: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F66B1E;
	padding-right: 10px;
	margin-bottom: 15px;
}
#right_colmun .comment {
	background-color: #FEF3ED;
	padding: 15px;
	border: 1px solid #F66B1E;
}
.price_table {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.price_table th,
.price_table td {
	padding: 7px;
	border: 1px solid #999999;
}
.price_table th {
	font-weight: bold;
	color: #F66B1E;
	background-color: #FEF2ED;
	text-align: left;
	vertical-align: middle;
}
.case_list {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 10px;
}
.case_list li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F66B1E;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.accident_tel {
	background-image: url(images/accident_tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 82px;
	width: 401px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#right_colmun .text .accident_box dt {
	float: left;
}
#right_colmun .text .accident_box dd {
	padding-top: 5px;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-left: 40px;
}
#left_column .blog_banner a {
	text-decoration: none;
	background-image: url(images/blog_banner01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 210px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}
#left_column .blog_banner a:hover {
	background-image: url(images/blog_banner02.gif);
}


/****** カレンダーのスタイル   ******/
.calendar_title{
	background:url(images/side_calendar_t.png) no-repeat;
	text-indent:-9000px;
	width:236px;
	height:57px;
}
.salon_table{
	margin-left:18px;
}
.salon_table .close{
	/*color:#8FD58C;*/
	color:#78CB87;
}
.salon_table .reserv_all{
	/*color:#4E9FE9;*/
	color:#78B7F5;
}
