﻿@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, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
/*	outline: 0;*/
}

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: "";
}

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

.clearfix:after { content: ""; display: block; clear: both; height:0; }
.clearfix { zoom:100%; }


/* Link[/all]
***************************************************************/

a:link{
	text-decoration: underline;
	color:#4c4c4c;
	}

a:visited{
	text-decoration:none;
	color:#4c4c4c;
	}

a:hover{
	text-decoration: underline;
	color: #116db8;
	}

a:active{
	text-decoration:none;
	}
	
	
	
	/* MARGIN
***************************************************************/

.mt5{
	margin-top:5px;
	}
.mt10{
	margin-top:10px;
	}
.mt13{
	margin-top:13px;
	}
.mt15{
	margin-top:15px;
	}
.mt20{
	margin-top:20px;
	}
.mt30{
	margin-top:30px;
	}
.mt50{
	margin-top:50px;
	}
.mt100{
	margin-top:100px;
	}
.mb0{
	margin-bottom:0px;
	}
.mb30{
	margin-bottom:30px;
	}
.mb10{
	margin-bottom:10px;
	}
.mb20{
	margin-bottom:20px;
	}
.mb50{
	margin-bottom:50px;
	}
.mb5{
	margin-bottom:5px;
	}
.mr15{
	margin-right:15px;
	}
.mr20{
	margin-right:20px;
	}
.mr30{
	margin-right:30px;
	}
.mr10{
	margin-right:10px;
	}

/* FLOAT
***************************************************************/
.left{
	float:left;
	}
.right{
	float:right;
	}
.cf{
	overflow: hidden;
	zoom: 1;
	}	