/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#Table_01{
	margin:0px auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006BB4;
	border-left-color: #006BB4;
}


/****************************/
#header01{
width:300px;
float:left;
padding:0px;
margin:0px;
text-indent:-90000px;
}

#header02{
	width:300px;
	float:right;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	line-height: 1.2em;
}

#g_navi{
	text-align:right;
	padding:3px;
	margin:0px;
	background-color:#006BB4;
	color:#FFFFFF;
	font-size:90%;
}

#g_navi a:link, #g_navi a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#g_navi a:hover {
	color:#00FF00;
	text-decoration:underline;
}






/****************************/

#left_box{
	width:210px;
	padding:10px 3px;
	margin:10px 3px;
	border-bottom:#999999 solid 1px;
	font-size:80%;
	line-height:140%;
	text-align: left;
}
#left_box  .finding{
	font-size:1em;
	font-weight:bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #65692C;
}
#left_box .campaign {
	line-height: 1.2em;
}
#contents_area  h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006BB4;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006BB4;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #006BB4;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #006BB4;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006BB4;
	border-bottom-style: dotted;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #65692C;
}







/****************************/


#contents_area{
	width:530px;
	border-left:#999999 solid 1px;
	text-align: left;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

#contents_area .story{
	font-size:90%;
	line-height:160%;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}

#contents_area .news{
	font-size:90%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	line-height: 1.2em;
}


#contents_area .story dl {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #65692C;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#contents_area .story dt {
	float: left;
	font-weight: bold;
	color: #65692C;
}
#contents_area .story dd {
	margin-left: 120px;
}

/****************************/

#footer{
	background-color:#006BB4;
	color:#FFFFFF;
	padding:10px;
	font-size:12px;
	text-align: center;
}


/*************************************/
/*******　キャンペーン情報更新画面  **/
/*************************************/

#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;
}

/*************************************/
/*******　情報更新画面メニュー  **/
/*************************************/

#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;
}


/*************************************/
/******せせらぎ堂神明整骨院用CSS   ***/
/*************************************/
.text_red {
	color: #CC0000;
}
.text_brown {
	color: #006BB4;
	font-size: 0.9em;
}
.text_brownbold {
	font-weight: bold;
	color: #990000;
}


.price {
	width: 400px;
	margin-bottom: 10px;
	border-collapse: collapse;
	margin-top: 20px;
}
.price th,
.price td {
	border: 1px solid #46B4DD;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.price th {
	font-weight: bold;
	background-color: #F1F9FC;
	text-align: center;
	color: #006BB4;
}
#footer a:link,#footer a:visited,#footer a:active {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC99;
	text-decoration: none;
}.text_sub {
	font-size: 0.8em;
	margin-top: 10px;
}
.accident {
	background-image: url(images/accident.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 55px;
	width: 510px;
	margin-top: 20px;
}
.menu01 a {
	text-decoration: none;
	background-image: url(images/menu_01a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 510px;
	margin-bottom: 40px;
	overflow: hidden;
	margin-top: 20px;
}
.menu01 a:hover {
	background-image: url(images/menu_01b.gif);
}
.menu02 a {
	text-decoration: none;
	background-image: url(images/menu_02a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 510px;
	margin-bottom: 40px;
	overflow: hidden;
}
.menu02 a:hover {
	background-image: url(images/menu_02b.gif);
}
.menu03 a {
	text-decoration: none;
	background-image: url(images/menu_03a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 510px;
	margin-bottom: 40px;
	overflow: hidden;
}
.menu03 a:hover {
	background-image: url(images/menu_03b.gif);
}
.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 5px solid #E4F3FA;
}
.image_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 5px solid #E4F3FA;
}

