@charset "UTF-8";


/*  common  */
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 12px;
	line-height: 1.8em;
}

#wrapper {
	margin: 0 auto;
	width: 915px; /*  Change to desired width :)  */
}

#main {
    /*display: block;*/
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
* html #main {
    /*height: 1em;*/
}

.clear { clear: both;}
.btm5 { margin-bottom: 5px;}
.btm10 { margin-bottom: 10px;}
.btm13 { margin-bottom: 13px;}
.btm20 { margin-bottom: 20px;}
.btm30 { margin-bottom: 30px;}
.btm40 { margin-bottom: 40px;}
.center { text-align: center;}
.left15 { margin-left: 15px;}
.font10 { font-size: 10px; line-height: 1.5em;}
.notes { font-size: 10px; color: #999999; line-height: 1.5em;}
.mtop13 { margin-top: 13px;}

a{
    color: #333333;
	text-decoration: none;
}
a:hover{
    color: #00a0e9;
}
#to_top {
    clear: both;
    padding-top: 20px;
	text-align: right;
}
img {
    vertical-align: bottom;
}



/* header */
#header {
    width: 915px;
	height: 61px;
	position: relative;
}
#logo {
    display: block;
    width: 65px;
	height: 15px;
	background: url(../images/global/logo.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 7px;
	top: 33px;
}
#menu {
    list-style-type: none;
	z-index: 100;
	position: absolute;
	right: 6px;
	top: 39px;
}
#menu li {
    float: left;
	position: relative;
	z-index: 100;
	line-height: 0;
	font-size: 0;
}


/*  Main  */
#slider {
	width: 902px;
	height: 630px;
	margin: 0 0 13px 0;
	
}


/*  イメージ画像  */
#photo {
	margin-top: 13px;
	width: 915px;
}
#photo img.element {
	margin: 0 6px 13px 7px;
	float: left;
	display: block;
	overflow: hidden;
}
.isotope-item {
	z-index: 2;
}


/* back to tops */
#totop {
	width: 112px;
	float: right;

}


/* footer */
#footer {
    clear: both;
    height: 90px;
    padding: 0 6px;
}




/* Drop Down Menus */

ul#menu li .sub {
	position: absolute; /*--ここ大事--*/
	/*top: 25px;
	left: 0;
	background: #000000;
	padding: 10px 20px;*/
	float: left;
	display: none; /*--JSオフ時に表示されないようにします--*/
	font-size: 10px;
	/*margin-left: -1px;*/
	margin-top: 12px;
	height: 300px;
}
/*ul#menu li .sub ul {
    background: #000000;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}*/
ul#menu li .sub ul {
    background: url(../images/global/menu_bg.png) left top repeat;
}
/*ul#menu li .row { 
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}*/
ul#menu li .sub ul{
    text-align: left;
	list-style: none;
	margin: 0;
	width: 150px;
	height: 100%;
	float: left;
	padding: 30px 0px 0 20px;
	line-height: 1em;
}
ul#menu .sub ul li {
	width: 100%;
	padding-bottom: 7px;
	color: #fff;
}
ul#menu .sub ul li h2 { 
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
ul#menu .sub ul li h2 a { 
	/*padding: 5px 0;*/
	/*background-image: none;*/
	color: #fff;
}
ul#menu .sub ul li a {
	float: none;
	text-indent: 0; /*--text-indent戻します--*/
	/*height: auto;*/
	/*background: url(navlist_arrow.png) no-repeat 5px 12px;*/
	/*padding: 7px 5px 7px 15px;*/
	display: block;
	/*height: 20px;*/
	text-decoration: none;
	color: #fff;
}
ul#menu .sub ul li a:hover {
	color: #CCCCCC;
	/*background-position: 5px 12px ;*/
}

/* ドロップダウンメニューを下まで伸ばす */

/*html{
height:100%;
}
body{
margin: 0;
padding: 0;
height:100%;
}
body > .sub {
height: auto;
}
.sub{
height:100%;
min-height:100%;
}*/
