@charset "UTF-8";

/************************************************
*	body										*







************************************************/
body {
	font-family: "ＭＳ ゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #DBDFE6;
	background-image: url(../../images/body_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 0;
}
/************************************************
*	Reset										*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	clearfix									*
************************************************/


div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */
/************************************************
*	全体の設定									*
************************************************/
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #333333;
}
/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	clear: both;
	display: none;
}
/************************************************
*	レイアウト									*
************************************************/
/* body */
body {
	text-align: center;
	margin-top: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}
/* page_container */
div#page_container {
	text-align: left;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 950px;
}
/* main */
div#main {
	width: 500px;
	float: left;
}
/* sub1 */
div#sub1 {
	width: 220px;
	float: left;
}
/* sub2 */
div#sub2 {
	width: 220px;
	float: left;
}
/* footer */
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
/************************************************
*	page_container								*
************************************************/
/* 全体の枠 */
div#page_container {
	color: #333333;
	background-color: #ffffff;
}

/************************************************
*	header										*
************************************************/
/* ヘッダ */
div#header {
	background-image: url(<$MTBlogURL$>images/header.png);
	background-position: center top;

	background-repeat: repeat-y;
}

div#header h1 {
	padding-top: 10px;     /* 画像により調整してください */
	margin-left: 20px;     /* 画像により調整してください */
	padding-bottom: 5px;  /* 画像により調整してください */
}

/* ヘッダー右側ナビ リスト */

div#subnavi {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 300px;
	text-align: left;
}

.subnavi ul {
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 0px;
	padding-right: 15px;
	float: right;
	width: 300px;
}

.subnavi ul li {
	display: inline;
}

/************************************************
*	nav											*
************************************************/
/* ナビゲーションバー */
div#nav {
	font-size: 81.25%;
	background-image: url(../../images/nav_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	height: 59px;
	width: 950px;
}
/* 上部ナビゲーションバー リスト */
div#nav ul {
	padding-top: 15px;
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 0px;
	padding-right: 15px;
}
div#nav ul li {
	display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
div#nav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	background-color: transparent;


	padding-left: 15px;


	border-right-width: 1px;

	border-right-style: solid;
	border-right-color: #cccccc;
	padding-right: 15px;
	float: left;
}
/* 上部ナビゲーションバー マウスオーバー時 */
div#nav ul li a:hover {
	color: #FF6600;
	background-color: transparent;
}

/************************************************
*	container									*
************************************************/
/* コンテナ上部画像 */
div#container {
	background-image: url(../../images/container.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
/* コンテナ下部画像 */
div#contents {
	background-image: url(../../images/container_b.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
/************************************************
*	main										*
************************************************/
/* メインコンテンツ */
div#main {
	letter-spacing: 0.1em;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
	font-size: 90.25%;
}
/* メインコンテンツ余白 */
div#main div.inner {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
}
/* イメージ画像 */
div#main div.image {
	background-image: url(../../images/main_image02.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
	height: 256px;   
}

/* メインコンテンツ下のサブテキスト */
.top-sub {
	color: #333333;
	font: 14px/130% "ＭＳ ゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
	margin-top: 5px;
	margin-bottom: 5px;
  }


/* メインコンテンツリンク設定 */
div#main a {
	text-decoration: none;
	color: #333399;
	background-color: transparent;
}
/* メインコンテンツリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #336699;
	background-color: transparent;
}
/* メインコンテンツリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* メインコンテンツリンククリック時 */
div#main a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* メインコンテンツリンク訪問済み */
div#main a:visited {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* メインコンテンツリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* メインコンテンツリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: none;
	color: #FF6600;

	background-color: transparent;
}
/* メインコンテンツ見出し h2 */
div#main h2 {
	font-size: 107.69%;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	background-image: url(../../images/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
/* メインコンテンツ見出し h3 */
div#main h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	clear: both;
	border-bottom: 1px dotted #689B00;
}


/* メインコンテンツ見出し h3　リスト用 */
div#main .listtitle {
	font-size: 140%;
	font-weight: bold;
	margin-top: 25px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	text-align: left;
	text-indent: 3px;
}

