@charset "UTF-8";
/* CSS Document */

/*----------------------------------------
         　　     BODY
-----------------------------------------*/
body {
	background-color: #FFC0CB;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#container {
	background-color: #FFFFFF;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

#shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
	width: 970px;
	margin: 0 auto;
}
/*----------------------------------------
         　　     CONTENTS
-----------------------------------------*/

#header_con {
	background-image: url(images/header_back.gif);
	background-repeat: no-repeat;
/*--background-color: #FFC0CB;--*/
	width: 945px;
	height: 150px;
	margin: 0 auto;
	background-position: right top;
}

#main_container {
	background-color: #FFFFFF;
	width: 945px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#maincon_left {
	width: 190px;
	clear: both;
	float: left;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: 10pt;
	font-color: #333333;
}

#maincon_center {
	background-image: url(images/title_b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 510px;
	float: left;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: 10pt;
	font-color: #333333;
}

#maincon_center2 {
	background-color: #FFFFFF;
	width: 510px;
	float: left;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: 10pt;
	font-color: #333333;
}

#maincon_center3 {
	background-color: #FFFFFF;
	width: 735px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10pt;
	font-color: #333333;
}

#maincon_right {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: 10pt;
	font-color: #333333;
}

#footer {
	background-color: #FFC0CB;
	width: 100%;
	height: 100px;
	clear: both;
}

#footer p a {/* mouseout(default) */
	color:#FFFFFF;
	text-decoration:none;
}

#footer p a:hover {/* mouseover */
	color:#FF0000;
	text-decoration:none;
}

#sub_title {
	width: 945px;
	text-align: center;
}

#bt {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#flash {
	display: none;
}

#news {
	margin: 10px 10px 0;
	padding: 0 10px 0;
}

/* ie7 hack */
*:first-child+html #news {
	margin: 10px 10px 0;
	padding: 0 5px 0;
	float: left;
}

.con_news {
	margin: 10px;
	padding: 5px 0;
	clear: both;
}

/* ie7 hack */
*:first-child+html .con_news {
	margin: 5px;
	padding: 0 5px;
}

.con_news2 {
	margin: 5px 5px 0;
	padding: 5px;
}

/* ie7 hack */
*:first-child+html .con_news2 {
	margin: 5px 5px -5px;
	padding: 5px;
}

.sub_bt {
	margin-bottom: -4px;
}

/* ie7 hack */
*:first-child+html .sub_bt {
	margin-bottom: -6px;
}

/*----------------------------------------
         　　     IMAGES
-----------------------------------------*/

h3 {
	margin: 0;
	padding: 0;
}


#logo {
	margin: 0;
	padding: 0;
}

#main_img {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.text {
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 9pt;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#spotlight {
	filter: light;
}

/*----------------------------------------
        　 プルダウンメニュー
-----------------------------------------*/

#gmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gmenu li.off{
	position:relative;			/*×*/
	float:left;					/*×*/
	width:135px;				/*○*/
	height:40px;				/*○*/
	overflow:hidden;			/*×*/
	margin:0;					/*×*/
	padding:0;					/*×*/
}

/*展開時*/
#gmenu li.on{
	float:left;					/*×*/
	overflow:hidden;			/*×*/
	width:135px;				/*○*/
	margin:0;					/*×*/
	padding:0;					/*×*/
	list-style-type:none;		/*×*/
}
#gmenu>li.on{
	overflow:visible;			/*×*/
	margin: 0;
	padding: 0;
}

/****サブメニュー用スタイル****/
#smenu {
	margin:0;					/*×*/
	padding:0;					/*×*/
	position:relative;			/*×*/
	left:0;						/*○*/
	top:0;						/*○*/
	width:135px;				/*○*/
	background-color:#FFC0CB;	/*○*/
	list-style-type:none;		/*×*/
	text-align:center;			/*○*/
}
#smenu .smenu a{
	display:block;				/*×*/
	width:135px;				/*○*/
	height:40px;				/*○*/
	padding:0;					/*○*/
	margin:0;					/*○*/
	/*background-image:url(images/bg_main_sub.jpg);*/
	color:#FFFFFF;				/*○*/
	text-decoration:none;		/*○*/
	/*--font-size:11px;--*/		/*○*/
}
#smenu .smenu a:hover{
	/*background-image:url(images/bg_main_subo.jpg);*/
	color:#000000;				/*○*/
	text-decoration:none;		/*○*/
	/*--font-size:11px;--*/		/*○*/
	margin:0;					/*×*/
	padding:0;					/*×*/
}

/*-------------------------------------------------------
                     Highslide JS                        
--------------------------------------------------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}

/*--

.highslide img {
	border: 2px solid gray;
}

.highslide:hover img {
	border: 2px solid white;
}

--*/

.highslide-image {
	border: 10px solid white;
	cursor: pointer;

	/* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}

.highslide-image-blur {
	cursor: pointer;
	cursor: hand;
}

.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
}

.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.highslide-loading {
	display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	opacity: 0.60;

	/* w3c */
	filter: alpha(opacity=60);

	/* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-credits,a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

/*-------------------------------------------------------
                  Highslide JS ここまで                  
--------------------------------------------------------*/


a{
	color: #348;
	text-decoration: none;
	outline: none;
}

a:hover{
	color:#67a;
}

.caption{
	font-style: italic;
	color: #887;
}

.demo{
	position: relative;
	margin-top:2em;
}

.gallery_demo{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.gallery_demo li{
	width: 55px;
	height: 50px;
	border: 3px double #999999;
	margin: 0 2px;
	background: #FFFFFF;
}

.gallery_demo li div{
	left: 240px;
}

#main_image{
	margin: 0 auto 10px auto;
	background: #FFFFFF;
}

#main_image img{
	margin-bottom: 10px;
}

.nav{
	padding-top: 15px;
	clear: both;
	font: 80% 'helvetica neue',sans-serif;
/*--letter-spacing: 3px;
	text-transform: uppercase;--*/
}
	
.info{
	text-align: left;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top:30px;
}

.info p{
	margin-top:1.6em;
}

.title {
	background-image: url(images/title_bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	width: 450px;
	height: 50px;
	text-indent: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 18px 0 0 50px;
	color: #000080;
}

/*----------------------------------------
             GOOGLE MAP API
-----------------------------------------*/
div.g-maparea {
	margin-botttom:1em;
	margin-left:36px;
	color:#333;
}

div.g-maparea #map2 {
	width: 400px;
	height: 400px;
	float:left;
	border:3px double #CC0;
}

div.g-maparea #map2 h4 {
	color:#333;
}

div.g-maparea #maplinks2 {
	margin-left:420px;
}
