@charset "UTF-8";
/**\*/
@import url("style-base.css");
@import url("style-default.css");


.txt01{
line-height:180%;
padding:5px 0px;
}
.txt02{
line-height:180%;
padding:5px 10px;
}
.txt03 {
	line-height:180%;
	margin-left: 20px;
}

#page_ttl{
padding-top:2px;
}
#pan{
background:url(../img/inner/pan.gif) no-repeat left top;
width:870px;
height:31px;
margin-top:1px;
}
#pan ul{
list-style:none;
height:29px;
padding:1px 0px;
}
#pan ul li{
background:url(../img/inner/pan_yaji.gif) no-repeat 3px top;
padding:6px 0px 4px 20px;
height:19px;
font-size:12px;
float:left;
}
#pan ul li.home{
background:none;
padding-left:34px;
}
#pan a:link,#pan a:visited { 
color:; text-decoration:none;
}
div.submenu{
background:url(../img/inner/left_bg.gif) repeat-y 0 0;
width:246px;
padding:0px 1px;
border-bottom:1px solid #E2E2E2;
}
div.submenu ul{
list-style:none;
width:246px;
}
div.submenu ul li{
background:url(../img/inner/glad01.gif) repeat-x left bottom #ffffff;
width:246px;
}

div.submenu ul li a{
display:block;
background:url(../img/inner/point041.gif) no-repeat 8px 11px;
padding:7px 5px 6px 23px;
font-size:100%;
width:218px;
}
div.submenu ul li a.subinf{background:url(../img/inner/point042.gif) no-repeat 8px 11px;}
div.submenu ul li a.subpat{background:url(../img/inner/point043.gif) no-repeat 8px 11px;}
div.submenu ul li a.subcom{background:url(../img/inner/point044.gif) no-repeat 8px 11px;}
div.submenu ul li a.subrel{background:url(../img/inner/point045.gif) no-repeat 8px 11px;}

div.submenu li.child a{
	display:block;
	padding:3px 5px 3px 23px;
	background:url(../img/inner/point061.gif) no-repeat 12px 6px;
	width:218px;
}
div.submenu li.child a.childrel{
	background:url(../img/inner/point065.gif) no-repeat 12px 6px;
}
div.submenu li.child a.childpat{
	background:url(../img/inner/point063.gif) no-repeat 12px 6px;
}

.childinf{background:url(../img/inner/point062.gif) no-repeat 12px 6px;}
.childpat{background:url(../img/inner/point063.gif) no-repeat 12px 6px;}
.childcom{background:url(../img/inner/point064.gif) no-repeat 12px 6px;}
.childrel{background:url(../img/inner/point065.gif) no-repeat 12px 6px;}

.w585{
/*width:585px;*/
margin-left:auto;
margin-right:auto;
}

.ttl01{
	background:url(../img/inner/h4bar01.gif) no-repeat;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
/*	border-left:4px solid #3b52b7; */
	padding:8px 9px 2px 25px;
	font-size:16px;
	width:565px;
	height:24px;
	overflow:hidden;
}
.ttlinf{
	background:url(../img/inner/h4bar02.gif) no-repeat;
/*	border-left:4px solid #43afd3; */
}
.ttlpat{
	background:url(../img/inner/h4bar03.gif) no-repeat;
/*	border-left:4px solid #7cbb53;*/
}
.ttlcom{
	background:url(../img/inner/h4bar04.gif) no-repeat;
/*	border-left:4px solid #e35e9d;*/
}
.ttlrel{
	background:url(../img/inner/h4bar05.gif) no-repeat;
/*	border-left:4px solid #ec983d;*/
}

/* sitemap */
.ttl01-map{
	background:url(../img/inner/h4bar06.gif) no-repeat;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:8px 9px 2px 25px;
	font-size:16px;
	width:835px;
	height:24px;
	overflow:hidden;
}

