@charset "UTF-8";

/* ----- すべての要素 ----- */

* {
	margin:0px;
	padding:0px;
	font: 100%/100% "MSゴシック", "Osaka", Verdana, Geneva, Helvetica, sans-serif;
}
hr {
	padding: 10px 0px;
	border-top: 1px solid #E4E4E4;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border:0px;
	text-align: center;
}
a {
	text-decoration:none;
	overflow: hidden;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;
	float: none;
}

div.clear hr
{
	display:none;
}

/*div:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

div {   
    display: inline-block;   
} */

/* ----- リンク ----- */

a
{
	color:#0099cc;
	background:#ffffff;
	text-decoration:none;
	margin: 0px;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	color:#666666;
	background:url(images/body_bg.gif) repeat-y 50% 0;
	text-align:center;
}


/* ----- ブログ全体 ----- */

div#main-container
{
	width:800px;
	color:#666666;
	background:#FFFFFF;
	margin:0 auto;
	text-align:left;
	padding: 0px;
}


/* ----- ヘッダー部分 ----- */

div#header
{
	color:#ffffff;
	padding:10px 0px 0px;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #A8A826;
}

div#header .banner {
	padding: 0px;
	margin: 0px;
	background: url(images/header_bg.gif) repeat-x 80px 65px;
}

div#header h1.blog-name
{
	width:350px;
	float: left;
	padding: 0px 0px 25px;
	margin: 0px;
	height: 60px;
}

div#header h1.blog-name a
{
	display:block;
	width:350px;
	height:60px;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat 0 0;
	margin: 0px;
	padding: 0px;
}

div#header h2 {
	text-indent: -9999px;
	height: 60px;
	background: url(images/banner01.jpg) no-repeat 0px 0px;
	width: 400px;
	float: right;
	padding: 0px;
	margin: 0px;
}

div#header h3 {
	font-size: 80%;
	font-weight: normal;
	color: #999933;
	text-indent: 30px;
	background: url(images/comment_0.gif) no-repeat 10px center;
	margin: 0px;
	padding: 5px 0px;
	clear: both;
	line-height: 100%;
}

/* ----- search-bar部分（追加） ----- */

div.search-bar
{
	color:#666666;
	text-align:right;
	border-bottom: 1px solid #999933;
	border-top: 1px solid #999933;
	margin: 10px 0px 0px;
	background: #F4F4F4 url(images/subheaderbg.gif) no-repeat left center;
}
div.search-bar form {
	margin: 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}
div.search-bar p {
	margin: 0px 0px 5px;
	font-size: 80%;
	vertical-align: top;
}
div.search-input {
	padding: 0px;
}

input.search {
	width: 199px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 5px;
}

input.search-submit{
	margin: 0px;
}


/* ----- 左コンテンツ全体 ----- */

div#container
{
	width:530px;
	padding: 0px;
	float: left;
	margin: 0px;
}


/* ----- エントリー全体 ----- */

div.content
{
	margin: 10px;
	padding: 0px;
}

div.entry-content {
	margin: 0px;
	padding: 0px;
}

div.content .news {
	margin: 0px 10px 15px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}


div.news .right {
	font-size: 80%;
	text-align: right;
}


div.content p {
	font-size: 83%;
	line-height: 146%;
	text-decoration: none;
	padding: 5px;
}
div.content blockquote {
	font-size: 83%;
	line-height: 150%;
	background: #F5F5F5;
	margin: 15px 15px 15px 5px;
	clear: both;
	padding: 10px;
}

div.content .right {
	float: right;
	border: 1px solid #CCCCCC;
	clear: both;
}

div.content .left {
	float: left;
	border: 1px solid #666;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.content .more {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.content .more p {
	text-align: right;
	margin-right: 10px;
}

div.content .clr {
	clear: both;
}


/* ----- アーカイブナビゲーション（パンくずリスト） ----- */


div.content .navi-link {
	font-size: 80%;
	padding-bottom: 10px;
}

/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	margin:0 0 20px 0;
}

/* ----- エントリー日付 ----- */

div.content p.entry-date
{
	font-size:80%;
	color:#ffffff;
	background:#cccccc;
	line-height:100%;
	padding:3px;
	margin:0 0 15px 0;
}


