/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

.basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:default;}
a.modalCloseImg {background:url(../img/x.png) no-repeat; width:94px; height:94px; display:inline; z-index:3200; position:absolute; top:18px; right:33px; cursor:pointer;}

/* Container */
#simplemodal-container {height:800px; width:800px; color:#bbb; padding:12px; top: 110px !important;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container h3 {color:#84b8d9;}

/* bmMainPhoto */
.bmMainPhoto {
	position: relative;
	text-align: center;
}
.bmMainPhotoBtnL {
	position: absolute;
	top: 198px;
	left: -35px;
}
.bmMainPhotoBtnR {
	position: absolute;
	top: 198px;
	right: -35px;
}
/* bmComment */
.bmComment {
	color: #ffffff;
	font-size: 100%;
	line-height: 150%;
	width: 540px;
	margin: 0 auto;
	padding: 10px;
	display: none;
}
.bmPhotoList {
	width: 564px;
	margin: 0 auto;
}
.bmPhotoList li {
	float: left;
}
.bmPhotoList li a {
	display: block;
	padding: 2px;
}
.bmPhotoList li a:hover {
	padding: 0px;
	border: 2px solid #366eb4;
}
.bmPhotoList li.act a {
	display: block;
	padding: 0px;
	border: 2px solid #366eb4;
}
.bmMainPhoto_img {
	display: none;
}

/********************************************
  clearfix����
********************************************/
.bmPhotoList:after
{
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/* IE6 */
* html .bmPhotoList
{
	zoom: 1;
}
/* IE7 */
*:first-child+html .bmPhotoList
{
	zoom: 1;
}

/********************************************
  �o�i�[�L��+�e�L�X�g�@�E�R�����p
********************************************/
.banner-toppage{
	margin-bottom:15px;
}

.banner-toppage a img{
	float:left;
	width:120px;
	height:60px;
	overflow:hidden;
	padding-right:10px;
}

.banner-toppage:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.banner-toppage p{
	font-size:85%;
	line-height:135%;
}

.banner-explain{
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	font-size:90%!important;
}

/* �k�Ѓo�i�[�p */
.banner-sinsai{
	margin-top:15px;
}
