@charset "utf-8";
/* common.css */


/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/


html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 120%;
}


/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6,
div, span,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
p, address, blockquote, pre {
	list-style-type: none;
	/*line-height: 1.2;*/
	line-height: 1.65;
	margin: 0;
	padding: 0;
	border: none;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	letter-spacing: 0;
}

h2 ,
h3 {
	line-height: 1;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
input,
textarea,
select {
	text-align: left;
	letter-spacing: 0.1em;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif !important;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #666666;
}


/* 下線を消す */
abbr,
acronym {
	border: none;
}


/* 文字のブラウザ間での差異をなくす */
caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}


/* 画像の上にできる隙間とボーダーをなくす */
img {
	vertical-align: top;
	border: none;
}


/* hr 要素は不可視で使う */
hr {
	display: none;
}

/*フォントサイズ可変*/
body.default {
	font-size: 120%;
}

body.l {
	font-size: 140%;
}

body.m {
	font-size: 120%;
}

body.s {
	font-size: 100%;
}


/*clear fix
////////////////////////////////////////////////////*/

.clear {
	/zoom : 1;
}

.clear:after {
	content : '';
	display : block;
	clear : both;
}


/*デフォルトリンクカラー
////////////////////////////////////////////////////*/

a:link ,
a:link span {
	text-decoration: underline;
	color: #0099FF;
}

a:visited ,
a:visited span{
	text-decoration: underline;
	color: #6633CC;
}

a:hover ,
a:hover span {
	text-decoration: none;
	color: #0099FF;
}

/*レイアウト
////////////////////////////////////////////////////*/

/* ラッパー設定 */
#wrapper {
	margin: 0 auto;
	width: 950px;
}


/* ヘッダー内設定 */
#header {
	padding-bottom: 8px;
}

#headerSubLeft {
	float: left;
	width: 380px;
}

#headerSubRight {
	float: right;
	width: 536px;
}

#headerSubLeft p {
	margin: 3px 0 8px -2px;
	min-height: 34px;
	height: auto !important;
	height: 34px;
	letter-spacing: 1px;
	font-size: 80%;
	color: #666666;
}

/*
ヘッダーロゴ
*/
h1 a {
	overflow: hidden;
	display: block;
	width: 377px;
	height: 30px;
	background: url(/common/img/txt_header_logo.gif) left top no-repeat;
	text-indent: -9999px;
}

/*
グーグル検索
*/
form#googleSearch {
	float: left;
	margin-right: 14px;
	width: 179px;
}

input#searchTex {
	float: left;
	margin: 0;
	padding: 3px;
	_padding: 0 3px 0 3px;
	width: 122px;
	height: 13px;
	_height: 19px;
	border: 1px solid #C7C7C7;
}

input#btnG {
	float: right;
	padding: 1px;
	border-top: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

/*
テキストサイズ変更ボタン
*/
p#fontSizeText {
	float: left;
	width: 51px;
	height: 10px;
	margin-top: 6px;
}

ul#fontSizeList {
	float: right;
	margin-top: 2px;
	width: 64px;
}

ul#fontSizeList li {
	float: left;
	margin-right: 1px;
	width: 20px;
	height: 20px;
}

ul#fontSizeList li a {
	display: block;
	width: 20px;
	height: 20px;
}

ul#fontSizeList li#fSizeList03 {
	margin-right: 0px;
}

ul#fontSizeList li a:hover {
	background-color: #FFFFFF;
}

ul#fontSizeList li a:hover img {
	visibility: hidden;
}

ul#fontSizeList li#fSizeList03 {
	margin-right: 0px;
}

li#fSizeList01 a {
	background: url(/common/img/btn_header_08_on.jpg) left top no-repeat;
}

li#fSizeList02 a {
	background: url(/common/img/btn_header_09_on.jpg) left top no-repeat;
}

li#fSizeList03 a {
	background: url(/common/img/btn_header_10_on.jpg) left top no-repeat;
}