/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title,
div.entry-content01 h2.entry-title
{
	border-bottom:1px solid #8EB26E;
	padding:0 0 3px;
	margin:0 10px 10px;
	text-indent: 20px;
	color: #C69E00;
	font-size: 100%;
	font-weight: bold;
	background: url(images/icon/transmit.gif) no-repeat left 2px;
}

div.entry-content h2.entry-title a,
div.entry-content01 h2.entry-title a
{
	color:#7DA952;
	text-decoration:none;
	line-height: 150%;
	background: url(none);
	text-indent: 15px;
}

div.entry-content h2.entry-title a:hover,
div.entry-content01 h2.entry-title a:hover
{
	color: #99CC00;
	background: url(none);
	text-indent: 15px;
}

div.entry-content h3 {
	font-size: 100%;
	line-height: 150%;
	color: #999900;
	margin: 5px 0px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-family: "Osaka", Verdana, Geneva, Helvetica, sans-serif;
}

div.content .category49 {
	background: #99CC00;
	padding: 2px 5px 0px;
	color: #FFFFFF;
	border: 1px solid #009900;
	font-size: 90%;
	margin-right: 10px;
	line-height: 135%;
}

div.content .category80 {
	background: #66CCCC;
	padding: 2px 5px 0px;
	color: #FFFFFF;
	border: 1px solid #009900;
	font-size: 90%;
	margin-right: 10px;
	line-height: 135%;
}

div.content .category51 {
	background: #DFD620;
	padding: 2px 5px 0px;
	color: #FFFFFF;
	border: 1px solid #009900;
	font-size: 90%;
	margin-right: 10px;
	line-height: 135%;
}

div.content .category79 {
	background: #FFCC00;
	padding: 2px 5px 0px;
	color: #FFFFFF;
	border: 1px solid #009900;
	font-size: 90%;
	margin-right: 10px;
	line-height: 135%;
}


/* ----- エントリー (entry_body)↓----- */
div.entry-body
{
	text-align: left;
	margin: 5px 0px;
	clear: both;
	padding-bottom: 30px;
	font-size: 100%;
	line-height: 100%;
}



/* ----- エントリー (entry_body　end)↑----- */



div.entry-more,
div.introduction,
div.entry-info
{
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 10px 5px 5px;
	clear: both;
	padding-bottom: 30px;
}


li#module_entry-info a
{
	background: url(images/icon/top_nav_icon.gif) no-repeat 0px center;
	padding: 0px 0px 0px 15px;
	text-indent: 10px;
	margin: 0px;
	text-decoration: none;
}

li#module_entry-info-coment a
{
	background: url(images/icon/user_comment.gif) no-repeat 0px center;
	padding: 0px 0px 0px 15px;
	text-indent: 10px;
	margin: 0px;
	text-decoration: none;
}


/* ----- タグ ----- */

div.entry-tags
{
	margin:0 0 20px 0;
}

div.entry-tags h3.entry-tags-header
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.entry-tags ul
{
	list-style:none;
}

div.entry-tags ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}


/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	padding:5px 0 5px;
	margin:0 0 0px;
	line-height:130%;
	text-align: right;
	font-size: 80%;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
	padding: 0px;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	width:270px;
	float:right;
	clear:right;
}

div#sidebar-right
{
	width:270px;
	float: right;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	line-height: 100%;
}

div.sidebar-inner
{
	padding:0px;
}


/* ----- サイドバータイトル ----- */

div.category-archives h3
{
	font-weight:normal;
	text-decoration:none;
	margin:10px 0 0px;
	font-size: 90%;
	text-indent: 15px;
	background: url(images/news_h3_bk.gif) repeat-x left top;
	height: 35px;
	padding-top: 7px;
	letter-spacing: 2px;
}

div.sidebar-inner h3 a
{
	color:#0099cc;
}
div.category-archives span {
	font-size: 95%;
	color: #999900;
	line-height: 170%;
	font-weight: bold;
}

/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:0;
	background: #FFFFFF;
	padding: 0px;
}
div.category-archives-list {
	padding: 10px 0px;
}
div.category-archives-list ul
{
	margin: 0px;
	padding: 0px;
}

