﻿@charset "utf-8";

h1{
	padding-left:11px;
}


/*----------------------------------------------------
	layout[PhotoGallery]
----------------------------------------------------*/
#galleryArea{
	width:74px;
	margin-left:35px;
}

#galleryArea h2{
	width:686px;
	margin-bottom:17px;
	padding-left:18px;
	background:url(../images/commons/ttl_s_bg.jpg) no-repeat left top;
	color:#000;
	font-size:13px;
	line-height:24px;
	text-align:left;
}

#galleryArea ul{
	width:700px;
	padding-bottom:38px;
	clear:both;
	overflow:hidden;
}

#galleryArea li{
	display:block;
	width:100px;
	height:76px;
	float:left;
}

#galleryArea li a{
	display:block;
	width:89px;
	height:61px;
	padding-top:5px;
	padding-left:5px;
	background:url(../images/commons/thumb_off.gif) no-repeat left top;
}

#galleryArea li a:hover{
	background:url(../images/commons/thumb_on.gif) no-repeat left top;
}

.totop{
	text-align:right;
	padding-top:0px;
	padding-right:25px;
}

/* side */
#side .sideInfo dl#side-gallery{
	padding-bottom:10px;
	background:url(../images/commons/bg_side_menu.jpg) no-repeat bottom left;
}

#side .sideInfo dl#side-gallery dd{
	border:none;
	width:164px;
	margin:0px;
	margin-left:10px;
	margin-top:7px;
	padding:0 0 5px 0;
	background:url(../images/commons/side_menu_bg.gif) no-repeat left bottom;
	overflow:hidden;
}

#side .sideInfo dl#side-gallery dd a{
	display: block;
	padding:0 0 0 8px;
	background:url(../images/commons/side_menu_bg2.gif) no-repeat left top;
	color:#000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
}

#side .sideInfo dl#side-gallery dd a:hover{
	color:#666;
	text-decoration:none;
}