.ttl02{
	background:url(../img/inner/glad02.gif) repeat-x 0 0;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-left:4px solid #3b52b7;
	padding:3px 6px 3px 10px;
	font-size:110%;
	width:580px;
	margin-top: 15px;
	clear: both;
}
.ttl2inf{border-left:4px solid #43afd3;}
.ttl2pat{border-left:4px solid #7cbb53;}
.ttl2com{border-left:4px solid #e35e9d;}
.ttl2rel{border-left:4px solid #ec983d;}

div#abo01{
background:url(../img/inner/info01.jpg) no-repeat right top;
padding-top:10px;
padding-right:240px;
padding-bottom:50px;
}
/* div#abo02{
background:url(../img/inner/master.jpg) no-repeat right 10px;
padding-top:10px;
padding-right:200px;
	height: auto ;
	min-height: 290px;
} */

#abo02pic {
	width: 188px;
	float: right;
	margin: 10px 5px 5px 10px;
}

.img_list{
list-style:none;
}
.img_list li img{
vertical-align:bottom;
}

/* リスト */
.list01 { /* ・(disc) 行間:180% */
	list-style-type: disc;
	margin-left: 2em;
	line-height:180%;
	margin-top: 10px;
}
.list-no01 { /* 1.2.3.～ */
	line-height:180%;
	margin-left: 2em;
}
.list-no01 ol,
.list-no01 ul {
	margin: 10px 0 15px 40px;
}
.list-no01 ul.sub-list { /* 1.2.3.～ の1つ下の階層 (disc) */
	margin: 0 0 5px 0;
	list-style-type: disc;
}
.list-no01 ul.sub-list02 { /* 1.2.3.～ の1つ下の階層 (マーク無し、①②③～など) */
	margin: 0 0 0 1em;
	list-style-type: none;
}
.list-no01 ol.no-list { /* 1.2.3.～ の1つ下の階層 (1.2.3.～) */
	margin: 10px 0 15px 20px;
}
.list-no02 { /* 左マージン:0 マーク無し、①②③～、1)2)3)～　など */
	line-height:180%;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
}
.list-no03 { /* 左マージン：10px マーク無し */
	line-height:180%;
	list-style-type: none;
	margin: 10px 0px 0px 10px;
}
.list-no04 { /* 左マージン：20px マーク無し */
	line-height:180%;
	list-style-type: none;
	margin: 10px 0px 0px 20px;
}
.list-no04 dd {
	margin-left: 20px;
}
.list05 { /* ・(disc) 行間:120% */
	list-style-type: disc;
	margin-left: 2em;
	line-height:120%;
	margin-top: 10px;
}
.list06 { /* 1.2.3.～ */
	line-height:170%;
	margin-left: 2.5em;
}
.list07 { /* 水色文字＋下線 */
	font-weight: bold;
	color: #0099CC;
	border-bottom: 1px solid #cccccc;
	margin-top: 20px;
	font-size: 100%;
}
.list08 { /* ○(circle) */
	list-style-type: circle;
	margin-left: 1.5em;
	line-height:180%;
	margin-top: 10px;
}
.list09 { /* ○(circle) マージン指定なし */
	list-style-type: circle;
	margin-left: 1.5em;
	line-height:180%;
}
.w80p{
	margin-left:10%;
	width: 80%;
}

/* テーブル */
.tbl01 th {
	font-weight: normal;
	text-align: left;
	padding-right: 25px;
}
.tbl01 td {
	text-align: right;
}
.tbl02 {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	empty-cells: show;
	margin: 5px 0 0 0;
	padding: 0;
}
.tbl02 th,
.tbl02 td {
	vertical-align: top;
	padding: 2px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	table-layout: fixed;
	font-size:100%;
}
.tbl02 th {
	background: #F3F3F3;
	text-align: left;
	font-weight: normal;
}
.tbl02 th.head1 {
	text-align: center;
	background-color: #F0C5C4;
}
.tbl02 th.head2 {
	text-align: center;
}
.tbl02 th.head3 {
	width: 8em;
}
.tbl02 th.head4 {
	text-align: center;
	background-color: #EEFFEE;
}
.tbl02 th.bg-blue {
	background: #F0F8FF;
	text-align:center;
}

/* 外来診察担当医 */
.tbl-doctor {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	empty-cells: show;
	margin: 5px 0 0 0;
	padding: 0;
}
.tbl-doctor th,
.tbl-doctor td {
	padding: 2px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	table-layout: fixed;
	font-size:100%;
	text-align:center;
}
.tbl-doctor th {
	background: #F3F3F3;
	font-weight: normal;
}
.tbl-doctor th.bg-blue {
	background: #F0F8FF;
}
.rec-tbl {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	empty-cells: show;
	margin: 5px 0 0 0;
	padding: 0;
	float:left;
}
.rec-tbl th,
.rec-tbl td {
	vertical-align: top;
	padding: 2px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	table-layout: fixed;
	font-size:100%;
}
.rec-tbl th {
	background: #F3F3F3;
	text-align: left;
	font-weight: normal;
}
.rec-tbl th.head1 {
	text-align: center;
	background-color: #F0C5C4;
}
.rec-tbl th.head2 {
	text-align: center;
}

/* 背景つき枠 */
.waku01 {
	background: #FFFFF4;
	border: 1px solid #33CCFF;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* カラー */
/* 赤 */
.red { color: #FF0000; }

/* 濃水色 */
.sub_color { color: #0099CC; }

/* フォント */
.f-small { font-size: 80%; }
.f-90 { font-size: 90%; }
.bold {	font-weight: bold; }

/* 病院からのお知らせ-病院概要
------------------------------------------------------ */
.mr0 {
	margin-right: 0;
}
#outline-bg1 {
	margin-right: 3px;
	background: url(../img/info/outline-bg1.jpg) no-repeat right top;
	min-height: 244px;
	height: auto !important;
	height: 244px;
}
.out-ltbl th,
.out-ltbl td {
	border-bottom :1px solid #CCCCCC;
	padding: 5px 10px;
	text-align:left;
	font-weight:normal;
}

/* 病院からのお知らせ-院内の施設のご案内 
------------------------------------------------------ */
.faci_list {
	background: #faf7e7;
	border: 1px solid #ebe6ce;
	padding: 7px 10px 7px 3px;
	margin: 10px 0 15px 0;
}
.faci_list li {
	margin-left: 2em;
	line-height: 170%;
}
#faci_tbl td {
	padding-top: 15px;
}
td.p_r10 {
	padding-right: 10px;
}

/* 病院からのお知らせ-地図・交通案内 
------------------------------------------------------ */
.access-head {
	font-size: 120%;
	margin-bottom: 8px;
	background: url(../img/info/map-point.gif) left center no-repeat;
	padding-left: 20px;
}
dl.access {
	border-bottom: 1px solid #CCC;
	padding: 0 10px 13px 10px;
	margin-bottom: 14px;
}
dl.bd_t01 {
	border-top: 1px solid #CCC;
	padding-top: 13px;
}
.access dt {
	width: 22%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.access dd {
	width: 75%;
	display: block;
	margin: 0 0 0 23%;
	padding: 0;
}
.access dd span {
	display: inline-block;
	width: 15em;
}


/* 病院からのお知らせ-連絡先 
------------------------------------------------------ */
#contact-box {
	width: 316px;
	float: left;
	margin: 35px 0 0 0;
}
#contact-box dl {
	margin-left: 15px;
}
#contact-box {
	width: 301px;
	float: left;
	margin: 32px 0 0 0;
}
#contact-pic {
	width: 264px;
	float: right;
	margin: 19px 0 0 0;
}