body.s li#fSizeList01 a img ,
body.m li#fSizeList02 a img ,
body.l li#fSizeList03 a img ,
#wrapper li#fSizeList02 a img {
	visibility: hidden;
}

body.s #wrapper li#fSizeList02 a img ,
body.l #wrapper li#fSizeList02 a img {
	visibility: visible;
}


/* コンテント内設定 */
#content {
	float: left;
	width: 950px;
}

/*
トピックパストップ
*/
ul#topicPathTop {
	margin-bottom: 13px;
}

ul#topicPathTop li {
	float: left;
	margin-right: 3px;
	letter-spacing: 0.1em;
	font-size: 80%;
}

/*
ページタイトル
*/
h2 {
	margin-bottom: 15px;
	padding: 0 0 8px 5px;
	background: url(/common/img/img_title_01.gif) left bottom repeat-x;
}

/*
ページサブタイトル
*/
h3 {
	margin-bottom: 15px;
	padding: 0 0 8px 5px;
	background: url(/common/img/img_title_01.gif) left bottom repeat-x;
}


/* トピックパスボトム */
#topicPathBottom {
	clear: both;
	margin-bottom: 10px;
	padding-top: 2px;
	/padding-top: 1px;
	background: url(/common/img/img_topic_path_01.gif) left top no-repeat;
}

#topicPathBottomSub {
	padding-bottom: 2px;
	background: url(/common/img/img_topic_path_02.gif) left bottom no-repeat;
}

#topicPathBottomSub ul {
	padding: 5px 0 5px 9px;
	/padding: 5px 0 5px 9px;
	background-color: #ECE9D8;
}

#topicPathBottomSub ul li {
	letter-spacing: 0.1em;
	float: left;
	margin-right: 3px;
	font-size: 80%;
}
#topicPathBottomSub ul li#homeImage {
	margin-right: 8px;
}

#topicPathBottomSub ul li a img {
	vertical-align: middle;
}


/* フッター内の設定 */
#footer {
	clear: both;
}

/*
フッターロゴ
*/
p#footerLogo {
	float: left;
	margin-right: 13px;
	width: 220px;
}

/*
アドレス
*/
#footerCenter {
	margin-bottom: 1px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E8E8E8;
}

p#address {
	float: left;
	margin-right: 10px;
	width: 220px;
	line-height: 1.2;
}

/*
フッターバナー
*/
dl#footerBnrList {
	float: right;
	width: 439px;
}

dl#footerBnrList dt {
	margin-bottom: 10px;
	height: 11px;
}

dl#footerBnrList dd ul {
	margin-left: -9px;
}

dl#footerBnrList dd ul li {
	float: left;
	display: inline;
	margin-left: 9px;
	width: 215px;
}

/*
フッターボトム
*/
#footerBottom {
	margin-bottom: 50px;
}

p#privacy {
	float: left;
	margin-right: 30px;
	letter-spacing: 0.1em;
	font-size: 80%;
}

p#privacy a {
	padding-left: 10px;
	background: url(/common/img/img_arrow_orange_02.gif) left center no-repeat;
}

p#privacy a:hover {
	background: url(/common/img/img_arrow_orange_02.gif) -497px center no-repeat;
}

/*
フッターリンクリスト
*/

dl#footerLinkList {
	margin-bottom: 5px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
}

dl#footerLinkList dt {
	float: left;
	padding: 4px 14px 2px 15px;
	background-color: #ECE9D8;
	color: #666666;
}

dl#footerLinkList dd {
	padding-left: 13em;
}

dl#footerLinkList dd ul li {
	float: left;
	margin-right: 20px;
	padding: 3px 17px 3px 0;
	background: url(/common/img/img_window.gif) right center no-repeat;
}

p#copy {
	float: right;
	overflow: hidden;
	width: 283px;
	height: 15px;
	background: url(/common/img/txt_copy.gif) left center no-repeat;
	text-indent: -9999px;
}



/*フローティングメニュー*/

p#floatMenu {
	position: absolute;
	top: 300px;
	right: 0;
}

