@charset "utf-8";

@import url("header.css");
@import url("body.css");
@import url("footer.css");

/*  </common/css/common.css>  */


/*  Common Element
---------------------------------------------------------- */

html {
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e8e8e8;
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

table {
	color: #222;
	font-size: 100%;
	line-height: 1.4;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:normal;
}

p,div,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

img {
	border-style:none;
	vertical-align:bottom;
}

a:link img,
a:visited img,
a:hover img {
	border-style:none;
}

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

a:visited {
	color:#0a0066;
}

a:hover {
	color: #0a50ff;
}


/*  Common Class
---------------------------------------------------------- */

.hiden {
	display: none;
}

.standard {
	color: #000;
	font-size: inherit;
	line-height: 140%;
}

.mini {
	color: #000;
	font-size: 88%;
	line-height: 140%;
}


/*  Clearfix
---------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/