@charset "UTF-8";

/* ===================================
	File Name   : link.css
	Discription : Link Page Layout CSS
	Editors     : Taz Sakurai
	Last Editor : Taz Sakurai
	Last Update : 2009/07/25
====================================== */

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

	1. Page Redefinition
	2. Link Introduction

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



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

/* Header Navigation  */
#Header ul a#BtnLink {background-position: -212px -33px;}

/* Footer Navigation  */
#Footer a#TextNaviLink {
	color: #339999;
}





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

#LinkIntro ul {
	padding: 0px 0px 0px 40px;
}

#LinkIntro li {
	background: url(../img/mark_circle.jpg) no-repeat left 16px;
	padding: 10px 0px 10px 13px;
}



