@charset "shift_jis";

/* ===========================================
 * Base
 * -------------------------------------------
 * 10.06.01
=========================================== */


/* General
=========================================== */

body { color: #333; border-top: 3px solid #FF7D00;}
strong { font-weight: bold; }

a { color: #3366CC; text-decoration: none; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }


/* 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 {
	width: 100%;
}

#header {
	position: relative;
	margin: 0 auto;
	padding-bottom: 8px;
	width: 950px;
	height: 137px;
	background: url(/common/img/base/hd_bg.png) no-repeat 215px 0;
}


#bread {
	margin: 0 auto;
	padding: 13px 0 10px;
	width: 950px;
	background: #fff url(/common/img/base/bd_bg.png) repeat-x top;
}


#container {
	margin: 0 auto;
	width: 950px;
}

#content {
	float: left;
	width: 730px;
}

#side {
	float: right;
	width: 200px;
}

#pagetop {
	margin: 0 auto;
	padding-top: 20px;
	width: 950px;
	text-align: right;
}


#footer {
	width: 100%;
	background: url(/common/img/base/ft_bg.png) repeat-x top;
}
#footer .wrap {
	margin: 0 auto;
	width: 950px;
}


