@charset "shift_jis";

/* ===========================================
 * Base
 * -------------------------------------------
 * 09.10.26
=========================================== */


/* General
=========================================== */

body { color: #333; }
strong { font-weight: bold; }

a { text-decoration: underline; }
a:link { color: #009; }
a:visited {	color: #636; }
a:hover {	color: #039; }
a:active { color: #03C; }
a:active, a:focus { outline: none; }


/* Clear
=========================================== */

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

.addclear {
	display: block;
	clear: both;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; min-height: 1%; }
/* IE for Mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Dreamweaver
.clearfix { overflow: hidden; } */

.none {
	display: none;
}


/* Layout
=========================================== */

#wrapper {
	margin: 0 auto;
	width: 740px;
	min-width: 740px;
}

#header {
	position: relative;
	margin-bottom: 20px;
	width: 740px;
	height: 74px;
	background: url(/common/images/hd_bg.gif) repeat-x left bottom;
}

#container {
	margin-bottom: 15px;
	width: 740px;
}

#footer {
	position: relative;
	width: 740px;
	height: 45px;
	border-top: 2px solid #666;
}


/* Analytics
=========================================== */

#analytics {
	display: none;
}

