@charset "utf-8";

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

*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	line-height:100%;
}


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

div.clear
{
	clear:both;
	;
	background-image: url(img/footer_back.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 90%;
	padding: 7px 20px 0 0;
	height: 30px;
	
}

div.clear ol li
{
	margin:0 0 10px;
	list-style:url(none) none inside;
	font-size:80%;
	line-height:150%;
	background:5px;
	padding:0 0 0 35px;
	white-space: normal;
	display: inline;
}

div.clear hr
{
	display:none;
}



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

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

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


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

body
{
	color:#000000;
	text-align:center;
/*	background-image: url(img/top_back.jpg);*/
	background-repeat: repeat-x;
	background-position: 50% 0;
}


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

div#main-container
{
	width:720px;
	color:#000000;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}



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

div#header
{
	padding:0 0 5px 0;
	margin:0 0 0px 0;
}

div#header h1.blog-name
{
	width:275px;
	height:20px;
}

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

div#banner
{
	width:760px;
	height:10px;
	background:url(img/banner_bg.jpg) no-repeat 0 0;
	margin:0 0 5px 0;
}

div#banner h2.blog-description
{
	display:none;
}


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

div#container
{
}

div#container2
{
	float:right;
	width:480px;
	color:#333333;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}

#contents {
	float:left;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
		}


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

div.content
{
	padding:5px;
}

/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	font-size:80%;
	margin:0 0 10px 0;
}


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

div.content h2#archive-title
{
	background:#5E9CD2;
	color:#ffffff;
	margin:0 0 20px 0;
	padding:5px;
}


div.content dl.item-data
{
	width:450px;
	height:10em;
	border:1px solid #999999;
	text-align:center;
	margin:2px;
	float:left;
	padding: 3;
}

div.content dl.item-data dt
{
	text-align:left;
	margin:10px 10px 5px 10px;
	padding:0 0 10px 0;
	font-size:90%;
	font-weight:bold;
	background:url(images/dotted.gif) repeat-x 0 100%;
}

div.content dl.item-data dd.item-text
{
	text-align:left;
	font-size:90%;
	margin:0 10px 10px 10px;
}

div.content dl.item-data dd.item-price
{
	color:#333333;
	background:#ffffff;
	font-size:80%;
	line-height:100%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	margin:0 10px 10px 10px;
}


div.content dl.item-data dd.item-cart
{
	font-size:95%;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
}

/* ----- 新着情報 ----- */

div.top-news
{
	padding:5px;
	width: 480px;
}

div.top-news h3
{
	height:50px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(img/top_new.gif) no-repeat 0 0;
	margin:0 0 10px 0;
}

div.top-news ol li
{
	margin:0 0 10px 0;
	list-style:none;
	font-size:90%;
	line-height:130%;
	background:url(img/news_icon.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}

div.top-smn
{
	padding:5px;
	width: 480px;
	border: 1px dotted #FF3399;
}

div.top-smn h3
{
	height:48px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(img/top_smn.gif) no-repeat 0 0;
	margin:0 0 10px 0;
}

div.top-smn ol li
{
	margin:0 0 10px 0;
	list-style:none;
	font-size:80%;
	line-height:150%;
	background:url(img/news_icon.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}


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

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
{
	background-image:url(/img/h001_bg.jpg);
	padding:5px 5px 3px 8px;
	margin-bottom:10px;
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #13A9DB;
}

div.entry-content h2.entry-title a
{
	color:#333333;
	background:#ffffff;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;
}


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

div.entry
{
	margin:0 0 30px 0;
}

div.entry-content p
{
	margin:0 0 0 5px;
	line-height: 120%;
}




div.entry-content blockquote
{
	font-size:80%;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:90%;
	margin:0 0 3px 0;
}


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

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;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
	line-height:130%;
}

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


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

div#sidebar-left
{
	width:225px;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #75B1EE;
	text-align: center;
}

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

div.sidebar-inner
{
	padding:0;
	width: 215px;
	text-align: left;
	background-image: url(img/side_back.jpg);
	border: 1px solid #75B1EE;
}


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

div.category-archives h3
{
	height:0px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(img/category_tit.gif) no-repeat 0 0;
	margin:0 0 1px 0;
	line-height: 0px;
}


div.sidebar-inner h3 a
{
	color:#0099cc;
	background:#efefef;
}

div.search-form h3
{
	height:0px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	margin:0 0 1px 0;
}

div.linkbn h3
{
	height:0px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	margin:0 0 1px 0;
}

div.category-archives2 h3
{
	height:0px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	margin:0 0 1px 0;
}

/* ----- サイト内検索 ----- */

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

div.search-form form
{
	background:#FDFDFD url(img/search_bg.gif) repeat-x 0 0;
	padding:10px;
	border: 1px solid #CCCCCC;
}

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

div.search-form legend
{
	font-size:85%;
	color:#333333;
	background:inherit;
	margin:0 0 5px 0;
}

div.search-form input.search-input
{
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
}


/* -----トップカテゴリー一覧 ----- */

div.category-archives2
{
	margin:10px 3px 5px 3px;
}

div.category-archives2 ul
{
	list-style:none;
	margin:0;
	line-height:100%;
}

div.category-archives2 ul li
{
	display:inline;
	line-height:100%;
	margin:0;
	padding:0;
}

div.category-archives2 ul li a
{
	display:block;
	padding:10px 10px 10px 15px;
		line-height:100%;
		background:url(img/koen_btn1.gif) no-repeat 0 0;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

div.category-archives2 ul li a:hover
{
	display:block;
	padding:10px 10px 10px 15px;
	background:url(img/koen_btn1.gif) no-repeat 0 0;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	line-height:100%;
	margin:0;
}
/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:10px 5px 20px 5px;
}

div.category-archives ul
{
	list-style:none;
	margin:0;
	line-height:100%;
}

div.category-archives ul li
{
	display:inline;
	line-height:100%;
	margin:0;
	padding:0;
}

div.category-archives ul li a
{
	display:block;
	padding:10px 10px 10px 15px;
background:#3D8BC9 url(img/category_a2.jpg) no-repeat 0 50%;
	line-height:100%;
	color:#ffffff;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

div.category-archives ul li a:hover
{
	display:block;
	padding:10px 10px 10px 15px;
	background:#5E9CD2 url(img/category_a.jpg) no-repeat 0 50%;
	text-decoration:none;
	color:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

/* -- 追加(サブカテゴリー) -- */
div.category-archives-list
{
	font-size:80%;
}

div.category-archives ul li ul li a
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#0099cc;
	background:#ffffff url(img/subcat_icon.gif) no-repeat 14px 7px;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

div.category-archives ul li ul li a:hover
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#006699;
	background:#ffffff url(img/subcat_icon.gif) no-repeat 14px 7px;
	line-height:100%;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

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

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;
}


/* ----- セミナー情報 ----- */

.seminar
{
border-bottom:dotted #75B1EE 1px;
font-size: 90%;
line-height: 150%;
}

/* ----- バックナンバー一覧 ----- */

div.monthly-archives
{
	margin:0 0 20px 0;
	text-align: center;
	font-size: 90%;
}

div.monthly-archives ol
{
	list-style:none;
}

div.monthly-archives 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:0 0 20px 0;
	text-align: center;
}

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

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

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

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

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

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

div.powered ul li
{
	font-size:60%;
	line-height:130%;
}


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

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

div.trackbacks-body h3
{
	font-size:80%;
	font-weight:normal;
	color:#333333;
	background:#aaaaaa url(img/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(img/tit_bg.gif) 0 0;
	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-content
{
	margin:0 0 20px 0;
}

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:0 0 5px 0;
}

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;
}

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


/* ----- フッター（追加） ----- */

div#footer {
	clear:both;
	font-size: x-small;
	height: 30px;
	text-align: center;
	background-color: #CCCCCC;
}
#container {
	float: right;
	width: 480px;
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
	font-size: 80%;
}

