@charset "utf-8";
/* style.css */

/*************************************************************
	all
*************************************************************/

html, body {
	margin: 0;
	padding: 0;
	color: #595757;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	background: url(../../images/body_bg.jpg) 0 0 repeat-x;
}

img {
	border: 0;
}

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

a {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

strong {
	font-weight: normal;
}

b strong {
	font-weight: bold;
}

/*************************************************************
	layout
*************************************************************/

.pageWrap {
	margin: 0 auto;
	width: 940px;
}

#header {
	position: relative;
	margin-bottom: 10px;
	padding-top: 40px;
}

#header h1 {
	float: left;
	width: 370px;
	height: 75px;
	text-indent: -9999px;
	background: url(../../images/header_logo.jpg) 0 0 no-repeat;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #b3b3b3;
}

#header ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 10px;
	border-left: 1px solid #b3b3b3;
}

#footer {
	margin: 30px 0 10px;
	padding: 20px 0;
	background: #e6e6e6;
	font-size: 12px;
}

#footerInfo {
	float: left;
	padding: 50px 0 0 100px;
	background: url(../../images/footer_logo.jpg) 0 0 no-repeat;
}

.footerNavi {
	float: right;
	padding: 50px 0 0 0;
	color: #009744;
	font-weight: bold;
	white-space: nowrap;
}

.footerNavi a {
	display: inline-block;
	margin: 0 5px;
	color: #009744;
	text-decoration: none;
}

#copyright {
	margin-bottom: 10px;
	color: #009744;
	font-size: 12px;
	text-align: center;
}

/*************************************************************
	page
*************************************************************/

/*	index
------------------------------------------------------------*/

#indexMainImage {
	margin-bottom: 30px;
	text-align: center;
	background: url(../../images/index_main_bg.jpg) center no-repeat #009844;
	border-top: 2px solid #009844;
}

#indexMainImage h2 {
	padding: 190px 0;
	line-height: 0;
	background: url(../../images/gradation_bottom.jpg) 0 bottom repeat-x;
}

#indexTopicsArea {
	margin: 0 auto 30px;
	padding: 0 0 10px;
	width: 840px;
	background: #009744;
}

#indexTopicsArea ul {
	list-style: none;
	margin: 0;
	padding: 20px 10px 10px;
	background: #fff;
}

#indexTopicsArea ul li {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #009744;
}

#indexTopicsArea ul li b {
	display: inline-block;
	width: 100px;
	font-weight: normal;
}

#indexTopicsArea ul li a {
	visibility: hidden;
}

#indexPickupArea {
	margin: 0 auto 30px;
	width: 840px;
}

#indexPickupArea .thumb-wrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
	overflow:visible;
	position: relative;
}

#indexPickupArea ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#indexPickupArea ul li {
	float: left;
	margin: 0 3px;
	width: 150px;
	height: 100px;
	border: 2px solid #009744;
	overflow: hidden;
}

/*	second page
------------------------------------------------------------*/

#pageTitle {
	margin-bottom: 30px;
	text-align: center;
	background: url(../../images/page_title_bg.jpg) center no-repeat #009844;
	border-top: 2px solid #009844;
}

#pageTitle h2 {
	height: 160px;
	line-height: 160px;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 28px;
	background: url(../../images/gradation_bottom.jpg) 0 bottom repeat-x;
}

/*	company
------------------------------------------------------------*/

dl.companyInfo {
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

dl.companyInfo dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #595757;
	font-weight: bold;
}

dl.companyInfo dd {
	margin-bottom: 40px;
	white-space: nowrap;
}

dl.companyInfo dd.companyInfoAddress p {
	margin: 10px auto;
	text-align: left;
	width: 23em;
}

dl.companyInfo dd.companyInfoAddress span {
	display: inline-block;
	margin-right: 1em;
	padding: 3px 1em;
	border: 1px solid #595757;
}

dl.companyInfo dd a.telhref {
	color: #595757;
	text-decoration: none;
}

dl.companyInfo dd ul.companyInfoBiz {
	list-style: none;
	margin: 10px auto;
	text-align: left;
	width: 8em;
	font-weight: bold;
}

/*	photo album list
------------------------------------------------------------*/

.albumCategoryTitle {
	margin: 0 auto 20px;
	padding-bottom: 5px;
	width: 400px;
	text-align: center;
	border-bottom: 1px solid #595757;
}

#photoAlbumListPage ul.albumCategory {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	zoom: 1;
    overflow: hidden;
}
#photoAlbumListPage ul.albumCategory:after {
    content: "";
    display: block;
    clear: both;
}

