﻿/* CSS Document */


/* ---zeesプロジェクト様　黒メインバージョン --- */


/* --- 全体の背景・テキスト --- */
body {
	min-width: 880px; /* 全体の最小幅 */
	margin: 0;
	padding: 0;
	background-color: #cfdce3; /* 全体の背景色 */
	color: #404040; /* 全体の文字色 */
	font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:hover { color: #cc0000; }
a:active { color: #cc0000; }

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
	width: 960px; /* コンテナの幅 */
	margin: 0 auto;
}


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

/* --- ヘッダ --- */
#header{
padding-bottom: 1px; /* ヘッダの下パディング */
background-color: #ffffff; /* ヘッダの背景色 */
}

/* --- トップエリア --- */
#header div.top {
	margin-bottom: 1px; /* トップエリアの背景 */
	border-bottom: 1px #e0e0e0 solid; /* トップエリアの下境界線 */
	background-image: url(../image/img_css/top_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header div.top div.container {
	position: relative; /* 相対配置（ガイドメニューのために設定） */
	background-image: url(../image/img_css/header_logo5.jpg);
	height: 170px;
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
	color: #FFF;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 120%;
	padding-top: 140px;
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
	margin: 0;
	display: none;
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
	position: absolute; /* 絶対配置 */
	top: 5px; /* 上からの距離 */
	right: 10px; /* 右からの距離 */
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 7px 0 13px; /* 項目のパディング（上右下左） */
background: url(../image/img_css/menu_triangle1_box.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
	padding: 8px 0; /* オープニングエリアの背景 */
	border-bottom: 1px #eef7fe solid; /* オープニングエリアの下境界線 */
	background-color: #e8f8fd;
	background-image: url(../image/img_css/pageback_gray_gradation.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: none;
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー 青のメニュ--- */
#header div.nl {
background: #4e83b3 url(../image/img_css/hor_menu6_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border-top: 2px #84aed2 solid; /* ヘッダメニューの上境界線 */
border-bottom: 2px #2c5170 solid; /* ヘッダメニューの下境界線 */
}
/* --- メニュー本体 --- */
#header div.nl ul {
width: 878px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
margin: 0;
padding: 0;
border-left: 1px #2c5170 solid; /* メニュー本体の左境界線 */
border-right: 1px #84aed2 solid; /* メニュー本体の右境界線 */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header div.nl li {
width: 146px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
width: 147px; /* 項目の幅 */
}e
/* リンクエリア */
#header div.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 8px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #84aed2 solid; /* リンクエリアの左境界線 */
border-right: 1px #2c5170 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
}
/* 英字部分 */
#header div.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
background: #5e91bd url(../image/img_css/hor_menu6_on.gif) repeat-x top; /* ポイント時（アクティブ時）の背景 */
}
#header div.nl li a:hover span.en,
#header div.nl li.active span.en {
color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}


/* --- ナビゲーションバー黒の画アクア画像利用 --- */
#navwrap {
    background-color: #0059B3;
    padding-top: 5px;
}
div.nav {
	width: 100%; /* ナビゲーションの幅 */
	background: #000000 url(../image/img_css/hor_menu4_back1.gif) repeat-x top; /* ナビゲーションの背景 */
	border-top: 1px #333333 solid; /* 上境界線 */
	border-bottom: 1px #666666 solid; /* 下境界線 */
	font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
	width: 960px; /* メニューの幅 */
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	background: #000000 url(../image/img_css/hor_menu4_back1.gif) repeat-x top; /* メニューの背景 */
	border-left: 1px #333333 solid; /* メニューの左境界線 */
	border-right: 1px #666666 solid; /* メニューの右境界線 */
	list-style-type: none;
	text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
	width: 160px; /* 項目の幅 */
	float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #666666 solid; /* リンクエリアの左境界線 */
border-right: 1px #333333 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}
/* --- リンクテキストの色 --- */
div.nav ul.nl li a:link {
color: #ffffff;
}
div.nav ul.nl li a:visited {
color: #ffffff;
}
div.nav ul.nl li a:hover {
	color: #0099FF;
}
div.nav ul.nl li a:active {
color: #ff8000;
}

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

/* --- ↑ナビゲーションバー黒の画アクア画像利用コードここまで --- */



/* --- トピックパス（下層ページ） --- */
#header div.topicPath {
	margin: 0;
	padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
	background-color: #CCCCCC; /* トピックパスの背景色 */
}
#header div.topicPath ol {
margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#header div.topicPath li {
display: inline;
}
/* リンクエリア */
#header div.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/img_css/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

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

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


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

