@charset "utf-8";
/* CSS Document */

/*全体設定*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #444;
}

/* 初期化 */
h1,h2,h3,h4,h5,h6,ul,li,p {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px; font-size: 1.4rem;
	text-decoration: none;
}

a {
	overflow: hidden;
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

img.landscape {
	width: 640px;
	height: auto;
}

img.portrait {
	width: auto;
	height: 640px;
}

/* 汎用id、クラス ------------------------------------------------------------------------------- */

br.clearAll {
	font-size: 6px;
	clear: both;
}

span.showRed {
	color: #D90000;
}

/* 全体デザイン ------------------------------------------------------------------------------- */

#header {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #444;
}

#main {
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	color: #444;
}

#footer {
	margin: 0;
	padding: 0;
	background-color: #B1B1B1;
	color: #333;
}

/* 中央センタリングデザイン　*/

#containerHeader {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #FFF url(../images/backHeader.jpg) repeat-y;
}

#containerMain {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #F0F0F0 url(../images/backMain.jpg) repeat-y;
}

#containerFooter {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #B1B1B1 url(../images/backFooter.jpg) repeat-y;
}

/* ヘッダ ------------------------------------------------------------------------------- */

/* ブラウザー警告 */

#warning {
	margin: 10px 295px 10px 20px;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	color: #F30;
	background-color: #FFD;
	border: 1px solid #F30;
	line-height: 1.3em;
}

/* HRSロゴ　*/

#shopName {
	margin: 0;
	padding: 0;
	float: left;
}

#shopName h1 img {
	margin: 10px 0px 8px 10px;
	padding: 0;
}

/*　メルクリンTRIXロゴ */

#logo {
	margin: 60px 18px 0px 0px;
	padding: 0;
	float: right;
	display: inline; /*IE6対策*/
}

/* トップページ　------------------------------------------------------------------------------- */

/* キャンペーンバナーコーナー */

#campaign {
	margin: 0;
	padding: 0;
}

#campaign img {
	margin: 5px 0px;
	padding: 0;
}

#campaign div.campaignTopix {
	margin: 10px 16px 10px 0px;
	padding: 10px;
	background-color: #FFF;
}

#campaign div.campaignTopix h2 {
	margin: 0px 0px 10px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	color: #D90000;
	text-align: center;
}

#campaign div.campaignTopix p {
	margin: 0px 10px 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
	color: #000;
	text-align: justify;
}
	
/* メインメニュー */

#contentsTop {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#menuTop {
	margin: 0px 0px 60px 0px;
	padding: 0;
}

#menuTop ul {
	margin: 0;
	padding: 0;
}

/*タイトル・タイル*/
/*HRSはこんなお店*/
#menuTop li.tile01 {
	display: inline; /*IE6対策*/
	position: relative;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0;
	width: 228px;
	height: 228px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 0;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

#menuTop li.tile01:hover {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*CS2マニュアル公開*/
#menuTop li.tile02 {
	display: inline; /*IE6対策*/
	position: relative;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0;
	width: 228px;
	height: 228px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

#menuTop li.tile02:hover {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*メルクリン入門*/
#menuTop li.tile03 {
	display: inline; /*IE6対策*/
	position: relative;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0;
	width: 228px;
	height: 228px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #D90000;
	text-align: left;
	text-decoration: none;
	border: 1px solid #D90000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

#menuTop li.tile03:hover {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*トランスポートケース*/
#menuTop li.tile04 {
	display: inline; /*IE6対策*/
	position: relative;
	float: left;
	margin: 10px 10px 0px 240px;
	padding: 0;
	width: 228px;
	height: 228px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #007853;
	text-align: left;
	text-decoration: none;
	border: 1px solid #007853;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

#menuTop li.tile04:hover {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*いつも汽車が走っています*/
#menuTop li.tile05 {
	display: inline; /*IE6対策*/
	position: relative;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0;
	width: 228px;
	height: 228px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

