﻿@charset "utf-8";
@import url("common.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}


/* #
--------- --------- --------- --------- --------- */
.gallery_mtitle {
	background: url(../images/gallery/gallery_mtitle.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	width: 496px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:30px;/* for ie5.x */
	}

.cnavi {
	margin:0 0 15px 16px;
	}
	
.cnavi li {
	margin:0 5px 5px 0;
	width:112px;
	height:22px;
	float:left;
	}
	
.cnavi li a {
	background: url(../images/gallery/cnavi1.gif) no-repeat;
	margin: 0;
	padding: 22px 0 0 0;
	width: 112px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:22px;/* for ie5.x */
	}
	
.cnavi li.cnavi2 a {
	background: url(../images/gallery/cnavi2.gif) no-repeat;
	}
	
.cnavi li.cnavi3 a {
	background: url(../images/gallery/cnavi3.gif) no-repeat;
	}
	
.cnavi li.cnavi4 a {
	background: url(../images/gallery/cnavi4.gif) no-repeat;
	}
	
.cnavi li.cnavi5 a {
	background: url(../images/gallery/cnavi5.gif) no-repeat;
	}
	
.cnavi li.cnavi6 a {
	background: url(../images/gallery/cnavi6.gif) no-repeat;
	}
	
.cnavi li.cnavi7 a {
	background: url(../images/gallery/cnavi7.gif) no-repeat;
	}
	
	
	
#photo_box {
	margin:0 0 30px 23px;
	width:450px;
	height:400px;
	position: relative;
	}
	
#photo_box.style1 {
	margin:0 0 30px 23px;
	padding:0;
	height:300px;
	}
	
#photo_box.style1 img {
	position: absolute;
	top:0;
	left:0;
	width:450px;
	height:300px;
	}
	
#photo_box.style2 {
	margin:0 0 30px 23px;
	height:400px;
	}
	
#photo_box.style2 img {
	position: absolute;
	top:0;
	left:92px;
	width:266px;
	height:400px;
	}
	
.photo_list {
	margin:0 0 20px 0;
	}
	
.photo_list li {
	margin:0 10px 10px 0;
	width:74px;
	height:49px;
	float:left;
	}
	
.photo_list li a {
	margin:0;
	border: none;
	}
	
.photo_list li img {
	margin:0;
	width:74px;
	height:49px;
	border: none;
	}
	
.paging {
	margin:0 30px 15px 0;
	padding:5px 0 0 0;
	text-align: center;
	line-height: 1.1;
	}
	
.paging2 {
	margin:0 30px 15px 0;
	>margin:0 30px 5px 0;
	padding:5px 0 0 0;
	line-height: 1.1;
	}

.paging b,
.paging2 b {
	margin:0 2px;
	padding:3px 5px 1px 5px;
	font-size:1.2em;
	border: 1px solid #333;
	color: white;
	font-weight: bold;
	line-height:1.1;
	background-color: #f381ab;
	}
	
.paging a,
.paging2 a {
	margin:0 2px;
	padding:3px 5px 1px 5px;
	font-size:1.2em;
	border: 1px solid #333;
	color:#333;
	line-height:1.1;
	}
	
.paging a:hover,
.paging2 a:hover {
	background-color: #F30167;
	color:#FFF;
	}