/* --- コンテンツ --- */
#content {
	background: #ffffff url(../image/img_css/content_back1.gif) repeat-x 0 -5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


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

/* --- メインカラム --- */
#main {
	float: right;
	width: 700px; /* メインカラムの幅 */
	margin-left: 40px;
}

#main2 {  /* メインカラム表示のみのページの幅　*/
	width: 960px;
}



/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle,
#main2 h1.pageTitle {
margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左） */
padding: 0 5px; /* ページタイトルのパディング（上下、左右） */
font-size: 180%; /* ページタイトルの文字サイズ */
color: #4075a5; /* ページタイトルの文字色 */
}

/* --- セクション（共通設定） --- */
#main div.section,
#main2 div.section {
margin: 0 0 2em 20px; /* セクションのマージン（上右下左） */
}

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading,
#main2 div.normal div.heading {
	background-color: #333333;
	background-image: url(../image/img_css/titlebar080111_black.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
}
/* 見出し */
#main div.normal h2,
#main2 div.normal h2 {
	margin: 0;
	padding-left: 20px; /* 見出しの背景（マーク） */
	font-size: 130%; /* 見出しの文字サイズ */
	line-height: 100%; /* 行の高さ */
	background-image: url(../image/img_css/cube01-032.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #FFF;
}
/* 段落 */
#main div.normal p,
#main2 div.normal p {
margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis,
#main2 div.emphasis {
	margin-bottom: 3em; /* セクションの下マージン（上書き） */
	padding: 0.8em 10px 0; /* セクションのパディング（上、左右、下） */
	background: url(../image/img_css/emphasis_back2.gif) no-repeat top; /* セクションの背景 */
}
 /* 見出し */
#main div.emphasis h2,
#main2 div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #000000; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p,
#main2 div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl,
#main2 div.update dl {
width: 620px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt,
#main2 div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd,
#main2 div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

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


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


/* --- グレイサイドバー --- */
#navgl {
float: right;
width: 200px; /* サイドバーの幅 */
padding-left: 10px; /* サイドバーの左パディング */
}

/* --- セクション（共通設定） --- */
#navgl div.section {
	padding-bottom: 5px; /* セクションの下パディング */
	background-color: #FFFFFF; /* セクションの背景色 */
}
/* 見出しエリア */
#navgl div.heading {
margin: 0 0 0.7em; /* 見出しエリアのマージン（上、左右、下） */
padding: 5px; /* 見出しエリアのパディング */
background: #3f3f3f url(../image/img_css/heading_back_gray3.gif) repeat-x top; /* 見出しエリアの背景 */
border: 1px #666666 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#navgl div.section h2 {
margin: 0;
padding: 2px 0 2px 7px; /* 見出しのパディング（上右下左） */
border-left: 4px solid; /* 見出しの左境界線（太さ、スタイル） */
font-size: 100%; /* 見出しの文字サイズ */
color: #f9f9f9; /* 見出しの文字色 */
line-height: 100%;
}
/* 段落 */
#navgl div.section p {
margin: 0 5px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
/* 見出し */
#navgl div.normal h2 {
border-left-color: #c0c0c0; /* 左境界線の色 */
}

/* --- 強調セクション1（水色） --- */
/* 見出し */
#navgl div.emphasis h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}

/* --- 強調セクション2（黄色） --- */
/* 見出し */
#navgl div.strong h2 {
	border-left-color: #0066CC; /* 左境界線の色 */
}