#menuTop li.tile05:hover {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*メッセ速報*/
#menuTop li.tile06 {
	display: inline; /*IE6対策*/
	position: relative;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0;
	width: 228px;
	height: 228px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

#menuTop li.tile06:hover {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*アクセス・店舗情報*/
#menuTop li.tile07 {
	display: inline; /*IE6対策*/
	position: relative;
	float: left;
	margin: 10px 10px 0px 240px;
	padding: 0;
	width: 228px;
	height: 228px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

#menuTop li.tile07:hover {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*タイトル文字列*/
/*HRSはこんなお店*/
#menuTop img.titleTop01 {
	position: absolute;
	top: 13px;
	left: 35px;
	z-index: -10;
}

/*マニュアル公開*/
#menuTop img.titleTop02 {
	position: absolute;
	top: 18px;
	left: 30px;
}

/*メルクリン入門*/
#menuTop img.titleTop03 {
	position: absolute;
	top: 13px;
	left: 25px;
}

/*トランスポートケース*/
#menuTop img.titleTop04 {
	position: absolute;
	top: 16px;
	left: 12px;
}

/*いつも汽車が走っています*/
#menuTop img.titleTop05 {
	position: absolute;
	top: 13px;
	left: 22px;
}

/*メッセ速報*/
#menuTop img.titleTop06 {
	position: absolute;
	top: 190px;
	left: 20px;
}

/*アクセス・店舗情報*/
#menuTop img.titleTop07 {
	position: absolute;
	top: 18px;
	left: 25px;
}

/*リード文章*/
/*HRSはこんなお店*/
#menuTop p.titleText01 {
	position: absolute;
	margin: 0px 10px;
	_width: 202px; /*IE6対策*/
	padding: 0;
	top: 60px;
	left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
	z-index: 0;
}

/*CS2マニュアル公開*/
#menuTop p.titleText02 {
	position: absolute;
	margin: 0px 10px 0px 10px;
	_width: 202px; /*IE6対策*/
	padding: 0;
	top: 85px;
	left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}

/*メルクリン入門*/
#menuTop p.titleText03 {
	position: absolute;
	margin: 0px 10px;
	_width: 202px; /*IE6対策*/
	padding: 0;
	top: 40px;
	left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}

/*いつも汽車が走っています*/
#menuTop p.titleText05 {
	position: absolute;
	margin: 0px 10px;
	_width: 202px; /*IE6対策*/
	padding: 0;
	top: 35px;
	left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}

/*イメージ画像*/
/*HRSはこんなお店*/
#menuTop img.titleImage01 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 100px;
	left: 40px;
	z-index: 0;
}

/*メルクリン入門*/
#menuTop img.titleImage03 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 80px;
	left: 15px;
}

/*いつも汽車が走っています*/
#menuTop img.titleImage05 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 70px;
	left: 15px;
}

/*メッセ速報*/
#menuTop img.titleImage06 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
	left: 15px;
}

/*アクセス・店舗情報*/
#menuTop img.titleImage07 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 80px;
	left: 15px;
}

/*タイルメニューのリンク*/
#menuTop ul li h2 a {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 230px;
	height: 230px;
	z-index: 10;
	background:url(../images/blank.gif) 0 0 no-repeat;
}

/*CSマニュアル公開ダウンロードリンク*/
#menuTop p.readMore02 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 180px;
	left: 110px;
	z-index: 20;
}

#menuTop a.readMore02 {
	margin: 0;
	padding: 0px 0px 0px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#menuTop a.readMore02:hover {
	text-decoration: underline;
}

/*タイルのリンク*/
/*　トピックス */

#topix {
	clear: both;
	margin: 0px 0px 40px 0px;
	padding: 0;
	width: 720px;
}

#topix ul {
	margin: 0;
	padding: 0;
}

#topix li {
	display: block;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0;
	width: 110px;
	list-style-type: none;
	text-align: center;
}

