@charset "euc-jp";

/* =====================================================================
	レイアウト
====================================================================== */

body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:#ffffff;
	color:#bababa;
}

/* _________________________________________________________ラインcoco */
.line_coco {
	width:550px;
	size:1px;
	color:#cc71a3;
}

/* ________________________________________________________ラインcoco2 */
.line_coco2 {
	width:500px;
	size:1px;
	color:#cc71a3;
}



/* =====================================================================
	テーブル
====================================================================== */

/* _______________________________________________________テーブル全般 */
table {
	border:0;
}

/* _________________________________________________________大テーブル */
.big_table {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:550px;
	background-color:#E9E9E9;
}

/* _______________________________________________トップラインテーブル */
.top_line_table {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:10px;
	background-color:#ffffff;
}

/* _______________________________________________________上部テーブル */
.top_table {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:120px;
	background-color:#ffffff;
}

/* _______________________________________________ヘッダーテーブルCOCO */
.hedder_table_coco {
	width:780px;
	background-color:#ffffff;
}

/* _____________________________________________ナビゲーションテーブル */
.navi_table {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:20px;
	background-color:#ffffff;
}

/* ___________________________________________________中央テーブルCOCO */
.center_table_coco {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	background-color:#cc71a3;
}

/* _______________________________________________メニューテーブルCOCO */
.menu_table_coco {
	width:200px;
	background-color:#cc71a3;
}

/* ______________________________________________メニュー部スペースCOCO */
.menu_speace_coco {
	height:100%;
	background-color:#ffffff;
}

/* ____________________________________________________flashテーブル */
.flash_table {
	width:570px;
	height:425px;
	background-color:#000000;
}

/* _____________________________________________コンテンツテーブルCOCO */
.contents_table_coco {
	width:570px;
	background-color:#ffffff;
}

/* ____________________________________________コンテンツテーブルCOCO2 */
.contents_table_coco2 {
	width:550px;
	background-color:#ffffff;
}

/* ______________________________________________________下部テーブル */
.bottom_table {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:40px;
}

/* __________________________________________________スペーステーブル */
.speace_table {
	background-color:#ffffff;
}

/* ______________________________________________ボトムラインテーブル */
.bottom_line_table {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:25px;
	background-color:#ffffff;
}

/* ______________________________________________コピーライトテーブル */
.copyright_table {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:15px;
	background-color:#ffffff;
}