#photoAlbumListPage ul.albumCategory li {
	float: left;
	width: 188px;
	height: 60px;
	line-height: 60px;
}

#photoAlbumListPage ul.albumCategory li a {
	display: block;
	padding-left: 70px;
	width: 100%;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

#photoAlbumListPage ul.albumCategory li.wall a { background-image: url(../../images/icon_wall_off.jpg); }
#photoAlbumListPage ul.albumCategory li.wall a:hover { background-image: url(../../images/icon_wall_over.jpg); }

#photoAlbumListPage ul.albumCategory li.roof a { background-image: url(../../images/icon_roof_off.jpg); }
#photoAlbumListPage ul.albumCategory li.roof a:hover { background-image: url(../../images/icon_roof_over.jpg); }

#photoAlbumListPage ul.albumCategory li.iron a { background-image: url(../../images/icon_iron_off.jpg); }
#photoAlbumListPage ul.albumCategory li.iron a:hover { background-image: url(../../images/icon_iron_over.jpg); }

#photoAlbumListPage ul.albumCategory li.wood a { background-image: url(../../images/icon_wood_off.jpg); }
#photoAlbumListPage ul.albumCategory li.wood a:hover { background-image: url(../../images/icon_wood_over.jpg); }

#photoAlbumListPage ul.albumCategory li.other a { background-image: url(../../images/icon_other_off.jpg); }
#photoAlbumListPage ul.albumCategory li.other a:hover { background-image: url(../../images/icon_other_over.jpg); }

#photoAlbumListPage .photoAlbumList {
	float: left;
	margin: 0 25px 20px;
	padding: 10px 0;
	width: 420px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	behavior: url(PIE.htc);
}

#photoAlbumListPage .photoAlbumList .albumTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#photoAlbumListPage .photoAlbumList .albumPhoto {
	margin-bottom: 10px;
	width: 420px;
	height: 280px;
	overflow: hidden;
}

#photoAlbumListPage .photoAlbumList .albumPhoto img {
	width: 420px;
	height: auto;
}

#photoAlbumListPage .photoAlbumList ul.albumCategory {
	margin-bottom: 0;
}

#photoAlbumListPage .photoAlbumList ul.albumCategory li {
	width: 84px !important;
	text-indent: -9999px;
	background-position: 12px center;
	background-repeat: no-repeat;
}

#photoAlbumListPage .photoAlbumList ul.albumCategory li.wall { background-image: url(../../images/icon_wall.jpg); }
#photoAlbumListPage .photoAlbumList ul.albumCategory li.roof { background-image: url(../../images/icon_roof.jpg); }
#photoAlbumListPage .photoAlbumList ul.albumCategory li.iron { background-image: url(../../images/icon_iron.jpg); }
#photoAlbumListPage .photoAlbumList ul.albumCategory li.wood { background-image: url(../../images/icon_wood.jpg); }
#photoAlbumListPage .photoAlbumList ul.albumCategory li.other { background-image: url(../../images/icon_other.jpg); }

#photoAlbumListPage .photoAlbumList ul.albumCategory li a {
	background-position: 12px center;
	background-repeat: no-repeat;
}

#photoAlbumListPage #pagerArea {
	width: 890px !important;
}

/*	photo album detail
------------------------------------------------------------*/

#photoAlbumDetailPage .controlButtonWrap {
	margin: 0 auto 10px;
	width: 600px;
}

#photoAlbumDetailPage .controlButtonWrap p.buttonPrev {
	float: left;
	width: 145px;
	height: 40px;
}

#photoAlbumDetailPage .controlButtonWrap p.buttonBack {
	float: left;
	margin: 0 92px;
	width: 126px;
	height: 40px;
}

#photoAlbumDetailPage .controlButtonWrap p.buttonNext {
	float:right;
	width: 145px;
	height: 40px;
}

#photoAlbumDetailPage .controlButtonWrap p a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#photoAlbumDetailPage .controlButtonWrap p.buttonPrev a { background-image: url(../../images/button_prev.jpg); }
#photoAlbumDetailPage .controlButtonWrap p.buttonBack a { background-image: url(../../images/button_back.jpg); }
#photoAlbumDetailPage .controlButtonWrap p.buttonNext a { background-image: url(../../images/button_next.jpg); }



#photoAlbumDetailPage .photoAlbumWrap {
	margin: 0 auto;
	width: 940px;
}

#photoAlbumDetailPage .photoAlbumArea {
	margin: 10px auto;
	padding: 10px 0;
	width: 730px;
}

