@charset "utf-8";

/* clearfix
------------------------------------------------------------------------------*/
#main ul:after, .map:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	
}

/* clearfix ie
------------------------------------------------------------------------------*/
#main ul, .map {
	/zoom:1;
}

/* contents
------------------------------------------------------------------------------*/
#mainWrapper {
	background-image:url(/images/gallery/bg_main_center.gif);
	background-repeat:repeat-y;
	background-position:0 0;
}
#main {
	background-image:url(/images/gallery/bg_main_top.gif);
	background-repeat:no-repeat;
	background-position:0 0;	
}
#mainInner {
	width:702px;
	padding:19px;
	background-image:url(/images/gallery/bg_main_bottom.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;	
}
#main h1{
	padding-bottom:12px;
}

#main h2{
	height:15px;
	padding-bottom:9px;
	font-size:117%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:13px;
	background-image:url(/images/sitemap/bg_block.gif);
	background-repeat:repeat-x;
	background-position:100% 100%;
}

span.mark{
	padding-left:18px;
	background-image:url(/images/sitemap/mark1.jpg);
	background-repeat:no-repeat;
	background-position:0% 0.1em;
}

.menu li{
	margin-left:10px;
	margin-bottom:10px;
	padding-left:13px;
	background-image:url(/images/sitemap/mark2.jpg);
	background-repeat:no-repeat;
	background-position:0% 48%;
}

.section{
	float:left;
	width:340px;
}
.right{
	float:right;
}
	
a{
	color:#6c6c6c;
}

h2 a{
	text-decoration: none;
	color:#E50415;
}

.text{
	margin-top:10px;
}

