﻿@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

 ======================================= */



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;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}