/* --- サブメニュー --- */
/* 見出しエリア */
#navgl div.subMenu div.heading {
margin: 0; /* 見出しエリアのマージン（上書き） */
}
/* 見出し */
#navgl div.subMenu h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}
/* メニューエリア */
#navgl div.subMenu ul.nl {
margin: 1px 0 0; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
border: 1px #666666 solid; /* メニューエリアの境界線 */
list-style-type: none;
}
/* メニュー項目 */
#navgl div.subMenu ul.nl li {
border-top: 1px #808080 solid; /* 項目の上境界線 */
border-bottom: 1px #404040 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#navgl div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 14px 10px; /* リンクエリアのパディング（上下、左右） */
background: #3f3f3f url(../image/img_css/ver_menu4_off.gif) repeat-x top; /* リンクエリアの背景 */
color: #e0e0e0; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#navgl div.subMenu ul.nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
	background-color: #505050;
	background-image: url(../image/img_css/ver_menu4_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* --- お問い合わせ --- */
#navgl div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#navgl div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#navgl div.contact p.tel {
	margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
	font-size: 155%; /* 電話番号の文字サイズ */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #2b2b2b; /* 電話番号の文字色 */
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
/* フォームへのリンク */
#navgl 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%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#navgl div.contact p.form a {
	display: block;
	position: relative; /* IE6用 */
	padding: 12px 2px; /* リンクエリアの背景 */
	font-size: 110%; /* リンクエリアの文字サイズ */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #ffffff; /* リンクエリアの文字色 */
	text-decoration: none; /* テキストの下線（なし） */
	background-color: #006699;
	background-image: url(../image/img_css/hor_menu6_off.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* ポイント時の設定 */
#navgl div.contact p.form a:hover {
	background-color: #006699;
	background-image: url(../image/img_css/hor_menu6_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}


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

/* --- デフォルトサイドバー --- */
#nav {
float: right;
width: 220px; /* サイドバーの幅 */
}

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

/* --- 標準セクション（グレー） --- */
#nav div.normal {
padding: 2px; /* セクションのパディング */
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #cfdce3; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis div.inner {
padding: 5px; /* 内部のパディング */
background: #64c2f2 url(../image/img_css/box_back_blue1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.emphasis h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- 強調セクション2（グリーン） --- */
#nav div.strong {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.strong div.inner {
padding: 5px; /* 内部のパディング */
background: #a4d53b url(../image/img_css/box_back_green1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0 0 2px; /* 見出しのマージン（上書き） */
padding: 20px 9px 6px; /* 見出しのパディング（上書き） */
border-bottom: 1px #4e83b3 solid; /* 見出しの下境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
	margin-bottom: 2px; /* 項目の下マージン */
	border-bottom: 1px #4e83b3 dotted;
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
	display: block; /* IE6用 */
	padding: 12px 10px; /* リンクエリアの背景 */
	color: #404040;
	background-color: #ebf0f3;
	background-image: url(../image/img_css/ver_menu5_6off.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-decoration: none;
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
	background: #ebf0f3 url(../image/img_css/ver_menu5_6on.gif) repeat-y right; /* ポイント時の背景 */
	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/img_css/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/img_css/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* --- ▲デフォルトサイドバー内の設定終了 --- */


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

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


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

/* --- フッタ --- */
#footer {
	padding: 20px 0;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #666666;
	background-repeat: repeat-x;
	background-position: top;
}

/* --- フッタメニュー --- */
#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 30px; /* ガイドメニューのマージン（上書き） */
}

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


#footer  {
	color: #FFF;
}
/* --- ▲フッタ内の設定終了 --- */


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

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

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	min-height: 381px;
	height: auto !important;
	height: 381px;
	position: relative;
}

div#mainImgBox div#mainMessageBox{
	width: 277px;
	min-height: 381px;
	height: auto !important;
	height: 381px;
	background-color: #fff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #efefef;
	z-index: 2;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

	div#mainImgBox div#mainMessageBox strong{
		font-weight: bold;
		font-size: 17px;
		display: block;
		padding: 90px 20px 10px;
	}
	div#mainImgBox div#mainMessageBox span{
		padding: 0 20px;
		display: block;
		line-height: 1.9;
	}


