/* @group BASE　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
body	{
	background: #f0f0f0 url(../elements/bg.jpg) repeat-x fixed;
	margin: 0;
	padding: 0;
}
.right{
	float: right;
}
.left{
	float: left;
}
.Round_2{
	border-radius: 2px;         /* CSS3 */
	-moz-border-radius: 2px;    /* Firefox */
	-webkit-border-radius: 2px; /* Safari,Chrome */
}
.Round_3{
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}
.Round_4{
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
.Round_6{
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
}
.Round_8{
	border-radius: 8px;         /* CSS3 */
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
}
.Round_10{
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
.Clickable{
	cursor: pointer;
}
.liner{
	border: 1px solid #555;
}

div.container_bg	{
	display: block;
	width: 940px;
	margin: 0px auto 0px auto;
}
div.container	{
	float: left;
	width: 940px;
	padding-bottom: 0px;
	background: url(../elements/container_bg.png) repeat-y 50%;
}
a#btn_return_top	{
	position: fixed;
	right: 0px;
	bottom: 50px;
	display: none;
	width: 40px; 
	height: 60px;
	background: url(../elements/btn_return_top.png) 0px 0px no-repeat;
	cursor: pointer;
}

/* @end */

/* @group HEADER ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#Header_toppage	{
	height: 80px;
	width: 920px;
	display: inline;
	margin: 0px 10px;
	padding: 0px;
	float: left;
	background-image: url(../elements/header_bg.jpg);
}
div#Header_toppage .logo_toppage	{
	display: block;
	height: 80px;
	width: 300px;
	margin: 0px 0px 0px 20px;
	float: left;
	overflow: hidden;
}
div#Header_toppage .logo_toppage img	{
	height: 80px;
	width: 300px;
}

div#Header	{
	height: 80px;
	width: 920px;
	/*display: inline;*/
	margin: 0px 10px 10px 10px;
	padding: 0px;
	/*float: left;*/
	background-image: url(../elements/header_bg.jpg);
}
.contents-description{
	display: none;
}
div#Header a.logo	{
	display: block;
	/*height: 80px;
	width: 300px;*/
	margin: 0px 0px 0px 20px;
	/*float: left;
	overflow: hidden;*/
}
div#Header a.logo img	{
	/*height: 80px;
	width: 300px;*/
}
div#Header .quickinfo	{
	width: 480px;
	height: 75px;
	margin: 4px 10px 0px 0px;
	padding: 1px 10px 0px 10px;
	font-size: 10px;
	line-height: 15px;
	color:#000;
	float: right;
	background: url(../elements/header_quickinfo.png) no-repeat center top;
}

div#Header .quickinfo .hospital	{
	margin: 4px 0px 0px 0px;
	height: 68px;
	float: left;
}
div#Header .quickinfo .hospital .underline	{
	border-bottom: 1px solid #999;
}
div#Header .quickinfo .hospital	td{
	height: 34px;
	vertical-align: middle;
}
div#Header .quickinfo .hospital .headline{
	width: 210px;
}
div#Header .quickinfo .hospital .headline img{
	height: 30px;
	width: 200px;
}
div#Header .quickinfo .hospital .tel	{
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 18px;
	background: url(../elements/icon_TEL_20.png) no-repeat left center;
	letter-spacing: 1px;
}
div#Header .quickinfo .hospital .homepage	{
	width: 100px;
}
div#Header .quickinfo .hospital .homepage a	{
	display: block;
	width: 80px;
	height: 20px;
	padding-left: 20px;
	background: url(../elements/quickinfo_homepage.png) no-repeat;
	color: #FFF;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
/* @end */




/* @group FOOTER ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div.Footer_wrapper	{
	display: block;
	width: 100%;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	float: left;
}
div.Footer	{
	display: block;
	width: 900px;
	height: 40px;
	margin: 0px auto;
	padding: 0px 20px;
}
div#Footer_left	{
	height: 40px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
}
div#Footer_right	{
	height: 40px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
}
div#Footer_copyright	{
	height: 40px;
	margin: 0px;
	float: left;
	line-height: 40px;
	font-size: 10px;
	text-align: left;
	color: #555;
}
a#Footer_contact	{
	overflow: hidden;
	display: block;
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	line-height: 42px;
	font-size: 12px;
	text-align: right;
	color: #555;
	background: url(../elements/footer_contact.png) no-repeat;
}
a#Footer_contact:hover {
	color: #05A;
	text-decoration: underline;
}
/* @end */


