@charset "UTF-8";

@import "css/default.css"; /* initial setting */
@import "css/yamaga_myStyle.css";/* layout style */

.pageTitle {
	margin-bottom: 10px;
}
#mainArea {
	padding: 10px;
	background: #fff;
	margin-bottom: 1em;
}

ul.items {
	margin: 2em 0;
}
ul.items li img {
	height: 100px;

}
ul.items li {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 12px;
	text-align: center;
}
.itemImg {
	padding: 10px;
	background: #fff;
	height: 100px;
	width: 180px;
	margin-bottom:5px;
}
ul.items li a {
	display: block;
	width: 200px;
	padding: 10px;
	background: url(images/itemBg.gif) repeat 0 0;
}
ul.items li a:hover {
	background: url(images/itemBg_hover.gif) repeat 0 0;
}
ul.items li a:link,ul.items li a:visited,ul.items li a:hover,ul.items li a:active {
	color: #444;
	text-decoration: none;
}

.blogEntry {
	margin-bottom: 2em;
}
.blogEntryHeader {
	margin-bottom: 1em;
}

h3.entryTitle {
	margin-bottom: 10px;
	font-size: 18px;
	background: url(images/titleLine.gif) repeat-x left bottom;
}
h3.entryTitle span {
	background: url(images/titleLineGreen.gif) repeat-x left bottom;
	padding: 5px 0 7px 0;
	display: inline-block;
}
p.click {
	margin: 1em 0;
	text-align: right;
}
.blogEntryBody {
	margin: 0 0 1em 0;
}
.blogEntryBottom {
	clear: both;
}
.blogEntryLinks {
	text-align: right;
}

ul.entryNavi {
     text-align: center;
     margin: 2em 0;
}
ul.entryNavi li {
     display: inline;
}
ul.entryNavi li.home {
     padding: 0 20px;
     margin: 0 20px;
     border-left: #999 1px solid;
     border-right: #999 1px solid;
}

ul.newsList li {
	padding: 0 0 10px 15px;
	margin-bottom: 10px;
	border-bottom: #d9d9d9 1px dotted;
	background: url(images/newsDot.gif) no-repeat 0 0;
}

.newsList {
	margin-bottom: 2em;
}
#newItem {
	background: url(images/newItem.png) no-repeat 0 0;
	width: 741px;
	height: 166px;
	padding: 35px 0 0 9px;
	margin-bottom: 1em;
}

#recoItem {
	background: url(images/pickupBox.png) no-repeat 0 0;
	width: 741px;
	height: 166px;
	padding: 35px 0 0 9px;
}
ul.itemList{
	zoom:1;/*for IE 5.5-7*/
}
ul.itemList:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

ul.itemList li {
	width: 135px;
	height:140px;
	background:#fff;
	float:left;
	padding-top: 10px;
	margin-right: 12px;
	text-align: center;
	letter-spacing: 0;
}
ul.itemList li img {
	/*width: 123px;*/
	height: 90px;
}
ul.itemList li span {
	color: #ff0000;
}
.uniBnr {
	margin: 5px 0 0 -15px;
}