﻿@charset "utf-8";

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

	 CSS BrowserReset BaseElements
	 CorporateCAST(R) beta3.0
	 
	 In Conformity to WebsiteGuideline Ver2.0
	
	 (C) 2010 E2, Inc. All Rights Reserved.
	 http://www.e-2.co.jp

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


html {
	font-size: 75%;
	overflow-y: scroll;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}