/* スライドショー */

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.slides_container {
	width: 960px;
	height: 381px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:960px;
	height:381px;
	display:block;
}

.slides_container a img {
	display:block;
}

.pagination {
	position:absolute;
	top: 390px;
	right: 5px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


div#bgColor{
	border-bottom: 1px #eef7fe solid; /* オープニングエリアの下境界線 */
	background-color: #e8f8fd;
	background-image: url(../image/img_css/pageback_gray_gradation2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin-bottom: 20px;

}

/* --- ▲その他の設定終了 --- */
#sliderwrapper {
	width: 960px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 15px;
}





/*--- これ以降 Y2PC contents スタイル ---*/

/*--- 増設スライダー内の表のスタイル --*/
.in_slider {
	color: #000066;
	padding: 0px;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.in_slider th {
	background-color: #000099;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ceceff;
	text-align: left;
}
.in_slider td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #ceceff;
	font-size: 12px;
	background-color: #b9b9ff;
	text-indent: 7px;
}

/*--- 共通部分：始まり ---*/
#y2pc .to_top {
	font-size: 12px;
	text-align: right;
	text-indent: 5px;
	clear: both;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#y2pc .to_top a {
	color: #67613a;
	font-weight: normal;
}
#y2pc .to_top a:hover {
	color: #ff3300;
}
#y2pc h2 {
	font-size: 40px;
	font-style: italic;
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	clear: both;
	background-color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#y2pc .sub {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #FFF;
	text-align: right;
	background-color: #990000;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#y2pc .fai {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#y2pc .yen {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#y2pc .red {
	color: #990000;
}

#y2pc a img {
	border: 2px solid #C8C8FF;
}
#y2pc a img:hover {
	border: 2px solid #C00;
}
#fin_info {
	font-weight: bold;
	color: #D40000;
	font-size: 20px;
	background-color: #FFA;
	clear: both;
	float: left;
	width: 660px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}
#rcf {
	color: #ff0000;
	width: 680px;
	clear: none;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
}
#y2pc .yy_corp {
	clear: both;
	width: 680px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 18px;
}
#y2pc .yy_corp tr th {
	font-weight: bold;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_corp tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#yy_iframe {
	width: 650px;
	background-color: #ffffff;
}
/*--- 新着情報用：終わり ---*/





/*--- 通常雛型用：始まり ---*/
#y2pc #yy_contents{
	width: 700px;
	font-size: 14px;
	color: #67613a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#yy_contents #yy_top_img {
	margin: 0px;
	float: left;
	width: auto;
	padding: 0px;
}
#yy_contents #yy_main {
	float: left;
	width: 680px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	clear: both;
}
#y2pc .yy_muffler {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler tr .tb_txt p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler tr .tb_txt_mid p {
	font-size: 16px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler tr .tb_txt_mid_hoan {
	font-size: 16px;
	line-height: 20px;
	color: #990000;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler tr .tb_txt_big p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 26px;
	color: #ff3300;
	margin: 0px;
	line-height: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler tr .tokucho {
	font-weight: bold;
	font-size: 24px;
	height: 28px;
	color: #990000;
	background-color: #ffffaa;
	line-height: 24px;
	vertical-align: bottom;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler tr .s_title {
	font-weight: bold;
	font-size: 24px;
	height: 32px;
	color: #ffffaa;
	background-color: #2a00aa;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 26px;
	font-style: italic;
	vertical-align: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#y2pc .yy_muffler tr .point {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#y2pc .yy_muffler tr .point_comment {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 26px;
	color: #ff0033;
	text-decoration: underline;
}
#y2pc .yy_muffler tr .point_txt {
	line-height: 18px;
	font-size: 14px;
	padding-left: 20px;
}
#y2pc .yy_muffler tr .point_txt_ps {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
#y2pc .yy_muffler tr .point_txt_psr {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #aa0000;
	font-weight: bold;
}
#y2pc .yy_muffler tr td ol {
	line-height: 18px;
	list-style-type: decimal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 13px;
}
#y2pc .yy_muffler tr td ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 18px;
	list-style-type: disc;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 35px;
	font-size: 13px;
}
#y2pc .yy_muffler tr td .s li {
	font-size: 11px;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
}

