@charset "UTF-8";
.zoom {
 zoom: 100%;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding: 0;
	color: #666;
	background-color: #FFF;
	height: 28px;
	background-repeat: no-repeat;
}
.txt10 {
	font-size: 10px!important;
}
.txt11 {
	font-size: 11px!important;
}
.txt12 {
	font-size: 12px!important;
}
.txt13 {
	font-size: 13px!important;
}
.txt14 {
    font-size: 14px;
}
.txt16 {
    font-size: 20px;
}
.txt16-2 {
    font-size: 16px;
}
.text-center {text-align: center;}
#wrapper {
	background: url(../img/back3body.jpg) repeat center top;
	margin: 0px;
	padding: 0px;
}
#wrapper_head {
	background: url(../img/back3header.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #0097CE;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #0097CE;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #71c7d2;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 1020px;
	margin: 0 auto;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	height: 85px;
}


/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {
}

/* ~~ フッター ~~ */
.footer {
	padding: 30px 0 10px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1020px;
}
.footer #addless {
	text-align: center;
	margin: 0px auto;
	width: 100%;
	font-weight: normal;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.2em;
	clear: both;
	padding-top: 10px;
}
.footer #copy {
	font-size: 12px;
	color: #0897CF;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	margin: 0px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
	padding-left: 70px;
}
.header #logo  {
	margin: 0px;
	float: left;
	width: 366px;
	padding-left: 76px;
	padding-top: 28px;
}
.header #headightarea {
	float: right;
	width: 500px;
	margin: 0px;
	padding-right: 65px;
}
.header #headightarea #hart {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 69px;
	background: url(../img/header/hart01160.png) no-repeat;
	text-indent: -9999px;
}
.header #headightarea #hart a:link {
	background: url(../img/header/hart0116.png) no-repeat center center;
	height: 69px;
	width: 69px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}
.header #headightarea #hart a:visited {
	background: url(../img/header/hart0116press.png);
}
.header #headightarea #hart a:hover {
	background: url(../img/header/hart0116ov.png);
}
.header #headightarea #hart a:active {
	background: url(../img/header/hart0116active.png);
}
.header #headightarea #tel {
	float: left;
	margin: 0px;
	width: 420px;
	text-align: right;
	padding: 5px;
}
/*ヘッダーTEL下のサブメニュー*/
.header #headightarea #tel #submanu {
	font-size: 10px;
	padding-top: 12px;
	margin: 0px;
}
.header #headightarea #tel #submanu li   {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  

}  
.header #headightarea #tel #submanu li a   {
	padding-right: 10px;
	background: url(../img/header/submanu.gif) no-repeat right center;
} 
.header #headightarea #tel #submanu li#end a   {
	padding-right: 0px;
	background: url(none);
}
/*フッターのサブメニュー*/
.footer #footersubmanu {
	font-size: 12px;
	padding-top: 3px;
	margin: 0px;
	width: 280px;
	float: right;
}
.footer #footersubmanu li   {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  

}  
.footer #footersubmanu li a   {
	background: url(../img/header/submanu.gif) no-repeat left center;
	padding-left: 15px;
	padding-right: 5px;
	color: #7D4A3D;
	text-decoration: underline;
} 
.footer #footersubmanu li a:hover {
	color: #0097CE;
	text-decoration: none;
}
.footer #footersubmanu li.end {
	background: url(../img/header/submanu.gif) no-repeat left center;
	padding-left: 15px;
	padding-right: 5px;
}

/*グローバルナビゲーション*/
.container #gm {
    width: 920px;
    height: 83px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
#gm ul {
	list-style-type: none;
	padding-left: 12px;
	padding-top: 0px;
}  
  
#gm li {
	float: left;
	display: inline;
}
#gm li a {
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 83px;
	width: 127px;
	overflow: hidden;
} 
/*HOME用*/ 
#gm li.home a:link {
	background: url(../img/topgm/topgm_home_link.gif) no-repeat;
} 
#gm li.home a:visited {
	background: url(../img/topgm/topgm_home_link.gif);
} 
  
