@charset "utf-8";/* ==========================================================================================================	 1. Universal Selector + body ============================================================================================================*/* {	background-color	: transparent;	margin				: 0;	padding				: 0;	font-size			: 100%;	font-style			: normal;}html{overflow-y: scroll;	height		: 100%;	width		: 100%;	margin		: 0px;	padding		: 0px;}body {	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Verdana, Geneva, Arial, Osaka, Helvetica, sans-serif;	font-size		: 12px;	color			: #000000;	background		: #ffffff;	letter-spacing	: 0.05em;	line-height		: 1.4;	height		: 100%;	width		: 100%;	margin		: 0px;	padding		: 0px;}hr {	height	: 1px;	margin-left: 0;	margin-right: 0;	color: #CCCCCC;	background-color: #c0c0c0;	border: 0;}h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}p, ul, dl{margin: 0;padding: 0;}sup{font-size: 8px;position: relative;bottom: -2px;}sub{font-size: 8px;position: relative;bottom: 2px;}/* ==========================================================================================================	  2. List Module============================================================================================================*/ul {	list-style	: none;}dt {	display	: block;	width	: auto;}ol {	list-style-type: decimal;}/* ==========================================================================================================	  3. Tables Module============================================================================================================*/table {	border			: none;	border-collapse	: collapse;}td, th { 	vertical-align	: top;}caption {	text-align		: left;}/* ==========================================================================================================	  4. Image Module============================================================================================================*/img { 	vertical-align	: bottom;}a img {	border	: none;}/* ==========================================================================================================	  5. Text Module============================================================================================================*/br {	letter-spacing: normal;}/*  link-----------------------------------*/a {color: #CC0000;}a:link {color: #CC0000;}a:visited {color: #CC0000;}a:hover {color: #FF4317;}/* ==========================================================================================================	  5. Form============================================================================================================*/option{padding-left:1px;padding-right:5px;}