@charset "utf-8";

/* --- タイプ1 デザイン1 --- */


/* --- 全体の背景・テキスト --- */
body {
	margin			:	0;
	padding			:	0;
	background-color	:	#f9f9f9;	/* 全体の背景色 */
	color			:	#666666;	/* 全体の文字色 */
	font-size		:	80%;		/* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link {	color		:	#4682b4;	}
a:visited {	color		:	#386992;	}
a:hover {	color		:	#79a7cc;	}
a:active {	color		:	#00c0c0;	}

/* --- コンテナ --- */
#container {
	width			:	1000px;		/* コンテナの幅 */
	margin			:	0 auto;		/* センタリング */
	background		:	url(../image/pageback_880.gif) repeat-y center top;	/* コンテナの背景（両サイドの影） */
}

/* --- ページ --- */
#page {
	width			:	996px;		/* ページの幅 */
	margin			:	0 auto;		/* センタリング */
	background		:	#ffffff url(../image/head_back1.gif) repeat-x 0 2px;	/* ページの背景（最上部のグラデーション） */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 10px; /* ヘッダのマージン（上、左右、下） */
padding: 20px 0 0; /* ヘッダのパディング（上、左右、下） */
}
/* --- トップページ用の設定 --- */
div.topPage #header {
margin-bottom: 3px; /* ヘッダの下マージン（上書き） */
padding-bottom: 31px; /* ヘッダの下パディング（上書き） */
background: url(../image/path_back1.gif) repeat-x bottom; /* ヘッダの背景（メインメニュー下のグラデーション） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 5px 7px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
margin: 0;
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 3px; /* キャッチフレーズのマージン（上、左右、下） */
padding: 0 7px 7px; /* キャッチフレーズのパディング（上、左右、下） */
border-bottom: 1px #c0c0c0 solid; /* キャッチフレーズの境界線 */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー変更サンプル --- */
#header ul.guide {
	width		:	300px;
	position	:	absolute;						/* 絶対配置 */
	top		:	50px;							/*上からの距離 */
	right		:	10px;							/* 右からの距離 */
	margin		:	0;
	padding		:	0;
	background	:	#f9f9f9 url(../image/hor_menu3_off.gif) repeat-x top;	/* ヘッダメニューの背景 */
	border-top	:	#c0c0c0 solid 1px;
	border-right	:	#c0c0c0 solid 2px;
	border-left	:	#c0c0c0 solid 1px;
	border-bottom	:	#c0c0c0 solid 2px;
	list-style-type	:	none;
	text-align	:	center;
}
/* メニュー項目 */
#header ul.guide li {
	width		:	100px;
	float		:	right;
	line-height	:	90%;
}
/* リンクエリア */
#header ul.guide li a {
	display		:	block;
	padding		:	4px 5px 5px 5px;					/* 項目のパディング（上右下左） */
	border-top	:	solid #ffffff 1px;
	border-right	:	solid #b2b2b2 1px;
	border-bottom	:	solid #808080 2px;
	border-left	:	solid #ffffff 2px;
	text-decoration	:	none;
	font-weight	:	bold;
	color		:	#666666;
}
/* ポイント時とアクティブ時の設定 */
#header ul.guide li a:hover,
#header ul.guide li.active a {
	border-bottom-color	:	#4682b4;					/* ポイント時（アクティブ時）の下境界線色 */
	color			:	#404040;					/* ポイント時（アクティブ時）の文字色 */
}

/* --- Google検索のためのスペース --- */
#header ul.google {
	position	:	absolute;						/* 絶対配置 */
	top		:	1px;							/* 上からの距離 */
	right		:	10px;							/* 右からの距離 */
	margin		:	0;
	padding		:	0;
	list-style-type	:	none;
}
/* Google検索のためのスペース項目 */
#header ul.google li {
	display		:	inline;
	padding		:	0 4px 0 8px;						/* 項目のパディング（上右下左） */
	font-size	:	70%;							/* 文字サイズ */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 2px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* オープニングエリアスライド */
div#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


/* --- ヘッダメニュー --- */
#header ul.menu1 {
width: 990px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: #f9f9f9 url(../image/hor_menu3_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.menu1 li {
width: 165px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.menu1 li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/* 英字部分 */
#header ul.menu1 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #999999; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.menu1 li a:hover,
#header ul.menu1 li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#header ul.menu1 li a:hover span.en,
#header ul.menu1 li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}

/*エンジ用メニューカラーここから*/
#header ul.menu2 {
width: 990px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: #f9f9f9 url(../image/hor_menu4_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.menu2 li {
width: 330px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.menu2 li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666633; /* 文字色 */
}
/* 英字部分 */
#header ul.menu2 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #999999; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.menu2 li a:hover,
#header ul.menu2 li.active a {
border-bottom-color: #7cfc00; /* ポイント時（アクティブ時）の下境界線色 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#header ul.menu2 li a:hover span.en,
#header ul.menu2 li.active span.en {
color: #7cfc00; /* ポイント時（アクティブ時）の英字の文字色 */
}
/* エンジ用メニューカラー3 */
#header ul.menu3 {
width: 990px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: #f9f9f9 url(../image/hor_menu4_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* メニュー項目3 */
#header ul.menu3 li {
width: 990px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.menu3 li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666633; /* 文字色 */
}
/* 英字部分 */
#header ul.menu3 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #999999; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.menu3 li a:hover,
#header ul.menu3 li.active a {
border-bottom-color: #7cfc00; /* ポイント時（アクティブ時）の下境界線色 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#header ul.menu3 li a:hover span.en,
#header ul.menu3 li.active span.en {
color: #7cfc00; /* ポイント時（アクティブ時）の英字の文字色 */
}

