/*------------------------------------------------
	index.css - <museum> index.html design css
	2007.10.05
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-ori.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/
/* box */
.title{
	margin-bottom : 4px;
}
.theme{
	width : 675px;
	border-width : 1px 0px 0px 0px;
	border-style : solid;
	border-color : #333333;
	padding-top : 3px;
	margin-top : 20px;
}

#contents #main .borderbg .theme {
	text-align:left;
}

.guest{
	width : 675px;
	border-width : 1px;
	border-style : solid;
	border-color : #8a7f7d;
	background-image : url('../images/bg_guest.jpg');
}

.guest_02{
	background : url('../images/bg_guest_02.jpg')
	no-repeat;
}

.txt{
	text-align:left;
	}

.t_guest
{
	margin : 7px;
}
.i_guest
{
	margin : 0px 7px 7px 7px;
	float : left;
	width : 134px;
}

.p_guest
{
	margin : 0px 7px 7px 7px;
	float : left;
	width : 500px;
}
.p_guest p
{
	float : left;
}
.onair{
	width : 277px;
	border-width : 1px;
	border-style : solid;
	border-color : #8a7f7d;
	background-image : url('../images/bg_onair.jpg');
	float : left;
	margin : 0px 0px 8px 9px;
}
.onair_day{
	margin : 3px 0px 3px 0px;
}
.onair_table{
	width : 100%;
}
.onair_table_td {
	background-color : #ebe9e9;
	font-size : 12px;
	color : #262322;
	padding : 2px 2px 2px 6px;
}
.readtext{
	float : left;
}
.present{
	width : 675px;
	background-image : url('../images/present_bg.jpg');
}
.present_text{
	margin : 8px 12px 0px 8px;
	padding : 2px 4px 0px 4px;
	font-size : 12px;
	line-height : 150%;
	color : #333333;
}
.present_contents{
	float : left;
	margin : 0px 0px 0px 12px;
}
.present_cap{
	background-color : #b8c7d8;
	font-size : 10px;
	color : #333333;
	line-height : 130%;
	padding : 4px;
	margin : 20px 0px 0px 0px;
}
.present_line{
	margin : 0px 0px 3px 0px;
}
.present_td{
	padding-left : 25px;
}
/* text */
.t10{
	color : #333333;
	font-size : 10px;
	line-height : 120%;
	font-weight : normal;
}
.t12{
	color : #333333;
	font-size : 12px;
	line-height : 150%;
	font-weight : normal;
	text-align:left;
}
.t12_b{
	color : #333333;
	font-size : 12px;
	line-height : 150%;
	font-weight : bold;
}
.t12_r{
	color : #cc0033;
	font-size : 12px;
	line-height : 150%;
}
.t12_r_b{
	color : #cc0033;
	font-size : 12px;
	line-height : 150%;
	font-weight : bold;
}
.t14_b{
	color : #333333;
	font-size : 14px;
	line-height : 150%;
	font-weight : bold;
}
.t16_b{
	color : #333333;
	font-size : 16px;
	line-height : 120%;
	font-weight : bold;
}
.t24_g{
	color : #cc0033;
	font-size : 18px;
	font-weight : bold;
	padding : 10px 10px 0px 10px;
	display : inline;
	height : 23px;
	vertical-align : bottom;
}

.t16_b a{
	text-align:left;
	margin-left:50px;

}

.txtL{
	text-align:left;
}
	
.border{
	border-top:1px solid #333333;
}
	
	
	
/* 09/11/19 add
//source適宜修正すること
---------------------------------------------------*/	
div.progDate {
	font-family:'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	font-size:20px;
}
span.cornerTitle {
	font-weight: bold;
	text-align: left;
}
img.progImage {
	margin-top: 1.5em;
}







/* clearfix
------------------------------------------------*/
.txtBlock:after,
dl:after,
.wrapper:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;/* for modern browser */
}
.txtBlock,
dl,
.wrapper {
display: inline-block;
min-height: 1%;
}

/* Hides from IE-mac \*/
* html .txtBlock,
* html dl,
* html .wrapper {
	height: 1%;
}
.txtBlock,
dl,
.wrapper {
	display: block;
}
/* End hide from IE-mac */



/* 
------------------------------------------------*/
h2 {
	margin: 20px 0;
	font-size: 16px;
	text-align: left;
}
p {
	text-align: left;
	line-height:1.4;
}

div.txtBlock {
	width: 670px;
	margin-top: 25px;
}

div.txtBlock2 {
	width: 670px;
	margin-top: 25px;
}

div.txtBlock p {
	float: left;
	width: 440px;
}
div.txtBlock img {
	float:right;
	margin-left: 12px;
	margin-top: 1.5em;
	border:1px solid #CCCCCC;
}

div.txtBlock2 img {
	margin-top: 15px;
	border:1px solid #CCCCCC;
}

div.contactList {
	margin-top: 20px;
}

div.guestBlock {
	width: 668px;
	padding: 7px;
	border: 1px solid #000;
	background:url(../images/bg_guest_02.jpg) no-repeat;
	text-align: left;
}
div.wrapper {
	margin-top: 7px;
	padding-top: 5px;
	border-top: 1px solid #000;
}
div.wrapper img {
	float: left;
	margin-left: 10px;
}
div.wrapper p {
	float: right;
	width: 515px;
	text-align: left;
	line-height: 1.4;
}
div.wrapper strong {
	font-size: 14px;
}

div.backnumberBlock {
	width: 675px;
	margin: 35px 0;
	padding-top: 5px;
	text-align: left;
	border-top: 1px solid #000;
}
div.backnumberBlock img {
	margin-bottom: 20px;
}
dl {
	font-size: 16px;
	font-weight: bold;
}
dl dt {
	float: left;
	clear: both;
	width: 8.0em;
	text-align: right;
}
dl dd {
	/*float: left;*/
	margin: 0 0 2px 9.0em;
	text-align: left;
}


