@charset "UTF-8";

/* ===================================
	File Name   : information.css
	Discription : Information Page Layout CSS
	Editors     : Taz Sakurai
	Last Editor : Taz Sakurai
	Last Update : 2009/08/03
====================================== */

/*========== Style Contents ==========

	1. Page Redefinition
	2. Information Introduction

====================================== */



/*===== ■1. Page Redefinition =====*/
#Contents {clear: both;} /* For DreamWeaver View */

/* Global Navigation  */

/*===== ■2. Information Introduction =====*/
#InformationIntro h2 {
	margin-bottom: 35px;
}

#InformationIntro ul {
	position: relative;
	width: 700px;
	margin: 0px auto 40px;
}

#InformationIntro ul li {
	padding: 0px 15px 10px;
	background: url(../img/line_doted-blue.jpg) repeat-x bottom;
	margin: 0px 0px 10px;
	font-size: 85%;
}

#InformationIntro ul li em {
	display: block;
	float: left;
	background: url(../img/mark_circle.jpg) no-repeat left 4px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 70px;
}

#InformationIntro ul li span {
	display: block;
	float: left;
	width: 590px;
}

/* Clear Release  */
#InformationIntro ul li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#InformationIntro ul li {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html #InformationIntro ul li {
	height: 1%;
}

#InformationIntro ul li {
	display: block;
}