div.category-archives-list li
{
	display:block;
	list-style: none;
	font-size: 85%;
	line-height: 142%;
}
div.category-archives-list ul li ul
{
	margin: 5px;
	font-size: 85%;
	line-height: 100%;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}
div.category-archives-list ul li ul li
{
	list-style:none;
	margin: 0px;
	background: url(images/icon/subcat_icon.gif) no-repeat 0px center;
}
li.module-list-item
{
	background:url(images/icon/box_h1.gif) no-repeat 3px 5px;
	text-indent: 10px;
}

div.category-archives-list .cat01 {
	text-indent: 30px;
	margin: 0px;
	background: url(images/icon/box_h1.gif) no-repeat left center;
	padding: 5px 0px;
	font-size: 80%;
	line-height: 100%;
}
div.category-archives-list .cat02 {
	text-indent: 30px;
	margin: 0px;
	padding: 5px 0px;
	background: url(images/icon/folder.gif) no-repeat left center;
	font-size: 80%;
	line-height: 100%;
}

div.category-archives-list .cat03 {
	margin: 0px;
	padding: 5px 0px 5px 15px;
	background: url(images/icon/news_icon.gif) no-repeat left 8px;
	font-size: 80%;
	line-height: 143%;
}


/* ----- 新着記事一覧 ----- */

div.recent-entry
{
	margin:0 0 20px 0;
}

div.recent-entry ol
{
	list-style:none;
}

div.recent-entry ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- 外部リンク ----- */

div.site-link
{
	margin:0 0 20px 0;
}

div.site-link ul
{
	list-style:none;
}

div.site-link ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- クリエイティブ・コモンズ・ライセンス ----- */

div.cclicense
{
	margin:0 0 20px 0;
	font-size:60%;
	line-height:130%;
	text-align:center;
}

div.cclicense img
{
	margin:0 auto 5px auto;
}


/* ----- RSSリンク ----- */

div.syndicate
{
	margin:0px;
	padding: 20px 0px 3px;
}

div.syndicate ul
{
	list-style:none;
}

div.syndicate ul li
{
	list-style:none;
}

div.syndicate ul li a
{
	display:block;
	height:38px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/rss.gif) no-repeat 0px 0px;
}

div.syndicate ul li a:hover
{
	background:url(images/rss.gif) no-repeat 0px -38px;
}

/* ----- contactメーラー起動 ----- */

div.contact
{
	margin: 0px;
	padding: 0px 0px 3px;
}

div.contact ul
{
	list-style:none;
}

div.contact ul li
{
	list-style:none;
}

div.contact ul li a
{
	display:block;
	height:38px;
	font-size:0px;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/mail.gif) no-repeat;
}

div.contact ul li a:hover
{
	background:url(images/mail.gif) no-repeat 0px -38px;
}

/* ----- tel ----- */

div.contact_tel
{
	margin: 0px;
	padding: 0px;
}

div.contact_tel ul
{
	list-style:none;
}

div.contact_tel ul li
{
	list-style:none;
}

div.contact_tel ul li a
{
	display:block;
	height:38px;
	font-size:0px;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/tel.gif) no-repeat 0px 0px;
}

div.contact_tel ul li a:hover
{
	background:url(images/tel.gif) no-repeat 0px -38px;
}



/* ----- powered ----- */

div.powered
{
	margin:0 0 20px 0;
}

div.powered ul
{
	list-style:none;
}

div.powered ul li
{
	font-size:80%;
	line-height:130%;
	text-align: center;
}


/* ----- トラックバック ----- */

div.trackbacks-body
{
	margin:0 0 20px 0;
}