/*エンジ用メニューカラーここまで*/

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 8px 5px; /* トピックパスのパディング（上下、左右） */
background: #f9f9f9 url(../image/path_back1.gif) repeat-x 0 1px; /* トピックパスの背景 */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
	width		:	100%;							/* コンテンツの幅 */
	margin-bottom	:	10px;							/* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
	float		:	right;
	width		:	770px;							/* メインカラムの幅210 */
	background	:	url(../image/ver_separator1.gif) repeat-x 13px 0;	/* メインカラムの背景（サイドバーとの区切り線） */
}

/* --- ページ内にタブをつくる --- */
#main div.pageTab {
margin: 0 0 10px 0; /* 見出しエリアのマージン（上右下左）30 */ 
padding: 8px 0px; /* 見出しエリアのパディング（上下、左右） */
}

#main div.pageTab ul.menu1 {
width: 720px; /* タブメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
border-top-color: #c0c0c0 ; /* タブメニューの境界線（色、スタイル） */
border-top-style: solid; /* タブメニューの境界線（色、スタイル） */
border-top-width: 2px ; /* タブメニューの境界線の太さ（上のみ指定） */
border-left-style: none; /* タブメニューの境界線スタイル （左）*/
border-bottom-style: none; /* タブメニューの境界線スタイル （下）*/
border-right-style: none; /* タブメニューの境界線スタイル （右）*/
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#main div.pageTab ul.menu1 li {
width: 360px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア 左タブ表示中*/
#main div.pageTab ul.menu1 li.left a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border-top-style: none; /* リンクエリアの境界線スタイル （上）*/
border-left-width: 1px; /* リンクエリアの境界線の太さ（左） */
border-left-color: #b2b2b2; /* リンクエリアの境界線色（左） */
border-left-style: solid; /* リンクエリアの境界線スタイル （左）*/
border-right-style: none; /* リンクエリアの境界線スタイル（右）  */
border-bottom-style: none; /* リンクエリアの境界線スタイル（下）  */

text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/* リンクエリア 左タブ非表示時*/
#main div.pageTab ul.menu1 li.leftnon a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: #f9f9f9 url(../image/heading_back2.gif) repeat-x; /* 見出しエリアの背景 */
border-top-style: none; /* リンクエリアの境界線スタイル （上）*/
border-left-width: 1px; /* リンクエリアの境界線の太さ（左） */
border-left-color: #b2b2b2; /* リンクエリアの境界線色（左） */
border-left-style: solid; /* リンクエリアの境界線スタイル （左）*/
border-right-style: none; /* リンクエリアの境界線スタイル（右）  */
border-bottom-width: 1px; /* リンクエリアの境界線の太さ（下） */
border-bottom-color: #b2b2b2; /* リンクエリアの境界線色（下） */
border-bottom-style: solid; /* リンクエリアの境界線スタイル（下）  */

text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/* リンクエリア 右タブ表示中*/
#main div.pageTab ul.menu1 li.right a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border-top-style: none; /* リンクエリアの境界線スタイル （上）*/
border-left-width: 1px; /* リンクエリアの境界線の太さ（左） */
border-left-color: #b2b2b2; /* リンクエリアの境界線色（左） */
border-left-style: solid; /* リンクエリアの境界線スタイル （左）*/
border-right-width: 2px; /* リンクエリアの境界線の太さ（右）） */
border-right-color: #808080; /* リンクエリアの境界線色（右）*/
border-right-style: solid; /* リンクエリアの境界線スタイル （右）*/
border-bottom-style: none; /* リンクエリアの境界線スタイル（下）  */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/* リンクエリア 右タブ非表示時*/
#main div.pageTab ul.menu1 li.rightnon a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: #f9f9f9 url(../image/heading_back2.gif) repeat-x; /* 見出しエリアの背景 */
border-top-style: none; /* リンクエリアの境界線スタイル （上）*/
border-left-width: 1px; /* リンクエリアの境界線の太さ（左） */
border-left-color: #b2b2b2; /* リンクエリアの境界線色（左） */
border-left-style: solid; /* リンクエリアの境界線スタイル （左）*/
border-right-width: 2px; /* リンクエリアの境界線の太さ（右）） */
border-right-color: #808080; /* リンクエリアの境界線色（右）*/
border-right-style: solid; /* リンクエリアの境界線スタイル （右）*/
border-bottom-width: 1px; /* リンクエリアの境界線の太さ（下） */
border-bottom-color: #b2b2b2; /* リンクエリアの境界線色（下） */
border-bottom-style: solid; /* リンクエリアの境界線スタイル（下）  */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/* 英字部分 */
#main div.pageTab ul.menu1 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #999999; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#main div.pageTab ul.menu1 li a:hover,
#main div.pageTab ul.menu1 li.active a {
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#main div.pageTab ul.menu1 li a:hover span.en,
#main div.pageTab ul.menu1 li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}
/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main div.pageTitle {
margin: 0 0 15px 30px; /* 見出しエリアのマージン（上右下左）30 */ 
padding: 8px 7px; /* 見出しエリアのパディング（上下、左右） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}

/* 見出し */
#main div.pageTitle h1 {
margin: 0;
padding: 5px 0 2px 10px; /* 見出しのパディング（上右下左） */
border-left: 5px #6633ff solid; /* 見出しの左境界線 */
font-size: 160%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;
text-decoration: none; /* テキストの下線（なし） */
}

