@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#waku{
	position:absolute;
	top: 7px;
	z-index: 10;
	left: 50%;
	margin-left: -480px;
}


#gNavi li.home a img {
	visibility: hidden;
}

.mainVisual {
	margin: -7px 0 0;
	padding-top: 7px;
	text-align: center;
	/*background: url(../img/index/main_img_bg.png) repeat-x left top;*/
}

.mainVisual .mainImg {
	overflow: hidden;
	height: 400px;
	position: relative;
}

.mainVisual .prev,
.mainVisual .next {
	position: absolute;
	width: 50%;
	height: 400px;
	top: 0;
	z-index: 1;
	background: url(../img/index/main_visual_bg.png) repeat left 7px;
	cursor: pointer;
}

.mainVisual .prev {
	left: -480px;
}

.mainVisual .next {
	right: -480px;
}

body#index .project .slideImg .prev {
	left: -450px;
}

body#index .project .slideImg .next {
	right: -450px;
}

.mainVisual .mainImg li {
	float: left;
}

.mainVisual .mainImg img {
	display: block;
}

.mainVisual .point {
	padding: 10px 0 0;
	margin: 0 auto;
	width: 960px;
	background-color: #FFF;
}

.mainVisual .point a {
	margin: 0 3px 0 4px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../img/index/icon.gif) no-repeat left top;
}

.mainVisual .point a.selected {
	background: url(../img/index/icon_on.gif) no-repeat left top;
}

.mainVisual .point a span {
	display: none;
}

#main {
	padding: 0 20px 26px 20px;
	width: 920px;
}

#header {
	padding-bottom: 21px;
}
.slide {
	text-align: center;
}

#sideBar {
	margin-top: 17px;
}

#sideBar .logo {
	margin-bottom: 14px;
	text-align: center;
}

#conts {
	margin-top: -10px;
	width: 670px;
}

#conts .ulList {
	width: 690px;
	margin: 0 -16px 26px 0;
	overflow: hidden;
}

#conts .ulList li span span {
	background: none;
	padding: 0;
}

#conts .ulList li {
	float: left;
	margin-right: 18px;
	width: 327px;
}

#conts .ulList .title {
	margin: 0 0 12px 17px;
}

#conts .ulList .title img {
	display: block;
}

#conts .ulList .photo {
	text-align: center;
	margin-bottom: 12px;
}

#conts .ulList .photo img {
	display: block;
}

#conts .ulList .note {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 18px 2px 16px;
}

#conts .ulList .detail {
	border-bottom: 1px solid #E3F0EF;
	font-size: 1.2em;
	line-height: 1.7;
	margin: 0 16px 13px;
	padding-bottom: 10px;
}

#conts .ulList .link {
	background: url(../common/img/icon01.gif) no-repeat left 6px;
	font-size: 1.3em;
	margin-left: 130px;
	padding-left: 13px;
}

#conts .ulList .link span {
	background: none;
	padding: 0;
}

#conts .ulList a {
	background: url(../img/index/bg01.jpg) repeat-y left bottom;
	color: #000;
	display: block;
	text-decoration: none;
	zoom: 1;
}

#conts .ulList a span {
	background: url(../img/index/bg02.jpg) no-repeat left top;
	display: block;
	padding: 59px 3px 15px 3px;
	zoom: 1;
}

#conts .ulList a:hover {
	text-decoration: none;
}

#conts .ulList a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#conts .photoList {
	margin: 0 -18px 19px 0;
	overflow: hidden;
	zoom: 1;
}

#conts .photoList02 {
	margin-bottom: 30px;
}

#conts .photoList li {
	float: left;
	margin-right: 18px;
	width: 154px;
	overflow: hidden;
}

#conts .photoList a {
	display: block;
	position: relative;
}

#conts .photoList a span {
	padding: 114px 10px 0;
	height: 40px;
	width: 134px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
	background: url(../common/img/hover_bg.png) repeat left top;
}

#conts .photoList li img {
	display: block;
	position: relative;
	left: -25px;
}

#conts .photoList a:hover {
	text-decoration: none;
}

#conts .photoList a:hover span {
	display: block;
	text-decoration: none;
}

#conts h2 {
	background: none;
	padding: 0;
	margin-bottom: 8px;
}

#conts h3 {
	margin-bottom: 18px;
}

#conts h3 img {
	display: block;
}

#conts .dlBox {
	width: 326px;
}

#conts .dlBox dl {
	font-size: 1.2em;
}

#conts .dlBox dt {
	padding-left: 3px;
	float: left;
}

#conts .dlBox dd {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 8px;
	padding: 0 0 3px 7.5em;
}

#conts .dlBox dd a {
	color: #E92A55;
	text-decoration: underline;
}

#conts .dlBox dd a:hover {
	text-decoration: none;
}