div.trackbacks-body h3
{
	font-size:80%;
	font-weight:normal;
	color:#333333;
	background:#aaaaaa url(images/tit_bg.gif) 0 0;
	padding:5px 5px 5px 25px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

div.trackbacks-body dt
{
	font-size:80%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p
{
	font-size:80%;
	margin:0 0 10px 0;
}

div.trackbacks-body ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.trackbacks-body input
{
	width:250px;
}


/* ----- コメント ----- */

div.comments
{
	margin:0 0 20px 0;
}

div.comments h3
{
	font-size:80%;
	font-weight:normal;
	color:#333333;
	background:#aaaaaa url(images/tit_bg.gif) repeat-x 0px 0px;
	padding:5px 5px 5px 25px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

div.comments p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 10px 0;
}

div.comments ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.comments ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}

/* ----- コメントフォーム ----- */

div.typekey-text
{
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
}

div.comments-post
{
	margin:0 0 20px 0;
}

div.comments-post h4
{
	font-size:80%;
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset
{
	border:none;
}

div#comments-open-data legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
	font-size:80%;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:80%;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
	font-size:80%;
}

dl#comments-open-text dt
{
	font-size:80%;
}

dl#comments-open-text dd textarea
{
	font-size:80%;
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	font-size:80%;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}


/* ----- システムテンプレート ----- */

body.one-column div#container
{
	width:auto;
	margin:0 40px;
	float:none;
}


/* ----- 検索テンプレート ----- */
div.module-search-feed_module {
	margin: 3px;
	padding: 0px;
}

div.module-search-feed_module h3.module-header {
	margin-top: 5px;
	font-size: 90%;
	font-weight: normal;
}

div.module-content
{
	margin:10px 0 20px;
}

div.module-content p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 5px 0;
}

div.module-content ul
{
	margin:0 0 0 20px;
}

div.module-content ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.entry-content h2.search-result-tit
{
	font-size:80%;
	font-weight:normal;
	background:#666666;
	color:#ffffff;
	padding:3px;
	margin:0 0 15px 0;
}

div.straight-search
{
	margin:0 0 20px 0;
}

div.straight-search fieldset
{
	border:none;
}

div.straight-search legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.straight-search ul
{
	list-style:none;
	margin:10px;
}

div.straight-search ul li
{
	display:inline;
}

div.straight-search ul li label
{
	font-size:80%;
}

div.straight-search ul li input.search-input
{
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
	line-height: 160%;
}

div.straight-search ul li input.search-submit
{
	width:62px;
	font-size:60%;
	margin:0 0 0 10px;
	padding: 0px;
}



/* ----- フッター ----- */

div.footer
{
	text-align:center;
	color:#999999;
	margin-top: 50px;
	padding: 0px;
	border-top: 1px solid #999933;
	background: url(images/title_header_bk.gif) repeat-x;
	width: 800px;
}
div.footer .copy {
	clear: both;
	background: #F4F4F4 url(images/subheaderbg.gif) no-repeat left top;
	border-top: 1px solid #999933;
	padding: 15px 0px;
	margin: 0px;
	font-size: 70%;
	line-height: 143%;
}
#foot_menu {
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}

