@charset "Shift_JIS";

/*********************************************************************
 *
 *  hoyu : </en/common/css/common.css>
 *
 *  Last Update: 2008.07.30
 *
 *********************************************************************/

@import url("reset.css");
@import url("header.css");
@import url("body.css");
@import url("footer.css");
@import url("module/block.css");
@import url("module/div.css");
@import url("module/list.css");
@import url("module/table.css");


/*  Common Elements
---------------------------------------------------------- */

* {
	font-family: sans-serif;
}

html {
	overflow-y: scroll;
}

body {
	background: #fff url(/en/common/image/bg.gif) no-repeat 50% 69px;
	color: #1a1a1a;
	font-size: 12px;
	*font-size: 75%;
	text-align: center;
}

a:link {
	color: #8a525e;
	text-decoration: none;
}

a:visited {
	color: #a57b89;
	text-decoration: none;
}

a:active,
a:hover {
	color: #a2546e;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

hr {
	display: none;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

sup {
	line-height: 1.0;
	vertical-align: top;
	*vertical-align: super;
}

sub {
	line-height: 1.0;
	vertical-align: bottom;
	*vertical-align: sub;
}

blockquote {
	padding: 15px;
}

table {
	_font-size: 100%;
	line-height: 1.5;
}

input,
select,
textarea {
	font-size: 1em;
}

/*  Common class
---------------------------------------------------------- */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none {
	display: none !important;
}

.no_border {
	border: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

.no_bg {
	background: 0 !important;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.pending {
	color: #c00;
}

/*  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;
}
/**/