@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	font-size: 10px;
	line-height: 180%;
	color:#000;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 1px;
}
img{
	border:0;
}
li{
	list-style:none;
}
span.txt{
	display:none;
}
.mg10{
	margin-bottom:10px;
}

#contents {
    margin: 30px auto 0px auto;
    width: 970px;
}

#contents #leftArea {
    width: 145px;
    float: left;
    margin-right: 30px;
}
#contents #leftArea h1{
	margin-bottom:30px;
}
#contents #leftArea h2{
	text-align:center;
}

#contents #rightArea {
    float: left;
    margin-right: 0;
	margin-bottom:80px;
    width: 790px;
}

#contents #rightArea #gallery-nav {
    position: relative;
    z-index: 100;
}
#contents #rightArea #gallery-nav > a {
    display: block;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 280px;
    width: 14px;
    z-index: 1000;
}
#contents #rightArea #gallery-prev {
    background:url(../img/cmn_navi.png) no-repeat 0 0;
    left: 20px;
}
#contents #rightArea #gallery-next {
    background: url(../img/cmn_navi.png) no-repeat -14px 0;
}
#contents #rightArea #gallery {
    height: 600px;
    margin: 20px auto 0;
    width: 410px;
}
#contents #rightArea #gallery img {
    height: 600px;
    width: 410px;
}





.footer{
	text-align:center;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