#gm li.home a:hover {
	background: url(../img/topgm/topgm_home_hover.gif);
} 
#gm li.home a:active {
	background: url(../img/topgm/topgm_home_active.gif);
}

/*info用*/ 
#gm li.info a:link {
	background: url(../img/topgm/topgm_info_link.gif) no-repeat;
} 
  #gm li.info a:visited {
	background: url(../img/topgm/topgm_info_link.gif);
} 
 
  #gm li.info a:hover {
	background: url(../img/topgm/topgm_info_hover.gif);
} 
  #gm li.info a:active {
	background: url(../img/topgm/topgm_info_active.gif);
} 

/*about用*/ 
#gm li.about a:link {
	background: url(../img/topgm/topgm_about_link.gif) no-repeat;
} 
#gm li.about a:visited {
	background: url(../img/topgm/topgm_about_link.gif);
}    
#gm li.about a:hover {
	background: url(../img/topgm/topgm_about_hover.gif);
} 
#gm li.about a:active {
	background: url(../img/topgm/topgm_about_active.gif);
} 
/*calender用*/ 
#gm li.calender a {
	background: url(../img/topgm/topgm_calender_link.gif) no-repeat;
}  
#gm li.calender a:visited {
	background: url(../img/topgm/topgm_calender_link.gif);
}
#gm li.calender a:hover {
	background: url(../img/topgm/topgm_calender_hover.gif);
} 
#gm li.calender a:active {
	background: url(../img/topgm/topgm_calender_active.gif);
}
/*doctor用*/ 
#gm li.doctor a {
	background: url(../img/topgm/topgm_doctor_link.gif) no-repeat;
}  
#gm li.doctor a:visited {
	background: url(../img/topgm/topgm_doctor_link.gif);
}  
#gm li.doctor a:hover {
	background: url(../img/topgm/topgm_doctor_hover.gif);
} 
#gm li.doctor a:active {
	background: url(../img/topgm/topgm_doctor_active.gif);
} 
/*access用*/ 
#gm li.access a {
	background: url(../img/topgm/topgm_access_link.gif) no-repeat;
} 
#gm li.access a:visited{
	background: url(../img/topgm/topgm_access_link.gif);
}  
#gm li.access a:hover{
	background: url(../img/topgm/topgm_access_hover.gif);
}
#gm li.access a:active{
	background: url(../img/topgm/topgm_access_active.gif);
} 
/*contact用*/ 
#gm li.contact a:link {
	background: url(../img/topgm/topgm_contact_link.gif) no-repeat;
}  
#gm li.contact a:visited {
	background: url(../img/topgm/topgm_contact_link.gif);
}
  
#gm li.contact a:hover {
	background: url(../img/topgm/topgm_contact_hover.gif);
} 
#gm li.contact a:active {
	background: url(../img/topgm/topgm_contact_active.gif);
}