#y2pc .yy_muffler tr td .waku {
	border: 1px solid #F60;
	background-color: #ffffcc;
}
#y2pc .yy_muffler tr .s-w {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	text-decoration: underline;
}
#y2pc .yy_muffler tr .type {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#y2pc .yy_muffler tr td .type_txt {
	list-style-type: disc;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
#y2pc .yy_muffler tr .to_price {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}
#y2pc .yy_muffler tr .to_price a {
	color: #000066;
}
#y2pc .yy_muffler tr .to_price a:hover {
	color: #990000;
}
#y2pc .yy_muffler tr .attention p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	color: #cc0000;
}
#y2pc .yy_muffler tr .info {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #cc0000;
}
#y2pc .yy_muffler tr td .t_in_t {
	clear: both;
	width: 340px;
	background-color: #cccccc;
	font-size: 12px;
	text-align: center;
	float: right;
	border: 1px solid #ffffff;
}
#y2pc .yy_muffler tr td .t_in_t tr th {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #ffffff;
}
#y2pc .yy_muffler tr td .t_in_t tr td {
	border: 1px solid #ffffff;
}

#y2pc .yy_muffler tr td .t_in_t_w {
	clear: both;
	background-color: #b9b9ff;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ceceff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000066;
}
#y2pc .yy_muffler tr td .t_in_t_w tr th {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000099;
	border: 1px solid #ceceff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler tr td .t_in_t_w tr td {
	border: 1px solid #ceceff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc .yy_muffler .s  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
/*--- 通常雛型用：終わり ---*/




/*--- ストーリー雛型用：始まり ---*/
#y2pc #yy_story {
	background-color: #FFF;
	width: 960px;
	color: #67613a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#y2pc #yy_story #story_menu {
	list-style-type: none;
	height: 91px;
	width: 940px;
	background-color: #ffffff;
	color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
}
#y2pc #yy_story #story_menu li {
	padding: 0px;
	float: left;
	width: 183px;
	height: 18px;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #333;
}
#y2pc #yy_story #story_menu li a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	height: 18px;
}
#y2pc #yy_story #story_menu li a:hover {
	font-weight: normal;
	color: #FF6;
	text-decoration: underline;
	background-color: #990000;
	display: block;
	height: 18px;
}
#y2pc #yy_story #yy_main .yy_story {
	clear: both;
	width: 940px;
}
#y2pc #yy_story #yy_main .yy_story tr td {
	text-align: right;
}

#yy_story #yy_top_img {
	margin: 0px;
	float: left;
	width: auto;
	padding: 0px;
}
#yy_story #yy_main {
	float: left;
	width: 940px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#yy_story .yy_muffler {
	width: 940px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#yy_story #yy_main .yy_muffler tr .tb_txt_mid p {
	font-size: 14px;
	line-height: 16px;
}
#yy_story #yy_main .yy_muffler tr .tb_txt_mid .hoan_2 {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #990000;
}
#yy_story #yy_main .yy_muffler tr .tb_txt_mid .story_title {
	font-size: 14px;
	font-weight: bold;
}
/*--- ストーリー雛型用：終わり ---*/





/*--- サイトマップ雛型用：始まり ---*/
#yy_sitemap {
	width: 940px;
	clear: both;
	margin-left: 18px;
	color: #67613a;
}
.sm_box {
	float: left;
	width: 312px;
}
.sm_box ul .sm_n {
	list-style-type: none;
	height: 30px;
	padding-bottom: 10px;
}
.sm_box ul .sm_l {
	font-size: 24px;
	height: 30px;
	list-style-type: square;
	padding-bottom: 10px;
}
.sm_box ul .sm_m {
	height: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 20px;
}