/* 見出し冬物エリア */
#main div.pageTitle_w {
margin: 0 0 15px 30px; /* 見出しエリアのマージン（上右下左）30 */ 
padding: 8px 7px; /* 見出しエリアのパディング（上下、左右） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}

/* 冬物見出し */
#main div.pageTitle_w h1 {
margin: 0;
padding: 5px 0 2px 10px; /* 見出しのパディング（上右下左） */
border-left: 5px #ff0066 solid; /* 見出しの左境界線 */
font-size: 160%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;
text-decoration: none; /* テキストの下線（なし） */
}
/* --- セクション（共通設定） --- */
#main div.section {
	margin		:	4px 0 0em 30px;			/* セクションのマージン（上右下左） */
	text-decoration	:	none;				/* テキストの下線（なし） */
}
/* 下マージン */
#main div.sectionend {
margin: 0 0 1em 30px; /* セクションのマージン（上右下左） */
line-height: 160%; /* 行の高さ */
}

/* --- 標準セクション --- */
#main div.normal div.itembox {
	background-image	:	url("../images/itembg1.png");
	background-repeat	:	no-repeat;
	background-position	:	center center; /* 余剰(無視される) */
	width			:	302px;
	height			:	152px;
	padding			:	1px; /* 見出しエリアのマージン（上右下左）30 */ 
	border			:	1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}

#main div.normal div.itembox div.itemdetails {
	width			:	150px;
	height			:	150px;
	float			:	left;
	padding			:	5px 1px; /* 見出しエリアのマージン（上右下左）30 */ 
}

#main div.normal div.itembox p.itemcate {
	font-size		:	110%; /* 見出しの文字サイズ */
	font-weight		:	bold; /* 文字の太さ（太字） */
	color			:		#000000; /* 文字色 */
	text-shadow		:	1px  1px 0px #fff,
					-1px -1px 1px #666;
}

#main div.normal div.itembox p.itemnum {
	font-size		:	110%; /* 見出しの文字サイズ */
	font-weight		:	bold; /* 文字の太さ（太字） */
	color			:	#000000; /* 文字色 */
	text-shadow		:	-1px -1px 1px rgba(0, 0, 0, 0.4),
					1px 1px 1px rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 16px;
}

#main div.normal div.itembox div.itemimage {
	width			:	150px;
	height			:	150px;
	float			:	right;
	text-align		:	left;
}

#main div.normal div.itembox div.itemimage img.model {
	position		:	relative;
	top			:	-30px;
	left			:	0;
}

/* 見出しエリア */
#main div.normal div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 見出し */
#main div.normal div.heading h2 {
margin: 0;
padding: 2px 3px 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #6495ed solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
text-decoration: none; /* テキストの下線（なし） */
line-height: 100%;
}

/* 冬物見出しエリア */
#main div.normal div.headingw {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 冬物見出し */
#main div.normal div.headingw h2 {
margin: 0;
padding: 2px 3px 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #ff6699 solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
text-decoration: none; /* テキストの下線（なし） */
line-height: 100%;
}

/* 小見出しエリア */
#main div.normal div.heading2 {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 8px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* 見出しエリアの下境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 小見出し */
#main div.normal div.heading2 h3 {
margin: 0;
padding: 2px 10px 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #afeeee solid; /* 見出しの左境界線 */
font-size: 110%; /* 見出しの文字サイズ */
color: #696969; /* 見出しの文字色 */
text-decoration: none; /* テキストの下線（なし） */
line-height: 100%;
}

/* 赤　小見出しエリア */
#main div.normal div.heading2r {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 8px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* 見出しエリアの下境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 赤　小見出し */
#main div.normal div.heading2r h3 {
margin: 0;
padding: 2px 10px 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #ff6699 solid; /* 見出しの左境界線 */
font-size: 140%; /* 見出しの文字サイズ */
color: #cc0066; /* 見出しの文字色 */
text-decoration: none; /* テキストの下線（なし） */
line-height: 100%;
}

/* 段落外の画像リンクエリア */
#main div.normal img a {
border: none; /* 画像のリンク周りラインなし */
}

/* 段落外の画像リンクエリア */
#main div.normal a img {
border: none; /* 画像のリンク周りラインなし */
}

/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}
/* 段落内画像 */
#main div.normal p img {
border: none; /* 画像のリンク周りラインなし */
}

/* 段落内画像リンクエリア */
#main div.normal p img a {
border: none; /* 画像のリンク周りラインなし */
}

/* 配置用リスト左寄せ画像２つ */
#main div.normal ul.imgbx2 {
width: 500px; /* ヘッダメニューの幅 */
margin-left: 12px; /* 左寄せマージン */
padding: 0;
border: none;
list-style-type: none;
text-align: left;
}
/* * 配置用リスト左寄せ画像２つメニュー項目 */
#main div.normal ul.imgbx2 li {
width: 250px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* * 配置用リスト左寄せ画像２つリンクエリア */
#main div.normal ul.imgbx2 li a {
display: block;
position: relative; /* IE6用 */
padding: 0px 0px 0px; /* リンクエリアのパディング（上、左右、下） */
border: none;
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/** 配置用リスト左寄せ画像２つ画像*/
#main div.normal ul.imgbx2 li img {
border: none; /* 画像のリンク周りラインなし */
}
/* giftlist5枠版ボタンここから */   
/* --- giftlist5枠版商品メニュー --- */
#main div.normal ul.nlgft5 {
width: 570px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* giftlist5枠版商品メニュー項目 */
#main div.normal ul.nlgft5 li {
width: 114px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* giftlist5枠版商品リンクエリア */
#main div.normal ul.nlgft5 li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*giftlist5枠版商品画像*/
#main div.normal ul.nlgft5 li img {
border: none; /* 画像のリンク周りラインなし */
}
/* giftlist5枠版商品英字部分 */
#main div.normal ul.nlgft5 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* giftlist5枠版商品英字部分 */
#main div.normal ul.nlgft5 li a span.en2 {
display: block;
margin-top: 0px; /* 英字部分の上マージン */
font-size: 75%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* giftlist5枠版商品ポイント時とアクティブ時の設定 */
#main div.normal ul.nlgft5 li a:hover,
#main div.normal ul.nlgft5 li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
background: #f9f9f9 url(../image/heading_back2.gif) repeat-x;  /* アクティブ時ヘッダメニューの背景 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#main div.normal ul.nlgft5 li a:hover span.en,
#main div.normal ul.nlgft5 li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}
/* giftlist5枠版ボタンここまで */

