@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.o-works.com/
File name:		layout_gallery.css
Summary:		base styles
Created:		2009-4-1
Last update:	2009-4-1 by Sadaoka
Author:			Sadaoka(admin), Tanaka
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Title */
/* ------------------------------------------------------------ */
.subtitle {
	clear: both;
	width: 750px;
	margin: 15px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

.headline {
	clear: both;
	width: 720px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

/* Gallery */
/* ------------------------------------------------------------ */
.gallery_layout {
	width: 750px;
	margin: 15px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.gallery_layout .gallery_layout_left {
	width: 240px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.gallery_layout .gallery_layout_right {
	width: 240px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #f00 solid;
}

.gallery_layout .gallery_photo {
	background: url(../images/gallery_bg.gif) left top repeat-y;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 10px 10px 20px;
	display: block;
	border: 0px #f00 solid;
}

.gallery_photo01 a {
	background: url(../images/photo_gallery1.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo01 a:hover {
	background: url(../images/photo_gallery1.jpg) left bottom no-repeat;
}

.gallery_photo02 a {
	background: url(../images/photo_gallery2.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo02 a:hover {
	background: url(../images/photo_gallery2.jpg) left bottom no-repeat;
}

.gallery_photo03 a {
	background: url(../images/photo_gallery3.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo03 a:hover {
	background: url(../images/photo_gallery3.jpg) left bottom no-repeat;
}

.gallery_photo04 a {
	background: url(../images/photo_gallery4.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo04 a:hover {
	background: url(../images/photo_gallery4.jpg) left bottom no-repeat;
}

.gallery_photo05 a {
	background: url(../images/photo_gallery5.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo05 a:hover {
	background: url(../images/photo_gallery5.jpg) left bottom no-repeat;
}

.gallery_photo06 a {
	background: url(../images/photo_gallery6.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo06 a:hover {
	background: url(../images/photo_gallery6.jpg) left bottom no-repeat;
}

.gallery_photo07 a {
	background: url(../images/photo_gallery7.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo07 a:hover {
	background: url(../images/photo_gallery7.jpg) left bottom no-repeat;
}

.gallery_photo08 a {
	background: url(../images/photo_gallery8.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo08 a:hover {
	background: url(../images/photo_gallery8.jpg) left bottom no-repeat;
}

.gallery_photo09 a {
	background: url(../images/photo_gallery9.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo09 a:hover {
	background: url(../images/photo_gallery9.jpg) left bottom no-repeat;
}

.gallery_photo10 a {
	background: url(../images/photo_gallery10.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo10 a:hover {
	background: url(../images/photo_gallery10.jpg) left bottom no-repeat;
}

.gallery_photo11 a {
	background: url(../images/photo_gallery11.jpg) left top no-repeat;
	width: 220px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

.gallery_photo11 a:hover {
	background: url(../images/photo_gallery11.jpg) left bottom no-repeat;
}

.gallery_text_layout {
	background-color: #a9a982;
	width: 240px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.gallery_text_layout .gallery_text {
	font-size: 10px;
	color: #fff;
	width: 209px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.gallery_text_layout a:link,
.gallery_text_layout a:visited {
	color: #fff;
	text-decoration: none;
}

.gallery_text_layout a:hover,
.gallery_text_layout a:active {
	color: #fff;
	text-decoration: underline;
}

.gallery_text_layout .gallery_arrow {
	width: 16px;
	margin: 0px;
	padding: 15px 5px 0px 5px;
	display: block;
	float: right;
	border: 0px #f00 solid;
}

#gallery_reform {
	background-color: #a9a982;
	width: 750px;
	height: 150px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

#gallery_reform .photo a {
	background: url(../images/photo_gallery_reform.jpg) left top no-repeat;
	width: 432px;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#gallery_reform .photo a:hover {
	background: url(../images/photo_gallery_reform.jpg) left bottom no-repeat;
}

/* Details */
/* ------------------------------------------------------------ */
#gallerytop {
	width: 750px;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

#gallerytop ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: 0px #0f0 solid;
}

#gallerytop li {
	width: 76px;
	height: 22px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	display: inline;
	border: 0px #00f solid;
}

#gallerytop .button_gallery {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

/* 詳細ページ　パターン1 */
/* ------------------------------------------------------------ */
#gallery_details_layout {
	background-color: #666637;
	width: 750px;
	height: 505px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

#gallery_details_layout #main_photo {
	width: 520px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	border: 0px #f00 solid;
}

#gallery_details_layout #thumbnail_photo1 {
	width: 520px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: 85px;
	border: 0px #f00 solid;
}

#gallery_details_layout #thumbnail_photo2 {
	width: 520px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	border: 0px #f00 solid;
}

#gallery_details_layout #details_text1 {
	font-size: 10px;
	color: #fff;
	width: 170px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	border: 0px #f00 solid;
}

#gallery_details_layout #details_text2 {
	width: 170px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	border: 0px #f00 solid;
}

/* 詳細ページ　パターン2 */
/* ------------------------------------------------------------ */
#gallery_details_layout2 {
	background-color: #666637;
	width: 710px;
	margin: 0px auto;
	padding: 20px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#gallery_details_layout2 #main_photo {
	width: 520px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#gallery_details_layout2 #thumbnail_photo {
	width: 520px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#gallery_details_layout2 #details_text1 {
	font-size: 10px;
	color: #fff;
	width: 170px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#gallery_details_layout2 #details_text2 {
	width: 170px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* 詳細ページ　共通 */
/* ------------------------------------------------------------ */
.thumbnail {
	width: 100px;
	height: 60px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.thumbnail_last {
	width: 100px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #f00 solid;
}

#details_text2 h4 {
	background-color: #83834b;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	width: 160px;
	margin: 0px;
	padding: 3px 5px;
	display: block;
	border: 0px #f00 solid;
}

#details_text2 p {
	font-size: 10px;
	color: #fff;
	width: 160px;
	margin: 0px;
	padding: 3px 5px;
	display: block;
	border: 0px #f00 solid;
}

#details_text1 a:link,
#details_text1 a:visited,
#details_text2 a:link,
#details_text2 a:visited {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
}

#details_text1 a:hover,
#details_text1 a:active,
#details_text2 a:hover,
#details_text2 a:active {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
}

/* Reform */
/* ------------------------------------------------------------ */
.reform_layout {
	width: 720px;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.reform_layout .thumbnail {
	background-color: #eee;
	width: 140px;
	height: 85px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.reform_layout .thumbnail_last {
	background-color: #eee;
	width: 140px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #f00 solid;
}