@charset "Shift_JIS";
* {
	/*margin:0;
	padding:0;*/
}
/***** Tagの指定 *****/
body {
	background-color:#ECECEC;
	margin: 0px auto; /*センタリング*/
	padding: 0px 0px 0px 0px;
	color: #333;
	width: 888px; /*枠及び影含めての幅指定*/
}
h2{/*ページ項目タイトルはh2で指定*/
	width: auto;
    height: auto;
	/*margin:5px auto 0 auto;*/
	margin:5px auto 10px auto;
	text-align:center;
}

h3{
	font-size:13pt;	
	background-color:#FFFFFF;
	background-image:url(../images/html/bg_h3.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;	margin:0 auto 0px 18px;
	padding:4px 10px 3px 10px;
	width:670px;
	height:26px;
}

h4{	
	margin:10px auto 10px 18px;
}

/*
a:link {
	color:#336699;
}
a:visited {
	color:#336699;
}
a:hover {
	color:#741027;
}
a:active {
	color:#336699;
}
*/
/***** 大枠デザイン *****/
#topFrame{/*上部枠（角丸等使う時に使用）*/
	width: 888px;
	height: 9px;
	margin: 0px auto; /*センタリング*/
	background-image: url(../images/html/bg_top.gif);
	background-repeat: no-repeat;
	font-size:0px;/*これ入れないとIEで空間ができてしまう*/
	line-height:0;
}

#mainFrame{/*メインコンテンツ枠（主にBackground用）*/
	width: 888px;
	margin: 0px auto; /*センタリング*/
	background-image:url(../images/html/bg_main.gif);
	background-repeat:repeat-y;
}

#bottomFrame{/*下部枠（角丸及び影等使う時に使用）*/
	width: 888px;
	height:9px;
	font-size:0;
	margin: 0px auto; /*センタリング*/
	background-image:url(../images/html/bg_bottom.gif);
	background-repeat:no-repeat;
}

/***** ヘッダー *****/
#header{/*ヘッダー部Table指定*/
	/*background-color:#fff;/*プレビュー用*/
	/*border-bottom:1px solid #e5f3f9;
	/*height:90px;*//*サブメニューの高さを可変にする場合は指定しない*/
	margin:0 auto;
	height:100px;
	width:880px;
}
#header_box {
	background-repeat:no-repeat;
	margin:0 auto;
	padding: 0px;
	height:100px;
	width:880px;
}
#header_leftbox{/*ヘッダー部Table左側（医院名ロゴ挿入部分）*/
	width:300px;
	height:100px;
	vertical-align:middle;
	color:#FFF;
	/*float:left;*/
}
#header_rightbox{/*ヘッダー部Table右側上段（mywelfareロゴorお問い合せorトップへボタン等）*/
	width:580px;
	height:100px;
	/*float:right;*/
	text-align:right;
}
#header_submenu {/*ヘッダー部Table右側下段（サブメニュー）*/
	clear:both;
	width:880px;
	height:1em;
	padding-bottom:5px;
	text-align:right;
	vertical-align:middle;
}
h1{/*名前ロゴはh1に指定*/
	/*width:280px;*/
	/*height:70px;ロゴが無い場合のテキスト表示が上に寄ってしまうので、指定しない方が望ましい*/
	margin:15px auto 0;/*センタリング*/
	line-height:120%;
	font-size:18px;/*固定しておいた方が安全だけど、場合によっては外しても可*/
	text-align:center;
	color:#FFFFFF;
	/*margin-top:15px;*/
}
#header .topbtn{/*powerd by Myerlfare表示位置調節*/
	margin: 38px 25px 0px 0px;
}

/***** コンテンツエリア *****/
#content{/*コンテンツエリア大枠*/
	background-color:#fff;
	width: 880px;
	margin: 0px auto; /*センタリング*/
	padding:0;
}
#content .leftbox {/*table左側枠*/
	width: 163px;
	vertical-align: top;
	text-align:center;
	padding:0;
	vertical-align: top;
	background-color:#fff;
}
#content .rightbox {/*table右側枠*/
	background-color:#fff;
	/*border-left:1px solid #e5f3f9;*/
	/*border-top:1px solid #e5f3f9;*/
	width: 715px;
	vertical-align: top;
	padding:0;
}