/* 患者の皆さまへ
------------------------------------------------------ */
#uketuke-pic {
	width: 238px;
	float: right;
	margin: 10px;
}
#uketukeki-pic {
	width: 256px;
	float: right;
	margin: 10px;
}
#initial-bg1 {
	margin-right: 3px;
	background: url(../img/patient/initial-bg1.jpg) no-repeat right bottom;
	min-height: 178px;
	height: auto !important;
	height: 178px;
}
#saisin-pic {
	width: 209px;
	float: right;
	margin: 10px;
}

/* 患者の皆さまへ-入院のご案内
------------------------------------------------------ */
/*
#enter-bg1 {
	margin-right: 3px;
	background: url(../img/patient/enter-bg1.jpg) no-repeat right top;
	min-height: 429px;
	height: auto !important;
	height: 429px;
}
*/

#enter-tbl th,
#enter-tbl td {
	vertical-align: top;
	padding: 5px 0;
	font-weight: normal;
}
#enter-tbl th {
	padding-right: 15px;
	width: 22%;
}
#enter-tbl2 {
	margin-left: 25px;
	width: 580px;
}
.chu-bdy dd {
	position: relative;
	left: 2.5em;
	top: -1.8em;
	margin-bottom: -1.6em;
	width: 545px;
	
}
#mobile-tbl {
	width: 470px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mobile-tbl th {
	padding: 0px 5px;
	background-color: #EEFFEE;
	text-align:center;
}
#mobile-tbl td {
	padding: 0px 5px;
}
.mobile-img {
	float: right;
	margin: 5px 0px 10px 10px;
}



/* 医療関係者の皆さまへ-職員募集 
------------------------------------------------------ */
#nurse-pic {
	width: 223px;
	float: right;
	margin: 5px 10px 10px 10px;
}


