@charset "UTF-8";

/**
 *
 * レイアウト、共通コンテンツ
 *
**/


/**
 * ラッパー
**/

#wrapper {
	width: 100%;
	background: url("../images/wrapper_back_01.jpg") no-repeat center 0;
	overflow: hidden;
}


/**
 * ヘッダー
**/

#header {
	margin: 0 auto 10px auto;
	width: 920px;
	height: 69px;
	text-align: left;
	position: relative;
}

#header .h1 {
	position: absolute;
	top: 14px;
	left: 0;
}


/**
 * ナビゲーション
**/

#navi {
	width: 630px;
	height: 45px;
	position: absolute;
	top: 20px;
	right: 0;
}

#navi ul {
	text-align: left;
}

#navi ul li {
	float: left;
	display: inline;
}

#navi ul li img {
	display: block;
}


/**
 * パンくず
**/

#topics {
	margin: 0 auto 10px auto;
	width: 920px;
	color: #434343;
	text-align: left;
}

#topics li {
	float: left;
	display: inline;
}


/**
 * コンテンツ
**/

#content {
	margin: 0 auto 10px auto;
	width: 920px;
	text-align: left;
}


/**
 * サイドコンテンツ
**/

#side {
	width: 184px;
	float: right;
	display: inline;
}


/**
 * メインコンテンツ
**/

#main {
	width: 724px;
	float: left;
	display: inline;
}


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

#pagetop {
	margin: 0 auto;
	width: 920px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}

#pagetop img {
	float: right;
	display: inline;
}


/**
 * フッター
**/

#footer {
	width: 100%;
	height: 275px;
	color: #666666;
	background: url("../images/footer_back_02.jpg") no-repeat center bottom;
	overflow: hidden;
	background-color:#ffffff;
}

#footer a {
	color: #666666;
}

#footer .wrap {
	margin: 0 auto;
	width: 920px;
	height: 95px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#footer .wrap .footer_logo {
	position: absolute;
	top: 13px;
	left: 14px;
}

#footer .wrap .link {
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 122px;
}

#footer .wrap .link li {
	float: left;
	display: inline;
}

#footer .wrap .link li img {
	display: block;
}

#footer #copyright {
	line-height: 120%;
	font-size: 85%;
	position: absolute;
	bottom: 4px;
	right: 0;