/***** main menu *****/
#menu{/*メニューボタン部分大枠*/
	width:164px;
	margin:0px auto; /*センタリング*/
	background-color:#fff;
	padding:0;
}
#menu ul{/*メニューボタン*/
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li{/*メニューボタンはリスト形式にする*/
	width:164px;
	margin:0 auto;
	font-size:0px;
	line-height:0px;
	padding:0;
}

/***** sub menu1 *****/
#submenu1 {
	margin: 0px auto;
	width: 164px;
	background-color:#fff;
	padding:0;
}
#submenu1 ul{/*サブメニューボタン*/
	list-style-type:none;
	margin:0;
	padding:0;
}
#submenu1 ul li {/*サブメニューボタンはリスト形式にする*/
	margin: 0 auto;
	font-size: 0px;
	line-height:0px;
	padding:0;
}
#submenu1 ul li a {
    width: 164px;
    margin: 0 auto;
	font-size: 0px;
	line-height:0px;
	padding:0;
}

/***** sub menu2 *****/
#submenu2{/*サブメニュー２　枠は無くても*/
	margin: 0px auto 20px auto;
	width: 164px;
	padding:0px;
	background-color:#fff;
}
#submenu2 ul{/*サブメニューボタン*/
	list-style-type:none;
	margin:0;
	padding:0;
}
#submenu2 ul li {/*サブメニューボタンはリスト形式にする*/
	margin: 0 auto;
	font-size: 0px;
	line-height:0px;
	padding:0;
}
#submenu2 ul li a {
    width: 164px;
    margin: 0 auto;
	font-size: 0px;
	line-height:0px;
	padding:0;
}
/***** お問合せ案内 *****/
#message {
	border:1px solid #cecece;
	background-color:#f6f6f6;
	color:#666;
	padding:5px;
	margin:10px auto;
	text-align:left;
	width:150px;
}

/***** コンテンツ *****/
.rightbox h3 {
	clear: both;
}
.box_f {
	width:682px;
	height:auto;
	margin:0 auto 10px auto;
}
.box_f .i {
	float:right;
	margin:5px auto 10px 10px;
}
.box_f div {
	margin:5px 18px 10px 18px;
}

.box_n {
	width:700px;
	height:auto;
	margin:0 auto;
}
.box_n div {
	margin:5px 18px 10px 18px;
}
.box_n img {
	display:block;
	margin:5px auto 10px auto;
}

.box_r {
	width:682px;
	height:auto;
	margin:0 auto;
}
.box_r .i {
	float:left;
	margin:5px 10px 10px auto;
}
.box_r div {
	margin:5px 18px 10px 18px;
}

.box_r1 {
	width:682px;
	height:auto;
	margin:0 auto;
}
.box_r1 .i {
	float:left;
	margin:5px 10px 10px auto;
}
.box_r1 div {
	margin:5px 18px 10px 18px;
}
#photobox {
	height:auto;
	margin:0 auto;
	width:700px;
}
#photobox img {
	display:block;
	margin:0 auto;
}
#photobox div {
	margin:5px 18px 10px 18px;
	padding-top:10px;
}
.clear {
	clear:both;
	margin-bottom:10px;
}
.clear_all {
	clear:both;
}

/***** よくある質問 *****/
/*-- 200803 textlink追加対応 --*/
/* 左に画像のないタイプ */
#footerlink_left {
}
#footerlink {
	text-align: center;
	font-size:8pt;
	overflow:inherit;
	padding:10px 50px 10px 50px;
	line-height:1.5em;
}



/* 200803 ページ上部 h1追加対応 */
.top_description {
	width: 888px;
	text-align:left;
	margin: 0px;
}

#introduction {
	font-weight:normal;
	width: 888px;
	font-size:10pt;
	color:#000000;
	text-align:left;
	padding:5px 0px 0px 8px;
	margin:0px;
}

