@charset "utf-8";
/*==ヘッダフッダ以外のコンテンツをくくる部分==*/
div.wrapperBox{ width:940px; height:auto; padding:0px 0px 0px 0px; margin:15px auto 10px auto; border-bottom:solid #060 1px; background:url(../Images/wrapper_bg.jpg) no-repeat #ffffcc; position:relative; }
/*右コンテンツ(記事)*/
div.right_contents{ width:620px; float:right; margin:1px auto 0px auto; text-align:center; /*border:solid red 1px;*/ }
/*記事と掲載日を表示させる*/
div.right_top{ background:url(../Images/righttop_bg.jpg) no-repeat; width:620px; height:auto; padding:68px 0px 10px 0px; }
/*記事タイトル背景*/
div.h1_box{ width:95%; text-align:left; border-bottom:solid #fc0 2px; background:url(../Images/h1_head.jpg) no-repeat; margin:0px auto 0px auto; text-align:center; }

/*掲載日背景用*/
div.h2_box { width:175px; height:85px; text-align:right; position:absolute; z-index:2; background:url(../Images/data_bg.jpg) no-repeat; }
/*掲載日データ*/
h2.engei{ margin:25px 0px 0px 8px; text-align:center; color:#630; }
/*記事データ部分*/
div.text_Box{ width:620px; background:url(../Images/right_repeat.jpg) repeat-y #ffc; text-align:left; margin:auto; text-align:center; }

div.kiji { width:94%; text-align:left; margin:auto; padding-top:5px; clear:both; /*text-align:justify; text-justify:inter-ideograph; */ }

/*画像くくるtable*/
table.photo{ border:solid #999 1px; margin-left:10px; margin-bottom:10px; }

/*imgに余白(tableと離す)*/
table.photo img{ margin:5px; display:block;}

/*画像キャプション*/
td.cap { text-align:left; color:#666; }
p { text-align:left; }

div.title { text-align:left; }
div.lead { text-align:left; }

/*左コンテンツ*/
div.left_contents{ width:315px; float:left; }
 
/*ロゴ+第○回+過去記事画像くくり*/ 
div.left { width:315px; float:left; text-align:left; /*border:solid #666 1px;*/ }
/*タイトルイメージをくくる*/
p.titleimage{ text-align:left; float:left; margin:1px 0px 0px 1px; }

/*第○回背景表示用*/
div.number_Box{ width:274px; height:35px; float:left; background:url(../Images/number_bg) no-repeat 0 0; margin:0px 0px 0px 0px; padding:0px; }
/*第○回文字表示*/

/*過去の記事一覧の画像*/
img.buck_img{/*border:solid red 1px;*/}


/*最近の記事リスト*/
ul.new{ width:100%; margin:0px 0px 0px 1px; padding:0px 0px 15px 0px; }

li.new{ width:auto; background:url(../Images/list_bg.jpg) no-repeat 0 0.35em; list-style:none outside; border-bottom:solid 1px #060; }

/*過去記事*/
div.number_Box02{ width:320px; height:85px; float:left; background:url(../Images/backnumber_img02.jpg) no-repeat 0 0; margin:0px 0px 0px 0px; padding:0px; text-align:right; }

/*記事一覧をみる！ボタン画像*/
img.button_img{ text-align:right;}

ul.buck_number{ width:100%; margin:0px 0px 0px 1px; padding:0px; list-style:none; clear:left; display:none; }

li.buck_number{ width:auto; background:url(../Images/list_bg02.jpg) no-repeat 0 0.35em; list-style:none outside; border-bottom:solid 1px #060; }

/*記事リンクのマウスオーバー*/
li.buck_number a:hover , li.new a:hover{ color:#F60;}