/* @group BLOCK　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div.Block_left	{
	width: 240px;
	float: left;
	padding-left: 20px;
}
div.Block_right	{
	width: 650px;
	float: right;
	padding-right: 20px;
}
div.Block_650	{
	width: 650px;
	float: left;
}
div.Block_900	{
	width: 900px;
	float: left;
	padding: 0px 20px;
}
.Block_200_650_topics{
	height: 200px;
	width: 650px;
	float: left;
}
.Block_width_650_information{
	margin: 0px 0px 20px 0px;
	width: 650px;
	float: left;
	border-bottom: 1px solid #66ccff;
	background: url(../elements/information_bg.gif) repeat-y;
}
.Block_width_650_information .header{
	width: 630px;
	height: 24px;
	padding: 0px 10px;
	float: left;
	line-height: 24px;
	font-size: 15px;
	color: #FFF;
	background: url(../elements/information_header_bg.jpg) no-repeat;
	font-weight: bold;
}
.Block_width_650_information .header img{
	float: left;
	height: 24px;
	width: 24px;
	margin-right: 5px;
}
.Block_width_650_information .information_wrapper{
	width: 628px;
	margin: 0px 11px;
	padding: 0px;
	float: left;
	border-bottom: 1px dotted #888;
}
.Block_width_650_information .information_wrapper:last-child{
	border-bottom: none;
}
.Block_width_650_information .information_wrapper table{
	width: 628px;
}
.Block_width_650_information .information_wrapper .date{
	width: 60px;
	padding: 5px 20px;
	line-height: 20px;
	font-size: 12px;
	color: #555;
}
.Block_width_650_information .information_wrapper .title{
	padding: 5px 20px;
	line-height: 20px;
	font-size: 12px;
	color: #555;
}
.Block_width_650_information .information_wrapper .description_wrapper{
	height: 0px;
	overflow: hidden;
}
.Block_width_650_information .information_wrapper .description{
	padding: 20px 20px 50px 20px;
}
.Block_bottom{
	width: 940px;
	height: 50px;
	margin: 0px 0px -50px 0px;
	float: left;
	background: url(../elements/container_bottom_bg.png) no-repeat center top;
}
/* @end */


/* @group MENU　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#menu {
	display: block;
	width: 910px;
	margin-left: 10px;
	float: left;
}
div#menu .menu_btn_bg {
	display: block;
	height: 35px;
	width: 220px;
	margin-right: 6px;
	float: left;
	background: url(../elements/menu_btn_bg_o_220.png) no-repeat;
}
div#menu .menu_btn {
	display: block;
	height: 35px;
	width: 215px;
	padding-left: 5px;
	font-size: 15px;
	line-height: 35px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	background: url(../elements/menu_btn_bg_220.png) no-repeat;
}
div#menu .menu_btn img {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 5px;
}


div#menu_content {
	display: block;
	width: 230px;
	float: left;
}
div#menu_content .menu_btn_bg {
	display: block;
	height: 35px;
	width: 230px;
	margin-bottom: 2px;
	float: left;
	background: url(../elements/menu_btn_bg_o.png) no-repeat;
}
div#menu_content .menu_btn {
	display: block;
	height: 35px;
	width: 225px;
	padding-left: 5px;
	font-size: 15px;
	line-height: 35px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	background: url(../elements/menu_btn_bg.png) no-repeat;
}
div#menu_content .menu_btn img {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 5px;
}


.hospital_info .menu_btn_bg {
	margin-top: 10px;
	display: block;
	height: 35px;
	width: 210px;
	float: left;
	background: url(../elements/menu_btn_bg_o_210.png) no-repeat;
}
.hospital_info .menu_btn {
	display: block;
	height: 35px;
	width: 205px;
	padding-left: 5px;
	font-size: 15px;
	line-height: 35px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	background: url(../elements/menu_btn_bg_210.png) no-repeat;
}
.hospital_info .menu_btn img {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 5px;
}

/* @end */

