@charset "utf-8";

/****************************************************************************
　各ページ専用CSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2009.02.16
   Last up date   : 2009.02.18
****************************************************************************/

/*--------------------------------------------------------
　INDEX 設定
--------------------------------------------------------*/

/* news 設定 */
ul#news {
 margin:5px 20px 0 20px;
}

ul#news li span {
 display:block;
	float:left;
}

ul#news li span.date {
 width:85px;
	color:#006764;
}

ul#news li span.detail {
 width:445px;
	padding-left:10px;
}

/* item list 設定 */
.itemList {
	clear:both;
 background:url(../image/bg_itemlist.gif) no-repeat top left;
	padding-bottom:15px;
}

/* for IE6 */
* html .itemList {
 padding-bottom:20px;
}

/* for IE7 */
*:first-child+html .itemList {
 padding-bottom:20px;
}

.itemList h3 {
 padding-bottom:13px;
}

/* for IE6 */
* html .itemList h3 {
 padding-bottom:10px;
}

/* for IE7 */
*:first-child+html .itemList h3 {
 padding-bottom:10px;
}

ul.item {
 margin:10px 12px;
}

ul.item li {
 float:left;
	width:183px;
	height:202px;
	text-align:center;
	background:url(../image/bg_item.gif) no-repeat top left #fff;
}

ul.item li.center {
 margin:0 5px;
}

ul.item li p {
 margin:0;
	padding:0;
	line-height:1.3em;
}

ul.item li p a img {
 margin-top:4px;
}



