/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*       Copyright 2010 MaxValu. All Rights Reserved.  */
/*       last-update : 2010.03.03   */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

 
/* ******************************************************
    INFO/ インフォメーション
****************************************************** */

/* TITLE IMAGE
---------------------------------------- */  
#title_area {
	width: 910px;  
	height: 100px;
	margin-bottom: 20px;
	background: url(/images/infomation/info_title.jpg) 0 0 no-repeat;
}
#title_area h3 {
	display: none;
}

ul.arrow { /* リスト-アロー */
	margin-left: 20px; 
	margin-bottom: 20px; 
}
ul.arrow  li {
	list-style-type: none; 
	margin-bottom: 1em; 
	padding-left: 20px;
	line-height: 1.4em;
	background: url(../images/arrow_gray.gif) 0 center no-repeat;
}


/* SITE-COLLECTION TABLE
---------------------------------------- */  
.tbl_sc01 {
	/*table-layout: fixed;*/
	border-collapse	: collapse;
	width: 580px;
	margin: 10px; 
	line-height: 1.4em;
	text-align: left; 
}
.tbl_sc01 tbody th { margin-bottom:10px; padding:5px 10px; border: 1px solid #d5dce0;  background: #fdf; font-weight: bold; }
.tbl_sc01 tbody td { padding: 10px; border: 0px solid #d5dce0; vertical-align:top;}

.tbl_sc01 dl {
	width: auto;
	margin: 0 0 10px 0px;
	padding-top: 10px;
	line-height: 1.4em;
}
.tbl_sc01 dl dt {
	width: 5em;
	margin-bottom: -1.4em;
	padding-left: 0px;
	color: #555; 
	text-align: left;
}
.tbl_sc01 dl dd {
	margin: 0 0 0px 0px;
	padding: 0 0 5px 7em;
	line-height: 1.4em;
}

/*GREEN BOX
---------------------------------------- */  
.box {
	width: 500px;
	margin: 20px auto;
	padding: 5px 15px 2px 15px;
	line-height: 1.4em;
	/*background: #f8e0ea;*/
	border: 5px #ccc solid;
}


