@charset "UTF-8";
/*　メインレイアウト用　*/

html {
	height: 100%;
	text-align: center;
}

body{
	background:#e8ece9;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
	/* Hack for modern Browser */
	voice-family: "\"}\"";
	voice-family: inherit;
}

div{
	margin: 0px;
	padding: 0px;
}

img{
  border: none;
}

table{
	font-size: 12px;
}

#wrapper{
	background:url(/image/custom/back.jpg) repeat-y;
	margin: 0px auto;
	width: 810px;
}

#header{
	background:url(/image/custom/header.jpg);
	margin: 0px 5px;
	width: 800px;
	height: 80px;
	text-align: right;
}


/* カラム左「メニュー」 */
#menu{
	float: left;
	width: 160px;
	margin: 0px 20px 0px 25px;
	display: inline;
}

#menu img{
	margin: 0px 0px 6px;
}

/* カラム右「コンテンツ」 */
/*　========================　*/
#contents{
	float: right;
	width: 580px;
	margin-right: 25px;
	display: inline;
}

#contents img{
	padding: 4px 0px;
}

/*　========================　*/


/*　フッターレイアウト　*/
/*　========================　*/
#footer{
	clear: both;
	margin: 0px 5px;
	width: 800px;
	height: 75px;	
	border-bottom: 1px solid #999999;
	background:url(/image/custom/footer.jpg) no-repeat;
}

#footer_contents{
	width: 800px;
	padding: 8px 0px 0px;
}

#copyright{
	clear: both;
	font-size:11px;
	line-height: 200%;
	padding-left: 120px;
}
/*　========================　*/


/*　検索フォーム用 */
/*　========================　*/
#search{
	height: 50px;
	white-space: nowrap;
}

#search form{
	margin: 0px;
	padding: 12px;
}
/*　========================　*/

/*　ヘッダー＆フッター「サブメニュー」レイアウト */
/*　========================　*/
#sub_menu{
	text-align: right;
	height: 20px;
}

#sub_menu ul{
	height: 20px;
	margin: 0px;
	padding-top: 4px;
}

#sub_menu li{
	float: right;
	list-style: none;
	background:url(/image/custom/mark_b.jpg) no-repeat;
	height: 20px;
	padding-right: 1em;
	padding-left: 22px;
}
/*　========================　*/


/* リンク基本仕様 */
/*　========================　*/
#sub_menu a{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

#sub_menu a:visited{
	color: #660033;
}

#sub_menu a:hover{
	color: #0033cc;
	text-decoration:underline;
}
/*　========================　*/

/* 「QRコード」 */
/*　========================　*/
#qr_area{
	padding: 10px 20px;
	_padding: 14px 0px;
}

#qr{
	background:#ffffff url(/image/custom/title_mobile.jpg) no-repeat top center;
	padding-top: 20px;
	border: 1px solid #333333;
	width: 120px;
}
/*　========================　*/