/* テーマメニュー2列ここから */   
/* --- テーマメニュー2列版商品メニュー --- */
#main div.normal ul.nltm {
width: 590px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
border: # solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 0px 0px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* テーマメニュー2列版商品メニュー項目 */
#main div.normal ul.nltm li {
width: 285px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* テーマメニュー2列版商品リンクエリア */
#main div.normal ul.nltm li a {
display: block;
position: relative; /* IE6用 */
padding: 1px 2px 1px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 0px 1px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #ffffff #ffffff #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*テーマメニュー2列版商品画像*/
#main div.normal ul.nltm li img {
border: none; /* 画像のリンク周りラインなし */
}

/* テーマメニュー2列版ボタンここまで */
/* --- テーマメニュー2列版(横長ボタン1個用）商品メニュー --- */
#main div.normal ul.nltm1 {
width: 590px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
border: # solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 0px 0px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* テーマメニュー2列版(横長ボタン1個用）商品メニュー項目 */
#main div.normal ul.nltm1 li {
width: 570px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* テーマメニュー2列版(横長ボタン1個用）商品リンクエリア */
#main div.normal ul.nltm1 li a {
display: block;
position: relative; /* IE6用 */
padding: 1px 2px 1px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 0px 1px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #ffffff #ffffff #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*テーマメニュー2列版(横長ボタン1個用）商品画像*/
#main div.normal ul.nltm1 li img {
border: none; /* 画像のリンク周りラインなし */
}
/* テーマメニュー2列版(横長ボタン1個用）ボタンここまで */

/* 商品メニュー横長ボタンここから */
#main div.normal ul.nllay {
width: 380px; /* ヘッダメニューの幅 */
margin-left: 12px; /* 左寄せマージン */
padding: 0;
background: #f9f9f9 url(../image/hor_menu6_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* 商品メニュー横長ボタン商品メニュー項目 */
#main div.normal ul.nllay li {
width: 380px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 商品メニュー横長ボタン商品リンクエリア */
#main div.normal ul.nllay li a {
display: block;
position: relative; /* IE6用 */
padding: 3px 2px 3px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*商品メニュー横長ボタン商品画像*/
#main div.normal ul.nllay li img {
border: none; /* 画像のリンク周りラインなし */
}
/* 商品メニュー横長ボタン商品英字部分 */
#main div.normal ul.nllay li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* 商品メニュー横長ボタン商品ポイント時とアクティブ時の設定 */
#main div.normal ul.nllay li a:hover,
#main div.normal ul.nllay li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
background: #ffffff url(../image/hor_menu77_off.gif) repeat-x top; /* アクティブ時ヘッダメニューの背景 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#main div.normal ul.nllay li a:hover span.en,
#main div.normal ul.nllay li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}   
/* 商品メニュー横長ボタンここまで */ 

/* 商品メニュー2枠大版ボタンここから */   
/* --- 商品メニュー2枠大版商品メニュー --- */
#main div.normal ul.nlb2 {
width: 570px; /* ヘッダメニューの幅 */
margin-left: 12px; /* 左寄せマージン */
padding: 0;
background: #f9f9f9 url(../image/hor_menu8_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* 商品メニュー2枠大版商品メニュー項目 */
#main div.normal ul.nlb2 li {
width: 285px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 商品メニュー2枠大版商品リンクエリア */
#main div.normal ul.nlb2 li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*商品メニュー2枠大版商品画像*/
#main div.normal ul.nlb2 li img {
border: none; /* 画像のリンク周りラインなし */
}
/* 商品メニュー2枠大版商品英字部分 */
#main div.normal ul.nlb2 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* 商品メニュー2枠大版商品ポイント時とアクティブ時の設定 */
#main div.normal ul.nlb2 li a:hover,
#main div.normal ul.nlb2 li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
background: #ffffff url(../image/hor_menu9_off.gif) repeat-x top; /* アクティブ時ヘッダメニューの背景 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#main div.normal ul.nlb2 li a:hover span.en,
#main div.normal ul.nlb2 li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}
/* 商品メニュー2枠大版ボタンここまで */

/* --- 商品メニュー1枠大版商品メニュー --- */
#main div.normal ul.nlb1 {
width: 570px; /* ヘッダメニューの幅 */
margin-left: 12px; /* 左寄せマージン */
padding: 0;
background: #f9f9f9 url(../image/hor_menu8_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* 商品メニュー1枠大版商品メニュー項目 */
#main div.normal ul.nlb1 li {
width: 570px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 商品メニュー1枠大版商品リンクエリア */
#main div.normal ul.nlb1 li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*商品メニュー1枠大版商品画像*/
#main div.normal ul.nlb1 li img {
border: none; /* 画像のリンク周りラインなし */
}
/* 商品メニュー1枠大版商品英字部分 */
#main div.normal ul.nlb1 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* 商品メニュー1枠大版商品ポイント時とアクティブ時の設定 */
#main div.normal ul.nlb1 li a:hover,
#main div.normal ul.nlb1 li.active a {
	border-bottom-color: #4682b4;							/* ポイント時（アクティブ時）の下境界線色 */
	background: #ffffff url(../image/hor_menu9_off.gif) repeat-x top;		/* アクティブ時ヘッダメニューの背景 */
	color: #404040;									/* ポイント時（アクティブ時）の文字色 */
}
#main div.normal ul.nlb1 li a:hover span.en,
#main div.normal ul.nlb1 li.active span.en {
	color			: #4682b4;						/* ポイント時（アクティブ時）の英字の文字色 */
}
/* 商品メニュー1枠大版ボタンここまで */





