@charset "Shift_JIS";
/*----------全体設定
			--------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #333300;
	font-size: 75%;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Meiryo","メイリオ", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
b {
	font-weight:bold;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 826px;
	text-align: left;
	background-image: url(../img/common/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#container:after {
	content: ""; 
	display: block; 
	clear: both;
}

#leftBox,#rightBox {
	float: left;
}
#leftBox {
	width: 130px;
	padding-left: 23px;
}
#rightBox {
	width: 610px;
	padding-left: 30px;
}
.clearR {
	clear: right;
}
.clearL {
	clear: left;
}
.clearB {
	clear: both;
}
.none {
	display:none;
}

/* clearfix
-------------------------------------------------------*/

.clearfix {width:100%;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}


/*----------リンク設定
			--------------------------------------------------*/
a {
	outline: none;
	text-decoration: underline;
}
a:link,a:visited {
	color: #CC6600;
}
a:active,a:hover  {
	color: #FF9900;
}
/*----------ページ内リンク設定
			--------------------------------------------------*/
.pageTop {
	text-align: right;
	display: block;
	background-image: url(../img/common/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	margin: 20px 10px 10px 440px;
}
/*----------ヘッダー設定
			--------------------------------------------------*/
#header {
	width: 826px;
	background-image: url(../img/header/tokyobell_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 159px;
}
#header h1 {
	margin-left: 23px;
}
#header p {
	line-height: 0px;
	visibility: hidden;
	text-align: left;
	margin-left: 23px;
}
/*----------左ナビ設定
			--------------------------------------------------*/
#leftBox li {
	list-style-type: none;
}
#leftBox li img {
	vertical-align:bottom;
}
/*----------フッターナビ設定
			--------------------------------------------------*/
#footerNavi {
	margin: 30px 10px 10px 0;
	text-align: right;
}
#footerNavi a {
	text-decoration: none;
	
}
#footerNavi ul {
	list-style-type: none;
}
#footerNavi li {
	display: inline;
	margin-right:5px;
	padding-right:7px;
	border-right:1px #caedb7 solid;
}
#footerNavi li.lastChild {
	margin-right:0;
	padding-right:0;
	border-right:none;
}

/*----------フッター設定
			--------------------------------------------------*/
address {
	clear: both;
	font-style: normal;
	background-image: url(../img/footer/f_bg.gif);
	background-repeat: repeat-x;
	margin: 0 23px;
	padding: 2px 10px 2px 0;
	text-align: right;
	line-height: normal;
}