@charset "UTF-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link {
	color: #000;
}

a:visited {
	color: #333;
}

a:hover {
	color: #06C;
}

a:active { color: #000099; }

.cont #container {
	width: 880px;
	text-align: left;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #000;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.cont #header {
	background: #FFF;
	padding: 0 10px 0 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
} 

.cont #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 190px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1px;
}
.cont #mainContent {
	margin: 0 0 0 200px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 
.cont #mainContent_event {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.cont #block {
	margin: 0 0 0 0px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
} 
.cont #block_noline {
	margin: 0 0 0 0px; 
	padding: 0 0px;
}
.cont #footer {
	padding: 10px 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: x-small;
	line-height: 15px;
} 
.cont #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.tate_menu_sample /*このリストの名前*/
{
	list-style-type: none;
	background-color: #fff; /*リスト全体の背景色*/
	margin: 0;
	padding: 0;
	width: 12em;
}



ul.tate_menu_sample li
{
font: 85% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; /*フォント*/
margin: 0;
padding: 0;
}



ul.tate_menu_sample a /*リンク文字(通常時)*/ {
background-color: #FFFFFF;
border-bottom: 1px solid #FFF; /*リストの仕切り線*/
color: #333333; /*リンク文字の色*/
display: block;
margin: 0;
padding: 8px 10px;
text-decoration: none;
font-weight:normal;
}



ul.tate_menu_sample a:hover /*マウスがリンクに乗った時*/ {
	color: #000; /*リンク文字が白に*/
	padding-bottom: 8px;
	background-color: #FFF;
	font-weight: bold;
} 
.cont #container #mainContent #whoswrap {
	width: 600px;
	text-align: right;
	float: right;
}
.whotext {
	font-size: 11px;
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 18px;
}
.who_bar {
	font-size: 11px;
	background-color: #DFDFDF;
	text-align: center;
	margin: 2px;
	padding: 1px;
}

.cont #container #mainContent #whoswrap h4{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	
}
.cont #container #mainContent #whos50 {
	width: 630px;
	clear: both;
	height: 40px;
}

ul.whoslist /*このリストの名前*/
{
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;

}



ul.whoslist li
{
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅にしたかったら
	width: 110px;
	*/
	text-align: center;
	font-size: 14px; /* 文字サイズ */

}



ul.whoslist a /*リンク文字(通常時)*/ {
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}



ul.whoslist a:hover /*マウスがリンクに乗った時*/ {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;

} 
/* ClearFix */

ul.whoslist {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.whoslist:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.bukai {
	float: left;
	clear: both;
	border: 1px dotted #666;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* begin styles for RSS Feed */

.rss_box {
	margin: 10px 5px;
	padding: 5px;
	width: 380px;
	background-color: #fff;
}

.rss_title, rss_title a {
	font-size: 9px;
	font-weight:bold;
	padding: 0;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}
.midashi_title {
	font-size: 16px;
	line-height: 25px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F30;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 3px;
	padding-top: 3px;
	color: #333;
}
.midashi_td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.midashi_M {
	font-size: 14px;
	line-height: 20px;
}
.toptitle {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
