@charset "utf-8";

/*==メインイメージ==*/
#main_img {
	width:890px;
	height:401px;
	margin-bottom:10px;
}

/*コンテンツ1*/
h3#title01 { /*タイトル*/
	display:block;
	width:655px;
	height:83px;
	margin-bottom:15px;
	background:url(../images/title01.jpg) no-repeat;
	text-indent:-9000px;
}

h4#sub_t01 {
	display:block;
	width:655px;
	height:68px;
	background:url(../images/sub_title01.jpg) no-repeat;
	text-indent:-9000px;
}

h4#sub_t02 {
	display:block;
	width:655px;
	height:68px;
	background:url(../images/sub_title02.jpg) no-repeat;
	text-indent:-9000px;
}

/*コンテンツ2*/
h3#title02 { /*タイトル*/
	display:block;
	width:655px;
	height:83px;
	margin-bottom:15px;
	background:url(../images/title02.jpg) no-repeat;
	text-indent:-9000px;
}

#other_case {
	width:655px;
	height:105px;
	background:url(../images/other_model.jpg) no-repeat;
	margin:0;
	padding:0;
}

#other_case h5 {
	display:block;
	width:655px;
	height:42px;
	text-indent: -9000px;
}

li#button_B {
	float:left;
	display:block;
	width:315px;
	height:50px;
	margin-left:5px;
}

li#button_B a {
	display:block;
	width:315px;
	height:50px;
	background:url(../images/button_B.jpg) no-repeat;
	text-indent:-9000px;
}

li#button_C {
	float:right;
	display:block;
	width:315px;
	height:50px;
	margin-right:5px;
}

li#button_C a {
	display:block;
	width:315px;
	height:50px;
	background:url(../images/button_C.jpg) no-repeat;
	text-indent:-9000px;
}

/*LightBox用の設定*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
	
#lightboxCaption{ 
	float: left; 
	width:auto;
	height:auto;
	}
	
#keyboardMsg{ 
	float: right;
	width:auto;
	height:auto;
	}
	
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:url(../common_img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../common_img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../common_img/overlay.png", sizingMethod="scale");
	}