#topix li p {
	margin: 10px 0px 0px 0px;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}

#topix li p a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}

#topix li p a:hover {
	text-decoration: underline;
}

#topix p.readMore {
	margin: 30px 0px 0px 10px;
	padding: 0;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#topix p a.readMore {
	margin: 0;
	padding: 0px 0px 0px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(../images/arrowMarkGray.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#topix p a.readMore:hover {
	text-decoration: underline;
}

/* サイドバー　------------------------------------------------------------------------------- */

#sideBar {
	margin: 0;
	padding: 0;
	float: right;
	width: 251px;
}

/*　お知らせ　*/

#news {
	margin: 0px 0px 30px 6px;
	padding: 0;
}

#news h3 {
	margin: 20px 0px 10px 0px;
	padding: 0;
}

#news ul {
	margin: 0px 10px 10px 20px;
	padding: 0;
}

#news li {
	margin: 0px 0px 8px 0px;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
}

#news li.important {
	padding-left: 22px;
	background-image: url(../images/importantMark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#news li.new {
	padding-left: 32px;
	background-image: url(../images/newMark.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#news li a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#news p {
	margin: 0px 20px 0px 0px;
	padding: 0;
	text-align: right;
}

#news li a:hover {
	text-decoration: underline;
}

#news a.readMore {
	margin: 0;
	padding: 0px 0px 0px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#news a.readMore:hover {
	text-decoration: underline;
}

/*　入荷情報　*/

#arrivalList {
	margin: 0px 0px 30px 6px;
	padding: 0;
}

#arrivalList h3 {
	margin: 20px 0px 10px 0px;
	padding: 0;
}

#arrivalList ul {
	margin: 0px 0px 10px 20px;
	padding: 0;
}

#arrivalList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.6em;
}

#arrivalList li.important {
	padding-left: 22px;
	background-image: url(../images/importantMark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#arrivalList li a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#arrivalList li a:hover {
	text-decoration: underline;
}

#arrivalList li span {
	margin-right: 10px;
}

#arrivalList p {
	margin: 0px 20px 0px 0px;
	padding: 0;
	text-align: right;
}

#arrivalList a.readMore {
	margin: 0;
	padding: 0px 0px 0px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#arrivalList a.readMore:hover {
	text-decoration: underline;
}

/*　在庫リスト　*/

#stockList {
	margin: 0px 0px 30px 6px;
	padding: 0;
}

#stockList h3 {
	margin: 20px 0px 10px 0px;
	padding: 0;
}

#stockList ul {
	margin: 0px 0px 10px 20px;
	padding: 0;
}

#stockList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.6em;
}

#stockList li.important {
	padding-left: 22px;
	background-image: url(../images/importantMark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#stockList li span {
	margin-right: 10px;
}

#stockList li a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#stockList li a:hover {
	text-decoration: underline;
}

#stockList p {
	margin: 0px 15px 10px 15px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}


/*　営業カレンダー　*/

#calendar {
	margin: 0px 0px 30px 6px;
	padding: 0;
}

#calendar h3 {
	margin: 20px 0px 10px 0px;
	padding: 0;
}

#calendar p {
	margin: 0px 15px 10px 15px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}

#calendar p.calTitle {
	margin: 5px 0px 5px 5px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.2em;
}

#calendar p span.closed {
	margin: 0px 2px 0px 0px;
	padding: 2px 3px;
	color: #FFF;
	background-color: #D90000;
}

#calendar h4 {
	margin: 0px 0px 0px 30px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#calendar table {
	margin: 0px 0px 0px 15px;
	padding: 0;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #CCC;
	empty-cells: show;
}

#calendar table td {
	margin: 0;
	padding: 2px 3px;
	border: 1px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
}

#calendar table td.sunday {
	color: #F00;
	background-color: #FFF0F0;
}

#calendar table td.saturday {
	color: #00F;
	background-color: #F0FFFF;
}