#faq_box {
	padding-bottom:10px;
	padding-top:10px;
}
#faq_box .texttitle {
	background-color:#4FB987;
	border-right:1px solid #319CA8;
	border-bottom:1px solid #319CA8;
	color:#fff;
	margin-bottom:10px;
	padding:5px;
	width:666px;
	
}
#faq_box p {
	margin-bottom:20px;

}
.texttitle {
	margin-left:20px;
}
.m20 {
	margin-left:25px;
}
/***** リンク集 *****/
.link_box {
	padding:10px 20px;
}
.link_box .texttitle {
	border-left:0.5em solid #ccc;
	border-bottom:1px solid #ccc;
	color:#666;
	padding:0 10px;
	width:auto;
}
.link_box p {
	margin:0 !important;
	padding:0 !important;
}
.link_box .text {
	margin:10px auto 10px 10px;
}
.link_box .texttitle a {
	padding-left:10px;
}

/***** フリーページ *****/
#free_html {
	width:640px;
	height:auto;
	padding:5px 30px;
	margin:10px auto;
}
#free_html h3 {
	background-color:none;
	border:none;
	color:#333;
	width:auto;

}

/***** top photo image *****/
#top_photo {
	width:700px;
	height:auto;
	margin:10px auto;
}
#top_photo img {
	display: block;
	margin:0 auto;
}

/***** アルバム　==タイトル一覧ページ==  *****/
#album{/* 枠bg指定 */
	margin: 0px auto;
	width: 510px;
	padding:0px;
	background-image:url(../images/album_bg.gif);
	background-repeat:repeat-y;
}
#album_top{/* 上枠 */
	width:510px;
	height:10px;
	margin:10px auto 0px auto;
	padding:0;
	background-image:url(../images/album_bg_top.gif);
	background-repeat:no-repeat;
	font-size:0px;
}
#album_bottom{/* 下枠 */
	width:510px;
	height:10px;
	margin:0px auto 10px auto;
	padding:0;
	background-image:url(../images/album_bg_bottom.gif);
	background-repeat:no-repeat;
	font-size:0px;
}
.album_img{/* 写真110*80 */
	width:110px;
	margin-left:20px;
	margin-top:auto;
	margin-right:auto;
	margin-bottom:auto;
	display:block;
}	
.album_title{/* タイトルバー */
	width:330px;
	background-color: #FF9966;
	color:#FFFFFF;
	margin:10px;
	padding:3px 5px;
}

.album_date{/* 日付 */
	width: 100px;
    margin: 5px auto;
	padding:5px 0;
	txt-align: left;
}

.album_btn{/* 「このアルバムを見る」ボタン */
	display:block;
	width:140px;
	margin:0px auto;
}

/***** アルバム　==写真一覧ページ== *****/
#photo_title {
	background-color: #8AFE81;
	color: #009900;
	margin:0px 10px;
	padding:3px 5px;
	width:auto;
}
.rightbox dl {
	margin:10px;
}
.rightbox dd {
	margin-top:10px;
	margin-left:0px;
}
.photo_subtitle {
	color: #663300;
	font-weight:bold;
	width:auto;
}
.photo_txt {
}
#photo_frame {
	width:681px;
	margin:10px auto 10px 30px;
}
.pbox {
	border:1px solid #ccc;
	float:left;
	height:auto;
	margin:0px 19px 10px 0px;
	padding:5px;
	width:138px;
}
.photo_img {
	display:block;
	margin-bottom:5px;
}
.photo_img_txt {
	margin:10px 0px;
	text-align:center;
}
#photo_top_btn {
	clear: both;
	color: #663300;
	margin-right:10px;
	margin-bottom:10px;
	text-align:right;
	height:20px;
	width:680px;
}

/***** フッター *****/
#footer{
	/*height:40px;*/
	margin:0 auto;
	width:880px;
	background-color:#fff;
	background-image:url(../images/html/footer.gif);
	background-repeat:repeat-y;
}
#copyright {
	color: #666;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro","Osaka",sans-serif;
	/*float: right;*/
	text-align:right;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom: 5px;
}
#copyright a:link {
	color:#009B1C;
}
#copyright a:visited {
	color:#009B1C;
}
#copyright a:hover {
	color:#50B687;
}
#copyright a:active {
	color: #009B1C;
}
/***** 動的ページ *****/
#doteki {
	/*border:1px dotted #f1f8fa;*/
	margin:0 auto 20px auto;
	padding:3px;
	width:675px;
}
#doteki_box {
	/*background-color:#f1f8fa;*/
	padding:0 20px 20px 20px;
	margin:0px;
}
/***** 動的ページ色指定 *****/