/* 医療関係者の皆さまへ-看護について
------------------------------------------------------ */
#nursing-pic {
	width: 585px;
}
#nursing-pic02 {
	width: 263px;
	float: right;
	margin: 5px 10px 10px 10px;
}
.nursing-head {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
	background: url(../img/relation/nursing-point.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
	padding-left: 20px;
	clear: both;
}

/* 医療関係者の皆さまへ-臨床研究部 
------------------------------------------------------ */
.pagelist {
	margin-left: 10px;
	padding-top: 14px;
	line-height: 160%;
	list-style-type: none;
	background: url(../img/relation/labo-bg1.jpg) no-repeat right bottom;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	width: 590px;
}
.pagelist li a {
	padding-left:18px;
	background:url(../img/inner/point065.gif) no-repeat left center;
}
.sub_bd {
	font-weight: bold;
	border-bottom: 1px dotted #0099CC;
	padding-bottom: 5px;
	font-size: 100%;
	color: #0099CC;
	line-height: 120%;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	clear: both;
}
.h_date {
	text-align: right;
	font-size: 10px;
}
.bd-dg {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.bd-dg2 {
	clear: both;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
#labo-bg1 {
	margin-right: 3px;
	background: url(../img/relation/labo-bg1.jpg) no-repeat right top;
	min-height: 222px;
	height: auto !important;
	height: 222px;
}
#labo-pic {
	width: 282px;
	float: right;
	margin: 5px 5px 10px 10px;
}
.waku02 {
	background: #fefaea;
	border: 1px solid #ebe6ce;
	padding: 10px;
	margin-top: 10px;
}

/* 医療関係者の皆さまへ-臨床研修 
------------------------------------------------------ */
.pagelist2 {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-top: 14px;
	line-height: 160%;
	list-style-type: none;
}
.pagelist2 li a {
	padding-left:18px;
	background:url(../img/inner/point065.gif) no-repeat left center;
}
#syogu-tbl {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 10px;
}
#syogu-tbl td {
	vertical-align: top;
	padding: 2px 15px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size:100%;
}
dl.ex-list dt {
	float: left;
}
dl.ex-list dd {
	margin-left: 30px;
	display: block;
}

/* 調達情報-契約情報の公開 
------------------------------------------------------ */
#plc_tbl th {
	background: #fdf0cf;
	width: 26%;
}
#plc_tbl th,
#plc_tbl td {
	padding: 2px 15px;
}

/* 調達情報-入札等の広告
------------------------------------------------------ */
dl.pdflist {
	padding: 10px 5px 10px;
	border-bottom: 1px dotted #0099CC;
}
.listtop {
	margin-top: 10px;
	border-top: 1px dotted #0099CC;
}
dl.pdflist dt {
	clear: left;
	float: left;
	width: 145px;
}
dl.pdflist dd img { vertical-align: -20%; }
dl.pdflist dd {
	margin-left: 145px;
}


/* 診療科の紹介 
------------------------------------------------------ */
.sub_ttl {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 12px 0 0px 0;
	color: #0099CC;
	line-height: 140%;
}
.clinic-head {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
	background: url(../img/clinic/clinic-point.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
	padding-left: 20px;
}
#clinic-pic {
	width: 240px;
	float: right;
	margin: 5px 5px 10px 10px;
}

/* 地域医療連携
------------------------------------------------------ */
ul#fukushi-pic li {
	display:inline;
	margin: 10px 5px 10px 5px;
}

/* 地域医療連携-クリティカルパスについて 
------------------------------------------------------ */
#cripass-pic {
	width: 261px;
	float: right;
	margin: 15px 0 0 10px;
}
#cri-box {
	padding-left: 0px;
	margin-top: 15px;
}
#left-cri {
	width: 280px;
	float: left;
}
#right-cri {
	width: 280px;
	float: right;
	margin-left: 10px;
}

/* 放射線科
------------------------------------------------------ */
.float-left{
	float: left;
	margin: 5px 15px 10px 0px;
}
.m_r05{ margin-right: 5px;}