/*パンクズ*/
.content #pankuzu {
	font-size: 12px;
	margin: 0px;
	padding-top: 16px;
	padding-left: 50px;
}
#pankuzu li   {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
#pankuzu li a   {
	padding-right: 10px;
	background: url(../img/gm/topicpath.gif) no-repeat right center;
} 
.content #conericon {
	height: 149px;
	width: 149px;
	margin: 0px;
	padding-top: 41px;
	padding-left: 142px;
	float: left;
}
.content #conertitlearea {
	width: 450px;
	padding-top: 98px;
	height: 90px;
	border-bottom: 2px dotted #7D4A3D;
	margin: 0px;
	background: center;
	float: left;
}
.content #conertitlearea h2 {
	text-align: center;
	padding-top: 55px;
	border-bottom: 2px #7D493D;
	margin: 0px;
}
.content #conertitlearea #titleunderline {
	width: 100px;
}
.content #contentarea {
	padding: 20px 5px 0px 0px;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.AccordionPanelContent p {
	font-size: 12px;
	padding-top: 10px;
}
.AccordionPanelTab h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0897CF;
	padding: 0px;
	margin: 0px;
}
#osirase_topleft {
    width: 293px;
    padding-top: 0px;
    padding-left: 5px;
    float: left;
    padding-right: 5px;
    padding-bottom: 0px;
}
.osirase_LightGreen_Body {
	background-image: url(../img/hukidashi_LightGreen.jpg);
	margin-top: 10px;
	background-repeat: repeat-y;
	color: #7E4A3D;
	background-position:center top;
	background-size: 297px auto;
}
.fukidashi_LightGreen_Bottom {
	background-image: url(../img/hukidashi_Buttom_LightGreen.jpg);
	height: 30px;
}
.osirase_topleft_body {
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/hukidashi_B_Top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	background-size: 290px;
}
.osirase_topleft_body .osirase_topleft_bottom {
	height: 29px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(../img/hukidashi_B_Botton.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 290px;
}


.osirase_topleft_body_2 {
    height: auto;
    margin-top: 34px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../img/hukidashi_A_Top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    color: #7D4A3D;
    background-size: 290px;
    vertical-align: top;
}
.osirase_topleft_body_2 table td {vertical-align: top;}
/*table.fukidasi_sfont td {
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../img/hukidashi_A_Top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    color: #7D4A3D;
    background-size: 290px;
    border: none;
    vertical-align: top;
}*/
.text_pink {
    color: #e95189;
}
.osirase_topleft_body_2 .osirase_topleft_bottom {
	height: 29px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(../img/hukidashi_A_Buttom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 290px;
}
.fukidashi_body_blue {
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/hukidashi_A_Top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #7D4A3D;
	background-size: 290px;
}
.fukidashi_bottom_blue {
	height: 29px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(../img/hukidashi_A_Buttom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 290px;
}
.fukidashi_body_lightpink {
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../img/hukidashi_C_Top_2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    color: #7D4A3D;
    background-size: 290px;
}
.txtpink {
    color: #F53046;
}
.fukidashi_bottom_lightpink {
    height: 29px;
    padding: 0px;
    margin: 0px;
    clear: both;
    background-image: url(../img/hukidashi_C_Botton_2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 290px;
}
.osirase_topright_body   {
    padding-top: 5px;
    margin-top: 10px;
    background-image: url(../img/hukidashi_C_Top.jpg);
    background-repeat: repeat;
    background-position: center top;
    color: #FFF;
    width: auto;
}
.osirase_topright_body-mizu_R   {
	padding-top: 0px;
    margin-top: 10px;
	background-image: url(../img/hukidashi_A_Top-mizu_R.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #FFF;
	width: auto;
}
.osirase_topright_body_2 {
    padding-top: 5px;
    margin-top: 10px;
    background-image: url(../img/hukidashi_C_Top_2.jpg);
    background-repeat: repeat;
    background-position: center top;
    color: #7D4A3D;
    width: auto;
}
.osirase_topcenter_body {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
    background-image: url(../img/hukidashi_C_Top.jpg);
    background-repeat: repeat;
    background-position: center top;
    color: #FFF;
    width: auto;
}

.osirase_topright_body h2.white {
	border: none;
	color: #FFF;
}
.osirase_topright_bottom   {
    height: 29px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/hukidashi_C_Botton.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff;
}

.osirase_topright_bottom_mizu-R  {
    height: 29px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/hukidashi_A_Buttom-right.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff;
}

.osirase_topright_bottom_C_2  {
    height: 29px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/hukidashi_C_Botton-2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff;
}

.osirase_topright_bottom_2 {
    padding: 0px;
    height: 29px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/hukidashi_C_Botton_2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#osirase #osirase_topleft .osirase_topcenter_bottom {
	padding: 0px;
	height: 29px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/hukidashi_C_Botton.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#osirase #top-left-left {
    width: 293px;
    float: left;
    padding-left: 5px;
    padding-bottom: 0px;
}
#osirase   #top-left-left#top-left-body{
	background: url(../img/osirase/top-left-body.gif) no-repeat left top;
	height: auto;
	padding: 15px 0px 0px;
}
#osirase #top-left-left #top-left-bottom {
	background: url(../img/osirase/top-left-body.gif) no-repeat left bottom;
	height: 80px;
}
#osirase h2 {
	font-size: 12pt;
	border-bottom: 1px solid;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	width: 92%;
}
#osirase h2 a {
    color: #7E4A3D!important;
}
#osirase h2 a:hover {
    color: #029ACA!important;
}
#osirase_topright {
	float: left;
	width: 293px;
	/*padding-topは通常150pix*/
	padding-left: 5px;
	/* [disabled]background: url(../img/top_doctor_icon.gif) no-repeat right bottom; */
}
#osirase_bottomleft {
	height: auto;
	padding-left: 0px;
	padding-top: 10px;
	margin-left: 15px;
	float: left;
}
#osirase {
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 910px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.container #osirase .three-colam {
    float: left;
    width: 22%;
    background-color: #cccccc;
}
#osirase p {
	color: 0;
	font-size: 14px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 14px;
	padding-left: 14px;
	letter-spacing: 0em;
	line-height: 1.6em;
}
#osirase p.indent {
	color: #7D4A3D;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px 0px 0px 1em;
	padding-right: 14px;
	padding-left: 14px;
	letter-spacing: 0em;
	line-height: 1.6em;
	text-indent: -1em;
}
#osirase .leftspace01 {
	font-size: 14px;
	margin: 0px;
	padding-left: 6em;
}
.eiseishi {
	font-size: 14px;
}
#osirase p.txt_right{
	text-align: right;
}
#osirase #osirase_bottomleft .osirase_bottomleft_body {
	background: url(../img/osirase/osirase_bottomleft_body.gif) no-repeat center top;
}
#osirase #osirase_bottomleft .osirase_bottomleft_bottom {
	background: url(../img/osirase/osirase_bottomleft_bottom.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 38px;
	width: 244px;
}
ul.fukidasi {
	list-style: disc;
	font-size: 14px;
	padding-top: 0px;
	width: 92%;
	margin-left: 0.6ex;
}
ul.fukidasi li {
	margin-left: 2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
ul.fukidasi li a {
	color: #FFF !important;
}
ul.fukidasi li a:hover {
	color: #7D4A3D;
}
#osirase a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
#osirase a:hover {
	color: rgba(0,154,202,1.00);
	text-decoration: none;
	font-weight: normal;
	margin-top: 10px;
}
#osirase p.center {
	padding-left: 3em;
	padding-top: 0px;
}
table.oshirase {
	color: #7e4a3d;
	font-size: 14px;
	width: 90%;
	padding: 0px;
	vertical-align: top;
	margin: 1em auto 0px;
}
table.oshirase tr {
	width: 55%;
}
table.oshirase th {
	width: 45%;
	font-weight: normal;
	vertical-align: central !important;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.oshirase_two {
	color: #7e4a3d;
	font-size: 14px;
	width: 90%;
	padding: 0px;
	vertical-align: top;
	margin: 1em auto 0px;
}
table.oshirase_two tr {
	width: 60%;
}
table.oshirase_two th {
	width: 40%;
	font-weight: normal;
	vertical-align: top !important;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table.oshirase_tree {
	color: #7e4a3d;
	font-size: 14px;
	width: 90%;
	padding: 0px;
	vertical-align: top;
	margin: 1em auto 0px;
}
table.oshirase_tree tr {
	width: 70%;
}
table.oshirase_tree th {
	width: 30%;
	font-weight: normal;
	vertical-align: top !important;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table.oshirase_for {
	color: #7e4a3d;
	font-size: 13px;
	width: 90%;
	padding: 0px;
	vertical-align: top;
	margin: 1em auto 0px;
}
table.oshirase_for td {
	width: auto;
	padding-bottom: 15px;
}
table.oshirase_for th {
	width: 34%;
	font-weight: normal;
	vertical-align: top !important;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

.osirase_topleft_body-two {
	height: auto;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 293px;
	background-image: url(../img/hukidashi_A_Top.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 290px;
	color: #7D4A3D;
}
.osirase_topleft_bottom-two {
	padding: 0px;
	clear: both;
	height: 29px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-image: url(../img/hukidashi_A_Buttom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 290px;
}
.osirase_topleft_bottom_lightpink_L {
	background-image: url(../img/hukidashi_lightpink_L.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
}
.osirase_lightpink {
	background-image: url(../img/hukidashi_C_Top_2.jpg);
    background-position: center top;
    background-size: 290px;
	color: #7E4A3D;
	margin-top: 10px;
}
.osirase_LightBulue_Body {
	background-image: url(../img/hukidashi_A_Top.jpg);
	color: #7E4A3D;
}
.fukidashi_LightBlue_Bottom {
	background-image: url(../img/hukidashi_A_Buttom.jpg);
}
.osirase_topleft_body-two-two {
	margin: 30px 0 0 0;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 253px;
	background-image: url(../img/osirase/osirase_topright.gif);
	background-repeat: repeat;
	background-position: center top;
}
#osirase_topleft_bottom-two-two {
	padding: 0px;
	clear: both;
	height: 79px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	width: 253px;
	background-image: url(../img/osirase/top-left-body.gif);
	background-repeat: repeat;
	background-position: center bottom;
}
.osirase_topleft_body-two ul li.dot {
	list-style-type: disc;
	font-size: 14px;
	color: #7D4A3D;
	padding-right: 14px;
	margin-left: 28px;
}
.w_transform {
	transform: scale( 0.75 , 1 );
}
span.indent {
	padding-left: 1em;
}
.text_right {
	text-align: right;
}
.fukidasi_sfont   {
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	margin-top: 1em;
    vertical-align: top;
	
}
.fukidasi_sfont tr td {
    vertical-align: top;
}
.fukidasi_sfont_Green {
	text-shadow: 0px 0px #00BE08;
	color: #36A065;
}
.fukidasi_sfont-day   {
    text-align: right;
}
.fukidasi_sfont tr td.vaticle_center {
    vertical-align: middle;
}
.fukidasi_sfont_Blue   {
    margin-right: auto;
    margin-left: auto;
    color: rgba(0,154,202,1.00);
    /* [disabled]vertical-align: top; */
    width: auto;
    font-size: 14px;
}
.fukidasi_sfont_Pink   {
    margin-right: auto;
    margin-left: auto;
    color: #cd5386;
    vertical-align: top;
    width: auto;
    font-size: 14px;
}
span.blue {
	color:#979797;
}
.fb {
    width: 880px;
    margin-top: 5px;
    margin-right: 140px;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: right;
}
p.top15 {
    margin-top: 15px;
}
a.pink-link {
    color: #FFFFFF!important;
    background-color: rgba(0,154,202,1.00);
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    border-radius: 20px;    
}

a.pink-link:hover{
    background-color: #f39700;
}

.fukidasahi-boshu a {
    text-align: center;
    font-size: 16px!important;
    background-image: url(../img/FukidashiA-pink-L.png);
    /*background-position: 0% 0%;*/
    background-repeat: no-repeat;
    width: 285px;
    height: 90px;
    display: block;
    margin-left: -10px;
    margin-top: 10px;
    padding-top: 36px;
    color: #fff!important;
    
    padding-bottom: 0px;
    background-size: 285px auto;
}
.fukidasahi-boshu a:hover {
    background-image: url("../img/FukidashiA-orange-L.png")
}