#calendar table td.holiday {
	color: #F00;
	background-color: #FFF0F0;
}

#calendar table td.closed {
	color: #FFF;
	background-color: #D90000;
}

/* コンテンツページ・ナビゲーション　------------------------------------------------------------------------------- */

#naviMenu {
	margin: 0px 0px 40px 0px;
	padding: 0;
}

#naviMenu ul {
	margin: 0;
	padding: 0;
}

#naviMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.6em;
}

/*バナーエリア*/
#sideBanner {
	margin: 0px 0px 40px 0px;
	padding: 0;
}

#sideBanner ul {
	margin: 0;
	padding: 0;
}

#sideBanner li {
	margin: 0px 5px 10px 0px;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
	text-decoration: none;
	line-height: 1.6em;
}

#sideBanner ul li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fefefe;
}

/* コンテンツページ共通　------------------------------------------------------------------------------- */

/*全階層共通*/
/*フッタメニュー*/
div.contentsFooterMenu {
	margin: -20px 20px 80px 0px;
	padding: 0;
	height: 50px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

div.contentsFooterMenu ul {
	margin: 10px 10px 10px 10px;
	padding: 0;
}

div.contentsFooterMenu ul li {
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div.contentsFooterMenu a img {
	border-bottom: 1px solid #FFF;
}

div.contentsFooterMenu a:hover img {
	border-bottom: 1px solid #D90000;
}

/*第一階層コンテンツ*/
/*タイトル*/
div.contentsTitle01 {
	position: relative;
	margin: 20px 20px 20px 0px;
	padding: 0;
	color: #000;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

div.contentsArea01 {
	position: relative;
	margin: 0px 20px 50px 0px;
	padding: 20px 10px 20px 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc); /*IE6,7,8対策*/
}

div.contentsArea01 p {
	margin: 0;
	padding: 0;
}

/*下余白30px*/
div.contentsArea01 p.bottom30 {
	margin-bottom: 30px;
}

/*下余白50px*/
div.contentsArea01 p.bottom50 {
	margin-bottom: 50px;
}

/*下余白80px*/
div.contentsArea01 p.bottom80 {
	margin-bottom: 80px;
}

/*iframeの余白*/
div.contentsArea01 iframe {
	margin: 10px 0px 30px 0px;
	padding: 0;
}

/*第二階層コンテンツ*/

/*タイトル*/
div.contentsTitle02 {
	position: relative;
	margin: 20px 20px 20px 0px;
	padding: 0;
	color: #000;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/PIE.htc); /*IE6,7,8対策*/
}

div.contentsArea02 {
	position: relative;
	margin: 0px 20px 50px 0px;
	padding: 20px 10px 20px 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/PIE.htc); /*IE6,7,8対策*/
}

div.contentsArea02 p {
	margin: 0;
	padding: 0;
}

div.contentsArea02 p.center {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*パディング余白20px*/
.pb20 {
	padding-bottom: 20px;
}

/*下余白20px*/
div.contentsArea02 p.bottom20 {
	margin-bottom: 20px;
}

/*下余白30px*/
div.contentsArea02 p.bottom30 {
	margin-bottom: 30px;
}

/*下余白50px*/
div.contentsArea02 p.bottom50 {
	margin-bottom: 50px;
}

/*下余白80px*/
div.contentsArea02 p.bottom80 {
	margin-bottom: 80px;
}

/*左余白30px*/
div.contentsArea02 p.mleft30 {
	margin-left: 30px;
}

/*iframeの余白*/
div.contentsArea02 iframe {
	margin: 10px 0px 30px 0px;
	padding: 0;
}

/* HRSはこんなお店ページ　------------------------------------------------------------------------------- */

#contentsAboutHRS {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsAboutHRS h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

#contentsAboutHRS img.aboutHRS {
	float: right;
	margin: 10px 0px 0px 20px;
}

#contentsAboutHRS table {
	margin: 0px 0px 0px 40px;
	padding: 0;
	width: 600px;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #D90000;
}