/* @group TOPICS　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#flashcontent	{
	width: 998px;
	height: 398px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #000000;
	float: left;
	text-align: center;
}


div#TOPICS_description	{
	display: inline;
	position: absolute;
	text-decoration: none;
}
div#TOPICS_description_flex	{
	display: inline;
}
img#TOPICS_img_Block_90_200	{
	display: inline;
	position: absolute;
	height: 80px;
	width: 190px;
	margin: 3px;
	padding: 0px;
}
img#TOPICS_img_Block_60_600	{
	display: inline;
	position: absolute;
	height: 50px;
	width: 590px;
	margin: 3px;
	padding: 0px;
}
img#TOPICS_img_Block_180_200	{
	display: inline;
	position: absolute;
	height: 170px;
	width: 190px;
	margin: 3px;
	padding: 0px;
}
img#TOPICS_img_Block_180_400	{
	display: inline;
	position: absolute;
	height: 170px;
	width: 390px;
	margin: 3px;
	padding: 0px;
}
img#TOPICS_img_Block_180_600	{
	display: inline;
	position: absolute;
	height: 170px;
	width: 590px;
	margin: 3px;
	padding: 0px;
}
img#TOPICS_img_Block_180_800	{
	display: inline;
	position: absolute;
	height: 170px;
	width: 790px;
	margin: 3px;
	padding: 0px;
}
img#TOPICS_img_Block_360_600	{
	display: inline;
	position: absolute;
	height: 350px;
	width: 590px;
	margin: 3px;
	padding: 0px;
}

div#Block_90_200	{
	height: 86px;
	width: 196px;
	margin: 0px;
	padding: 2px;
	float: left;
}
div#Block_100_400	{
	height: 96px;
	width: 396px;
	margin: 0px;
	padding: 2px;
	float: left;
}
div#Block_180_200	{
	height: 176px;
	width: 196px;
	margin: 0px;
	padding: 2px;
	float: left;
}
div#Block_180_400	{
	height: 176px;
	width: 396px;
	margin: 0px;
	padding: 2px;
	float: left;
}
div#Block_180_600	{
	height: 176px;
	width: 596px;
	margin: 0px;
	padding: 2px;
	float: left;
}
div#Block_180_800	{
	height: 176px;
	width: 796px;
	margin: 0px;
	padding: 2px;
	float: left;
}
div#Block_360_600	{
	height: 356px;
	width: 596px;
	margin: 0px;
	padding: 2px;
	float: left;
}
div.Index_Topics_hover a{
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
div.Index_Topics_hover a:hover {
	text-decoration: none;
	color: #000;
}
div.Index_Topics_na div{
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
div#Block_180_600_na	{
	display: inline;
	position: absolute;
	height: 170px;
	width: 590px;
	margin: 3px;
	padding: 0px;
	background: url('../elements/BLOG_soon_Block_180_600.png');
	behavior: url("resources/iepngfix.htc");
}

.Blog_Topic a{
	float: left;
}
.Blog_Topic_CH{
	margin: 3px;
	padding: 2px;
	float: left;
}
.Blog_Topic_CH table{
	height: 290px;
	width: 290px;
	float: left;
}
.Blog_Topic_CH a{
	float: left;
	background: url(../elements/Blog_Topic_CH_bg.jpg) no-repeat center top;
}
.Blog_Topic_CH a:hover{
	background: url(../elements/Blog_Topic_CH_bg_o.jpg) no-repeat center top;
}
.BLOG_CH_thumb_img{
	width: 280px;
}
.Blog_Topic_CH td.Blog_Topic_CH_thumb{
	height: 210px;
	padding: 2px;
	text-align: center;
}
.Blog_Topic_CH td.Blog_Topic_CH_description{
	color: #333;
	line-height: 20px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.Blog_Topic_CH td.Blog_Topic_CH_shadow{
	height: 10px;
	background: url(../elements/Blog_Topic_CH_shadow.png) no-repeat center top;
}
.Blog_Topic_CH div.Blog_Topic_CH_title{
	font-size: 16px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
/* @end */

/* @group TOP　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.hospital_info	{
	float: left;
	margin: 0px 10px;
	padding: 10px 0px;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
}
.hospital_info:after {
  content: "";
  clear: both;
  display: block;
}
.hospital_info div.position {
	margin-top: 3px;
}
.hospital_info div.address {
	clear: both;
	margin-bottom: 5px;
}
table.schedule {
	float: left;
	font-size: 14px;
	width: 420px;
}
table.schedule td {
	padding: 0px 10px;
}
table.schedule td b {
	font-size: 13px;
}
table.schedule td.week {
	padding: 5px 10px;
	border: 1px solid #AAA;
	background: #EEE;
}
table.schedule td.time {
	padding: 5px 10px;
	border: 1px solid #AAA;
}
table.schedule td.btn {
	padding: 0px 0px 0px 20px;
	width: 150px;
	border: 0px;
}
a.link_homepage	{
	display: block;
	width: 110px;
	height: 40px;
	padding-left: 50px;
	background: url(../elements/btn_link_homepage.png) no-repeat;
	color: #555;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.link_access	{
	display: block;
	width: 110px;
	height: 40px;
	padding-left: 50px;
	background: url(../elements/btn_link_access.png) no-repeat;
	color: #555;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.hospital_homepage	{
	display: block;
	margin-top: 2px;
	width: 80px;
	height: 20px;
	padding-left: 20px;
	background: url(../elements/quickinfo_homepage.png) no-repeat;
	color: #FFF;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	float: left;
}
.bg_canvas {
	background: url(../elements/canvas.jpg) repeat-x 0 center;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
/* @end */



/* @group CONTENT　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.content_header{
	display: block;
	height: 50px;
	width: 100%;
	padding-bottom: 10px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #555;
	letter-spacing: 1px;
}
.content_header img{
	display: block;
	height: 50px;
	width: 50px;
	float: left;
}
.Profile_Format_001{
	width: 900px;
	/*float: left;*/
	clear:both;
	padding: 40px 0px;
}
.Profile_Format_001:after {
  content: "";
  clear: both;
  display: block;
}