/* メインコンテンツ見出し h4 */
div#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* 新着情報 */
div#main div.news_area  {
	background-image: url(../../images/news_area_b.png);

	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 0;
	clear: both;
}
div#main div.news_area div.news_heading {
	font-size: 107.69%;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../../images/news_area_h.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 5px;
}
/* 新着情報 余白 */

div#main div.news_area .inner {
	letter-spacing: 0.05em;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
/* 新着情報 日付 */
dl.news {
	font-size: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
/* 新着情報 記事タイトル */
dl.news dd  {
	margin-top: -1.6em;
	margin-left: 5em;
	margin-right: 0;
	margin-bottom: .1em;
}
/* パンくず */
ul.path {
	margin-left: -20px;
	font-size: 100%;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(../../images/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/* メインコンテンツ 段落 */
div#main p {
	margin-top: 0;
	margin-bottom: 1em;
}
/* メインコンテンツ 投稿者情報 */
div#main p.posted {
	font-size: 100%;
	margin-top: 0px;
}

div#main p.posted02 {
	font-size: 90%;
	margin-top: 0px;
	text-align: right;
	color: #666666;
}

/* メインコンテンツ 引用元情報 */
div#main cite {
	font-style: italic;
}
/* メインコンテンツ 引用 */
div#main blockquote {
	color: #333333;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 1em;
	clear: both;
}
/* メインコンテンツ 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 1em;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}
/* メインコンテンツ 定義リスト */
div#main dl {
	margin-bottom: 1em;
}
/* メインコンテンツ 会社概要用 */
div#main dl.info {
	margin-bottom: 25px;
}
div#main dl.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
div#main dl.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #CCCCCC;
}
/* メインコンテンツ お問い合わせ用 */
div#main div.form {
	line-height: 160%;
	margin: 0;
}
div#main div.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;


	padding-bottom: 0;
}
div#main div.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
div#main div.form fieldset {
	margin-bottom: 10px;
}
/* メインコンテンツ 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 15px;
	margin-bottom: 2px;
	text-align: left;
	list-style: none;
}
div#main ul ol {
	padding-left: 30px;
}
/* メインコンテンツ 画像 */
div#main img{
	margin-top: 0;

	margin-bottom: 20px;
}

/* メインコンテンツ 画像左配置 */
div#main .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* メインコンテンツ 画像中央配置 */

div#main .mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* メインコンテンツ 画像右配置 */
div#main .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* メインコンテンツ 続き */
div#main .extended {
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	float: right;
}
div#main .techstuff {
	font-size: 100%;
}
div#main textarea{
	width: 430px;
}
/* メインコンテンツ コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	margin-top: -15px;
	border-width: 0;
}
div#main .sign {
	margin-bottom: 10px;
}
div#main input, div#main textarea {

	font-size: 100%;
}
/* メインコンテンツ エントリタグ */
.entry-tags {
	clear:both;
	background-color: #eeeeee;
	padding: 3px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list {
/*
	margin-left: -25px;
	*/
	padding-left: 0;
	list-style: none;
}
p.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}

/************************************************
* Sitemap * 
************************************************/

/*
ul li.home {
list-style-type: none;
}
ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(../../images/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(../../images/tree_end.gif);
list-style: none;
}

*/

.tree ul {
	padding:0;
	margin:0;
	background-position: -9px 15px; 
	background-image: url('http://www.m-ryu.com/images/ul.gif'); 
	background-repeat: repeat-y
}
.tree li {
	font-size: 1em;
	font-weight:bold;
	margin: 0px; 
	padding: 3px 0 3px 24px; 
	list-style-type: none;
}
.tree li a {
	text-decoration:none;
color:#000;
}
.tree li a:hover {
	text-decoration:underline;
}
.tree ul ul {
	background-position: -1px 15px;
	background-image: url('http://www.m-ryu.com/images/ul.gif'); 
	background-repeat: repeat-y;
}
.tree ul li {
	background-position: 0px 7px; 
	background-image: url('http://www.m-ryu.com/images/li.gif'); 
	background-repeat: no-repeat;
}
.tree ul li a {
	font-weight:bold;
	text-decoration:underline;
}
.tree ul li a:hover {
	text-decoration:none;
}
.tree ul ul li {
	background-position: 8px 7px;
	background-image: url('http://www.m-ryu.com/images/li.gif'); 
	background-repeat: no-repeat;	
}
.tree ul ul li a {
	background-position: 0px 7px; 
	font-size:1em;
	color:#666;
	text-decoration:none;
}
.tree ul ul ul li a {
	background-position: 0px 7px; 
	font-size:0.8em;
	color:#999;
	text-decoration:none;
}