.linkbn {
	padding: 0 0 20px 0;
	text-align: center;
}

/* ----- エディターでのエントリー用（追加） ----- */

/*マージン調整*/ 
.margin0{ margin: 0; padding: 0;}
.margin0_10_10_10{ margin: 0 10px 10px 10px;}
.margin0_10_10_0{ margin: 0 10px 10px 0;}
.margin0_10_0_0{ margin: 0 10px 0 0px;}
.margin0_10_0_5{ margin: 0 10px 0 5px;}
.margin0_10_0_10{ margin: 0 10px 0 10px;}
.margin0_10_0_20{ margin: 0 10px 0 20px;}
.margin0_10_10_10{ margin: 0 10px 10px 10px;}
.margin0_10_10_20{ margin: 0 10px 10px 20px;}
.margin0_10_20_10{ margin: 0 10px 20px 10px;}
.margin0_0_10_0{ margin: 0 0 10px 0;}
.margin0_0_20_0{ margin: 0 0 20px 0;}
.margin0_0_20_10{ margin: 0 0 20px 10px;}
.margin0_0_5_0{ margin: 0 0 5px 0;}
.margin0_0_5_20{ margin: 0 0 5px 20px;}
.margin0_0_5_30{ margin: 0 0 5px 30px;}
.margin0_0_5_25{ margin: 0 0 5px 25px;}
.margin0_20_5_20{ margin: 0 20px 5px 20px;}
.margin0_0_0_10{ margin: 0 0 0 10px;}
.margin0_5_10_10{ margin: 0 5px 10px 10px;}
.margin0_0_0_20{ margin: 0 0 0 20px;}
.margin5_0_0_0{ margin: 5px 0 0 0;}
.margin5_0_5_0{ margin: 5px 0 5px 0;}
.margin5_0_10_0{ margin: 5px 0 10px 0;}
.margin5_0_0_10{ margin: 5px 0 0 10px;}
.margin5_0_10_10{ margin: 5px 0 10px 10px;}
.margin5_10_0_5{ margin: 5px 10px 0 5px;}
.margin5_10_0_0{ margin: 5px 10px 0 0px;}
.margin5_0_20_25{ margin: 5px 0 20px 25px;}
.margin5_10_5_10{ margin: 5px 10px; padding: 0;}
.margin5_10_10_10{ margin: 5px 10px 10px 10px;}
.margin5_10_10_20{ margin: 5px 10px 10px 20px;}
.margin5_10_0_10{ margin: 5px 10px 0 10px;}
.margin5_20_5_20{ margin: 5px 20px 5px 20px;}
.margin5_20_20_20{ margin: 5px 20px 20px 20px;}
.margin10{ margin: 10px;}
.margin10p{ margin: 10px; padding: 10px;}
.margin10_0_0_0{ margin: 10px 0 0 0;}
.margin10_5_0_5{ margin: 10px 5px 0 5px;}
.margin10_0_0_10{ margin: 10px 0 0 20px;}
.margin10_0_10_10{ margin: 10px 0 10px 10px;}
.margin10_10_0_10{ margin: 10px 10px 0 10px;}
.margin10_10_5_10{ margin: 10px 10px 5px 10px;}
.margin10_10_10_20{ margin: 10px 10px 10px 20px;}
.margin10_0_10_20{ margin: 10px 0 10px 20px;}
.margin10_0_10_0{ margin: 10px 0 10px 0;}
.margin10_20_5_20{ margin: 10px 20px 5px 20px;}
.margin10_0_0_15{ margin: 10px 0 0 15px;}
.margin20_0_0_0{ margin: 20px 0 0 0;}
.margin20_0_10_0{ margin: 20px 0 10px 0;}
.margin20_0_10_10{ margin: 20px 0 10px 10px;}
.margin20_0_20_10{ margin: 20px 0 20px 10px;}
.margin20_20_0_20{ margin: 20px 20px 0 20px;}
.margin40_0_10_0{ margin: 40px 0 10px 0;}

