/* -+-+-+-+-+-+-+-+-+-+-背景-+-+-+-+-+-+-+-+-+-+- */

/* 背景の影・左側 */
.background01 {
	background-image: url("../img/background_01.gif");
	top: 0px;
	background-repeat: repeat-y;
	background-position: center;
}

/* 背景の影・右側 */
.background02 {
	background-image: url("../img/background_02.gif");
	top: 0px;
	background-repeat: repeat-y;
	background-position: center;
}

/* スクロールバー（WinのIEのみ） */
html,body {
	scrollbar-base-color: #1c2e4c;
}



/* -+-+-+-+-+-+-+-+-+-+-レイアウト-+-+-+-+-+-+-+-+-+-+- */

/* 機種POPページおよびグッズページ・外枠 */
#model_space {
	width: 698px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

/* goods.dwtを使っていたページのtdに付与されていた属性。全体をdivで覆って使う */
.goods {
	font-size: 12px;
	color: #000000;
}

/* カタログ既製品の左側のリスト用 */
.catalog_list {
	margin: 0px;
	padding: 0px;
	width: 179px;
	border-style: solid;
	border-color: #9b9b9b;
	border-width: 0px 1px 1px 0px;
}

/* カタログ既製品の右側のPOP一覧用 */
.catalog_space {
	width: 518px;
	border: 1px solid #999999;
	margin: 0px 5px 0px 5px;
	padding: 5px;
}

/* 更新履歴の右側のPOP一覧用 */
.history_space {
	width: 518px;
	border: 1px solid #999999;
	margin: 0px 5px 0px 5px;
	padding: 5px;
}

/* 機種リストやグッズなどのページで使用 */
#space {
	padding: 3px 5px;
	border: 1px solid #415F6B;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
	color: #4D4D4D;
	text-align: left;
	width: 433px;
}

/* 機種リストの一番上の50音一覧に使用 */
.list_word {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-right: 1px dotted #415f6b;
	border-bottom: 1px dotted #415f6b;
}

/* 機種リストの各行ごとの機種名一覧。幅622px */
.list_space {
	padding: 7px 10px;
	border: 1px solid #415F6B;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 38px;
	margin-right: 38px;
	font-size: 12px;
	color: #4d4d4d;
}

/* 昔の機種リストの小さい枠用に使用 */
#b_space {
	width: 443px;
	margin-top: 8px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* 昔の機種リストの一番上の50音一覧に使用 */
#clia_space {
	margin-top: 15px;
	margin-bottom: 5px;
}

/* リクルートや会員規約のページに使用 */
#etc_space {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #000000;
	padding: 5px;
	width: 453px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 更新履歴のページに使用 */
#aria {
	position: absolute;
	top: 5px;
	width: 480px;
}

/* 新海や大海等、昔のPOPページに使用 */
#item_space {
	width: 680px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* 仕事人等のPOPの選択ページで使用。表の外枠 */
#out {
	height: 160px;
	width: 160px;
	background-color: #0000FF;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

/* 仕事人等のPOPの選択ページで使用。表の内枠 */
#in {
	height: 130px;
	width: 160px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
}

/* 仕事人等のPOPの選択ページで使用 */
#select_space {
	padding: 3px;
	width: 560px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* -+-+-+-+-+-+-+-+-+-+-リンク-+-+-+-+-+-+-+-+-+-+- */

/* まだ見ていないページ */
a:link {
	color: #555555;
	text-decoration: none;
}

/* すでに見たページ */
a:visited {
	color: #555555;
	text-decoration: none;
}

/* マウスカーソルが重なっている時 */
a:hover {
	color: #000000;
	text-decoration: none;
}

/* リンクをクリックした瞬間 */
a:active {
	color: #999999;
	text-decoration: none;
}


/* -+-+-+-+-+-+-+-+-+-+-文字-+-+-+-+-+-+-+-+-+-+- */

/* 機種リストなどに使われている見出し用タイトル。幅622px */
.title {
	width: 610px;
	border-left: 7px solid #415f6b;
	border-bottom: 4px solid #415f6b;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 38px;
	margin-right: 38px;
	color: #415f6b;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 14px;
}

/* カタログのPOPの仕様などに使われている見出し用タイトル。幅498px */
.catalog_title {
	width: 476px;
	border-left: 7px solid #415f6b;
	border-bottom: 4px solid #415f6b;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	color: #415f6b;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 14px;
}

/* フッタ用白文字コピーライト */
.cptext {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}

/* 機種POPの著作権・注意事項 */
#copyright {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #000000;
	font-weight: lighter;
}

/* グッズリスト用オレンジ文字 */
.charagoods {
	color: #415f6b;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 13px;
}

/* ティッシュやTシャツなどのページの文字用クラス */
#bun {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	padding: 5px;
	width: 490px;
	border: 1px solid #0000FF;
	text-align: left;
	margin-left: 87px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

/* 更新履歴のページに使用 */
#txt {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #666666;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006666;
}

/* はっぴ関連のページで使用 */
#happi-list {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 20px;
	width: 320px;
	text-align: center;
	margin-top: 3px;
	padding-top: 3px;
}

/* 汎用・黒文字　小サイズ */
.text01 {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 10px;
}

/* 汎用・黒文字　中サイズ */
.text02 {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
}

/* カタログ既製品の各POPの見出し用文字 */
.text03 {
	background-image: url("../img/bar_pop.gif");
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	padding: 3px 15px;
	font-size: 12px;
	text-align: left;
}

/* カタログ既製品の左側のリスト用文字 */
.text04 {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 14px;
	text-align: left;
}

/* カタログ既製品の右側のPOP一覧用文字（POP一覧はtext11を使う） */
.text05 {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

/* カタログ既製品の変形プレート等の説明文用で考えてたもの。幅に注意 */
.text06 {
	padding: 2px;
	border-width: 0px 5px 5px;
	border-style: solid;
	border-color: #0000ff;
	width: 230px;
	background-color: #ffffff;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 11px;
	text-align: center;
}

/* 汎用・白文字　小サイズ */
.text07 {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 10px;
}

/* カタログ既製品の右側の仕様用見出し */
.text08 {
	color: #ffff00;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* 汎用・紫文字　大サイズ */
.text09 {
	color: #990099;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* 汎用・赤文字　中サイズ */
.text10 {
	color: #ff0000;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
}

/* カタログ既製品のPOP一覧用文字（分類別のはtext05を使う） */
.text11 {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* 機種ページなどの各POP名に使われていた白文字 */
.text12 {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* アピールチェアカバーのバイアス黄色用の文字。扱いはtext05と同じ */
.text13 {
	color: #330000;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* POP一覧ページの各POP見出し用白文字 */
.text14 {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* 汎用・黒文字　大サイズ（太文字指定なし） */
.text15 {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 16px;
}

/* -+-+-+-+-+-+-+-+-+-+-その他-+-+-+-+-+-+-+-+-+-+- */

/* 箇条書き */
li {
	list-style-image: url("../img/point_01.gif");
	list-style-position: inside;
	font-size: 12px;
}

/* 更新履歴のアイコン用 */
.iconimg {
	padding-top: 2px;
	position: relative;
	top: 2px;
}