.sm_box ul .sm_s {
	height: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	list-style-type: circle;
	margin-left: 40px;
	font-weight: bold;
}
.sm_box ul a {
	color: #67613a;
	text-decoration: none;
}
.sm_box ul a:hover {
	color: #C00;
	text-decoration: underline;
}
#navgl .section.normal.contact p a img {
	border: 1px solid #E4E4E4;
}
#navgl .section.normal.contact p a:hover img {
	border: 1px solid #FF1F00;
}



/*--- 2015-08-22後付分 ---*/
.ex {
	margin: 0px;
	padding-left: 33px; /* 見出しの背景（マーク） */
	padding-top: 8px;
	font-size: 130%; /* 見出しの文字サイズ */
	line-height: 100%; /* 行の高さ */
	background-image: url(../image/img_css/bg_ex.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	width: 637px;
}
.yy_addit {
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.yy_addit th {
	color: #ffffff;
	background-color: #000099;
	font-size: 15px;
}
.yy_addit td {
	color: #000066;
	background-color: #b9b9ff;
	font-size: 13px;
}
.ex_title {
	font-weight: bold;
	font-size: 20px;
	height: 34px;
	color: #ffffaa;
	background-color: #2a00aa;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 30px;
	font-style: italic;
	vertical-align: bottom;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}






/*--- 2016-03-05後付分 開発ストーリーのドロップダウンメニュー ---*/


ul#dd_menu {
	float: left;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#dd_menu li ul.sub_dd_menu {
	border-top: 1px solid #cccccc;
	margin-top: 60px;
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul#dd_menu li {
	line-height: 43px;
	position: relative;
	height: 60px;
	width: 13.8%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	border-right: 1px solid #cccccc;
	background-color: #333333;
}
ul#dd_menu li#last {
	border-right: none;
}
ul#dd_menu li ul.sub_dd_menu li {
	width: 239px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	padding: 0px 7px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #333333;
}
ul#dd_menu li, ul#dd_menu ul.sub_dd_menu li {
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
ul#dd_menu li a, ul#dd_menu li ul.sub_dd_menu li a {
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
ul#dd_menu li ul.sub_dd_menu {
	position: absolute;
	display: none;
	top: 0px;
	width: 120%;
}
ul#dd_menu li:hover {
	background-color: #990000;
}
ul#dd_menu li:hover a, ul#dd_menu li:hover a span {
	color: #ffff00;
}
ul#dd_menu li:hover ul.sub_dd_menu {
	display: block;
	background-color: #ffffff;
}
ul#dd_menu ul.sub_dd_menu li:hover {
	background-color: #990000;
}
ul#dd_menu ul.sub_dd_menu li:hover.here {
	background-color: #990000;
}
ul#dd_menu ul.sub_dd_menu li:hover a {
	color: #ffff00;
}
ul#dd_menu ul.sub_dd_menu li.here {
	background-color: #000066;
}
ul#dd_menu ul.sub_dd_menu li.here a {
	color: #ffff00;
}
ul#dd_menu li span {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 0px;
}
ul#dd_menu li.here {
	background-color: #000066;
}
ul#dd_menu li:hover.here {
	background-color: #990000;
}
ul#dd_menu li.here a, ul#dd_menu li.here span {
	color: #ffff00;
}
ul#dd_menu li#last_here {
	background-color: #ffffff;
	border-right: none;
}
.yy_story_menu tr td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.yy_story_menu tr td ul {
	margin: 0px;
	padding: 0px;
}
.yy_story_menu tr td ul li {
	background-color: #333333;
	float: left;
	width: 281px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	height: 25px;
	text-indent: 7px;
	padding: 0px;
	border-top: 1px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 2px solid #ffffff;
	line-height: 25px;
}
.yy_story_menu tr td ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.yy_story_menu tr td ul li a:hover {
	color: #ffff00;
	background-color: #990000;
}
.kana {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 24px;
	font-style: inherit;
	font-weight: normal;
}





/*--- 2016-05-16後付分 ブログ（みんカラ）のタイトル表示リンクの為 ---*/


#feed {
	color: #67613a;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#feed li{
	line-height: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	border-bottom: 1px dotted #777777;
	padding-left: 17px;
}
#feed li a {
	color: #67613a;
}
#feed li a:hover {
	color: #ff0000;
}