@charset "shift_jis";

/*==================================================
	
	NTT-BJ｜iタウンページ
	各レイアウト共通
	/css/common/common.css
	
==================================================*/

/*========== Common ==========*/
body {
	width: 100%;
	text-align: center;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
}


/*========== Universal Selector ==========*/
* {
}


/*========== 汎用Tag ==========*/
img {
	border: none;
}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}


/*========== 汎用Font ==========*/
.small {
	font-size: 84%;
}

.midium {
	font-size: 100%;
}

.large {
	font-size: 117%;
}


/*========== 共通ヘッダ ==========*/
#header {
	width: 980px;
	height: 48px;
}


#headerLogo {
	width: 490px;
	float: left;
}
#headerLogo #logo {
	width: 89px;
	float: left;
}
#headerLogo .linkText {
	width: 385px;
	margin: 18px 0 0 16px;
	font-size: 84%;
	float: left;
}
#headerLogo .linkText a {
	color: #333;
	text-decoration: underline;
}
#headerLogo .linkText a:hover {
	color: #333;
	text-decoration: none;
}

#headerNavi {
	width: 490px;
	float: right;
}

/*===== FontSizeSelecter =====*/
.btnset {
	width: 490px;
	height: 30px;
	margin: 10px 0 0;
}

.btnset ul.btnfont { /* フォントサイズ選択ボタン */
	width: 490px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.btnset ul.btnfont li.btnfontText { /* フォントサイズ選択見出しテキスト */
	width: 382px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 84%;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
}

.btnset ul.btnfont li.btnfontSmall {
	width: 34px;
	margin: 0;
	padding: 0;
	float: left;
}
.btnset ul.btnfont li.btnfontSmall a { /* FontSize - Small */
	width: 30px;
	height: 30px;
	margin: 0 4px 0 0;
	background: url(../../types/common/btn_font_small.gif) 0 0 no-repeat;
	text-indent: -9998px;
	overflow: hidden;
	float: left;
}

.btnset ul.btnfont li.btnfontMidium {
	width: 34px;
	margin: 0;
	padding: 0;
	float: left;
}
.btnset ul.btnfont li.btnfontMidium a { /* FontSize - Midium */
	width: 30px;
	height: 30px;
	margin: 0 4px 0 0;
	background-image: url(../../types/common/btn_font_midium.gif) 0 0 no-repeat;
	text-indent: -9998px;
	overflow: hidden;
	float: left;
}

.btnset ul.btnfont li.btnfontLarge {
	width: 30px;
	margin: 0;
	padding: 0;
	float: left;
}
.btnset ul.btnfont li.btnfontLarge a { /* FontSize - Large */
	width: 30px;
	height: 30px;
	margin: 0;
	background-image: url(../../types/common/btn_font_large.gif) 0 0 no-repeat;
	text-indent: -9998px;
	overflow: hidden;
	float: left;
}


/*========== Copyright Style ==========*/
#copyright {
	width: 100%;
	text-align: right;
	clear: both;
}

#copyright address {
	color: #333;
	margin: 23px 0;
	font-size: 84%;
}

#copyright address a {
	color: #333;
	text-decoration: underline;
}
#copyright address a:hover {
	text-decoration: none;
}
