/* 基本構成 ------------------------------------------------------------- */

*	{
	margin:  0px;
	padding: 0px;
	border:  0px;
	font-size: 12px;
	line-height: 16px;
	word-break: break-all;
	word-wrap: break-word;
}


.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


body	{
	color: #575047;
	background-color: #f2f2f1;/*一個前⇒dee0e0 ccd4d4 dae1e5こっちにする予定⇒f2f2f1 */
	margin: 20px 0;
	text-align: center;
}

.mainbody	{ /* ボディにグラデBG追加 */
	background-image:url("../img/common/bg.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}


/* 3ペイン ------- */
.main_contents	{
	width: 820px;
	height:520px;
	margin:auto;
	background-color: #ffffff;
}
.contents_body	{
	width: 820px;
	height:520px;
	margin:auto;
	overflow:auto;
	scrollbar-face-color:#fafafa; /* 表面の色 */
	scrollbar-highlight-color:#fafafa; /* ハイライトの色 */
	scrollbar-shadow-color:#fafafa; /* 影の色 */
	scrollbar-3dlight-color:#8f8f8f; /* 左端と上端の色 */
	scrollbar-darkshadow-color:#8f8f8f; /* 右端と下端の色 */
	scrollbar-arrow-color:#999999; /* 矢印の色 */
	scrollbar-track-color: #e6e6e6; /* ベースの色 */
}
.main_contents div table	{
	margin:auto;
}

/* 4ペイン ------- */
.main_contents2	{
	width: 820px;
	height:520px;
	margin:auto;
	background-color: #ffffff;
}
.contents_body2	{
	width: 820px;
	height:520px;
	margin:auto;
}
.contents_left	{
	width: 201px;
	height:520px;
	overflow:auto;
	float:left;
	background-color:#f3f8f2; /* グレーf0f0f0 */
	scrollbar-face-color:#fff; /* 表面の色 */
	scrollbar-highlight-color:#fff; /* ハイライトの色 */
	scrollbar-shadow-color:#fff; /* 影の色 */
	scrollbar-3dlight-color:#a5c7ba; /* 左端と上端の色 */
	scrollbar-darkshadow-color:#a5c7ba; /* 右端と下端の色 */
	scrollbar-arrow-color:#a5c7ba; /* 矢印の色 */
	scrollbar-track-color: #e7f4ee; /* ベースの色 */
}

.contents_left_home	{ /* HOME左画像部分 */
/* 	width: 463px; */
	width: 310px;
/* 	height:520px; */
	height:247px;
	float:left;
	background-color:#f3f8f2;

	text-align:left;
	padding:0px 6px 0 7px;

}
.contents_right	{
	height:520px;
	overflow:auto;
	scrollbar-face-color:#fafafa; /* 表面の色 */
	scrollbar-highlight-color:#fafafa; /* ハイライトの色 */
	scrollbar-shadow-color:#fafafa; /* 影の色 */
	scrollbar-3dlight-color:#8f8f8f; /* 左端と上端の色 */
	scrollbar-darkshadow-color:#8f8f8f; /* 右端と下端の色 */
	scrollbar-arrow-color:#999999; /* 矢印の色 */
	scrollbar-track-color: #e6e6e6; /* ベースの色 */
}

.contents_right_home	{
/* 	height:520px; */
	height:247px;
	background-color: #ffffff; /* f8f8f8ニュース背景の色 */
}

.contents_body2 div table	{
	margin:auto;
}

/* ヘッダー/フッター ------- */
.main_header	{
	width: 820px;
	height: 67px;
	margin:auto;
	border-bottom: solid 5px #c8d5cf; /* b6c7bf c0c9c5  */
}
.main_footer	{
	background-color:#6f8780;
	width: 820px;
	height: 17px;
	margin:auto;
	border-top:solid 5px #6f8780;
	border-bottom:solid 5px #6f8780;
}

.main_banner	{
	padding-top:5px;
	width: 820px;
/*	height: 30px;*/
	margin:0 auto;
	text-align:right;
}

iframe.header	{
	width: 820px;
	height: 67px;
}
iframe.footer	{
	background-color: #0d5d0c;
	width: 820px;
	height: 17px;
}

body.header	{
	background-color: #6f8780;
	margin:  0px;
	padding: 0px;
	width: 820px;
	height: 67px;
	text-align: left;
}
body.header * {
	font-size:11px;
	line-height:14px;
}
body.header * .tbl1 {
	padding-left:8px;
}
body.header * .tbl2 {
	text-align:right;
	height:34px;
}
body.header * .tbl3 {
	height:32px;
	vertical-align:bottom;
}
body.header * .tbl4 {
	vertical-align:top;
}

body.footer	{
	color:#ffffff;
	background-color: #6f8780;
	margin:  0px;
	padding: 0px;
	text-align: left;
}
.footer_left {
	text-align:left;
	float:left;
	padding-top:3px;
	padding-left:5px;
}
.footer_right {
	text-align:right;
	float:right;
	padding-top:2px;
	padding-right:5px;
}
.footer_right a {
	line-height:10px;
}


/* 汎用項目------------------------------------------------------------- */

/* フォントサイズ */
.pixel18	{font-size:18px; line-height: 22px;}
.pixel17	{font-size:17px; line-height: 21px;}
.pixel16	{font-size:16px; line-height: 20px;}
.pixel15	{font-size:15px; line-height: 19px;}
.pixel14	{font-size:14px; line-height: 18px;}
.pixel13	{font-size:13px; line-height: 17px;}
.pixel12	{font-size:12px; line-height: 16px;}
.pixel11	{font-size:11px; line-height: 14px;}
.pixel10	{font-size:10px; line-height: 12px;}
.pixel9		{font-size:9px;  line-height: 11px;}
.b	{font-weight: bold;}

/* 文字色設定 */
.txtcol-0 { color:#f8f8f8;/*color:#177b00;*/}/* 強調色0　タイトルに使用　薄灰 */
.txtcol-1 { color:#3ba080;}/* 強調色1　最新リリース　などに使用　濃青緑 */
.txtcol-2 { color:#8bd31a;}/* 強調色2　ディスコのBODYの★　などに使用　明黄緑 */
.txtcol-3 { color:#ff8a56;}/* 強調色3　ディスコの最新の★　などに使用　オレンジバック暗い色用 */


/* .txtcol-3 { color:#ff0000;} 強調色3　グッズSOLDOUT等？ 赤 */
/* .txtcol-4 { color:#ffffff;} 強調色4　白 */
/* .txtcol-5 { color:#0000ff;} 強調色5　ディスク等に使用　青 */
/* .txtcol-6 { color:#8e0046;} 強調色6　ストア注意書き等　濃赤 */
/* .txtcol-7 { color:#4cff3f;} 強調色7　グッズ (NEW!) */

.top { color:#005b2f;}/* トップページTOPICS */
.update { color:#cfe1ce; line-height:12px; padding-left:3px;}/* ちょっと明るいc1f0bf ヘッダーの日付 */
.new { color:#bae662; font-size:12px; line-height: 12px; font-weight:bold; }/* NEWマーク */
.new_subcate { color:#78c301; font-size:12px; line-height: 12px; font-weight:bold; }/* NEWマーク(LIVEのサブカテ用) */
.req { color:red; }/* 注意の米マーク */

/* BG色設定 */
.bgcol-0 { background-color:#ffffff;}/* BG色0　白 */
.bgcol-1 { background-color:#7f8885;}/* BG色1　濃灰 タイトル背景色等 */
.bgcol-2 { background-color:#E3E3E3;}/* BG色2　灰 グッズ過去背景色等 */
.bgcol-4 { background-color:#eef2eb;}/* BG色4　薄緑色 通販の左ペイン等 */
.bgcol-5 { background-color:#D7FB8B;}/* BG色5　明緑 プロフィールテーブルに使用*/

/* テキスト */

.acenter	{
	text-align:center;
}
.aright	{
	text-align:right;
}
.pt10	{
	padding-top:10px;
}




/* コンテンツテンプレート ------- */
div.title {
	width:575px;
	background-color:#7f8885;
}
div.title p {
	padding:4px;
	font-weight:bold;
	font-size:14px;
	line-height:15px;
}
div.title-disc {
	width:575px;
	background-color:#7f8885;
}
div.title-disc p {
	padding:4px;
	font-weight:bold;
	font-size:14px;
	line-height:15px;
}
.disc-text {
	padding-top:5px;
}

.disc-contents {
	padding-top:10px;
	padding-bottom:20px;
/* 	clear:both;
	line-height:0; */
/* 	border: 1px solid #000000; */
}

.disc-contents_left {
	float: left;
	padding-right:15px;
	text-align:center;
/* 	border: 1px solid #000000; */
}


.disc-contents_right {
	vertical-align:top;
/* 	border: 1px solid #000000;
	background-color:#e0f5f9; */
}

div.text {
	width:575px;
}

div.textbody {
	padding:4px;
	padding-left:10px;
	padding-bottom:25px;
}

div.textbody2 {
	padding-bottom:25px;
}
div.title2 {
	width:575px;
	background-color:#e4e4e4;
}
div.title2 p {
	padding:4px;
	font-weight:bold;
	font-size:12px;
	line-height:13px;
}
div.textbody3 {
	padding:4px;
	padding-left:10px;
}

.category_left	{
	float:left;
}
.category_right	{
	float:right;
}
.category_right a	{
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}

/* 小物 ------- */
hr	{
	height: 0px;
	border-bottom: solid 1px #989999;
}
hr.gray	{
	border-bottom: solid 1px #d4d7d3;
}

.clrb	{
	clear:both;
}


/* 個別頁項目------------------------------------------------------------- */

/* HOME ------- */
.home_main{
	background-image:url("/img/home/main.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	width:820px;height:273px;
}



/* NEWS ------- */
.news_tbl * {
	font-size:11px;
	line-height:16px;
}
.news_tbl * dt {
	float:left;
	width:12px;
}
.news_tbl * dd {/* 数字は308だった */
	float:right;
	width:461px;
}


/* プロフィール ------- */
.prf {
	padding-left: 30px;
	padding-bottom: 10px;
}
.prf_tbl * td {
	padding: 2px;
}


/* メールマガジン・・・というかほぼ問合せと携帯サイト案内らへん ------- */
.mmbody	{
	padding:10px;
	width:660px;
	height:220px;
	border:solid 1px #000000;
	background-color:#ffffff;
	text-align:center;
}
.mmbody_mform	{
	padding:10px;
	width:660px;
	border:solid 1px #000000;
	background-color:#ffffff;
	text-align:center;
}

.mmtitle	{
	text-align:left;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
.mmtext	{
	text-align:left;
	padding:5px;
}
.mmform	{
	width:540;
	text-align:left;
	margin:auto;
}
.mmleft	{
	padding:5px;
	float:left;
}
.mmright	{
	padding:5px;
}

/* コンタクトとメルマガ共通設定 ------- */

.mmtext-contents	{/* mmtextの中身 */
	width:480px;
	text-align:left;
	margin-left:80px;
}



/* 問合せ ------- */
.inq {
	padding-top: 15px;
	padding-bottom: 10px;
}
.inq_tbl * td {
	padding: 2px;
}

a.btn{/* JADEから持ってきた問合せフォームのクラス */
	display:block;
	width:270px;
	margin: 1.5em auto;
	padding: 0.5em 5px;
	border: 1px solid #808080;
	background-color: #ffffff;
	font-size:100%;
}

/* リンク設定------------------------------------------------------------- */
a:				{ color: #458fcb; text-decoration: none; }
a:link		{ color: #458fcb; text-decoration: none; }
a:active	{ color: #458fcb; text-decoration: none; }
a:visited	{ color: #458fcb; text-decoration: none; }
a:hover		{ color: #02c55e; text-decoration: none; }

/* 通常記事 */
a.home:					{ color: #458fcb; text-decoration: none; }
a.home:link			{ color: #458fcb; text-decoration: none; }
a.home:active		{ color: #458fcb; text-decoration: none; }
a.home:visited	{ color: #458fcb; text-decoration: none; }
a.home:hover		{ color: #02c55e; text-decoration: none; }

/* メニュー日付 */
a.header:					{ font-size: 11px; line-height: 14px; color: #e9e9e9; text-decoration: none; }
a.header:link			{ font-size: 11px; line-height: 14px; color: #e9e9e9;	text-decoration: none; }
a.header:active 	{ font-size: 11px; line-height: 14px; color: #e9e9e9; text-decoration: none; }
a.header:visited	{ font-size: 11px; line-height: 14px; color: #e9e9e9; text-decoration: none; }
a.header:hover		{ font-size: 11px; line-height: 14px; color: #d1ff88; text-decoration: none; }

/* フッタのリンク */
a.footer:					{ color: #ffffff; text-decoration: none; }
a.footer:link			{ color: #ffffff;	text-decoration: none; }
a.footer:active 	{ color: #ffffff; text-decoration: none; }
a.footer:visited	{ color: #ffffff; text-decoration: none; }
a.footer:hover		{ color: #d9f4fa; text-decoration: none; }

a.admin:				{ color: #1400D6; text-decoration: none; background-color:#ffffff; }
a.admin:link		{ color: #1400D6;	text-decoration: none; background-color:#ffffff; }
a.admin:active 	{ color: #1400D6; text-decoration: none; background-color:#ffffff; }
a.admin:visited	{ color: #1400D6; text-decoration: none; background-color:#ffffff; }
a.admin:hover		{ color: #5A49FF; text-decoration: none; background-color:#ffffff; }

/* 重要記事 */
table.news_tbl span.importantNews { color:#3e7880; font-weight:bold; }
table.news_tbl dt{ color:#8dacaf;}/* 通常記事星 */
table.news_tbl dt span.importantNews { color:#a4de30; font-weight:bold; }/* 重要記事星 */
a.importantNews:				{ color: #3ba080; text-decoration: none; font-weight:bold; }
a.importantNews:link		{ color: #3ba080;	text-decoration: none; font-weight:bold; }
a.importantNews:active 	{ color: #3ba080; text-decoration: none; font-weight:bold; }
a.importantNews:visited	{ color: #3ba080; text-decoration: none; font-weight:bold; }
a.importantNews:hover		{ color: #00abc4; text-decoration: none; font-weight:bold; }

/* 
span.importantNews { color:#3e7880; font-weight:bold; }
a.importantNews:				{ color: #3e7880; text-decoration: none; font-weight:bold; }
a.importantNews:link		{ color: #3e7880;	text-decoration: none; font-weight:bold; }
a.importantNews:active 	{ color: #3e7880; text-decoration: none; font-weight:bold; }
a.importantNews:visited	{ color: #3e7880; text-decoration: none; font-weight:bold; }
a.importantNews:hover		{ color: #00abc4; text-decoration: none; font-weight:bold; }
 */


/* フォーム設定------------------------------------------------------------- */



form { padding:0px;margin:0px; }
input.mm  { line-height:12px; padding:2px; border:solid 1px #808080; color:#000000; background-color:#ffffff; vertical-align:middle; }
textarea.mm  { line-height:12px; padding:2px; border:solid 1px #808080; color:#000000; background-color:#ffffff; vertical-align:middle; }
input.mmbt  { padding:1px; border:solid 1px #808080; color:#000000; background-color:#ffffff; vertical-align:middle; }
input.mmradio  { width:16px; height:14px; }
input.store  { line-height:12px; padding:2px; margin:4px; border:solid 1px #808080; color:#000000; background-color:#ffffff; vertical-align:middle; }
input.storebt { margin-top:4px;padding:1px; border:solid 1px #808080; color:#000000; background-color:#ffffff; vertical-align:middle; }
input.storebt2 { margin:4px;padding:1px; border:solid 1px #808080; color:#000000; background-color:#ffffff; vertical-align:middle; }

select { border:solid 1px #808080; color:#000000; background-color:#ffffff; vertical-align:middle; }
input.radio { width:14px; height:14px; }
input.checkbox { width:14px; height:14px; }