.Content_Format_001{
	padding: 0px 0px 50px 0px;
	line-height: 24px;
}
.Content_Format_001 .ENTRY_CONTENT_TITLE{
	height: 50px;
	width: 650px;
	background: url(../elements/content_title_bg.png) no-repeat;
}
.Content_Format_001 .ENTRY_CONTENT_TITLE .title{
	height: 50px;
	width: 650px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #3158a5;
}
.Content_Format_001 .ENTRY_CONTENT_TITLE .title img{
	height: 50px;
	width: 50px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.Content_Format_001 .ENTRY_CONTENT_DESCRIPTION{
	width: 650px;	
	margin-top: 20px;
	font-size: 13px;
	/*float: left;*/
}

.Content_Format_001 h2{
	/*height: 24px;*/
	padding: 0px 0px 0px 5px;
	font-size: 18px;
	line-height: 24px;
	background: url(../elements/content_headline_bg.jpg) no-repeat left bottom;
	margin-top: 40px;
	margin-bottom: 10px;
	display:block;
}
.Content_Format_001 h3{
	font-weight:bold;
	font-size:100%;
}
.Content_Format_001 h3.ryakureki{
	font-weight:normal;
	font-size:17px;
	border-top:1px solid #ccc;
	padding-top:20px;
	padding-bottom:20px;
}
.Content_Format_001 h3.ryakureki2{
	font-weight:normal;
	font-size:17px;
	padding-top:20px;
	padding-bottom:20px;
}
h3.recruit{
	font-size:17px;
	border-bottom:2px solid #ccc;
	padding-top:20px;
	padding-bottom:5px;
    margin-bottom: 5px;
}

.Content_Format_001 p{
	margin-bottom:20px;
	display:block;
}

.Content_Format_002{
	padding: 0px 0px 50px 0px;
	line-height: 24px;
}
.Content_Format_002 .ENTRY_CONTENT_TITLE{
	height: 50px;
	width: 650px;	
	float: left;
	background: url(../elements/content_title_bg.png) no-repeat;
}
.Content_Format_002 .ENTRY_CONTENT_TITLE .title{
	height: 50px;
	width: 650px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #3158a5;
}
.Content_Format_002 .ENTRY_CONTENT_TITLE .title img{
	height: 50px;
	width: 50px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.Content_Format_002 .ENTRY_CONTENT_DESCRIPTION{
	width: 650px;
	min-height: 600px;
	margin-top: 20px;
	font-size: 13px;
	float: left;
}
.Content_Format_002 h2{
	height: 24px;
	/*width: 500px;*/
	padding: 20px 0px 0px 5px;
	/*float: left;*/
	font-size: 20px;
	line-height: 24px;
	background: url(../elements/content_headline_bg.jpg) no-repeat left bottom;
}

.Content_Format_002 .ENTRY_CONTENT_DESCRIPTION ul{
	margin-top: 20px;
	width: 100%;
	letter-spacing: -.40em;
}
.Content_Format_002 .ENTRY_CONTENT_DESCRIPTION ul li{
	letter-spacing: normal;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.Content_Format_002 .ENTRY_CONTENT_DESCRIPTION ul li.first{

}
.Content_Format_002 .ENTRY_CONTENT_DESCRIPTION ul li img{
	border: 1px solid #CCC;
}
.Content_Format_002 .ENTRY_CONTENT_DESCRIPTION ul li h3{
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}

/* @end */


/* @group IMAGE BROWSER　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#Image_Browser_600_600	{
	height: 560px;
	width: 560px;
	margin: 18px;
}
#Image_Browser_600_600 .arrow_box_page_left{
	margin: 500px 0px 0px -15px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_600_600 .arrow_box_page_right{
	margin: 500px 0px 0px 535px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_600_600 .pageHolder{
	margin: 500px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#Image_Browser_600_600 .thumb_box{
	text-align: center;
}
#Image_Browser_600_600 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_600_600 #frame{
	position: absolute;
	height: 500px;
	width: 560px;
	text-align: center;
	vertical-align: middle;
}
#Image_Browser_600_600 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 200px 0px 0px 230px;
	background: url('../elements/spinner01.gif') no-repeat center center;
}
#Image_Browser_600_600 .controller{
	position: absolute;
	width: 590px;
	height: 500px;
	margin: 0px 0px 0px -15px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_600_600 .controller_btn{
	width: 50px;
	height: 30px;
	margin: 195px 0px 0px 540px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_600_600 .stop_box{
	display: none;
}
#Image_Browser_600_600 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 225px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_600_600 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 225px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_600_600 #main img{
	display: none;
}
#Image_Browser_600_600 #main span{
	display: none;
	font-size: 11px;
	line-height: 20px;
}



.modal {
	cursor: pointer;
}
div#Floating_Image_Browser_700_700 {
	position: absolute;
	left: 50%;
	height: 696px;
	width: 696px;
	margin: 0px 0px 0px -350px;
	padding: 2px;
	display: none;
	z-index: 9999;
}
div#Image_Browser_700_700	{
	height: 660px;
	width: 660px;
	margin: 18px;
}
#Image_Browser_700_700 .arrow_box_page_left{
	margin: 600px 0px 0px -15px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_700_700 .arrow_box_page_right{
	margin: 600px 0px 0px 635px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_700_700 .pageHolder{
	margin: 600px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#Image_Browser_700_700 .thumb_box{
	text-align: center;
}
#Image_Browser_700_700 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_700_700 #frame{
	position: absolute;
	height: 600px;
	width: 660px;
	text-align: center;
	vertical-align: middle;
}
#Image_Browser_700_700 .closer{
	display: inline;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: -65px 0px 0px 625px;
	background: url('../elements/closer.png') no-repeat center center;
	behavior: url("resources/iepngfix.htc");
	cursor: pointer;
}
#Image_Browser_700_700 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 250px 0px 0px 280px;
	background: url('../elements/spinner01.gif') no-repeat center center;
}
#Image_Browser_700_700 .controller{
	position: absolute;
	width: 690px;
	height: 600px;
	margin: 0px 0px 0px -15px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_700_700 .controller_btn{
	width: 50px;
	height: 30px;
	margin: 295px 0px 0px 640px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_700_700 .stop_box{
	display: none;
}
#Image_Browser_700_700 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 275px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_700_700 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 275px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_700_700 #main img{
	display: none;
}
#Image_Browser_700_700 #main span{
	display: none;
	font-size: 11px;
	line-height: 20px;
}





div#Floating_Image_Browser_800_800 {
	position: fixed;
	left: 50%;
	top: 50%;
	height: 796px;
	width: 796px;
	margin: -400px 0px 0px -400px;
	padding: 2px;
	display: none;
	z-index: 9999;
}
div#Image_Browser_800_800	{
	height: 760px;
	width: 760px;
	margin: 18px;
}
#Image_Browser_800_800 .arrow_box_page_left{
	margin: 700px 0px 0px -15px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_800_800 .arrow_box_page_right{
	margin: 700px 0px 0px 735px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_800_800 .pageHolder{
	margin: 700px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#Image_Browser_800_800 .thumb_box{
	text-align: center;
}
#Image_Browser_800_800 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_800_800 #frame{
	position: absolute;
	height: 700px;
	width: 760px;
	text-align: center;
	vertical-align: middle;
}
#Image_Browser_800_800 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 300px 0px 0px 330px;
	background: url('../elements/spinner01.gif') no-repeat center center;
}
#Image_Browser_800_800 .controller{
	position: absolute;
	width: 790px;
	height: 700px;
	margin: 0px 0px 0px -15px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_800_800 .controller_btn{
	width: 50px;
	height: 30px;
	margin: 295px 0px 0px 740px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_800_800 .stop_box{
	display: none;
}
#Image_Browser_800_800 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 325px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_800_800 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 325px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_800_800 #main img{
	display: none;
}
#Image_Browser_800_800 #main span{
	display: none;
	font-size: 11px;
	line-height: 20px;
}

div#Image_Browser_540_1000	{
	width: 996px;
}
#Image_Browser_540_1000 .arrow_box_page_left{
	margin: 480px 0px 0px 0px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_540_1000 .arrow_box_page_right{
	margin: 480px 0px 0px 956px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_540_1000 .pageHolder{
	margin: 480px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#Image_Browser_540_1000 .thumb_box{
	text-align: center;
}
#Image_Browser_540_1000 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_540_1000 #frame{
	position: absolute;
}
#Image_Browser_540_1000 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 175px 0px 0px 450px;
}
#Image_Browser_540_1000 .controller{
	position: absolute;
	width: 1000px;
	height: 450px;
	margin: 0px 0px 0px -2px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_540_1000 .controller_btn{
	width: 80px;
	height: 30px;
	margin: 180px 0px 0px 918px;
	cursor: pointer;
	float: left;
	display: none;
}
#Image_Browser_540_1000 .stop_box{
	display: none;
}
#Image_Browser_540_1000 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 190px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_540_1000 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 190px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_540_1000 #main {
	width: 996px;
	height: 450px;
	background: #000 url('../elements/spinner04.gif') no-repeat center center;
}
#Image_Browser_540_1000 #watermark {
	position: absolute;
	width: 1000px;
	height: 450px;
	margin: 0px 0px 0px -2px;
	background: url('../elements/img_Block_450_1000_watermark.png') no-repeat center center;
}
#Image_Browser_540_1000 #main div.image_wrapper {
	width: 996px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	display: none;
}
#Image_Browser_540_1000 #caption {
	text-align: center;
	width: 996px;
	height: 30px;
}
#Image_Browser_540_1000 #caption span{
	display: none;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}





div#Image_Browser_600_1000	{
	width: 980px;
}
#Image_Browser_600_1000 .arrow_box_page_left{
	margin: 587px 0px 0px 0px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_600_1000 .arrow_box_page_right{
	margin: 587px 0px 0px 956px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_600_1000 .pageHolder{
	margin: 587px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#Image_Browser_600_1000 .thumb_box{
	text-align: center;
}
#Image_Browser_600_1000 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_600_1000 #frame{
	position: absolute;
}
#Image_Browser_600_1000 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 240px 0px 0px 440px;
}
#Image_Browser_600_1000 .controller{
	position: absolute;
	width: 980px;
	height: 587px;
	margin: 0px 0px 0px 0px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_600_1000 .controller_btn{
	width: 80px;
	height: 30px;
	margin: 180px 0px 0px 918px;
	cursor: pointer;
	float: left;
	display: none;
}
#Image_Browser_600_1000 .stop_box{
	display: none;
}
#Image_Browser_600_1000 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 265px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_600_1000 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 265px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_600_1000 #main {
	width: 980px;
	height: 587px;
	background: #000 url('../elements/spinner04.gif') no-repeat center center;
}
#Image_Browser_600_1000 #watermark {
	position: absolute;
	width: 980px;
	height: 587px;
	margin: 0px 0px 0px -2px;
	background: url('../elements/img_Block_600_1000_watermark.png') no-repeat center center;
}
#Image_Browser_600_1000 #main div.image_wrapper {
	width: 980px;
	height: 587px;
	overflow: hidden;
	position: absolute;
	display: none;
}
#Image_Browser_600_1000 #caption {
	position: absolute;
	margin: -30px 10px 0px 10px;
	text-align: right;
	width: 960px;
	height: 30px;
}
#Image_Browser_600_1000 #caption span{
	display: none;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
}
/* @end */

/* @group TOPICS BROWSER　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#TOPICS_ENTRY_Browser_menu_400_200	{
	height: 396px;
	width: 200px;
	margin: 0px;
	background-color: #555;
	float: left;

	border-top-left-radius: 4px;         /* CSS3 */
	border-bottom-left-radius: 4px;         /* CSS3 */
	-moz-border-radius-topleft: 4px;    /* Firefox */
	-moz-border-radius-bottomleft: 4px;    /* Firefox */
	-webkit-border-top-left-radius:: 4px; /* Safari,Chrome */
	-webkit-border-bottom-left-radius:: 4px; /* Safari,Chrome */
}
div#TOPICS_ENTRY_Browser_400_800	{
	height: 396px;
	width: 796px;
	margin: 0px;
	float: left;

	border-top-right-radius: 4px;         /* CSS3 */
	border-bottom-right-radius: 4px;         /* CSS3 */
	-moz-border-radius-topright: 4px;    /* Firefox */
	-moz-border-radius-bottomright: 4px;    /* Firefox */
	-webkit-border-top-right-radius:: 4px; /* Safari,Chrome */
	-webkit-border-bottom-right-radius:: 4px; /* Safari,Chrome */
}
#TOPICS_ENTRY_Browser_400_800 .arrow_box_page_left{
	margin: 336px 0px 0px 0px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_400_800 .arrow_box_page_right{
	margin: 336px 0px 0px 756px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_400_800 .pageHolder{
	margin: 336px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#TOPICS_ENTRY_Browser_400_800 .thumb_box{
	text-align: center;
}
#TOPICS_ENTRY_Browser_400_800 .thumb_box img{
	cursor: pointer;
	display: none;
}
#TOPICS_ENTRY_Browser_menu_400_200 .menu_arrow_box_page_top{
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 200px;
	height: 20px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_menu_400_200 .menu_arrow_box_page_top img{
	border-top-left-radius: 4px;         /* CSS3 */
	-moz-border-radius-topleft: 4px;    /* Firefox */
	-webkit-border-top-left-radius:: 4px; /* Safari,Chrome */
}
#TOPICS_ENTRY_Browser_menu_400_200 .menu_arrow_box_page_bottom{
	margin: 376px 0px 0px 0px;
	position: absolute;
	width: 200px;
	height: 20px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_menu_400_200 .menu_arrow_box_page_bottom img{
	border-bottom-left-radius: 4px;         /* CSS3 */
	-moz-border-radius-bottomleft: 4px;    /* Firefox */
	-webkit-border-bottom-left-radius:: 4px; /* Safari,Chrome */
}
#TOPICS_ENTRY_Browser_menu_400_200 .menuHolder{
	margin: 0px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#TOPICS_ENTRY_Browser_menu_400_200 .menu_thumb_bg{
	display: inline;
	height: 54px;
	width: 188px;
	margin: 3px 0px 3px 6px;
	background-color: #000;
	float: left;
}
#TOPICS_ENTRY_Browser_400_800 #frame{
	position: absolute;
	height: 396px;
	width: 796px;
}
#TOPICS_ENTRY_Browser_400_800 #frame #main{
	text-align: left;
	vertical-align: top;
}
#TOPICS_ENTRY_Browser_400_800 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 150px 0px 0px 350px;
	background: url('../elements/spinner01.gif') no-repeat center center;
}
#TOPICS_ENTRY_Browser_400_800 .controller{
	position: absolute;
	width: 796px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_400_800 .controller_btn{
	width: 50px;
	height: 30px;
	margin: 191px 0px 0px 740px;
	cursor: pointer;
	float: left;
	display: inline;
}
#TOPICS_ENTRY_Browser_400_800 .stop_box{
	display: none;
}
#TOPICS_ENTRY_Browser_400_800 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 171px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#TOPICS_ENTRY_Browser_400_800 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 171px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#TOPICS_ENTRY_Browser_400_800 #main img{
	display: none;
	position: absolute;
	height: 396px;
	width: 796px;
	margin: 0px;
	padding: 0px;

	border-top-right-radius: 4px;         /* CSS3 */
	border-bottom-right-radius: 4px;         /* CSS3 */
	-moz-border-radius-topright: 4px;    /* Firefox */
	-moz-border-radius-bottomright: 4px;    /* Firefox */
	-webkit-border-top-right-radius:: 4px; /* Safari,Chrome */
	-webkit-border-bottom-right-radius:: 4px; /* Safari,Chrome */
}
#TOPICS_ENTRY_Browser_400_800 #main div#description{
	display: none;
	position: absolute;
	font-size: 12px;
	line-height: 18px;
}
#TOPICS_ENTRY_Browser_400_800 #main a{
	height: 396px;
	width: 796px;
	display: block;
	position: absolute;
	background: url('../elements/blank.gif') no-repeat center center;
}
table#TOPICS_Menu_60_200	{
	width: 178px;
	margin: 7px 0px 0px 7px;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	float: left;
}
td#TOPICS_Menu_60_200_thumb	{
	height: 40px;
	width: 40px;
	background-color: #000;
}
td#TOPICS_Menu_60_200_index	{
	height: 40px;
	width: 138px;
	padding: 0px 0px 0px 5px;
	line-height: 13px;
	color: #FFF;
}