#main div.normal ul.itemuwaku {
	width			: 650px;						/* ヘッダメニューの幅 */
	/* padding		: 0;*/
	margin			: 0 auto;						/* センタリング */
	list-style-type		: none;
	text-align		: center;
	vertical-align		: bottom;
}

/* 商品メニュー3枠版商品メニュー項目 */
#main div.normal ul.itemuwaku li {
	width			: 310px;						/* 項目の幅 */
	float			: left;
	line-height		: 100%;
	text-align		: center;
}




















/* 商品メニュー3枠版ボタンここから */
/* --- 商品メニュー3枠版商品メニュー --- */
#main div.normal ul.nl {
	width			: 660px;						/* ヘッダメニューの幅 */
	margin			: 0 auto;						/* センタリング */
	/* padding		: 0;*/
	padding			: 0px 0px 0px;						/* リンクエリアのパディング（上、左右、下） */
	background		: #f9f9f9 url(../image/hor_menu5_off.gif) repeat top;	/* ヘッダメニューの背景 */
	background-position	: 0px 0px;
	border			: #c0c0c0 solid;					/* ヘッダメニューの境界線（色、スタイル） */
	border-width		: 2px 2px;						/* ヘッダメニューの境界線の太さ（上下、左右） */
	list-style-type		: none;
	text-align		: center;
	vertical-align		: bottom;
}
*{
	zoom			: 1;
}
/* 商品メニュー3枠版商品メニュー項目 */
#main div.normal ul.nl li {
	position		: relative;
	width			: 220px;						/* 項目の幅 */
	float			: left;
	line-height		: 100%;
}
/* IE Hack */
*html #main div.normal ul.nl li{
	line-height		:0;
}

/* 商品メニュー3枠版商品リンクエリア */
#main div.normal ul.nl li a {
	display			: block;
	position		: relative;						/* IE6用 */
	padding			: 14px 2px 5px;						/* リンクエリアのパディング（上、左右、下） */
	border-width		: 1px 1px 1px;						/* リンクエリアの境界線の太さ（上、左右、下） */
	border-color		: #ffffff #b2b2b2 #808080 #ffffff;			/* リンクエリアの境界線色（上右下左） */
	border-style		: solid;						/* リンクエリアの境界線スタイル */
	text-decoration		: none;							/* テキストの下線（なし） */
	font-weight		: bold;							/* 文字の太さ（太字） */
	color			: #666666;						/* 文字色 */
}
/* IE Hack */
*html #main div.normal ul.nl li{
	line-height		: normal;
	padding-top		: 0px;							/*位置修正*/
}

/*商品メニュー3枠版商品画像*/
#main div.normal ul.nl li img {
	border			: none;							/* 画像のリンク周りラインなし */
	vertical-align		: bottom;						/* 画像下余白なし下に合わせる*/
}
/* 商品メニュー3枠版商品英字部分 */
#main div.normal ul.nl li a span.en {
	display			: block;
	margin-top		: 2px;							/* 英字部分の上マージン */
	font-size		: 85%;							/* 英字の文字サイズ */
	font-weight		: normal;						/* 文字の太さ（ノーマル） */
	color			: #666666;						/* 英字の文字色 */
}
/* 商品メニュー3枠版商品英字部分 */
#main div.normal ul.nl li a span.en2 {
	display			: block;
	margin-top		: 0px;							/* 英字部分の上マージン */
	font-size		: 75%;							/* 英字の文字サイズ */
	font-weight		: normal;						/* 文字の太さ（ノーマル） */
	color			: #666666;						/* 英字の文字色 */
}
/* 商品メニュー3枠版商品ポイント時とアクティブ時の設定 */
#main div.normal ul.nl li a:hover,
#main div.normal ul.nl li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
background: #ffffff url(../image/hor_menu77_off.gif) repeat-x top; /* アクティブ時ヘッダメニューの背景 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#main div.normal ul.nl li a:hover span.en,
#main div.normal ul.nl li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}
/* 商品メニュー3枠版ボタンここまで */

/* 商品メニュー2枠版ボタンここから */   
/* --- 商品メニュー2枠版商品メニュー --- */
#main div.normal ul.nl2 {
width: 380px; /* ヘッダメニューの幅 */
margin-left: 12px; /* 左寄せマージン */
padding: 0;
background: #f9f9f9 url(../image/hor_menu5_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* 商品メニュー2枠版商品メニュー項目 */
#main div.normal ul.nl2 li {
width: 190px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 商品メニュー2枠版商品リンクエリア */
#main div.normal ul.nl2 li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*商品メニュー2枠版商品画像*/
#main div.normal ul.nl2 li img {
border: none; /* 画像のリンク周りラインなし */
vertical-align : bottom; /* 画像下余白なし下に合わせる*/
}
/* 商品メニュー2枠版商品英字部分 */
#main div.normal ul.nl2 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* 商品メニュー2枠版商品英字部分 */
#main div.normal ul.nl2 li a span.en2 {
display: block;
margin-top: 0px; /* 英字部分の上マージン */
font-size: 75%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* 商品メニュー2枠版商品ポイント時とアクティブ時の設定 */
#main div.normal ul.nl2 li a:hover,
#main div.normal ul.nl2 li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
background: #ffffff url(../image/hor_menu77_off.gif) repeat-x top; /* アクティブ時ヘッダメニューの背景 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#main div.normal ul.nl2 li a:hover span.en,
#main div.normal ul.nl2 li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}
/* 商品メニュー2枠版ボタンここまで */

