@charset "UTF-8"; 
 
/* Information Style */ 
	 
/* .information */ 
	 
.information h3 
{
	margin: 0;
	padding: 0;
	line-height: 1.6 !important;
	font-size: small;
	font-weight: bold;
}
	 
.information h3 img 
{
	padding: 0 10px 0 0;
}
  
.information .date 
{
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 1.6;
	text-align: right;
	font-size: small;
	color: #666;
}
 
.information .article 
{
	overflow: hidden;
	line-height: 1.4 !important;
	margin: 0 10px 5px;
	border-style: none none solid;
	border-width: 1px;
	border-color: #666;
	padding: 5px 0;
	text-decoration: none !important;
}
 
.information .article:last-child 
{
	border-style: none !important;
}
 
.information .article a 
{
	margin: 0;
	padding: 0;
	white-space: normal;
	text-decoration: none !important;
}
 
.information .article a[href]:hover 
{
	background: #FFF !important;
	color: #C00;
	text-decoration: underline !important;
}
 
.information .detail 
{
	overflow: hidden;
	margin: 0;
	font-size: small;
	color: #444;
	white-space: normal;
}
 
.information .detail:first-child 
{
	margin: 0;
}
 
.information .detail p 
{
	margin: 0 !important;
	padding: 0 5px;
}
 
.information .detail p + p 
{
	margin: .5em 0 0 !important;
}
 
.information .article .readmore 
{
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 1.2;
	text-align: right;
	font-size: small;
}
 
.information .imageframe 
{
	position: relative;
	display: block;
	float: left;
	width: 140px;
	height: 100px;
	overflow: hidden;
	margin:  5px 15px 5px 10px;
	background: #FEE;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
}
	 
.information .banner 
{
	width: 140px;
}
   
/* .information pages */ 
	 
.base_theme 
{
	z-index: 100;
	margin: 20px auto 20px;
	border: solid 1px #FFF;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #FFF;
	color: #444;
	font-size: small;
}
	 
.base_theme .social_navigation 
{
	padding: 10px 20px;
	text-align: right;
}
 
.base_theme .content 
{
	padding: 10px 99px 20px; /* default width 800 + (99 + 1 ) * 2 */
}
 
.base_theme.wmax .content 
{
	padding: 10px 0 20px;
}
 
.base_theme.w800 .content 
{
	padding: 10px 99px 20px; /* default width 800 + (99 + 1 ) * 2 */
}
 
.base_theme.w750 .content 
{
	padding: 10px 124px 20px; /* default width 750 + (124 + 1 ) * 2 */
}
 
.base_theme p 
{
	margin: 1em auto;
}
 
.base_theme strong strong 
{
    font-size: larger;
}
  
/* サイズ */ 
	 
.base_theme .w750, .base_theme .w650, .base_theme .w600, .base_theme .w500 
{
	margin-left: auto !important;
	margin-right: auto !important;
}
 
.base_theme .wfull 
{
	width: 100% !important;
}
 
.base_theme .w750 
{
	width: 750px !important;
}
 
.base_theme .w650 
{
	width: 650px !important;
}
 
.base_theme .w600 
{
	width: 600px !important;
}
 
.base_theme .w500 
{
	width: 500px !important;
}
 
.base_theme .lowmargin 
{
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}
 
.base_theme .center 
{
	text-align: center;
}
  
/* 表題 */ 
	 
.base_theme h3.title 
{
	margin: .2em auto;
	text-align: center;
	font-size: large;
	color: #FF2E7C;
}
 
.base_theme h4.title 
{
    margin: .2em auto;
    text-align: center;
    background: #0076F5;
    color: #FFF;
    font-size: medium;
}
 
.base_theme h5.title 
{
    margin: .2em auto;
    padding: 2px 10px;
    text-align: left;
    background-color: #FFED7C;
    color: #FF2E7C;
    font-size: small;
}
 
.base_theme .title img 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  
/* 文字装飾 */ 
	 
.base_theme em.saturday 
{
	color: #0067FF;
}
 
.base_theme em.sunday, .base_theme em.public_holiday 
{
	color: #FF2E7C;
}
 
.base_theme em.annotation 
{
	font-weight: bold;
	color: #0044AA;
}
 
.base_theme em.attention 
{
	font-weight: bold;
	color: #AC0000;
}
 
.base_theme em.notice 
{
	font-weight: bold;
	color: #AC0000;
}
  
/* 注意書き, 注釈書き */ 
	 
.base_theme div.attention p, .base_theme div.annotation p 
{
	margin: 5px 10px;
}
 
.base_theme div.attention 
{
	margin: 1em auto 2em;
	border: solid 1px #8B0931;
	background-color: #FFF7D0;
}
	 
