/* CSS Document */


/* ########################################## 全体のスタイル ####################################### */

* {
font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
margin:0;
padding:0;
}

body{
color:#444;
background-color:#fff;
letter-spacing:0.1em;
}

ul {
list-style:none;
}

img {
border:0;
vertical-align:bottom;
}

a,a:link a:visited{
color:#e94d00;
text-decoration:none;
}
a:hover{
color:#e94d00;
text-decoration:underline;
}

.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a.imghover:hover img {
filter:alpha(opacity=80);
opacity:0.8;
} 

/* ########################################## 全体のスタイルここまで ####################################### */



#wrapper {
width:100%;
}

#header {
width:100%;
background-color:#fff;
padding-top:20px;
}
#logo {
	width:180px;
	margin-bottom:11px;
	margin-left:25px;
	float:left;
}
#global-navi {
	width:505px;
	margin-top:47px;
	float:right;
	margin-right:25px;
}

#global-navi ul li {
	float:left;
	margin-left:30px;
}
#global-navi ul li img {
	vertical-align:top;
}


/* ##################### パンくず ##################### */

#clumb {
	width:100%;
	height:36px;
	background:url(../img/pan-back.jpg) repeat-x 0 0;
	margin-bottom:25px;
}
#clumb02 {
	width:100%;
}
#clumb02 ul {
	font-size:10px;
	
}
#clumb ul li {
	float:left;
	
}
#clumb-left {
	width:300px;
	float:left;
	margin-top:9px;
	margin-left:28px;
	color:#f1f1f1;
	line-height:25px;
}
#gallery-navi {
	width:188px;
	float:right;
	background:url(../img/gallery-navi-back.jpg) no-repeat 96px 0;
	padding-top:9px;
	margin-right:176px;
}

/* ##################### パンくずここまで ##################### */


#info {
	width:400px;
	position:absolute;
	bottom:50px;
	left:25px;
}

#info h2 {
	color:#000;
font-size:12px;
margin-bottom:10px;
}

#info dl {
font-size:10px;
line-height:1.4;
}

#info dl dt {
	font-size:10px;
	color:333;
	float:left;
	margin-left:3px;
}
#info dl dd {
	padding-left:90px;
	margin-bottom:5px;
	border-bottom:1px dotted #000;
	padding-bottom:3px;
}

#top-right {
width:80%;
height:100%;
float:right;
background-color:#ccc;
}


#copy {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:25px;
	line-height:25px;
	background-color:#fff;
	padding-top:5px;
}

#copy p {
	font-size:10px;
	margin-left:25px;
}