/* 商品メニュー1枠版ボタンここから */   
/* --- 商品メニュー1枠版商品メニュー --- */
#main div.normal ul.nl1 {
width: 190px; /* ヘッダメニューの幅 */
margin-left: 12px; /* 左寄せマージン */
padding: 0;
background: #f9f9f9 url(../image/hor_menu5_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #c0c0c0 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* 商品メニュー1枠版商品メニュー項目 */
#main div.normal ul.nl1 li {
width: 190px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 商品メニュー1枠版商品リンクエリア */
#main div.normal ul.nl1 li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/*商品メニュー1枠版商品画像*/
#main div.normal ul.nl1 li img {
border: none; /* 画像のリンク周りラインなし */
}
/* 商品メニュー1枠版商品英字部分 */
#main div.normal ul.nl1 li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* 商品メニュー1枠版商品英字部分 */
#main div.normal ul.nl1 li a span.en2 {
display: block;
margin-top: 0px; /* 英字部分の上マージン */
font-size: 75%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #666666; /* 英字の文字色 */
}
/* 商品メニュー1枠版商品ポイント時とアクティブ時の設定 */
#main div.normal ul.nl1 li a:hover,
#main div.normal ul.nl1 li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
background: #ffffff url(../image/hor_menu77_off.gif) repeat-x top; /* アクティブ時ヘッダメニューの背景 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#main div.normal ul.nl1 li a:hover span.en,
#main div.normal ul.nl1 li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}
/* 商品メニュー1枠版ボタンここまで */


/* --- 強調セクション --- */
#main div.emphasis,
#main div.topnavi {
	padding		:	1.1em 15px 0;					/* セクションのパディング（上、左右、下） */
	background	:	url(../image/emphasis_back1.gif) repeat-x top;	/* セクションの背景 */
	border		:	1px #c0c0c0 solid;				/* セクションの境界線 */
}

/* 小見出しエリア */
#main div.emphasis div.heading,
#main div.topnavi div.heading {
	margin-bottom	:	0.3em;						/* 見出しエリアの下マージン */
	padding		:	2px 2px;					/* 見出しエリアのパディング（上下、左右） */
}

 /* 見出し */
#main div.emphasis h2 {
	margin		:	0 0 0.8em;					/* 見出しのマージン（上、左右、下） */
	font-size	:	130%;						/* 見出しの文字サイズ */
	color		:	#dc3900;					/* 見出しの文字色 */
}

/* コラム用小見出しエリア */
#main div.emphasis div.heading2 {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
}
/*コラム用小見出し */
#main div.emphasis div.heading2 h5 {
margin: 0;
padding: 2px 3px 1px 15px; /* 見出しのパディング（上右下左） */
border-left: 5px #add8e6 solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;
}
 /* 段落 */
#main div.emphasis,
#main div.topnavi p {
	margin		:	0 0 1em;	/* 段落のマージン（上、左右、下） */
	color		:	#2b2b2b;	/* 段落の文字色 */
	line-height	:	150%;		/* 行の高さ */
}
/* --- 強調エリアの画像 --- */
#main div.emphasis img,
#main div.topnavi img {
border: none; /* 画像のリンク周りラインなし */
}
/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 590px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}
/* --- 手動で追加した分ここから --- */

/* --- ボックス --- */
#main div.sectionbutton {
width: 110px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
}

/* --- ボックス見出し --- */
#main div.sectionbutton h3 {
margin: 6px 5px 6px 10px; /* 見出しのマージン */
background: #f9f9f9 url(head1.gif) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
#main div.sectionbutton p {
margin: 1em 5px; /* 段落のマージン（上下、左右） */
}

/* --- ボックス内の画像 --- */
#main div.sectionbutton img {
border: none; /* 画像のリンク周りラインなし */
}

/* --- ピックアップ商品セクション --- */
/* 見出しエリア */
#main div.pickitem div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main div.pickitem div.heading h2 {
margin: 0;
padding: 2px 3px 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #add8e6 solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;
}
/* 段落 */
#main div.pickitem p {
margin: 0 0px 0em; /* 段落のマージン（上、左右、下） */
line-height: 100%; /* 行の高さ */
}
/* --- ピックアップ商品用ボックス(青） --- */
#main div.item_emphasis {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #6666ff solid; /* セクションの境界線 */
}
/* 見出し */
#main div.item_emphasis h2 {
background: #6666ff url(../image/heading_back_blue2.gif) repeat-x top; /* 見出しの背景 */
margin: 0 0 0em; /* 見出しのマージン（上、左右、下） */
padding: 6px 3px; /* 見出しのパディング（上下、左右） */
font-size: 100%; /* 見出しの文字サイズ */
color: #ffffff; /* 見出しの文字色 */
}
/* 見出しエリア */
#main div.item_emphasis div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
}
/* --- ピックアップ商品用ボックス(青）内の画像 --- */
#main div.item_emphasis img {
border: none; /* 画像のリンク周りラインなし */
}
/* --- ピックアップ商品用ボックス(青）内の段落 --- */
#main div.item_emphasis p {
margin: 0em 0px; /* 段落のマージン（上下、左右） */
}
/* --- ピックアップ商品用ボックス(赤） --- */
#main div.item_emphasis2 {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #ff0000 solid; /* セクションの境界線 */
}
/* 見出し */
#main div.item_emphasis2 h2 {
background: #6666ff url(../image/heading_back_red2.gif) repeat-x top; /* 見出しの背景 */
margin: 0 0 0em; /* 見出しのマージン（上、左右、下） */
padding: 6px 3px; /* 見出しのパディング（上下、左右） */
font-size: 100%; /* 見出しの文字サイズ */
color: #ffffff; /* 見出しの文字色 */
}
/* 見出しエリア */
#main div.item_emphasis2 div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
}