.bss{
	color:#D94F0B;
}

.wk_colorlogarea{
	border:ridge 1px #D94F0B;
}

.wk_colorform{
	background-color:#FFFFFF;
}

.wk_colorhr{
	color:#663300;
}

.wk_colorcomment{
	border:ridge 1px #D94F0B;
	padding: 5px 5px 5px 5px;
}
.form_color1 {
	background-color:#ccc;
}
.form_color2 {
	background-color:#ccc;
}
.form_wk1 {
	border:1px solid #ccc;
	background-color:#fff;
}
.form_wk2 {
	border:1px solid #ccc;
	background-color:#fff;
}
textarea {
	border:1px solid #ccc;
	width:auto;
}
.TDalign td {
	vertical-align: middle;
	padding:3px;
}


/***** ログインページ *****/
.log_txt {
	padding: 5px 10px 0px 20px;
}
.log_error_txt {
	color: #FF0000;
	font-size: 85%;
	padding: 5px 10px 0px 30px;
}
#log_box {
	border:1px;
	border-style:solid;
	border-color:#333333;
	margin: 35px auto !important;
	width: 560px;
}
#log_box td {
	padding:3px;
}
#log2_in_content{
	width:880px;
}
.log_txt2 {
	padding: 5px 10px 0px 40px;
}
.log2_error_txt {
	color: #FF0000;
	font-size: 85%;
	padding: 5px 10px 0px 40px;
}
#log2_box {
	border:1px;
	border-style:solid;
	border-color:#333333;
	margin: 35px auto 70px ;
	padding: 3px;
	width: 660px;
}
.log_ttl{
	background-color:#eeeeee;
	padding-left: 10px;
	font-weight: bold;
	
}
.pw {
	margin: 0;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
.pw_box {
	margin:auto auto auto 10px;
	border:1px solid #999999;
	width: 200px;
	height: 25px;
}
.log_btn {
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;	
}

/* Menu text EXP UP Date20061129 */
#menu .menu_txt {
	font-size:12px !important;
	line-height:1.3em;
	padding:5px;
	text-align:left;
	width:154px;
}
#menu .menu_txt ul li {
	list-style-type: disc !important;
	margin-left:1em;
}
#menu .menu_txt ol li {
	list-style-type: decimal !important;
	margin-left:-1em;
}
#menu .menu_txt li {
	font-size:12px !important;
	line-height:1.3em;
	width:auto;
}
#submenu1 .menu_txt {
	font-size:12px !important;
	line-height:1.3em;
	padding:5px;
	text-align:left;
	width:154px;
}
#submenu1 .menu_txt ul li {
	list-style-type: disc !important;
	margin-left:1em;
}
#submenu1 .menu_txt ol li {
	list-style-type: decimal !important;
	margin-left:-1em;
}
#submenu1 .menu_txt li {
	font-size:12px !important;
	line-height:1.3em;
	width:auto;
}
#submenu2 .menu_txt {
	font-size:12px !important;
	line-height:1.3em;
	padding:5px;
	text-align:left;
	width:154px;
}
#submenu2 .menu_txt ul li {
	list-style-type: disc !important;
	margin-left:1em;
}
#submenu2 .menu_txt ol li {
	list-style-type: decimal !important;
	margin-left:-1em;
}
#submenu2 .menu_txt li {
	font-size:12px !important;
	line-height:1.3em;
	width:auto;
}

/* Menu FreeHTML  UP Date20061129 */
#menu_free {
	font-size:12px;
	padding:10px 5px;
	text-align:left;
	width:154px;
}

/* 20080618 SEO対応修正 */
.logo{
	width:280px;
	margin:15px auto 0;
	padding:0px;
	line-height:120%;
	font-size:18px;
	text-align:center;
}
#old_logo{
	width:280px;
	margin:15px auto 0;
	padding:0px;
	line-height:120%;
	font-size:18px;
	text-align:center;
}

/* CSS END */
