@charset "utf-8";
/*
***********************************************
    "miyakokeiiteam.com" CSS Document
     http://www.miyakokeiiteam.com/
  copyright(C):kaorhythm All right reserved.
***********************************************
*/

/*
==========================================
 1. Recommend
==========================================
*/
#recommend {
	width: 738px;
	background-color: #333;
	margin-bottom: 20px;
}
#recommend div {
	background-color: #333;
}
#rcm_left {
	float: left;
	width: 540px;
	padding: 5px 0 5px 5px;
}
#rcm_right {
	float: right;
	width: 163px;
	height: 150px;
	padding: 0 10px 0 14px;
	margin: 10px 0;
	border-left: 1px solid #666;
}
#rcm_right p {
	margin-bottom: 8px;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.02em;
	line-height: 1.7em;
}

/*
==========================================
 2. Layout
==========================================
*/
#cts_main {
	float: left;
	width: 540px;
	padding-right: 10px;
}
#cts_main_b {
	float: left;
	width: 540px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
#cts_navi {
	float: right;
	width: 180px;
	padding-left: 7px;
	background-color: #fff;	
}
#cts_navi_b {
	float: right;
	width: 180px;
	padding-left: 7px;
	background-color: #fff;
	border-left: 1px solid #ddd;
}

/*
==========================================
 3. navi
==========================================
*/
#navi01 {
	background-image: url(/images/menu01.gif);
	width: 180px;
	height: 25px;
	margin: 0 0 5px 0;
}
#navi01 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi02 {
	background-image: url(/images/menu02.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi02 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi03 {
	background-image: url(/images/menu03.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi03 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi04 {
	background-image: url(/images/menu04.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi04 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi05 {
	background-image: url(/images/menu05.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi05 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi06 {
	background-image: url(/images/menu06.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi06 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi07 {
	background-image: url(/images/menu07.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi07 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi08 {
	background-image: url(/images/menu08.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi08 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi09 {
	background-image: url(/images/menu09.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi09 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/
#navi10 {
	background-image: url(/images/menu10.gif);
	width: 180px;
	height: 25px;
	margin: 12px 0 5px 0;
}
#navi10 span {
	display: block;
	height: 0;
	overflow: hidden;
}
/*------------------------------------------------*/

div.navi {
	padding: 0;
}
.navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.navi ul li {
	display: inline; 
	padding: 0; 
	margin: 0; 
}
.navi ul li a,
.navi ul li a:visited {
	display: block;
	margin: 0; 
	padding: 0 0 4px 16px;
	width: 163px; 
	background: url(../../images/ic_arrow03.gif) no-repeat 5px 5px;
	color: #555;
	text-decoration: none;
	line-height: 130%;
	letter-spacing: 0em;
}
.navi ul li a:hover {
	background: url(../../images/ic_arrow03.gif) no-repeat 5px -38px;
	color: #fa0;
}


/*
==========================================
 4. Navigation
==========================================
*/
p.topic_path {
	margin: 0 0 10px 2px;
	font-size: 11px;
}
#gototop,
.gototop {
	display: inline;
	text-align: right;
}
#gototop a,
.gototop a {
	display: block;
	width: 100px; height: 0px;
	background: url(/images/ic_gototop.gif) no-repeat 0px -18px;
	padding-top: 18px;
	margin: 5px 0 0 0;
	overflow: hidden;
	float: right;
}
#gototop a:hover,
.gototop a:hover {
	background: url(/images/ic_gototop.gif) no-repeat 0px 0px;
}

/*
==========================================
 5. Contents Area
==========================================
*/
h2 {
	width: 534px;
	height: 23px;
	background-image: url(../../images/h2_bg.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 7px 0 0 6px;
	margin-bottom: 10px;
}
#entry {
	padding-left: 4px;
}
#entry_nomargin {
	padding: 0;
}
#entryarea p {
	padding-left: 6px;
}
.red {
	color: #d66;
}
.pink {
	color: #e69;
}
.blue {
	color: #6ac;
}
.orange {
	color: #ea6;
}
.green {
	color: #6a6;
}
.purple {
	color: #aa55aa;
}
.strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}

.line {
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.f10 {
	font-size: 10px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}

/*
------------------------------------------
 ヘッダーデザイン
------------------------------------------
*/
h3.head1 {
	font-size: 13px;
	border-bottom: 1px solid #555;
	margin-bottom: 5px;
}
h3.head2 {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
	background: url(/images/h3_bg01.gif) no-repeat left top;
	margin-bottom: 5px;
}
h3.head3 {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
	background: url(/images/h3_bg02.gif) no-repeat left top;
	margin-bottom: 5px;
}
h3.head4 {
	font-size: 13px;
	color: #a93;
	border-bottom: 1px solid #a93;
	margin-bottom: 10px;
}


/*
------------------------------------------
 テキスト他回り込み
------------------------------------------
*/
.f_right {
	float: right;
}
.f_left {
	float: left;
}


/*
==========================================
 3. What's New
==========================================
*/
#whats_new {
	width: 535px;
	height: 26px;
	background-image: url(../../images/header_new.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 14px 5px 0 0;
	text-align: right;	
	font-size: 10px;
	letter-spacing: 0.03em;
}
#whats_new_box {
	width: 538px;
	height: 70px;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	overflow: auto;
	padding: 3px 0px;
}
.rss-box-whatsnew { 
	background-color: #fff;
	padding: 5px 10px 0 0;
}
.rss-box-whatsnew ul.rss-items {
	list-style-type: none;
	list-style-image: url("http://www.miyakokeiiteam.com/images/ic_arrow02.gif");
	padding-left: 20px;
	margin: 0;
}
.rss-box-whatsnew li.rss-item {
	color: #555;
	margin-bottom: 14px;
	padding-bottom: 14px;
	background-image: url(../../images/line_dot2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.rss-box-whatsnew .rss-date {
	font-size: 10px;
	color: #aaa;
	font-weight: normal;
	letter-spacing: 0;
}
.news38_rss {
	text-align: right;
	border-bottom: 4px double #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/*
------------------------------------------
 歴史
------------------------------------------
*/
#history th {
	padding: 3px 10px;
	font-weight: normal;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	text-align: left;
}
#history td {
	padding: 3px 10px;
	text-align: left;
	background-image: url(../../images/line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*
------------------------------------------
 プロフィール
------------------------------------------
*/

table#profile {
	margin-bottom: 30px;
}
#profile th {
	width: 60px;
	padding: 5px 5px;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 2px solid #fff;
	text-align: center;	
}
#profile td {
	padding: 5px 5px;
	background-color: #fff;
	background-image: url(../../images/line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#profile td.prof {
	width: 150px;
	background-color: #fff;
}
#profile td.detail {
	background-color: #fff;
	font-size: 10px;
	color: #666;
	background-image: url(../../images/line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*
------------------------------------------
 みやんの車
------------------------------------------
*/

.sopia_car th {
	width: 50px;
	padding: 2px 10px 2px 2px;
	text-align: right;
	background-image: url(../../images/line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: normal;
}
.sopia_car th.miyako {
	color: #f90;
}
.sopia_car th.matsu {
	color: #58d;
}
.sopia_car th.tomo {
	color: #5d7;
}
.sopia_car th.kuro {
	color: #d55;
}
.sopia_car th.staff {
	color: #aaa;
}
.sopia_car td {
	padding: 2px 5px;
	text-align: left;
	background-image: url(../../images/line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}



/*
------------------------------------------
 占い
------------------------------------------
*/

table#fortune {
	margin-bottom: 14px;
}
#fortune th {
	width: 60px;
	padding: 5px 5px;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 2px solid #fff;
	text-align: center;	
}
#fortune td {
	padding: 5px 5px;
	background-color: #fff;
	background-image: url(../../images/line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#fortune td.results {
	width: 120px;
}
#fortune td.detail {
	background-color: #fff;
	font-size: 10px;
	color: #666;
	background-image: url(../../images/line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
p.attention {
	font-size: 10px;
	color: #a33;
}

.seimei {
	width: 390px;
	font-size: 10px;
	background-image: url(../../images/seimei.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.seimei div.seimei_right {
	width: 240px;
	padding-left: 220px;
	float: left;
	text-align: left;
}
.seimei b {
	font-size: 12px;
}


/*
------------------------------------------
 管理人プロフ
------------------------------------------
*/
.masterprof {
	padding-left: 4px;
}
.masterprof div {
	font-weight: bold;
	margin-top: 14px;
}
.iframe_form {
	width: 540px;
	height: 318px;
	border: none;
	overflow: hidden;
	margin-top: 30px;
}


/*
------------------------------------------
 都啓一個人活動
------------------------------------------
*/

.works {
	padding-left: 4px;	
}
.works_navi {
	text-align: center;
	margin: 10px 0 40px 0;
}
.works div.detail {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 3px 5px;
	font-size: 10px;
	letter-spacing: 0.03em;
	color: #999;
	background-image: none;
}
.works div.line {
	background-image: url(../../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.amazon {
	padding: 5px 0 0 5px;
	margin: 5px 0 0 0;
	font-size: 10px;
	letter-spacing: 0.03em;
}

.amazon_l {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
}
.amazon_r {
	float: left;
	width: 370px;
	font-size: 10px;
}
.amazon_l img {
	width: 120px;
	height: 120px;
}
.amazon_list {
	float: left;
	font-size: 10px;
	padding-left: 5px;
}

/*
------------------------------------------
 Wikipemiya
------------------------------------------
*/

.wikipemiya {
	padding-left: 4px;
}
.wikipemiya h3 {
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
	font-size: 16px;
}
.wikipemiya h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

.c_list {
	width: 300px;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 50px;
}
.c_list p {
	text-align: center;
}

/*
------------------------------------------
 みやこギャグ大全集
------------------------------------------
*/
.joke {
	padding-left: 4px;
}
p.anchor {
	text-align: center;
	margin-bottom: 30px;
}

.joketbl {
	border: 1px solid #555;
}
.joketbl th{
	padding: 8px 10px;
	background-color: #888;
	background-image: url(../../images/bg_border.gif);
	background-repeat: repeat;
}
.joketbl th a{
	color: #fff;
	text-decoration: none;
}
.joketbl td {
	padding: 6px 5px;
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.joketbl tr.odd {
	background-color: #fff3e3;
}
.joketbl tr:hover {
	background-color: #fda;
}

/*
------------------------------------------
 HARD 発言全集
------------------------------------------
*/

.apos {
	color: #c33;
	font-size: 10px;
}

.hardtbl {
	border: 1px solid #555;
}
.hardtbl th{
	padding: 8px 10px;
	background-color: #888;
	background-image: url(../../images/bg_border.gif);
	background-repeat: repeat;
	color: #fff;
	text-align: center;
}
.hardtbl td {
	padding: 6px 5px;
	background-image: url(../../images/line_dot3.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: 1px solid #999;
}
.hardtbl tr.odd {
	background-color: #fff3e3;
}
.hardtbl td.day {
	width: 63px;
	text-align: right;
	font-size: 10px;
}
.hardtbl td.place {
	width: 90px;
	font-size: 10px;
}

/*
------------------------------------------
 モーニングコール
------------------------------------------
*/

.morningtbl {
	border: 1px solid #555;
}
.morningtbl th{
	width: 70px;
	padding: 8px 4px;
	background-color: #888;
	background-image: url(../../images/bg_border.gif);
	background-repeat: repeat;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-size: 11px;
}
.morningtbl td {
	padding: 6px 5px;
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
.morningtbl tr.odd {
	background-color: #fff3e3;
}

/*
------------------------------------------
 時代～トキ～
------------------------------------------
*/
.tokitbl {
	margin-bottom: 50px;
	background-color: #555;
}
.tokitbl td {
	background-color: #fff;
	padding: 5px;
	text-align: left;
}
.tokitbl th.rank1 {
	background-color: #eee6aa;
	border-top: 1px solid #fff;
	padding: 3px 5px;
}
.tokitbl th.rank2 {
	background-color: #ddd;
	border-top: 1px solid #fff;
	padding: 3px 5px;
}
.tokitbl th.rank3 {
	background-color: #ba9;
	border-top: 1px solid #fff;
	padding: 3px 5px;
}
.tokitbl th.rank4 {
	padding: 5px;
	background-color: #ffd;
	text-align: center;
}
.tokitbl td.rank3 {
	border-bottom: 4px double #555;
	_border-bottom: 4px double #fff; /* IE Only */
}
th.rank_end {
	padding: 5px;
	background-color: #ffd;
	text-align: center;
	border-bottom: 4px double #555;
	_border-bottom: 4px double #fff; /* IE Only */
}
td.rank_end {
	padding: 5px;
	background-color: #fff;
	border-bottom: 4px double #555;
	_border-bottom: 4px double #fff; /* IE Only */
}


/*
------------------------------------------
 箇条書き、list
------------------------------------------
*/
.list3 {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 20px;
}
.list4 {
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 24px;
}
.list5 {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 30px;
}

/*
------------------------------------------
 都プロデュースグッズ
------------------------------------------
*/

#goods {
	padding-left: 4px;
}

/*
------------------------------------------
 SOPHIAのメンバー紹介
------------------------------------------
*/

.sophia_prof {
	padding: 5px 0;
	margin-bottom: 5px;
	background-image: url(../../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h3.mbr_matsuoka {
	background-image: url(/images/sophia/mbr_matsuoka.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	height: 50px;
	text-indent: -9999px;
}
h3.mbr_gille {
	background-image: url(/images/sophia/mbr_gille.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	height: 50px;
	text-indent: -9999px;
}
h3.mbr_kuro {
	background-image: url(/images/sophia/mbr_kuro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	height: 50px;
	text-indent: -9999px;
}
h3.mbr_tomo {
	background-image: url(/images/sophia/mbr_tomo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	height: 50px;
	text-indent: -9999px;
}
h3.mbr_miyako {
	background-image: url(/images/sophia/mbr_miyako.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	height: 50px;
	text-indent: -9999px;
}

/*
------------------------------------------
 Eternal 紹介
------------------------------------------
*/

h3.head_eternal {
	background-image: url(/images/sophia/head_eternal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	height: 50px;
	text-indent: -9999px;
}

.eternal_detail{
	width: 535px;
	padding: 5px 0;
	background-color: #ffe;
	margin-bottom: 20px;
}
.eternal_detail dt{
	float: left;
	width: 160px;
	overflow: hidden;
	padding: 5px;
	text-align: right;
}
.eternal_detail dd{
	float: left;
	width: 335px;
	margin: 0 0 10px 0;
	padding: 5px 0px 5px 10px;
	border-left: 4px solid #fc0;
}
.eternal_detail .clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 100%;
}


/*
------------------------------------------
 LionHeadsと都啓一
------------------------------------------
*/
.lionheads {
	padding-left: 4px;
}
.lion_history {
	padding-left: 4px;
}
.lion_history div {
	font-weight: bold;
	margin-bottom: 5px;
	color: #94b;
}
.lion_history p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(../../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


/*
------------------------------------------
 イラスト
------------------------------------------
*/
.illust_box {
	width: 170px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}
.illust_box_end {
	width: 170px;
	float: left;
	margin-top: 10px;
}

/*
------------------------------------------
 FLASH
------------------------------------------
*/

.flash_tmb {
	float: left;
	width: 100px;
	text-align: left;
	margin-bottom: 14px;
}
.flash_tmb img {
	border: 1px solid #333;
}
a.flash_title {
	color: #444;
	text-decoration: none;	
}
a:hover.flash_title {
	color: #444;	
	text-decoration: none;	
}
a:visited.flash_title {
	color: #444;	
	text-decoration: none;	
}
.flash_text {
	float: left;
	width: 430px;
	margin-left: 5px;
}

/*
------------------------------------------
 レポート・参戦履歴
------------------------------------------
*/
.repo_navi {
	text-align: center;
	margin-bottom: 30px;
}
.repotbl {
	border: 1px solid #555;
	font-size: 11px;
}
.repotbl th.title{
	padding: 8px 5px;
	background-color: #444;
	background-image: none;
	text-align: left;
}
.title a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
.repotbl th{
	padding: 1px 5px;
	background-color: #666;
	/*background-image: url(../../images/bg_border.gif);*/
	background-repeat: repeat;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #555;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.repotbl td {
	padding: 6px 15px 6px 5px;
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
.repotbl tr.odd {
	background-color: #fff3e3;
}


/*
------------------------------------------
 ミヤラーの声
------------------------------------------
*/
img.top_vote {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #555;
}
div.vote_area {
	clear: both;
	border-top: 1px solid #555;
	padding-top: 10px;
	margin-top: 24px;
}
div.vote_area h3 {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #543;
	background: url(../../images/vote/vote_icon.gif) no-repeat left top;
	margin: 0 0 10px 0;
	text-indent: 55px;
}
div.vote_area p {
	margin-left: 5px;
}
div.vote_area img {
	margin: 5px 0 10px 10px;
}
div.vote_area #gototop {
	margin-bottom: 10px;
}

/*
------------------------------------------
 挨拶ギャグ
------------------------------------------
*/

.greet {
	border: 1px solid #555;
	font-size: 10px;
	margin-bottom: 20px;
}
.greet th{
	padding: 8px 5px;
	background-color: #666;
	background-image: none;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.greet td {
	padding: 6px 5px 6px 5px;
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	border-right: 1px solid #ccc;
}

/*
------------------------------------------
 カレー茶漬け
------------------------------------------
*/

.tya_tbl {
	background-color: #555;
	font-size: 12px;
	margin-bottom: 20px;
}
.tya_tbl td {
	background-color: #fff;	
	padding: 0 10px;
}
.tya_tbl th {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

/*
------------------------------------------
 生誕祭記録
------------------------------------------
*/

.img_mb {
	float: right;
	margin: 0 0 10px 10px;
}

.blueback {
	border: 1px solid #bdf;
	background-color: #cef;
}

/*
------------------------------------------
 リンクについて
------------------------------------------
*/

.aboutlink {
	width: 400px;
}
.aboutlink dt{
	float: left;
	width: 50px;
	overflow: hidden;
	padding-right: 10px;
	text-align: right;
	margin-bottom: 8px;
}
.aboutlink dd{
	float: left;
	width: 300px;
	margin-bottom: 8px;
	padding-left: 10px;
	border-left: 5px solid #fc0;
	line-height: 20px;
}
.aboutlink .clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 100%;
}

/*
------------------------------------------
 リンク集
------------------------------------------
*/

.link_line {
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.link_box_end {
	margin-bottom: 40px;
}
.link_l {
	float: left;
	width: 250px;
	padding: 6px 0 6px 10px;
}
.link_r {
	float: left;
	padding: 6px 0;
	width: 280px;
}

/*
------------------------------------------
 携帯電話
------------------------------------------
*/

.mobile_capture {
	float: right;
	border: 1px solid #666;
	margin: 0 0 10px 10px;
}

/*
------------------------------------------
 スケジュール
------------------------------------------
*/

#schedule_tbl {
}
#schedule_tbl th {
	width: 100px;
	padding: 5px 0 0 0;
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	text-align: left;
}
#schedule_tbl td {
	padding: 5px 0 0 0;
	background-image: url(../../images/line_dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#schedule_tbl p {
	font-size: 10px;
	color: #bbb;
}


/*
==========================================
 メールフォーム
==========================================
*/
iframe#mailform {
	width: 540px;
	height: 320px;
	overflow: hidden;
	border:0;
}

/*
==========================================
 年号
==========================================
*/
h3.year{
	width: 540px;
	height: 0px;
	overflow: hidden;
	border-bottom: 2px solid #555;
	padding-top: 24px;
	margin: 5px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 3px top;
	font-size: 1px;
}
h3#year_2010 { background-image: url(../../images/year_2010.gif); }
h3#year_2009 { background-image: url(../../images/year_2009.gif); }
h3#year_2008 { background-image: url(../../images/year_2008.gif); }
h3#year_2007 { background-image: url(../../images/year_2007.gif); }
h3#year_2006 { background-image: url(../../images/year_2006.gif); }
h3#year_2005 { background-image: url(../../images/year_2005.gif); }
h3#year_2004 { background-image: url(../../images/year_2004.gif); }
h3#year_2003 { background-image: url(../../images/year_2003.gif); }
h3#year_2002 { background-image: url(../../images/year_2002.gif); }
h3#year_2001 { background-image: url(../../images/year_2001.gif); }
h3#year_2000 { background-image: url(../../images/year_2000.gif); }
h3#year_1999 { background-image: url(../../images/year_1999.gif); }
h3#year_1998 { background-image: url(../../images/year_1998.gif); }
h3#year_1997 { background-image: url(../../images/year_1997.gif); }