/* --- ピックアップ商品用ボックス(赤）内の画像 --- */
#main div.item_emphasis2 img {
border: none; /* 画像のリンク周りラインなし */
}

/* --- ピックアップ商品用ボックス(赤）内の段落 --- */
#main div.item_emphasis2 p {
margin: 0em 0px; /* 段落のマージン（上下、左右） */
}
/* --- 手動で追加した分ここまで --- */


/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
width: 210px; /* サイドバーの幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 6px 8px; /* 見出しのパディング（上下、左右） */
font-size: 100%; /* 見出しの文字サイズ */
color: #ffffff; /* 見出しの文字色 */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #808080 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background: #999999 url(../image/heading_back_gray2.gif) repeat-x top; /* 見出しの背景 */
}

/* --- 囲いなしセクション白 --- */
#nav div.whiteline {
background-color: #ffffff; /* セクションの背景色 */
border: 0px #ffffff solid; /* セクションの境界線 */
}
/* --- 囲いなしセクション白内の画像 --- */
#nav div.whiteline img {
border: none; /* 画像のリンク周りラインなし */
}
/* 囲いなしセクション白内段落 */
#nav div.whiteline p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
margin-top: 0.4em; /* 段落の上マージン（上書き） */
padding-bottom: 0.3em; /* セクションの下パディング */
padding-top: 0.3em; /* セクションの上パディング */
text-decoration: none; /* テキストの下線（なし） */

}
/* --- 線のみセクショングレー --- */
#nav div.grayline {
background-color: #ffffff; /* セクションの背景色 */
border: 1px #808080 solid; /* セクションの境界線 */
}
/* --- 線のみセクショングレー内の画像 --- */
#nav div.grayline img {
border: none; /* 画像のリンク周りラインなし */
}
/* 線のみセクショングレー内段落 */
#nav div.grayline p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
margin-top: 0.4em; /* 段落の上マージン（上書き） */
padding-bottom: 0.3em; /* セクションの下パディング */
padding-top: 0.3em; /* セクションの上パディング */
text-decoration: none; /* テキストの下線（なし） */
}
/* 見出し */
#nav div.normal h2 {
background: #999999 url(../image/heading_back_gray2.gif) repeat-x top; /* 見出しの背景 */
}
/* --- 強調セクション1（グリーン） --- */
#nav div.emphasis {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #8aab43 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.emphasis h2 {
background: #9acd32 url(../image/heading_back_green2.gif) repeat-x top; /* 見出しの背景 */
}
/* --- 強調セクション1（グリーン）内の画像 --- */
#nav div.emphasis img {
border: none; /* 画像のリンク周りラインなし */
}
/* --- 強調セクション2（オレンジ） --- */
#nav div.strong {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #ecaa36 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
background: #ffc040 url(../image/heading_back_orange2.gif) repeat-x top; /* 見出しの背景 */
}

/* --- 強調セクション1（オレンジ）内の画像 --- */
#nav div.strong img {
border: none; /* 画像のリンク周りラインなし */
}
/* --- サブメニュー --- */
/* 見出し */
#nav div.subMenu h2 {
margin: 0; /* 見出しのマージン（上書き） */
padding: 11px 8px; /* 見出しのパディング（上書き） */
background: #9acd32 url(../image/heading_back_green2.gif) repeat-x top; /* 見出しの背景 */
border: 1px #8aab43 solid; /* 見出しの境界線 */
}
/* --- サブメニュー（カテゴリー別用） --- */
/* 見出し */
#nav div.subMenu h3 {
margin: 0; /* 見出しのマージン（上書き） */
padding: 11px 8px; /* 見出しのパディング（上書き） */
background: #9acd32 url(../image/heading_back_sky2.gif) repeat-x top; /* 見出しの背景 */
border: 1px #8aab43 solid; /* 見出しの境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
padding: 3px 1px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* 項目の下境界線 */
}
/* 特定のメニュー項目 */
#nav div.subMenu ul.nl li.part {
padding: 3px 1px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 8px; /* リンクエリアのパディング（上下、左右） */
border-left: 4px #c0c0c0 solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 特定のリンクエリア */
#nav div.subMenu ul.nl li.part a {
display: block;
position: relative; /* IE6用 */
background-color: #ebfbe0;
padding: 10px 8px; /* リンクエリアのパディング（上下、左右） */
border-left: 4px #a6d34b solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li.part a:hover {
background-color: #b5f2af; /* ポイント時の背景色 */
border-left-color: #add8e6; /* ポイント時の左境界線色 */
text-decoration: underline; /* テキストの下線（あり） */
}
/* 特定のポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background-color: #f9f9f9; /* ポイント時の背景色 */
border-left-color: #add8e6; /* ポイント時の左境界線色 */
text-decoration: underline; /* テキストの下線（あり） */
}
/*　カテゴリー別用 */
/* メニューエリアカテゴリー別用 */
#nav div.subMenu ul.nlc {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目カテゴリー別用 */
#nav div.subMenu ul.nlc li {
padding: 1.5px 1px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* 項目の下境界線 */
}
/* 特定のメニュー項目カテゴリー別用 */
#nav div.subMenu ul.nlc li.part {
padding: 1.5px 1px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* 項目の下境界線 */
}
/* リンクエリアカテゴリー別用 */
#nav div.subMenu ul.nlc li a {
display: block;
position: relative; /* IE6用 */
padding: 7px 8px; /* リンクエリアのパディング（上下、左右） */
border-left: 4px #c0c0c0 solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 特定のリンクエリアカテゴリー別用 */
#nav div.subMenu ul.nlc li.part a {
display: block;
position: relative; /* IE6用 */
background-color: #ebfbe0;
padding: 7px 8px; /* リンクエリアのパディング（上下、左右） */
border-left: 4px #a6d34b solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定カテゴリー別用 */
#nav div.subMenu ul.nlc li.part a:hover {
background-color: #b5f2af; /* ポイント時の背景色 */
border-left-color: #add8e6; /* ポイント時の左境界線色 */
text-decoration: underline; /* テキストの下線（あり） */
}
/* 特定のポイント時の設定カテゴリー別用 */
#nav div.subMenu ul.nlc li a:hover {
background-color: #f9f9f9; /* ポイント時の背景色 */
border-left-color: #add8e6; /* ポイント時の左境界線色 */
text-decoration: underline; /* テキストの下線（あり） */
}
/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3 url(../image/form_back1_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #54b3cf url(../image/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* ブログ記事のフィード */
#nav div.rsstc {
 font-size: 12px; 
 background-color: #dddddd; 
 margin: 0; 
 padding: 0 
 }