/* ________________________________________________リンク　ライン消し */
a:link { color: #000000; } 
a:visited { color: #cc71a3; } 
a:hover { color: #cd0069; } 
a:active { color: #cd0069; }
a { text-decoration:none; }



/* =====================================================================
	td tr要素
====================================================================== */

/* __________________________________________________________中央分割 */
.cepa_td {
	width:10px;
	background-color:#ffffff;
}

/* __________________________________________________テキストスペース */
.speace_text {
	height:20px;
}

/* __________________________________________________________スペース */
td.speace {
	height:20px;
}

/* __________________________________________________________スペース */
td.hed_coco {
	background-color:#cc71a3;
}

/* ______________________________________________________トップロゴ部 */
td.td_toprogo {
	width:500px;
	height:87px;
}

/* ____________________________________________________tdサイトマップ */
td.td_sitemap {
	width:97px;
	height:87px;
}

/* ________________________________________________________td利用規約 */
td.td_kiyaku {
	width:75px;
	height:87px;
}

/* ____________________________________________________tdお問い合わせ */
td.td_otoiawase {
	width:108px;
	height:87px;
}

/* ______________________________________________________tdロゴライン */
td.td_rogoline {
	height:5px;
	background-color:#ffffff;
}

/* ______________________________________tdナビゲーショントップページ */
td.td_navitop {
	height:5px;
	width:100px;
	background-color:#ffffff;
	color: #000000;
	font-size: 10px;
}

/* ____________________________________________tdフラッシュプレイヤー */
td.td_flashplayer {
	width:200px;
	height:35px;
}

/* _______________________________________________________tdcoco説明1 */
td.td_coco1 {
	height:40px;
	color: #000000;
	font-size: 11px;
}

/* _______________________________________________________tdcocoイメージ部 */
td.td_cocoimg {
	widoth:170px;
	color: #000000;
	font-size: 11px;
}

/* _______________________________________________________tdcocoスペース1 */
td.td_coco_space1 {
	height:15px;
	width:360px;
}

/* _______________________________________________________tdcocoスペース2 */
td.td_coco_space2 {
	width:20px;
}


/* _______________________________________________________tdcocoライン用縦 */
td.td_coco_line_h {
	height:20px;
	width:2px;
	background-color:#cc71a3;
}

/* _______________________________________________________tdcocoライン用横 */
td.td_coco_line_w {
	height:2px;
	width:358px;
	background-color:#cc71a3;
}

/* _______________________________________________________tdcocoテキスト部 */
td.td_coco_text {
	height:150px;
	width:360px;
	color: #000000;
	font-size: 11px;
}




/* =====================================================================
	テキスト要素
====================================================================== */

/* _______________________________________________________________段落 */
p {
	margin-left:20px;
	margin-top:0px;
}

/* _________________________________________________________テキスト小 */
.text1 {
	color: #FFFFFF;
	font-size: 11px;
}

/* _____________________________________________________テキスト太文字 */
.text2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/* _____________________________________________________テキスト小　黒 */
.text3 {
	color: #000000;
	font-size: 11px;
}

     
/* _________________________________________________テキスト太文字　黒 */
.text4 {
	font-size: 13px;
	font-weight: bold;
	color: #cd0069;
}

/* _______________________________________________________テキスト文章 */
.text_5 {
	font-size: 12px;
	color: #ffffff;
}

/* _________________________________________________テキストイタリック */
.text_italic {
	font-size: 13px;
	color: #ffffff;
	font-style:italic;
}

/* _______________________________________________________テキスト強調 */
.text_bold {
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}

/* _________________________________________________テキスト強調（赤） */
.text_bold_red {
	font-size: 12px;
	color:red;
	font-weight:bold;
}

/* ______________________________________________テキストサイトマップ1 */
.text_sitemap1 {
	font-size: 11px;
	color:#ffffff;
	margin-left:20px;
}

/* ______________________________________________テキストサイトマップ2 */
.text_sitemap2 {
	font-size: 11px;
	color:#ffffff;
	margin-left:30px;
}

/* _____________________________________________________テキストプラン */
.text_pran {
	font-size: 11px;
	color: #ffffff;
	margin-left:20px;
	margin-top:5px;
}

/* ____________________________________________________テキストプラン2 */
.text_pran2 {
	font-size: 11px;
	color: #ffffff;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:-20px;
	text-align:left;
}

/* __________________________________________________テキストプラン2_2 */
.text_pran2_2 {
	font-size: 11px;
	color: #ffffff;
	margin-left:20px;
	margin-bottom:-20px;
	text-align:left;
}

/* _______________________________________________テキストCOCOヘッド1 */
.text_cocohed1 {
	height:20px;
	width:358px;
	font-size: 12px;
	font-weight: bold;
	color: #cd0069;
	text-align:right;
	margin-right:10px;
}

/* _______________________________________________テキストCOCOヘッド2 */
.text_cocohed2 {
	height:20px;
	width:378px;
	font-size: 12px;
	font-weight: bold;
	color: #cd0069;
	text-align:left;
	margin-left:10px;
}

/* _____________________________________________________________見出し */
h1{
	font-size: 12px;
	color: #000000;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2{
	font-size: 10px;
	color: #ffffff;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

h3{
	font-size: 10px;
	color: #FF4A68;
	letter-spacing:1px;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}

h4{
	font-size: 10px;
	color: #FF94A5;
	letter-spacing:1px;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}


/* =====================================================================
	イメージ要素
====================================================================== */

/* ________________________________________________________________img */
img{
    border:none;
}

/* _______________________________________________________トップライン */
img.img_toplin{
	height:10px;
	width:780px;
}

/* ___________________________________________________トップページロゴ */
img.img_toprogo{
	height:87px;
	width:500px;
}

/* _______________________________________________________サイトマップ */
img.img_sitemap{
	height:10px;
	width:77px;
	margin-left:20px;
	margin-top:62px;
	margin-bottom:15px;
}

/* ___________________________________________________________利用規約 */
img.img_kiyaku{
	height:10px;
	width:56px;
	margin-left:19px;
	margin-top:62px;
	margin-bottom:15px;
}

/* ________________________________________________________お問い合わせ */
img.img_otoiawase{
	height:10px;
	width:74px;
	margin-right:15px;
	margin-left:19px;
	margin-top:62px;
	margin-bottom:15px;
}

/* _________________________________________ナビゲーション　トップページ */
img.img_navitop{
	height:10px;
	width:75px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

/* _________________________________________ナビゲーション　"CoCo" */
img.img_navicoco{
	height:10px;
	width:153px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

/* ____________________________________________________COCOヘッド用img */
img.img_coco_hed{
    border:none;
	width:550px;
	margin-left:0px;
}

/* _________________________________________________________COCO用img1 */
img.img_coco1{
    border:none;
	margin-top:15px;
	height:150px;
	width:150px;
}

/* _________________________________________________________COCO用img2 */
img.img_coco2{
    border:none;
	margin-top:15px;
	height:150px;
	width:150px;
}

/* _________________________________________________________COCO用img3 */
img.img_coco3{
    border:none;
	margin:15px 5px 0 5px;
	height:150px;
	width:150px;
}

/* __________________________________________________________地図用img */
img.img_map{
	margin:20px;
}

/* _______________________________________________________ボトムライン */
img.img_bottomline{
	height:10px;
	width:780px;
	margin-top:15px;
}

/* _____________________________________________________________falash */
#flash{
    margin-top:0px;
	margin-right:10px;
}

#flash2{
	margin:10px;
}