@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
.blogBox {
	background: url(images/blogTi.png) no-repeat 0 0;
	padding: 0 0 2em 140px;
	margin-bottom: 3em;
	border-bottom: #d9d9d9 1px dotted;
	height: 100%;
	margin-left: 15px;
}
.infoBox {
	background: url(images/infoTi.png) no-repeat 0 0;
	padding: 0 0 2em 140px;
	margin-bottom: 3em;
	border-bottom: #d9d9d9 1px dotted;
	height: 100%;
	margin-left: 15px;
}
ul#feeds li span,ul.blogList li span {
	margin-right: 10px;
}
.galleryBox {
	background: url(images/galleyTi.png) no-repeat 0 0;
	padding-left: 140px;
	margin-left: 15px;
}
ul.galleryList {
	zoom:1;/*for IE 5.5-7*/
}
ul.galleryList:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
ul.galleryList li {
	float: left;
	margin: 0 15px 5px 0;
}
ul.galleryList li img {
	width: 160px;
	margin-bottom: 5px;
	border: #414141 1px solid;
}
ul.galleryList li a:hover img {
	border: #999 1px solid;
} 