#nav div.rsstc a { color: #0000ff;}
#nav div.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }
#nav div.rsstc ul   { background-color: #fdfdfd; margin: 0; padding: 0 ;border: solid 2px #dddddd }
#nav div.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #dddddd }

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
border-top: 1px #c0c0c0 solid; /* フッタの上境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal; /* 文字のスタイル（ノーマル） */
text-align: center;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* 201512追加 */

a img {
	border:0;
}

#header ul.google {
	top:5px;
}

#header ul.google li {
    padding: 0;
}

#header ul.google li input[type="text"] {
	width: 220px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
 
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content.topCont {
	margin-bottom: 25px;
}

.mainImg {
	margin-bottom: 3px;
}

#main div.normal div.heading.subttlstyle {
	margin-bottom: 0;
	padding-bottom: 9px;
	border-bottom: 1px #CCCCCC solid;
}

#main div.normal div.heading.subttlstyle h2 {
    margin: 0;
    padding: 2px 3px 1px 10px;
    border-left: 5px #6495ed solid;
    font-size: 130%;
    color: #2b2b2b;
    text-decoration: none;
    line-height: 100%;
}





.modal-content {
	position:fixed;
	display:none;
	z-index:2;
	width:50%;
	margin:0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
}

.modal-content p {
	margin:0 auto;
	padding:0;
	width:100%;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-open {
	color:#00f;
	text-decoration:underline;
}

.modal-open:hover {
	cursor:pointer;
	color:#f00;
}

.modal-close {
	color:#00f;
	text-decoration:underline;
}

.modal-close:hover {
	cursor:pointer;
	color:#f00;
}














#main h2.topBlockTtl {
    background: #4882E0;
    color: #fff;
    padding: 8px 0;
    font-weight: normal;
    margin: 20px 0 30px;
    width: 655px;
}

#main h2.topBlockTtl2 {
    background: #FF7733;
    color: #fff;
    padding: 8px 0;
    font-weight: normal;
    margin: 20px 0 30px;
    width: 655px;
}

.topCont #main div.topnavi ul.nl4 {
	margin-left: 0;
}

ul.topicItem {
	margin: 0;
	padding: 20px 0 30px;
}

ul.topicItem li {
	float: left;
	padding: 0 6px 10px 0;
}

ul.topicItem li.rightItem {
	padding-right: 0;
}

ul.topicItem li img {
	vertical-align: bottom;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}

ul.topicItem li img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
}

.topNews {
	margin: 0;
	padding: 0 0 45px;
}

.topNews li {
	padding: 20px 0 15px 0;
	border-bottom: 1px dashed #CCCCCC;
}

.topNews span,
.topNews a {
	display: inline-block;
}

.topNews span {
	padding: 0 45px 0 15px;
}

.topNews a {
	color:#4682B4;
}

.topNews a:hover {
	color:#FF7733;
}
/* --- フォームページの設定--- */
#form {
/* --- ページ --- */
#page {
width: 650px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background: #ffffff url(../image/head_back1.gif) repeat-x 0 2px; /* ページの背景（最上部のグラデーション） */
}
#form div.section {
margin: 0 0 0em 30px; /* セクションのマージン（上右下左） */
}
/* 下マージン */
#form div.sectionend {
margin: 0 0 1em 30px; /* セクションのマージン（上右下左） */
line-height: 160%; /* 行の高さ */
}
/* --- 標準セクション --- */
#form div.normal {
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #808080 solid; /* セクションの境界線 */
}
/* 見出しエリア */
#form div.normal div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 2px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#form div.normal div.heading h2 {
margin: 0;
padding: 2px 3px 1px 15px; /* 見出しのパディング（上右下左） */
border-left: 5px #add8e6 solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;
}
/* 段落 */
#form div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}
/* --- ▲その他の設定終了 --- */