/************************************************
*	sub										*
************************************************/
/* サイドバー 余白 */
/* sub1 */
div#sub1 div.inner {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}
/* sub2 */
div#sub2 div.inner {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

/* ページリスト 枠 */
.page_list {
	margin-bottom: 10px;
}
.page_list dl dt {
	font-size: 87.5%;
	font-weight: bold;
	color: #ffffff;
	background-color: #669900;
	background-image: url(../../images/page_list_dt02.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.page_list dd {
	background-image: url(../../images/page_list02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
/* ページリスト リンク設定 */
.page_list a {
	color: #333333;
	background-color: transparent;
}
.page_list a:link {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:link:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:visited {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:visited:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}

/* ページリスト */
.page_list ul li {
	font-size: 81.25%;
	color: #333333;
	background-color: #ffffff;
	text-indent: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* ページリスト リンク */
.page_list ul li a{
	background-image: url(../../images/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
/* ページリスト ホバー */
.page_list ul li a:hover {
	background-image: url(../../images/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* ページリスト 訪問済み */
.page_list ul li a:visited {
	background-image: url(../../images/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* ページリスト ホバー */
.page_list ul li a:visited:hover {
	background-image: url(../../images/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}

/* ページリスト 訪問済みホバー */
.page_list ul li a:visited:hover {
	background-image: url(../../images/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
.page_list ul ul {
	font-size: 123.08%;
	margin: 0;
	padding: 0;
}
/* サブカテゴリーリスト */
.page_list ul ul li {
	background-image: none;
	text-indent: 40px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
.page_list ul ul li a {
	background-image: url(../../images/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-left: none;
}

/* サブカテゴリーリスト ホバー */
.page_list ul ul li a:hover {
	background-image: url(../../images/menu_sub.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;

}




/* サブカテゴリーリスト 訪問済み */
.page_list ul ul li a:visited {
	background-image: url(../../images/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}
/* サブカテゴリーリスト 訪問済みホバー */
.page_list ul ul li a:visited:hover {
	background-image: url(../../images/menu_sub.png);

	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* ラベル(検索) */
div#sub1 .inner label , div#sub2 .inner label {
position: absolute;
left: -9999px;
}

/* 検索ボックス*/
div#sub1 input#search , div#sub2 input#search {
	width: 120px;
}

/* タグクラウド */
.tags {
	margin-bottom: 10px;
}
/* タグクラウドリンク設定 */
div.tags a {
	text-decoration: none;
	color: #336699;
	background-color: transparent;
}
/* タグクラウドリンク基本色 */
div.tags a:link {
	text-decoration: none;
	color: #336699;
	background-color: transparent;
}
/* タグクラウドリンクマウスオーバー時 */
div.tags a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンククリック時 */
div.tags a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンク訪問済み */
div.tags a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みマウスオーバー */
div.tags a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みクリック時 */

div.tags a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}

div.tags dl dt {
	font-size: 87.5%;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(../../images/page_list_dt02.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
div.tags dd {
	background-image: url(../../images/page_list02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 23px;
}

/* タグクラウド表示（文字サイズ） */
.module-tagcloud .module-content
	{text-align: left; }
.module-tagcloud .module-content .module-list
	{ list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 180%; }
.module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 160%; }
.module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 80%; }

/* サイドバーバナー */
div#sub1 div.banner , div#sub2 div.banner {
	margin-bottom: 10px;
}


/* フィードアイコン */
div#sub1 div.feedicon , div#sub2 div.feedicon {
	margin-bottom: 20px;
}

/* フィードアイコンリンク設定 */
div.feedicon a {
	text-decoration: none;
	color: #669900;
	background-color: transparent;
}
/* フィードアイコンリンク基本色 */
div.feedicon a:link {
	text-decoration: none;
	color: #669900;
	background-color: transparent;
}
/* フィードアイコンリンクマウスオーバー時 */
div.feedicon a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}




/* タグクラウドリンク設定 */
div.tags a {
	text-decoration: none;
	color: #669900;
	background-color: transparent;
}
/* タグクラウドリンク基本色 */
div.tags a:link {
	text-decoration: none;
	color: #003366;
	background-color: transparent;
}
/* タグクラウドリンクマウスオーバー時 */
div.tags a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンククリック時 */
div.tags a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンク訪問済み */
div.tags a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みマウスオーバー */
div.tags a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みクリック時 */
div.tags a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}

div.tags dl dt {
	font-size: 87.5%;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(../../images/page_list_dt02.png);
	background-position: center top;

	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
div.tags dd {

	background-image: url(../../images/page_list02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 23px;
}


/************************************************
*	b_nav										*
************************************************/
/* 下部ナビゲーション */
div#b_nav {
	font-size: 75%;
	text-align: center;
	margin: 0px;
	padding: 0;
	clear: both;
}
div#b_nav ul {
	margin: 0;
	padding: 0;
}

div#b_nav ul li {
	display: inline;
}
div#b_nav ul li a {
	text-decoration: none;
	color: #336699;
	background-color: transparent;
	padding: 0 .5em;
}

div#b_nav ul li a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/************************************************
*	footer										*
************************************************/

/* フッターリンク色 */
div#footer a {
	text-decoration: none;
	color: #336699;
	background-color: transparent;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* フッター powered */
div#footer .link-note {
	font-size: 75%;
	text-align: left;
	width: 350px;
	float: left;
}
div#footer .link-note ul {
	margin-left: 20px;
}
div#footer .link-note ul li {
	display: inline;
}
/* フッター Copyright */
div#footer .copy {
	text-align: right;
	width: 600px;
	float: right;
}
div#footer address {
	font-size: 75%;
	font-weight: bold;
	margin-right: 20px;
}
.inner img {
	text-align: left;
	margin-right: 10px;
}


/************************************************
*	entry read								*
************************************************/

div#read {
	margine: 0px;
	text-align: left;
	border-left: 5px solid #699C00;
	margin-top: 3px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
   }
   

div#read .entitle01 {
	font-size: 20px;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
	color: #000000;
	text-align: left;
	text-indent: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	 }   

div#read .catename01 {
	fnt-size: 10px;
	color: #669900;
	text-align: left;
	text-indent: 12px;
	font-weight: bold;
	font-size: 10px;
  }
  
 div#read .update {
	fnt-size: 10px;
	color: #666666;
	text-align: left;
	text-indent: 11px;
  }
 
 

.enbody {
	font-size: 13px;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
	line-height: 120%;
  }
  


.Minfo {
    font-size: 90.25%;
	background: #FFFFCC;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #336600;
  }
  
  
  
  /*エントリーリストのレイアウト*/

.enlist {
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #CCCCCC;
  }
  

.enlist-title {
	font: 12px/130%;
	text-align: left;
	margin-bottom: 2px;
}
.enlist-body IMG {
	float: left;
	margin-right: 10px;
	background: #eeeeee;
	padding: 3px;
	border: 1px solid #CCCCCC;
}


.enlist-body {
	color: #666666;

	}
　
.date00 {
	margin-top: 15px;
	text-align: right;
	padding: 2px;
	border-top: 1px dotted #CCCCCC;
  }

.catename {
	font-size: 10px;
	color: #666666;
	text-align: right;
	float: right;
	width: 250px;
	}
	
	
.endate {
	color: #666666;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 200px;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
   }
   

.topsubtitle {
  font-size: 16px;
  font-weight: bold;
  color: #336600;
  }
   

/*関連記事のリスト表示部分*/

.kanren {
	color: #666666;
	list-style-position: outside;
	background: url(http://www.m-ryu.com/images/sankaku01.gif) no-repeat scroll 10px 0.5em;
	text-align: left;
	padding-left: 12px;
	text-indent: 12px;
  }
  
  
#main .manilist h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .manilist ul {
	list-style-type: disc;
}
#main .manilist li {
	list-style-type: disc;
	list-style-position: outside;
}
.manifest {
	margin-bottom: 15px;
}
#main .inner .maniimage {
	margin-top: 20px;
}