#contentsAboutHRS table th {
	margin: 0;
	padding: 10px 5px;
	width: 200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	color: #333;
	border: 1px solid #D90000;
}

#contentsAboutHRS table td {
	margin: 0;
	padding: 10px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	color: #333;
	border: 1px solid #D90000;
}

#contentsAboutHRS a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#contentsAboutHRS a:hover {
	text-decoration: underline;
}

/* メルクリン入門ページ　------------------------------------------------------------------------------- */

#contentsMaerklin {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsMaerklin h2.maerklin {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	border-left: 10px solid #FFF;
}

div.contentsTitle02Maerklin {
	position: relative;
	margin: 20px 20px 20px 0px;
	padding: 0;
	background-color: #D90000;
	border: 1px solid #D90000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/PIE.htc); /*IE6,7,8対策*/
}

#contentsMaerklin h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

#contentsMaerklin h3 {
	margin: 5px 5px 30px 5px;
	padding: 0px 5px 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #333;
	border-left: 10px solid #0000D9;
}

#contentsMaerklin h4 {
	margin: 0px 5px 10px 30px;
	padding: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #333;
}

span.signalGreen {
	color:#090;
	font-weight: bold;
}

span.signalYellow {
	color: #F93;
	font-weight: bold;
}

span.signalRed {
	color: #C00;
	font-weight: bold;
}

/*リスト*/
div.contentsArea02 ul.maerklin {
	margin: 20px 0px 20px 30px;
	padding: 0;
}

div.contentsArea02 ul.maerklin li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

div.contentsArea02 ul.maerklin li.subLevel {
	margin: 0px 0px 5px 30px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: left;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

div.contentsArea02 ul.maerklin li.mb20 {
	margin: 0px 0px 20px 30px;
}

div.contentsArea02 ul.maerklin li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div.contentsArea02 ul.maerklin li.subLevel a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div.contentsArea02 ul.maerklin li a:hover {
	text-decoration: underline;
}

/* メルクリンで遊ぼうの図 */

table#playWithMaerklin {
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 680px;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #B1B1B1;
	empty-cells: show;
}

table#playWithMaerklin tr {
	text-align: center;
}

table#playWithMaerklin tr.bottomLine {
	border-bottom: 1px solid #B1B1B1;
}

table#playWithMaerklin td {
	text-align: center;
}

table#playWithMaerklin td.imageLink {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

table#playWithMaerklin td.titleCell {
	padding: 20px 5px 20px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	border: 1px solid #B1B1B1;
	text-align: center;
}

table#playWithMaerklin td.controllerCell {
	padding: 20px 5px 20px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	border: 1px solid #B1B1B1;
	background-color: #F0F0F0;
	text-align: center;
}

table#playWithMaerklin img.imageLink {
	border: 5px solid #B1B1B1;
}

table#playWithMaerklin img.imageLink:hover {
	border: 5px solid #C00;
}


/* 店内レイアウトページ　------------------------------------------------------------------------------- */

#contentsLayout {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsLayout h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

/* アクセスページ　------------------------------------------------------------------------------- */

#contentsAccess {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsAccess h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

#contentsAccess h3 {
	margin: 5px 5px 30px 5px;
	padding: 0px 5px 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #333;
	border-left: 10px solid #0000D9;
}

#contentsAccess a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14x;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#contentsAccess a:hover {
	text-decoration: underline;
}

/* キャンペーン用ページ　------------------------------------------------------------------------------- */

#contentsCampaign {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsCampaign h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

#contentsCampaign h3 {
	margin: 5px 5px 30px 5px;
	padding: 0px 5px 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #333;
	border-left: 10px solid #0000D9;
}

/* トランスポートケース　------------------------------------------------------------------------------- */

#contentsCase {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsCase h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}


