/*
 * ============================================================================
 * スタイルシート
 *                                   最終更新 2007/06/15 15:00 add By TOZAWA.
 * ============================================================================
 */

/*	リンク装飾							*/
a{text-decoration:none;}
a:link{color:#0000FF;text-decoration:underline;font-weight:bold;}
a:visited{color:#555577;text-decoration:underline;font-weight:bold;}
a:active{color:#FF8800}
a:hover{color:#006633;text-decoration:none;}
/*
a{text-decoration:none;}
a:link{color:#2222FF;text-decoration:underline;}
a:visited{color:#8844FF;text-decoration:underline;}
a:active{color:#FF8800}
a:hover{color:#008800;text-decoration:none;}
*/
pre {
	margin: 12px 8px 12px 8px;
	color: #0000FF;
}

/*	管理ページ文字							*/
#adm_txt12 {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	color: #000000;
	line-height: 14px;
}

/*	タイトル文字							*/
#adm_title_txt16 {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #000033;
	line-height: 24px;
}

/*	タイトル文字							*/
#title_txt16 {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}

/*	更新履歴等文字							*/
#timestamp_txt14 {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #664444;
	line-height: 14px;
}

/*	インフォメーション用文字					*/
#info_txt12 {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	color: #BB0033;
	line-height: 16px;
}

/*	通常文字サイズ							*/
#txt11 {
	font: 11px "ＭＳ Ｐゴシック", "Osaka";
	color: #000033;
	line-height: 11px;
	word-break: break-all;
}

/*	通常文字サイズ							*/
#txt12 {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	color: #000033;
	line-height: 18px;
	word-break: break-all;
}

#txt14 {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
	word-break: break-all;
}

/*	無し・非公開・非表示等　暗い色					*/
#off_txt12 {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	color: #662222;
	line-height: 12px;
}

/*	リンク数字							*/
#link_num {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #000033;
	line-height: 12px;
}

/*	通常文字サイズ							*/
#left_turn_txt12 {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	line-height: 12px;
}
/*	ブログタイトル							*/
#TOPICS_TITLE {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #000033;
	line-height: 18px;
}

/*	ブログタイトル							*/
#TOPICS_TEXT {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
}

#BLOG_MENU {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	line-height; 18px;
}

/*	ブログタイトル							*/
#BLOG_TITLE {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	line-height: 18px;
}

/*	ブログ本文							*/
#BLOG_TEXT {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	color: #444444;
	line-height: 18px;
	word-break: break-all;
}

/*	ブログ日時							*/
#BLOG_DATE {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #000066;
	line-height: 16px;
}

#CMS_MENU {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	line-height; 18px;
}

/*	CMS タイトル							*/
#CMS_TITLE {
	font: 14px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	line-height: 18px;
}

/*	CMS 本文							*/
#CMS_TEXT {
	font: 12px "ＭＳ Ｐゴシック", "Osaka";
	color: #444444;
	line-height: 18px;
}


ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	left: 0;
}

ul{
	list-style: none;
}

dl{
	border: solid 0px;
	left: 0;
	float: left;

}

dl dt{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size:12px;
	position: relative;
	width: 150px;
	height: 31px;
	left: 0;
}

dl dt a{
	color: #000000;
}

dl dt ul{
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
}

dl dt ul li{
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	margin: 0px;
	padding: 6px;

	background: #ffffff;
	position: relative;
	left: 0px;
	width: 149px;
	height: 13px;
	top: -1px;
	z-index:5;
}

dl dt ul li ul{
	display: none;
	position: absolute;
	top: 8px;
	left: 50px;
	background: #ffffff;
}