#photoAlbumDetailPage .photoAlbumArea .albumTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	word-wrap: break-word;
}

#photoAlbumDetailPage .photoAlbumArea ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#photoAlbumDetailPage .photoAlbumArea ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
}

#photoAlbumDetailPage .photoAlbumArea ul li {
	margin: 0 3px 2px 0;
	width: 175px;
	height: 117px;
	overflow: hidden;
}

#photoAlbumDetailPage .photoAlbumArea ul li img {
	width: 100%;
	height: auto;
}

#photoAlbumDetailPage .photoAlbumArea #mainPhoto {
	margin-bottom: 5px;
	text-align: center;
}

#photoAlbumDetailPage .photoAlbumArea #mainPhoto img {
	max-width: 730px;
	width: auto !important;
	width: 730px;
	height: auto;
}

#photoAlbumDetailPage .photoAlbumArea .photoTitle {
	margin: 0 auto 10px;
	padding: 10px;
	width: 708px;
	color: #009744;
	font-weight: bold;
	text-align: center;
	word-wrap: break-word;
	border: 1px solid #009744;
}

#photoAlbumDetailPage .photoAlbumArea .photoText {
	margin: 0 auto 20px;
	word-wrap: break-word;
}

#photoAlbumDetailPage ul.albumCategory {
	margin: 10px auto 30px !important;
	padding: 0 0 0 30px !important;
	width: 550px;
	border-top: 1px solid #595757;
}

#photoAlbumDetailPage ul.albumCategory li {
	margin: 10px 0 0 !important;
	padding: 0;
	width: 100px;
	text-align: center;
}

#photoAlbumDetailPage ul.albumCategory li a {
	display: block;
	padding-top: 65px;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 12px;
}

#photoAlbumDetailPage ul.albumCategory li.wall a { background-image: url(../../images/icon_wall_off.jpg); }
#photoAlbumDetailPage ul.albumCategory li.wall a:hover { background-image: url(../../images/icon_wall_over.jpg); }
#photoAlbumDetailPage ul.albumCategory li.wall_onselect a { background-image: url(../../images/icon_wall_over.jpg); }

#photoAlbumDetailPage ul.albumCategory li.roof a { background-image: url(../../images/icon_roof_off.jpg); }
#photoAlbumDetailPage ul.albumCategory li.roof a:hover { background-image: url(../../images/icon_roof_over.jpg); }
#photoAlbumDetailPage ul.albumCategory li.roof_onselect a { background-image: url(../../images/icon_roof_over.jpg); }

#photoAlbumDetailPage ul.albumCategory li.iron a { background-image: url(../../images/icon_iron_off.jpg); }
#photoAlbumDetailPage ul.albumCategory li.iron a:hover { background-image: url(../../images/icon_iron_over.jpg); }
#photoAlbumDetailPage ul.albumCategory li.iron_onselect a { background-image: url(../../images/icon_iron_over.jpg); }

#photoAlbumDetailPage ul.albumCategory li.wood a { background-image: url(../../images/icon_wood_off.jpg); }
#photoAlbumDetailPage ul.albumCategory li.wood a:hover { background-image: url(../../images/icon_wood_over.jpg); }
#photoAlbumDetailPage ul.albumCategory li.wood_onselect a { background-image: url(../../images/icon_wood_over.jpg); }

#photoAlbumDetailPage ul.albumCategory li.other a { background-image: url(../../images/icon_other_off.jpg); }
#photoAlbumDetailPage ul.albumCategory li.other a:hover { background-image: url(../../images/icon_other_over.jpg); }
#photoAlbumDetailPage ul.albumCategory li.other_onselect a { background-image: url(../../images/icon_other_over.jpg); }

#photoAlbumDetailPage #pagerArea {
	width: 730px !important;
}

#photoAlbumDetailPage #pagerArea .buttonBack {
	border: 1px solid #009744 !important;
}

#photoAlbumDetailPage #pagerArea .buttonBack a:hover,
#photoAlbumDetailPage #pagerArea .buttonBack a {
	display: block;
	padding: 5px 8px 5px 30px;
	color: #009744 !important;
	text-decoration: none;
	background: url(../../images/arrow_back.jpg) 8px 7px no-repeat #FFF !important;
}

#photoAlbumDetailPage .colorPL2 { color: #009744; }

/*	topics
------------------------------------------------------------*/

.topicsBox {
	margin: 0 auto 50px;
	padding-bottom: 50px;
	width: 700px;
	background: url(../../images/topicsbox_bottom.jpg) center bottom no-repeat;
}

.topicsBox h3 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	color: #009844;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #595757;
	word-wrap: break-word;
}