#foot_menu .left_box {
	float: left;
	width: 220px;
	text-align: left;
	padding: 10px;
	border-left: 2px dotted #999933;
	margin: 0px;
	font-size: 75%;
}
#foot_menu .left_box ul {
	list-style: none;
}
#foot_menu .left_box li {
	font-size: 100%;
	padding-top: 5px;
	text-indent: 5px;
	padding-bottom: 5px;
}
div.footer .copy p {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.left_box p {
	padding-bottom: 10px;
	color: #666666;
}


/*------------　entry-body　----------------*/

div.entry-body h4 {
	margin: 0px;
	padding: 10px 0px 10px 1em;
}
div.entry-body h5 {
	margin: 0px;
	padding: 10px 0px 10px 2em;
	font-size: 90%;
}

div.entry-body p
{
	line-height:1.5;
	margin:0px;
	padding: 5px 1em;
	font-weight: normal;
	clear: both;
}

div.entry-body blockquote
{
	font-size:83%;
	line-height:143%;
	padding:15px;
	border:dotted 1px #cccccc;
	margin:15px 15px 15px 5px;
	background: #FAFAFA;
	font-weight: bold;
}

div.entry-body blockquote p {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 5px 0px;
}


/*---------------------------------*/

div.entry-body dl {
	font-size: 83%;
	line-height: 143%;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 25px 10px;
	clear: both;
}   
div.entry-body dt {
	float:left;
	padding:0px 0px 0px 15px;
	clear:both;
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	background: url(images/event/bread_gr.gif) no-repeat left top;
}   
div.entry-body dd {
	margin-left:100px;
	padding:0px 5px 5px 10px;
	border-left:1px solid #CCCCCC;
	font-size: 100%;
	margin-right: 15px;
	line-height: 143%;
}

div.entry-body dl ul {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 0px 0px 0px 0em;
}

div.entry-body dd li {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 3px 0px 3px 1em;
}
/*---------------------------------*/

div.entry-body ul
{
	padding:10px 0px 10px 2em;
	margin:0px;
	font-weight: bold;
	font-size: 83%;
	line-height: 143%;
}

div.entry-body ul li
{
	margin:10px 0px;
	padding: 0px 0px 0px 0em;
	line-height: 1.5;
	list-style: none;
	font-weight: normal;
	font-size: 100%;
}

div.entry-body li ul li {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 3px 0px 0px 2em;
	list-style: none;
}

div.entry-body ul li ul {
	margin: 0px;
	padding: 5px 0px;
	font-size: 100%;
	line-height: 143%;
}

/*----------------------------------*/
div.entry-body ol {
	padding:15px 0px 15px 2em;
	margin:0px;
	font-weight: bold;
	font-size: 83%;
	line-height: 143%;
}

div.entry-body ol li {
	margin:0px;
	padding: 5px 0px 5px;
	line-height: 143%;
	font-weight: normal;
	font-size: 100%;
	list-style: decimal inside;
}

div.entry-body ol li ul {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 5px 0px;
}

div.entry-body ol li ol {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 15px 0px 5px 2em;
}
div.entry-body li ol li {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 5px 0px;
}

div.entry-body ol dl {
	font-size: 100%;
	line-height: 143%;
	margin: 0px;
	padding: 10px 0px;
}
div.entry-body ol dt {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	background: url(images/event/bread_gr.gif) no-repeat 0px 0px;
}

/*----------------------------------*/


div.entry-body .mark_up {
	border-bottom: 1px dotted #506A00;
	margin: 10px 15px 10px 10px;
	clear: both;
	padding: 0px;
}

div.entry-body .mark_up_red {
	margin: 0px;
	color: #990000;
	text-decoration: underline;
}

.entry-body .list01 {
	background: url(images/event/list01.gif) repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
}

div.entry-body pre {
	width: 400px;
	font-size: 87%;
	line-height: 143%;
	font-weight: normal;
}


div.entry-body .mark_round {
	background: url(images/event/bread_or.gif) no-repeat left top;
	text-indent: 15px;
}
div.entry-body .navi-link {
	font-size: 100%;
	line-height: 1.5;
	background: url(images/icon/top_nav_icon.gif) no-repeat left 3px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
div.entry-body .mark01 {
	background: url(images/icon/box_h1.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 2em;
	font-weight: bold;
}
div.entry-body .mark02 {
	background: url(images/news_h3_bk.gif) repeat-x left bottom;
	font-size: 87%;
	margin: 0px 15px 0px 10px;
	padding: 5px 0px;
	text-indent: 1em;
	line-height: 1.5;
	border: 1px solid #CCCCCC;
}

div.entry-body .mark_up_font{
	border-bottom: 1px dotted #506A00;
	margin: 10px 5px 20px;
	color: #339999;
	padding: 0px;
}


/*--- 画像とテキストの回りこみ処理 ---*/
div.entry-body img {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
div.entry-body .center {
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	clear: both;
}

div.entry-body .right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left: none;
	padding: 0px 0px 5px 5px;
	margin-top: 0px;
}

div.entry-body .left {
	float: left;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right: none;
	margin: 0px 5px 5px 0px;
	padding: 0px 5px 5px 0px;
}

div.entry-body iframe {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 250px;
	width: 480px;
}
div.entry-body dd p {
	font-size: 100%;
}
div.entry-body td {
	line-height: 1.5;
	border-bottom: 1px dotted #CCCCCC;
}
div .entry-body .t_right {
	text-align: right;
}

div.entry-body .table_list {
	font-size: 83%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	width: 480px;
	margin-left: 18px;
	padding: 0px;
	margin-bottom: 30px;
}

