@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体
 * ---------------------------------------------------------------- */

/* 背景設定 */
body {
	background-color: #FFF;
	background-image: url(../image/bg-contents.png);
	background-repeat: repeat-x;
}

/* 全体コンテナ */
#container {
	background-image: url(../image/header-bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#contents-container {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}


/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */
#header {
	width: 875px;
	background-image: url(../image/header-bg.png);
	background-repeat: repeat-x;
	position: fixed;
	_position: absolute;
	margin-bottom: 20px;
	height: 54px;
	z-index: 1000;
}
#header .menu { float: right; margin-top: 22px; }
#header .menu li { display: inline;}
#header .menu li a { margin-left: 25px; }

#header .logo  {
	margin-top: 18px;
	float: left;
}

/* ---------------------------------------------------------------- *
	トップページ用
 * ---------------------------------------------------------------- */

#top-visual {
	height: 375px;
	width: 875px;
	padding-top: 75px;
	margin-bottom: 34px;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */


#contents {
	text-align: left;
	font-size: 100%;
	margin-bottom: 20px;
	position: relative;
}


.img-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 18px;
	margin-top: 5px;
	position: relative;
}

.img-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-top: 5px;
	position: relative;
}

.float-right {
	float: right;
	position: relative;
}

.float-left {
	float: left;
	position: relative;
}



/* ---------------------------------------------------------------- *
	フッタ部分
 * ---------------------------------------------------------------- */

#footer-menu { margin-bottom: 3px; }
#footer-menu .pagetop { float: right; margin-bottom: 6px; }
#footer-menu .menu { float: left; }
#footer-menu .menu li { display: inline;}
#footer-menu .menu li a { margin-right: 20px; }

#footer {
	background-image: url(../image/footer-bg.png);
	background-repeat: repeat-x;
}

#footer-container {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.4;
	background-image: url(../image/footer-logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-bottom: 5px;
}

.footer-copy {
	font-size: 10px;
}

/* ---------------------------------------------------------------- *
	コンテンツ　コラム設定
 * ---------------------------------------------------------------- */


.c2business-l {
	width: 275px;
	float: left;
	position: relative;
}

.c2business-r {
	width: 575px;
	float: right;
	position: relative;
}




.c2-l {
	width: 425px;
	float: left;
	position: relative;
}

.c2-r {
	width: 425px;
	float: right;
	position: relative;
}



.c3-l {
	width: 275px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.c3-r {
	width: 275px;
	float: right;
	position: relative;
}

.c4-l {
	width: 200px;
	float: left;
	margin-right: 25px;
	position: relative;
}

.c4-r {
	width: 200px;
	float: right;
	position: relative;
}


.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