.topicsBox .topicsDate {
	margin-bottom: 20px;
	text-align: center;
}

.topicsBox .topicsPhoto1 {
	text-align: center;
}

.topicsBox .topicsPhoto2 {
	padding: 0 35px 20px;
}

.topicsBox .topicsPhoto2 p {
	float: left;
	margin: 0 15px;
	width: 270px;
}

.topicsBox .topicsText {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 1.8em;
	word-wrap: break-word;
	border-bottom: 1px solid #595757;
}

#pagerArea {
	margin: 0 auto;
	width: 700px;
}

/*	contact
------------------------------------------------------------*/

#contactArea {
	margin: 20px auto;
	padding: 20px;
	width: 760px;
	font-size: 12px;
	background: #b2e0c7;
}

table#contactTable {
	margin: 0 auto 20px;
	width: 700px;
}

table#contactTable th {
	padding: 10px;
	color: #FFF;
	font-weight: normal;
	background: #009844;
	border-bottom: 1px solid #b2e0c7;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

table#contactTable td {
	padding: 10px;
}

input.formText {
	width: 230px;
}

.formBtn {
	padding: 5px 0;
	width: 150px;
	text-align: center;
}

/*************************************************************
	common
*************************************************************/

.fontLarge { font-size: 24px !important; }

.fontNormal { font-size: 14px !important; }

.fontSmall { font-size: 12px !important; }

.fontMincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}

.colorRed { color: #F00; }

.shadowBox {
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	behavior: url(PIE.htc);
}

/*	pagerArea
------------------------------------------------------------*/

#pagerArea {
	margin-bottom: 0px;
}

#pagerArea span {
	display: inline-block;
	margin: 10px 1px;
	text-align: center;
	vertical-align: middle;
}

#pagerArea span.pager,
#pagerArea span.pageNum {
	min-width: 25px;
	width: auto !important;
	width: 25px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #411700;
}

#pagerArea span.pageNum {
	padding: 0 5px;
}

#pagerArea span.pager a {
	display: block;
	width: 100%;
	height: 100%;
	color: #808080;
	text-decoration: none;
}

#pagerArea span.pager a:hover,
#pagerArea span#activePage a {
	background: #009744;
	color: #FFF;
}

/*	float
------------------------------------------------------------*/

.floatLeft { float: left; }

.floatRight { float: right; }

.clearfix {
	zoom: 1;
    overflow: hidden;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/*	align
------------------------------------------------------------*/

.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }

/*	margin
------------------------------------------------------------*/

.margin10 { margin: 10px !important; }

/* top */

.mt00 { margin-top: 0px !important; }

.mt05 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt30 { margin-top: 30px !important; }

.mt40 { margin-top: 40px !important; }

.mt50 { margin-top: 50px !important; }

.mt60 { margin-top: 60px !important; }

.mt70 { margin-top: 70px !important; }

/* right */

.mr00 { margin-right: 0px !important; }

.mr05 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr30 { margin-right: 30px !important; }

.mr40 { margin-right: 40px !important; }

.mr50 { margin-right: 50px !important; }

/* bottom */

.mb00 { margin-bottom: 0px !important; }

.mb05 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb50 { margin-bottom: 50px !important; }

.mb60 { margin-bottom: 60px !important; }

.mb70 { margin-bottom: 70px !important; }

.mb80 { margin-bottom: 80px !important; }

.mb100 { margin-bottom: 100px !important; }

/* left */

.ml00 { margin-left: 0px !important; }

.ml05 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml30 { margin-left: 30px !important; }

.ml40 { margin-left: 40px !important; }

.ml50 { margin-left: 50px !important; }

/*	padding
------------------------------------------------------------*/

.pad10 { padding: 10px !important; }

/* top */

.pt00 { padding-top: 0px !important; }

.pt05 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt30 { padding-top: 30px !important; }

.pt40 { padding-top: 40px !important; }

.pt50 { padding-top: 50px !important; }

/* right */

.pr00 { padding-right: 0px !important; }

.pr05 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr30 { padding-right: 30px !important; }

.pr40 { padding-right: 40px !important; }

.pr50 { padding-right: 50px !important; }

/* bottom */

.pb00 { padding-bottom: 0px !important; }

.pb05 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb40 { padding-bottom: 40px !important; }

.pb50 { padding-bottom: 50px !important; }

/* left */

.pl00 { padding-left: 0px !important; }

.pl05 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl30 { padding-left: 30px !important; }

.pl40 { padding-left: 40px !important; }

.pl50 { padding-left: 50px !important; }