/* @end */


/* @group RSS PARSER　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
#rss_date {
	display: inline;
	width: 376px;
	color: #C66;
	float: left;
	margin: 5px 0px 0px 0px;
}
#rss_description {
	display: inline;
	width: 376px;
	font-size: 11px;
	line-height: 15px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#rss_title {
	display: inline;
	width: 376px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	float: left;
}
a#rss_viewall {
	display: inline;
	width: 376px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 10px;
	text-decoration: underline;
	color: #05C;
	float: left;
}
#rss_thumb {
	display: inline;
	width: 376px;
	margin: 0px 5px 5px 10px;
	float: left;
}
#rss_thumb img {
	height: 128px;
	width: 376px;
}
div#rss_box	{
	display: inline;
	width: 376px;
	margin: 0px 0px 0px 10px;
	float: left;
}
div#rss_partition	{
	display: inline;
	width: 376px;
	height: 1px;
	margin: 10px 0px 0px 10px;
	background: #DDD;
	float: left;
	overflow: hidden;
}
/* @end */

/* @group IMAGE BROWSER 200_650　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#Image_Browser_200_650	{
	width: 650px;
}
#Image_Browser_200_650 .arrow_box_page_left{
	visibility: hidden;
	margin: 200px 0px 0px 0px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_200_650 .arrow_box_page_right{
	visibility: hidden;
	margin: 200px 0px 0px 510px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_200_650 .pageHolder{
	margin: 200px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
}
#Image_Browser_200_650 .thumb_box{
	text-align: center;
}
#Image_Browser_200_650 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_200_650 #frame{
	position: absolute;
}
#Image_Browser_200_650 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 50px 0px 0px 275px;
}
#Image_Browser_200_650 .controller{
	display: none;
	position: absolute;
	width: 650px;
	height: 200px;
	margin: 0px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_200_650 .controller_btn{
	width: 80px;
	height: 30px;
	margin: 80px 0px 0px 600px;
	cursor: pointer;
	float: left;
	display: none;
}
#Image_Browser_200_650 .stop_box{
	display: none;
}
#Image_Browser_200_650 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 75px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_200_650 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 75px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_200_650 #main {
	width: 650px;
	height: 200px;
	background: #000 url('../elements/spinner04.gif') no-repeat center center;
}
#Image_Browser_200_650 #watermark {
	position: absolute;
	width: 650px;
	height: 200px;
	margin: 0px;
	background: url('../elements/Image_Browser_200_650_watermark.png') no-repeat center center;
}
#Image_Browser_200_650 #main div.image_wrapper {
	width: 650px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	display: none;
}
#Image_Browser_200_650 img#start_up_image{
	width: 650px;
	height: 200px;
	position: absolute;
}
#Image_Browser_200_650 #caption {
	position: absolute;
	margin: -30px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 630px;
	height: 30px;
	text-align: right;
}
#Image_Browser_200_650 #caption span{
	display: none;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
}

/* @end */