/* アレルギー調理教室
------------------------------------------------------ */
.line{
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

.line-right{
	border-right: solid 1px #C0C0C0;
}
.table-ar {
	width:98%;
	margin-top: 15px;
	border-bottom: dotted 1px #C0C0C0;
	table-layout: fixed;
}
.last-td {
	padding: 0px 0px 20px 0px;
}
#wrapper #contents #right_area .f-float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}


/* 関連リンク
------------------------------------------------------ */
#left-link {
	width: 270px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#right-link {
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
div.linklist ul{
	list-style:none;
}
div.linklist ul li a{
	display:block;
	background:url(../img/inner/point041.gif) no-repeat 8px 11px;
	padding:7px 5px 6px 23px;
}
div.linklist li.child a{
	display:block;
	background:url(../img/inner/point061.gif) no-repeat 12px 6px;
	padding:3px 5px 3px 23px;
}

/* 更新情報
------------------------------------------------------ */
table.update {
	width: 599px;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
}
table.update td {
	padding: 2px 8px;
}
table.update td.info-date,
table.update td.info-head {
	background-color: #f8f2db;
}
table.update td.info-head {
	font-size: 16px;
	color: #f27d01;
}
table.update td.info-head2 {
	padding: 0px;
	height: 3px;
	background-color: #eee1c5;
}


/* サイトマップ
------------------------------------------------------ */
.map1 {
	width: 270px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	position: relative;
}
.map2 {
	width: 559px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	position: relative;
}
.left-map {
	width: 270px;
	float: left;
}
.right-map {
	width: 270px;
	float: right;
	margin-left: 15px;
}

.ttl03{
	background:url(../img/inner/point041.gif) no-repeat 10px 10px;
	border:2px solid #3b52b7;
	padding:5px 5px 5px 30px;
	font-size:110%;
	clear: both;
}
.ttl3inf{
	background:url(../img/inner/point042.gif) no-repeat 10px 10px;
	border:2px solid #47aed9;
}
.ttl3pat{
	background:url(../img/inner/point043.gif) no-repeat 10px 10px;
	border:2px solid #7bbb4d;
}
.ttl3com{
	background:url(../img/inner/point044.gif) no-repeat 10px 10px;
	border:2px solid #e462aa;
}
.ttl3rel{
	background:url(../img/inner/point045.gif) no-repeat 10px 10px;
	border:2px solid #efa659;
}

ul.maplist {
	list-style:none;
	margin-top: 5px;
}
ul.maplist li {
	display:block;
	background:url(../img/inner/point061.gif) no-repeat 8px 11px;
	padding:7px 5px 6px 23px;
}
ul.maplist li.child {
	display:block;
	background:url(../img/point01.gif) no-repeat 18px 12px;
	padding:7px 5px 6px 28px;
	font-size: 95%;
}


/* ニュースレター
------------------------------------------------------ */
.news-year {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
	background: url(../img/inner/news-point.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
	padding-left: 20px;
	line-height: 160%;
}

/* パターン1 左右別のテーブル */
.left-news {
	float: left;
	margin-top: 10px;
	width: 292px;
}
.right-news {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	width: 292px;
}
table.news {
	width: 292px;
}
table.news td.news-top {
	font-size: 18px;
	background: url(../img/inner/news-bk1.gif) 0 0 no-repeat;
	hight: 77px;
	width: 203px;
	padding-top: 30px;
	padding-left: 10px;
}
table.news td.news-bottom {
	background: url(../img/inner/news-bk3.gif) 0 0 no-repeat;
	width: 282px;
	height: 10px;
}
table.news_in {
	background: url(../img/inner/news-bk2.gif) 0 0 repeat-y;
	width: 282px;
}
table.news_in a {
	vertical-align:top;
	background:url(../img/point01.gif) no-repeat 10px 10px;
	padding-left: 20px;
	display: block;
	line-height: 180%;
	padding-bottom: 3px;
}

/* パターン2 左右で1つのテーブル */
table.news2 {
	table-layout: fixed;
	width: 584px;
}
table.news2 th {
	font-size: 18px;
	background: url(../img/inner/news-bk1.gif) 0 0 no-repeat;
	hight: 77px;
	padding-top: 30px;
	font-weight:normal;
	padding-left: 5px;
	text-align: left;
}
table.news2 a {
	vertical-align:top;
	background:url(../img/point01.gif) no-repeat 0px 10px;
	padding-left: 10px;
	display: block;
	line-height: 180%;
	padding-bottom: 3px;
}
table.news2 td.letter {
	vertical-align: top;
	border-right: #D7D7D7 solid 1px;
	width: 282px;
	border-left: #D7D7D7 solid 1px;
	padding: 5px 5px 0px 10px;
}
table.news2 td.news-bottom {
	background: url(../img/inner/news-bk3.gif) 0 0 no-repeat;
	width: 282px;
	height: 10px;
}
.font-l {
	font-size: 120%;
}

/* トップページQRコード */
#wrapper #contents #left_area #qr_area {
	border: 1px solid #D2D2D2;
	margin-top: 15px;
}

#wrapper #contents #left_area #qr_area #qr_txt {
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}

#wrapper #contents #left_area #qr_area #qr_txt img.qr_code {
	float: right;
	margin-left: 5px;
}