.margin_L10{margin-left:10px;}
.margin_L20{margin-left:20px;}
.margin_T5{margin-top:5px;}
.margin_T20{margin-top:20px;}

.padding5{padding:5px;}


/*フォントサイズ*/
.text_s{font-size: 80%;  line-height: 1.4em;}
.text_n{font-size: 85%;  line-height: 1.7em;}
.text_b{font-size: medium; line-height: 1.4em;}
.text_h{font-size: large;  line-height: 1.4em;}

.text_u{font-size: 36px; line-height: 110%;}
.a_right{ text-align:right;}
.a_center{ text-align:center;}
.v_bottom{ vertical-align:bottom}

.table_border td{ border-color:#FFFFFF;}
.table_border2px td{ border-width:2px;}

.width100{ width:100px;}
.width150{ width:150px;}
.width200{ width:200px;}
.width300{ width:300px;}
.width400{ width:400px;}


/**/
.tops_l{ margin:0; padding:0; float:left; width:62px; background-color:#f0f0f0;}
.tops_r{ margin:0; padding:5px 10px; float:left; width:398px; background-color:#f0f0f0;}
.line{ width:480px; margin:0 15px; display: block; text-indent:-999px; height:10px;}

/*フォントカラー*/
.font_white{color:#FFFFFF;}
.font_red{color:#FF0000}
.font_orange{ color:#FF6633;}
.font_indigo{ color:#000033;}
.font_dgreen{ color:#003300;}
.font_brown{ color:#43270E;}
.font_yellow{ color:#ffff00;}
.font_dblue{ color:#336666;}
.font_lblue{ color:#9CC1FE;}
.font_purple{ color:#363E7F;}
.font_black{ color:#000000;}

/*見出し部分*/
.h001{
	background-image:url(/img/h001_bg.jpg);
	padding:5px 5px 3px 8px;
	margin-bottom:10px;
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #13A9DB;
}
.h001b{ padding:5px 0 3px 0; border-bottom:#22273C 2px solid; margin-bottom:10px; color: #22273C;}
.h002{background-color:#E2F0FE; border-bottom:#CCCCCC solid 1px; border-left:#CCCCCC solid 5px; margin:10px 0 ; padding:3px 0 3px 10px;}
.h003{ background-color: #DFEFFF; border:#333333 solid 1px; padding:2px 5px; margin:5px 0 10px 0}
.h004{ padding:3px 0; border-bottom:#C6C6D5 1px solid; margin-bottom:10px; margin-left:10px; color: #362529;}
.h004-2{ padding:3px 0; border-bottom:#C6C6D5 1px solid; margin-bottom:5px; margin-left:10px; color: #362529;}
.h005{padding:1px 0; border-bottom:#CCCCCC dotted 1px; margin-bottom:2px; margin-left:10px; color: #FF0066;}
.h006{padding:3px; background-color:#FFDDF0; margin-top:20px; margin-left:10px; margin-bottom:5px; margin-right:10px;}
.h008{font-size: 1em; line-height: 1.4em; margin:10px 0 5px 10px; border-bottom: 2px solid #13A9DB; padding:3px 0;}


/*セミナーテーブル*/
#seminar{ border-collapse:collapse;}
	
	 .td1{
	color: #FFFFFF;
	background-color: #6699CC;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	padding: 3px;
}
	



	 .td3{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #75B1EE;
	border-right-color: #75B1EE;
	border-bottom-color: #75B1EE;
	border-left-color: #75B1EE;
}


	 .td2{
	padding:5px;
	border-bottom:1px solid #75B1EE;
	border-right:none;
	border-top:none;
	border-left:none;
	line-height: 120%;
}


	 .td4{
	padding:5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #75B1EE;
	border-bottom-color: #75B1EE;
}
	.th2{
	background-color:#EAF2FF;
	padding:5px;
	line-height: 120%;
	font-size: 95%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #75B1EE;
	border-right-color: #75B1EE;
	border-bottom-color: #75B1EE;
	border-left-color: #75B1EE;
}