/* @group BANNER　ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.BANNER{
	width: 900px;
	float: left;
	padding: 0px 0px 20px 0px;
}
.BANNER a.backnumber{
	font-size: 80%;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	background: #5a8fe4 url(../elements/bg_arrow.gif) no-repeat left center;
	padding: 2px 6px 2px 13px;
	margin-top: -2px;
	margin-left: 5px;

	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
.BANNER_content{
	float: left;
	margin: 0px 10px 5px 10px;
}
.BANNER_content img{
	margin: 0px;
}

.BANNER_content h4{
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
.BANNER_content p{
	line-height: 20px;
	margin: 5px 0px 15px 0px;
}
.BANNER_content a{
	text-decoration: none;
}
/* @end */



/* @group TOPICS BROWSER 240_900　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#TOPICS_ENTRY_Browser_240_900	{
	height: 240px;
	width: 900px;
	margin: 10px 20px 0px 20px;
	padding: 0px;
	float: left;
	overflow: hidden;

	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
}
#TOPICS_ENTRY_Browser_240_900 .pageHolder{
	margin: 80px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 3100;
}
#TOPICS_ENTRY_Browser_240_900 .arrow_box_page{
	position: absolute;
	margin: 80px 0px 0px 0px;
	width: 920px;
	z-index: 3200;
}
#TOPICS_ENTRY_Browser_240_900 .arrow_box_page_left{
	margin: 0px;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_240_900 .arrow_box_page_right{
	margin: 0px 0px 0px 860px;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_240_900 .thumb_box{
	text-align: center;
}
#TOPICS_ENTRY_Browser_240_900 .thumb_box img{
	cursor: pointer;
	display: none;
}
#TOPICS_ENTRY_Browser_240_900 #frame{
	position: absolute;
}
#TOPICS_ENTRY_Browser_240_900 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 70px 0px 0px 400px;
	background: url('../elements/spinner01.gif') no-repeat center center;
}
#TOPICS_ENTRY_Browser_240_900 .controller{
	position: absolute;
	width: 920px;
	height: 240px;
	margin: 0px 0px 0px 0px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	z-index: 4000;
}
#TOPICS_ENTRY_Browser_240_900 .controller_btn{
	width: 50px;
	height: 30px;
	margin: 181px 0px 0px 820px;
	cursor: pointer;
	float: left;
	display: inline;
}
#TOPICS_ENTRY_Browser_240_900 .stop_box{
	display: none;
}
#TOPICS_ENTRY_Browser_240_900 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 75px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: none;
}
#TOPICS_ENTRY_Browser_240_900 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 75px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: none;
}
#TOPICS_ENTRY_Browser_240_900 #main{
	width: 900px;
	height: 240px;
}
#TOPICS_ENTRY_Browser_240_900 #watermark {
	position: absolute;
	width: 900px;
	height: 240px;
	margin: 0px;
	z-index: 3000;
	background-image: url(../elements/Image_Browser_240_900_watermark.png);
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#TOPICS_ENTRY_Browser_240_900 .description {
	position: absolute;
	padding: 20px 40px;
	width: 820px;
	height: 200px;
	z-index: 3500;
	display: none;

	font: 13px/18px "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif, Times, 'Times New Roman', Garamond;
	font-size: normal;
	line-height: normal;
	color: #555;
}
#TOPICS_ENTRY_Browser_240_900 #main div.image_wrapper {
	width: 900px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	display: none;
}
#TOPICS_ENTRY_Browser_240_900 .caption {
	position: absolute;
	margin: -30px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 900px;
	height: 30px;
	text-align: right;
}
#TOPICS_ENTRY_Browser_240_900 .caption span{
	display: none;
	font-size: 12px;
	color: #888;
	line-height: 30px;
	font-family: sans-serif;
}

/* @end */

table.keireki{
	width:100%;
	margin-bottom:30px;
}

.txtC{
	text-align: center;
}
.font120{
	font-size: 120%;
}
.tel-no{
	border: 2px solid #3158a5;
	padding: 10px;
	margin-top: 2em;
}
.tel-no span{
	font-weight: bold;
	font-size: 125%;
}

.corona{
    border: 1px solid #FF0004;
    padding: 20px;
    margin: 20px 20px 0;
    font-size: 14px;
    clear: both;
}
.corona h2{
    color: #FF0004;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
    font-size: 1.3em;
    font-weight: bold;
}
.corona ol{
    list-style: inherit;
    list-style-type: decimal;
    margin: 10px 5px 20px 20px;
}
.corona ol li{
    margin-bottom: 5px;
}
.corona p{
    margin-bottom: 5px;
}
.corona .red{
    color: #FF0004;
}
.corona ul{
    list-style: inherit;
    list-style-type: disc;
    margin: 10px 5px 20px 20px;
}
.corona ul li{
    margin-bottom: 5px;
}
