﻿@charset "utf-8";

/*--2010.06.30--[100630-9p-11p-15p.css]をばらす--*/

.tan_15 {margin: 4px 5px 0px 2px;padding: 0px 0px 2px 0px;font-size: 100%;text-align: left;
	color: #000000;line-height: 2.35;}

#gallery h2{display: inline;margin: 10px 5px 10px 5px;padding: 3px 3px;border: 1px solid #d2b48c;
						font-size: 100%;font-weight: normal;line-height: 2.0;}

#gallery h3{display: inline;margin: 10px 5px 10px 5px;padding: 3px 3px;border: 1px solid #d2b48c;
						font-size: 100%;font-weight: normal;line-height: 2.0;}

#gallery h4{display: inline;margin: 10px 5px 10px 5px;padding: 3px 3px;border: 1px solid #d2b48c;
						font-size: 100%;font-weight: normal;line-height: 2.0;}
#gallery h5{margin: 5px 130px 5px 130px;padding: 3px;
				font-size: 100%;/*border: 0px solid #d2b48c;*/text-align:center;}

/*.article {}-----テキスト欄用---------*/

/*-----メニュー部--スクリプト部の(ul-li)がIE7で解決できなかった為-このページは特別にmenu1(dt-dl)------*/

div#menu1 {
	float: none;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
/*	background-color: #84a2d4;*/
/*	background-image: url("/upimg/mfg0001.jpg");*/
/*	border: 1px solid #ff0000;*/
}
/*div#menu1 h2 { display: none;}*/

div#menu1 dl {margin: 0px 0px;padding: 5px 0px 3px 0px;text-align: center; }

div#menu1 dl dt {
	display: inline;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
/*	background-image:url(/upimg/tbg.jpg);*/
/*	background-image:url(/upimg/tbg3.png);*/
/*	border: 1px solid #666680;*/
}

div#menu1 a:link {
	color: #000000;
	font-size: 12px;
/*	padding: 0px 0px;*/
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #666680;
	background-image: url("/upimg/tbg3.png");
	margin: 5px 0px 5px 0px;
	padding: 4px 18px 4px 18px;
}
div#menu1 a:visited {
	color: #000000;
	font-size: 12px;
/*	padding: 0px 0px;*/
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #666680;
	background-image: url("/upimg/tbg3.png");
	margin: 5px 0px 5px 0px;
	padding: 4px 18px 4px 18px;
}
div#menu1 a:hover {
	color: #ffffff;
	background-color: #ff0000;
	font-size: 12px;
/*	position:relative ;*/
/*	top:0px ;*/
/*	left:3px ;*/
	border: 1px solid #666680;
	background-image: url("/upimg/mfg0002.jpg");
	margin: 5px 0px 5px 0px;
	padding: 4px 18px 4px 18px;
}
div#menu1 a:active {
	color: #000000;
	font-size: 12px;
/*	padding: 0px 0px;*/
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #666680;
	background-image: url("/upimg/tbg3.png");
	margin: 5px 0px 5px 0px;
	padding: 4px 18px 4px 18px;
}

/*----------- Gallery styles -------CSS3---------------*/

div#gallery .article { margin: 0px 0px; padding: 0px 0px; }

.article a:link { color: #0000ff;text-decoration: none;margin: 0px 0px;padding: 0px;border: 0px; }
.article a:visited { color: #0000ff;text-decoration: none;margin: 0px 0px;padding: 0px;border: 0px; }
.article a:hover { text-decoration: none;background-color: #a1000d;color: #ffffff;margin: 0px 0px;padding: 0px;border: 0px; }
.article a:active { color: #ff0000;text-decoration: none;margin: 0px 0px;padding: 0px;border: 0px; }

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
/*	border:1px solid white;*/
	background-color: #f2f2f2;background-image:url(/upimg/ms.gif);	
/*	background:url(/upimg/15/panel.jpg) repeat-x bottom center #ffffff;*/
	
	/* The width of the gallery */
	width:750px;
	overflow:hidden;
}

/*h2{margin: 10px 200px 0px 200px;padding: 3px;font-size: 100%;border: 1px solid #d2b48c;text-align:center;}*/
/*font-weight:normal;position:absolute;right:0;text-transform:uppercase;top:15px;*/

#slides{
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:750px;
	overflow:hidden;
}

.slide{	float:left;}

#menu2{
	/* This is the container for the thumbnails */
	height:45px;
	background-color: #f2f2f2;background-image:url(/upimg/ms.gif);
}

#menu2 ul{margin:0px;padding:0px;/*border: 1px solid #000000;*/}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(/upimg/15/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(/upimg/15/active_bg.png) no-repeat;
}

li.act a{cursor:default;}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;background:url(/upimg/15/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(/upimg/15/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{border:none;}

/* The styles below are only necessary for the demo page */

/*h1{font-family:"Myriad Pro",Arial,Helvetica,sans-serif;*/
/*	font-size:36px;font-weight:normal;margin-bottom:15px;}*/

/*a, a:visited {color:#0196e3;text-decoration:none;outline:none;}*/

/*a:hover{text-decoration:underline;}*/

/*p{padding:5px;text-align:center;}*/

/*-----ここまで-----------------*/