/* 在庫リスト・入荷案内　------------------------------------------------------------------------------- */

#contentsStockList {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsStockList h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

/*Adobe Readerバナー*/
div.contentsArea02 img.adobeReader {
	margin: 10px 0px 10px 500px;
	padding: 0;
}

/*リスト*/
div.contentsArea02 ul.arrivalList {
	margin: 20px 0px 20px 30px;
	padding: 0;
}

div.contentsArea02 ul.arrivalList li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

div.contentsArea02 ul.arrivalList li p {
	float: left;
	width: 450px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 1.6em;
}

div.contentsArea02 ul.arrivalList li p.arrivalListDate {
	float: left;
	width: 150px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

div.contentsArea02 ul.arrivalList li a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div.contentsArea02 ul.arrivalList li a:hover {
	text-decoration: underline;
}

/* お知らせページ　------------------------------------------------------------------------------- */

#contentsNewsList {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsNewsList h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

/*リスト*/
div.contentsArea02 ul.newsList {
	margin: 20px 0px 20px 30px;
	padding: 0;
}

div.contentsArea02 ul.newsList li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

div.contentsArea02 ul.newsList li p {
	float: left;
	width: 480px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 1.4em;
}

div.contentsArea02 ul.newsList li p.newsListDate {
	float: left;
	width: 120px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

div.contentsArea02 ul.newsList li a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div.contentsArea02 ul.newsList li a:hover {
	text-decoration: underline;
}

/* トピックスページ　------------------------------------------------------------------------------- */

#contentsTopics {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsTopics h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

/*リスト*/
div.contentsArea02 ul.topics {
	margin: 20px 0px 20px 30px;
	padding: 0;
}

div.contentsArea02 ul.topics li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

div.contentsArea02 ul.topics li p {
	float: left;
	width: 480px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 1.4em;
}

div.contentsArea02 ul.topics li p.topicsDate {
	float: left;
	width: 120px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

div.contentsArea02 ul.topics li a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div.contentsArea02 ul.topics li a:hover {
	text-decoration: underline;
}

/* 日本語マニュアル　------------------------------------------------------------------------------- */

#contentsManual {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsManual h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

/*リスト*/
div.contentsArea02 ul.manual {
	margin: 20px 0px 20px 30px;
	padding: 0;
}

div.contentsArea02 ul.manual li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	background-image: url(../images/arrowMarkWhite.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

/* NEWの時 */
div.contentsArea02 ul.manual li.new {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 47px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	background-image: url(../images/arrowMarkWhiteNew.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

div.contentsArea02 ul.manual li.new span.manualUpdate {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #F00;
	padding-right: 8px;
}

div.contentsArea02 ul.manual li a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div.contentsArea02 ul.manual li a:hover {
	text-decoration: underline;
}


/* トイメッセ速報用ページ　------------------------------------------------------------------------------- */

#contentsMesse {
	margin: 0;
	padding: 0;
	float: left;
	width: 726px;
}

#contentsMesse h2 {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000;
	border-left: 10px solid #D90000;
}

#contentsMesse img {
	margin-left: 30px;
}

/* フッタ　------------------------------------------------------------------------------- */

#siteMap {
	margin: 20px 0px 40px 0px;
	padding: 0;
	float: left;
	width: 720px;
}

#siteMap ul {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
}

#siteMap li {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
}

#siteMap li h5 {
	margin: 0px 0px 0px -10px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#siteMap li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#siteMap li a:hover {
	text-decoration: underline;
}

#siteMap li h5 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#siteMap li h5 a:hover {
	text-decoration: underline;
}

/* ショップ情報　*/

#shopInfo {
	margin: 20px 25px 80px 10px;
	_margin: 20px 13px 50px 10px;
	padding: 0;
	float: right;
}

#shopInfo h6 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#shopInfo p {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#shopInfo p a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
}

#shopInfo p a:hover {
	text-decoration: underline;
}