.base_theme div.attention em.title 
{
	display: block;
	margin: 0;
	border-bottom: solid 1px #8B0931;
	padding: 2px 10px;
	text-align: center;
	background-color: #FF5E80;
	color: #FFF;
}
 
.base_theme div.attention ul 
{
	margin: 5px 10px;
	list-style-type: none !important;
}
	 
.base_theme div.attention li:before 
{
	content: '※';
}
   
.base_theme div.annotation 
{
	margin: 1em auto 2em;
	padding: 3px 5px;
	background-color: #f5fbbf;
}
  
/* 擬似テーブル dl */ 
/*
	枠無し
	ヘッダ濃水色
*/
	 
.base_theme dl.alttable 
{
	margin: 1em 0;
}
	 
.base_theme dl.alttable dt 
{
	float: left;
	clear: both;
	padding: 0;
}
 
.base_theme dl.alttable dd 
{
	margin: 0;
}
 
/* wem8 */ 
	 
.base_theme dl.alttable.wem8 dt 
{
	width: 8em;
}
 
.base_theme dl.alttable.wem8 dd 
{
	padding-left: 8.5em;
}
  
/* w200 */ 
	 
.base_theme dl.alttable.w200 dt 
{
	width: 200px;
}
 
.base_theme dl.alttable.w200 dd 
{
	padding-left: 215px;
}
   
.base_theme dl .attention 
{
	font-weight: bold;
	color: #AC0000;
}
 
.base_theme dl .annotation 
{
	font-weight: bold;
	color: #0044AA;
}
  
/* テーブル simple */ 
/*
	枠無し
	ヘッダ濃水色
*/
	 
.base_theme table.theme.simple 
{
	margin: 1em 0;
}
	 
.base_theme table.theme.simple th, .base_theme table.theme.simple td 
{
	padding: 5px 10px;
	text-align: left;
}
 
.base_theme table.theme.simple th 
{
	width: 100px;
	background: #8DBFFF;
	color: #0044AA;
	vertical-align: top;
}
 
.base_theme table.theme.simple td 
{
	vertical-align: middle;
}
   
/* テーブル solid */ 
/*
	濃水色枠
	ヘッダ薄黄色
*/
	 
.base_theme table.theme.solid 
{
	margin: 1em 0;
}
	 
.base_theme table.theme.solid th, .base_theme table.theme.solid td 
{
	border: solid 1px #0067FF;
	padding: 5px 10px;
	text-align: left;
}
 
.base_theme table.theme.solid th 
{
	width: 100px;
	background: #FFFFDC;
	color: #0067FF;
	vertical-align: top;
}
 
.base_theme table.theme.solid td 
{
	vertical-align: middle;
}
   
/* テーブル extended purple */ 
/*
	extended拡張
	濃紫色枠
	ヘッダ橙色
	2カラムタイトル付き
*/
	 
.base_theme table.theme.extended 
{
	margin: 1em auto;
	border: solid 1px #A80F73;
}
	 
.base_theme table.theme.extended th, .base_theme table.theme.extended td 
{
	border: solid 1px #A80F73;
	padding: 5px 10px;
	text-align: left;
}
 
.base_theme table.theme.extended th.title 
{
	background: #FFCA1F;
	text-align: center;
}
 
.base_theme table.theme.extended th 
{
	width: 80px;
	background: #FFD681;
	color: #A80F73;
	vertical-align: top;
}
 
.base_theme table.theme.extended td 
{
	vertical-align: middle;
}
   
/* テーブル extended lightblue */ 
/*
	濃水色枠
	ヘッダ薄黄色
	2カラムタイトル付き
*/
	 
.base_theme table.theme.extended.lightblue 
{
	border: solid 1px #07F;
}
	 
.base_theme table.theme.extended.lightblue th, .base_theme table.theme.extended.lightblue td 
{
	border: solid 1px #07F;
}
 
.base_theme table.theme.extended.lightblue th.title 
{
	background: #ACF;
}
 
.base_theme table.theme.extended.lightblue th 
{
	background: #DDF;
	color: #009;
}
 	  
/* イベント simple */ 
	 
.base_theme .event.simple 
{
	margin: 1em 0;
}
	 
.base_theme .event.simple .dateplace 
{
	margin: 2px 0;
	padding: 0;
	font-weight: bold;
}
 
.base_theme .event.simple dl 
{
	margin: 2px 0;
}
	 
.base_theme .event.simple dt 
{
	margin: 2px 0;
	font-weight: bold;
	color: #4C2C23;
}
 
.base_theme .event.simple dt:before 
{
	content: "▼";
	color: #4C2C23;
}
 
.base_theme .event.simple dd 
{
	margin: 2px 0;
}
    
/* ページ内ナビゲーション */ 
	 
.navigation 
{
	margin: 0 0 10px;
	text-align: right;
}
  
#under_construction 
{
	height: 400px;
	margin: 1em auto;
	padding: 1em 2em;
}
   
