@charset "UTF-8";


	/* 	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif; */


* {
	margin: 0px;
	padding: 0px;
}

body  {
	font-size:83%;
	background-image:url(#667184);
	background-repeat:repeat-x;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka','Helvetica','Arial','Gothic','sans-serif';
 _font-family:"ＭＳ Ｐゴシック", sans-serif;
}

p,div {
	text-align:justify;
	text-justify: inter-ideograph;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

a {
	color:#00346c;
	text-decoration:none;
}

a:hover {                   /* カーソルが上にある時のリンク */
	color: #da2f32;
	text-decoration:underline;     /* 下線を消す */
}


div {
    line-height: 0px;
}

p {
    line-height:1.5em;
    margin: 0px;
}

th,tr,td {
	line-height:1.5em;
}

.pagetop {
	color:#0000FF;
	font-size:9px;
	margin:0pt 0px 25px 0pt;
	text-align:right;
}

#container { 
	width: 750px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
 
#header {
	padding: 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 

#header h1 {
	display:block;
	width:730px;
	height:10px;
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0px 10px 20px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size:83%;
	font-style:normal;
	font-weight:normal;
	color:#8586A9;
}

#title {
	display:block;
	width:730px;
	padding: 0px 10px 0px 10px;
	line-height:0%;
	height:78px;
	}

#container #header #menu {
	display:block;
	width:100%;
	padding: 0px 0px 0px 11px;
	line-height:100%;
	height: 41px;
	text-align: left;
	border:0;
	}

#sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 234px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
}

#sidebar1 .menu-1ue {
	background-image:url(../images/rightmenu_bk_01.gif);
	background-repeat:no-repeat;
	padding: 7px 7px 0px 7px;
	line-height:0;
}

#sidebar1 .menu-1shita {
	background-image:url(../images/rightmenu_bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:6px;
	line-height:0;
}

#sidebar1 .menu-1melma {
	background-image:url(../images/mailmaga-bk.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:77px;
}


#mainContent {
	margin: 0px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	width: 465px;
}

#mainContent p {
	line-height:1.5em;
	text-align:justify;
}

#footer {
	padding: 0px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#fff;
} 

#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color:#666666;
	font-size:0.8em;
}

#footer a {
	color:#fff;
	font-style:normal;
	text-decoration:none;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#main_container {
	width:710px;
	margin:0px 10px 10px 10px;
	padding:6px 10px 10px 10px;
	float:left;    /*←Floatを指定する事で、背景画像が伸びます。over-flow:autoでも伸びます。*/
	background:url(../images/main_bg.gif);	/*↑サイドの背景画像を2カラムを囲うdivに指定して繰り返してます。*/
	background-repeat:no-repeat;
	display:inline;
}

#pankuzu {
	height:24px;
	color:#333333;
	vertical-align:middle;
	border-bottom:1px #666666 solid;
	margin-bottom:10px;
	line-height: 140%;
}


#pankuzu a:hover	{
	top:1px;
	position:relative;
}

#rightlink a:hover	{
	top:1px;
	left:1px;
	position:relative;
}

.link_txt {
	text-align:right;
	font-size:10px;
	padding-right:6px;
	padding-bottom:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif, Verdana;
}

table.table020 {
border-right:1px solid #999999;
border-top:1px solid #999999;
margin-bottom:7px;
}

.cell01 {
background-color:#999999;
border-bottom:1px solid #999999;
border-left:1px solid #999999;
color:#FFFFFF;
font-weight:bold;
padding:3px;
text-align:left;
}

.cell02 {
background-color:#EEEFEE;
border-bottom:1px solid #999999;
border-left:1px solid #999999;
color:#333333;
padding:3px;
text-align:left;
}

.cell03 {
border-bottom:1px solid #999999;
border-left:1px solid #999999;
color:#333333;
padding:3px;
text-align:left;
}



/* startトップページ用 */
#main_topnews {
	margin-bottom: 17px;
	background-image:url(../images/top-rootmap465-172.jpg);
	background-repeat:no-repeat;
	padding:62px 112px 10px 0px;
	text-align:right
}

#main_topnews h1 {
	font-size:medium;
	font-weight:bold;
	line-height:140%;
	margin:8px 5px 0px 8px;
}

#main_news {
	margin: 0px 0px 20px 0px; 
	padding: 0px; 
	width: 465px;
}

#main_news .toppaeg-ue {
	background-image:url(../images/topnews-bk_01.gif);
	background-repeat:no-repeat;
	padding: 5px;
	width:455px;
}

#main_news .toppaeg-shita {
	background-image:url(../images/topnews-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:5px;
}

#main_news .newsblock {
	padding:10px 10px 0px 10px;
}

#main_news h2 {
	font-size:medium;
	font-weight:bold;
	padding:0px 0px 2px 0px;
	color:#0075be;
	line-height:1.3em;
}



#topblog p {
	vertical-align:middle;
	font-size:83%;
}


#main_news_blog {
	margin: 0px 0px 20px 0px; 
	padding: 0px; 
	width: 465px;
}

#main_news_blog .toppaeg-ue {
	background-image:url(../images/topnews-bk_01.gif);
	background-repeat:no-repeat;
	padding: 5px 5px 10px 5px;
	width:455px;
}

#main_news_blog .toppaeg-shita {
	background-image:url(../images/topnews-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:5px;
}

#main_news_blog #newsblock {
	padding:10px 10px 0px 10px;
}



#topblog {
	font-size:medium;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	color:#0075be;
	vertical-align:middle;
	font-size:83%;
}


#topblog p {
	vertical-align:middle;
	font-size:83%;
}

/* endトップページ用 */

/* start経歴用 */
#main_history {
	background-image:url(../images/history-bk_01.gif);
	background-repeat:no-repeat;
	padding: 60px 20px 0px 20px;
}

#main_history-shita {
	background-image:url(../images/history-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:5px;
	margin-bottom:20px;
}


#main_history h2 {
	font-size:medium;
	font-weight:bold;
	line-height:2em;
	margin:3px 5px 0px 8px;
}

#main_history p {
	line-height:1.5em;
	text-align:justify;
	color:#333333;
}

/* end経歴用 */


/* start政策用 */

#main_policy {
	background-image:url(../images/policy-bk_01.gif);
	background-repeat:no-repeat;
	padding: 50px 10px 0px 10px;
}

#main_policy-shita {
	background-image:url(../images/policy-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:19px;
	margin-bottom:20px;
}


#main_policy h2 {
	font-size:medium;
	font-weight:bold;
	line-height:2em;
	margin:3px 5px 0px 8px;
}

#main_policy p {
	line-height:1.5em;
	text-align:justify;
	color:#555;
	font-size:0.9em;
}

table.table021 {
	border-right:1px solid #ddd;
	border-top:5px solid #ddd;
	margin-bottom:0px;
	color:#333333;
}

.table021 .cell01 {
background-color:#ddd;
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
font-weight:bold;
padding:8px;
text-align:left;
}

.table021 .cell02 {
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
padding:8px;
text-align:left;
}

.table021 .cell03 {
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
padding:8px;
text-align:left;
}

/* end政策用 */

/* startニュース：活動記録用 */

#main_record {
	background-image:url(../images/record-bk_01.gif);
	background-repeat:no-repeat;
	padding: 50px 10px 0px 10px;
}

#main_record-shita {
	background-image:url(../images/record-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:19px;
	margin-bottom:20px;
}

#main_record h2 {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.6em;
	margin:0px 0px 10px 0px;
	padding:5px 0 5px 15px;
	background: #F5F5F5;
	border: #666666 1px solid;
	color:#00346c;
}

#main_record p {
	line-height:1.5em;
	text-align:justify;
	color:#555;
	font-size:0.9em;
}

#main_record p.year {
	line-height:1.5em;
	text-align:center;
	color:#fff;
	font-size:12px;
}

#record_submenu {
	background-image:url(../images/submenu01.gif);
	background-repeat:no-repeat;
	width:445px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	margin-bottom:20px;
	font-weight:bold;
}

#record_submenu a:link {
	color: #fff;
	text-decoration:none;
}   /* リンク */

#record_submenu a:visited {                 /* 既に見たリンク */
	color: #ccc;
	text-decoration:none;
}

#record_submenu a:active {
	color: #FBF8B3;
	text-decoration:underline;
} /* クリック時のリンク */

#record_submenu a:hover {                   /* カーソルが上にある時のリンク */
	color: #FBF8B3;
	text-decoration:underline;
}

table.table024 {
	margin-bottom:0px;
	color:#333333;
	border:none;
	background-color:#FFFFFF;
}

.table024 .cell02 {
vertical-align:top;
text-align:left;
border:none;
background-color:#FFFFFF;
}

#main_record ul { 
margin:0; 
padding:0; 
list-style-type:none;
padding-top:6px;
padding-bottom:6px; 
}

#main_record li {
	display:block;
	border-left:1px solid #88c;
	border-right:1px solid #88c;
	font-size:0.8em;
	padding:0.4em 1em 0.4em 1em;
	text-decoration:none;
	background-color:#F5F5F5;
	line-height:1.4em;
	margin:0px 0px;
}

/* endニュース：活動記録用 */

/* startニュース：フォトアルバム用 */

#main_album {
	background-image:url(../images/album-bk.gif);
	background-repeat:no-repeat;
	padding: 50px 10px 0px 10px;
}

#main_album-shita {
	background-image:url(../images/record-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:19px;
	margin-bottom:20px;
}

/* endニュース：フォトアルバム用 */

/* startニュース：スピーチ用 */

#main_speech {
	background-image:url(../images/speech-bk.gif);
	background-repeat:no-repeat;
	padding: 50px 10px 0px 10px;
}

#main_speech-shita {
	background-image:url(../images/record-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:19px;
	margin-bottom:20px;
}

h2.speech {
	color: #333333; /* 文字の色 */
	border-left-color: #7c6881; /* 左枠の色 */
	padding: 6px 0px 6px 8px; /* 余白の幅 */
	border-style: solid; /* 枠の種類 */
	border-width: 0px 0px 1px 3px; /* 枠の幅 */
	font-size:14px;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
	text-align: left;
	background-color: #faf9fa;
	border-bottom-color: #CCCCCC;
	line-height: 120%;
}

table.table025 {
	overflow:visible;
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 100%;
	border-collapse: separate;
	font-size: 10px;
}

table.table025 th,
table.table025 td {
  padding: 6px 6px;
}

table.table025 th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	background: #f5f3f5;
	text-align: left;
	white-space: normal;
	font-weight:normal;
}

table.table025 td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	background: #ffffff;
	text-align: left;
	white-space: normal;
}

h3.speech {
	color: #333333; /* 文字の色 */
	padding: 4px 0px 4px 0px; /* 余白の幅 */
	margin:0px;
	font-style:normal;
	font-size:1.1em;
	font-weight:bold;
	text-align: left;
	line-height: 130%;
	vertical-align:middle;
}

#main_speech p {
	line-height:1.5em;
	text-align:justify;
	color:#555;
	font-size:0.9em;
}

#main_speech p.year {
	line-height:1.5em;
	text-align:center;
	color:#fff;
	font-size:12px;
}

#speech_submenu {
	background-image:url(../images/submenu02.gif);
	background-repeat:no-repeat;
	width:445px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	margin-bottom:20px;
	font-weight:bold;
}

#speech_submenu a:link {
	color: #fff;
	text-decoration:none;
}   /* リンク */

#speech_submenu a:visited {                 /* 既に見たリンク */
	color: #ccc;
	text-decoration:none;
}

#speech_submenu a:active {
	color: #FBF8B3;
	text-decoration:underline;
} /* クリック時のリンク */

#speech_submenu a:hover {                   /* カーソルが上にある時のリンク */
	color: #FBF8B3;
	text-decoration:underline;
}

/* endニュース：スピーチ用 */

/* start共にチームを用 */

#main_supportgroup {
	border: solid 1px #79c0e9;
	padding: 0px 0px 0px 0px;
	margin:0px;
	background-color: #fff;
}



/* startダウンロード用 */

table.table026 {
	border-right:1px solid #ddd;
	border-top:5px solid #ddd;
	margin-bottom:0px;
	color:#333333;
	text-align:center;
}

.table026 .cell01 {
background-color:#ddd;
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
font-weight:bold;
padding:2px;
text-align:center;
}

.table026 .cell02 {
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
padding:2px;
text-align:center;
}

.table026 .cell03 {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:0;
	text-align:center;
}

h2.download {
	color: #333333; /* 文字の色 */
	border-left-color: #ddd; /* 左枠の色 */
	border-right-color: #ddd; /* 左枠の色 */
	border-top-color: #ddd; /* 左枠の色 */
	padding: 6px 0px 6px 8px; /* 余白の幅 */
	border-style: solid; /* 枠の種類 */
	border-width: 1px 3px 1px 3px; /* 枠の幅 */
	font-size:14px;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background-color: #eee;
	border-bottom-color: #CCCCCC;
	line-height: 120%;
}

/* startリンク用 */

#main_link {
	border: solid 1px #ddd;
	padding: 9px;
	margin:0px;
	background-color:#ffffff;
}

/* startふったーコンテンツ用 */

#main_footer {
	padding: 10px;
	margin:0px;
	background-color: #fff;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#main_footer h2 {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.6em;
	margin:0px 0px 10px 0px;
	padding:5px 0 5px 15px;
	background: #F5F5F5;
	border: #666666 1px solid;
	color:#4777CA;
}

#main_footer h3 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	margin:16px 0px 10px 0px;
	padding:5px 0 5px 15px;
	background: #F5F5F5;
	border: #666666 1px solid;
	color:#4777CA;
}

/* startインスペクション用 */

#main_inspection {
	background-image:url(../images/inspection-bk_01.gif);
	background-repeat:no-repeat;
	padding: 10px 10px 0px 10px;
}

#main_inspection-shita {
	background-image:url(../images/inspection-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:15px;
	margin-bottom:20px;
}


#main_inspection h2 {
	font-size:medium;
	font-weight:bold;
	line-height:2em;
	margin:0px;
}

#main_inspection p {
	line-height:1.5em;
	text-align:justify;
	color:#555;
	font-size:0.9em;
}



table.table027 {
	border-right:1px solid #ddd;
	border-top:5px solid #ddd;
	margin-bottom:0px;
	color:#333333;
	text-align:justify;
}

.table027 .cell01 {
	background-color:#ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	font-weight:bold;
	padding:2px;
	text-align:justify;
}

.table027 .cell02 {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:2px;
	text-align:justify;
}

.table027 .cell03 {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:2px;
	text-align:justify;
}


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height:40px;
}

.nav li.sub {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width:104px;
  height:24px;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  background: #565656;
  color: #959595;
  display: block;
  padding: 0;
  text-decoration: none;
  overflow:hidden;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  list-style: none;
  margin: 0;
  width: 104px;
  position: absolute;
  top: -999em;
  left: 0px;
  overflow:hidden;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 40px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  width: 104px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}



/* start国会レポート用 */

#main_diet {
	background-image:url(../images/diet-report-bk_01.gif);
	background-repeat:no-repeat;
	padding: 50px 10px 0px 10px;
}

#main_diet-shita {
	background-image:url(../images/diet-report-bk_02.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:465px;
	height:19px;
	margin-bottom:20px;
}

#main_diet h2 {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.6em;
	margin:0px 0px 2px 0px;
	padding:5px 0px 5px 0px;
	border-bottom: #bea367 1px solid;
	color:#654832;
}

#main_diet h3 {
	font-size:83%;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	color:#333;
}

#main_diet .date {
	width:100%;
	text-align:right;
	color:#4cace2;
	font-size:83%;
	margin:10px 0px 15px 0px;
	height: 100%;
	line-height: 120%;
}
 
#main_diet p {
	line-height:170%;
	text-align:justify;
	color:#555;
	padding:0px 10px 10px 10px;
	text-indent:1em;
}

#main_diet ul {
	line-height:130%;
	text-align:justify;
	color:#555;
	padding:0px 10px 10px 30px;
	list-style-type:decimal;
}

#main_diet ul#none {
	line-height:130%;
	text-align:justify;
	color:#555;
	padding:0px 10px 10px 30px;
	list-style-type:none;
}

#diet_submenu {
	background-image:url(../images/submenu03.gif);
	background-repeat:no-repeat;
	width:445px;
	height:36px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	margin-bottom:20px;
	font-weight:bold;
}

#diet_submenu_shita {
	background-image:url(../images/submenu03.gif);
	background-repeat:no-repeat;
	width:445px;
	height:36px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	margin:0px;
	font-weight:bold;
}

#main_diet a:link {
	color: #3333CC;
	text-decoration:none;
	font-weight:bold;
}   /* リンク */

#main_diet a:visited {                 /* 既に見たリンク */
	color: #3333CC;
	text-decoration:none;
	font-weight:bold;
}

#main_diet a:active {
	color: #B83D32;
	text-decoration:underline;
} /* クリック時のリンク */

#main_diet a:hover {                   /* カーソルが上にある時のリンク */
	color: #B83D32;
	text-decoration:underline;
}


/* endニュース：活動記録用 */


.root-block{
	margin:5px 20px;
	background-color:#f5f5f5;
	padding-top:1px;
	}

.root-block .waku{
	width:644px;
	margin:13px;
	overflow:hidden;
	}

.root-block .waku table{
	margin:0;
	padding:0;
	}

.root-block .waku th{
	width:50px;
	vertical-align:middle;
	}

.root-block .waku td{
	width:590px;
	vertical-align:middle;
	font-size:90%;
	}

.root-block .waku td.date{
	font-size:22px;
	font-weight:bold;
	color:#c9191d;
	}
	
.root-block .waku td.map{
	width:640px;
	text-align:center;
	padding:10px 0px;
	}



/* endニュース：活動記録用 */


#main_footer .akushu{
	border:3px solid #eee;
	padding:10px; margin-bottom:15px;
	position:relative;
	overflow:hidden;
	}

#main_footer .akushu table{
	width:419px;
	}

#main_footer .akushu td.mark{
	vertical-align:top;
	width:45px;
	font-size:10px;
	color:#993300;
	text-align:center;
	line-height:1.3;
	padding-right:6px;
	}

#main_footer .akushu td.title{
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #eee;
}

#main_footer .akushu th{
	width:36px;
	font-size:90%;
	font-weight:bold;
	color:#640300;
	line-height:1.3;
	}

#main_footer .akushu td.detail{
	width:332px;
	font-size:90%;
	line-height:1.3;
}

#main_footer .akushu .total{
	position:absolute;
	top:12px;
	left:355px;
	width:62px;
	background-color:#7a0001;
	padding:4px; font-weight:bold;
	color:#FFFFFF;
	border:1px solid #D8C8C8;
}
 
#main_footer .akushu .total p.totalmds{
	color:#eeb;
	font-size:80%;
	line-height:1.3;
	text-align:right;
	font:Arial, Helvetica, sans-serif;
}

#main_footer .akushu .total p.totalnum{
	font-weight:bold;
	font-size:110%;
	line-height:1.2;
	text-align:right;
}



/* トップページメッセージ */

#mainContent .topcomment {
 padding:20px 0px 0px 0px;
	margin-bottom:20px;
	background-color:#fff;
}

#mainContent .topcomment p{
 padding:0px 20px 6px 20px;
	text-indent:1em;
	padding-bottom:6px;
	line-height:1.5;
}

#mainContent .topcomment p.sign{
	margin-top:20px;
	text-align:right;
	font-weight:bold;
}






/*素材一覧画面共通
---------------- */

.phlist-l{
	 width:430px; /* 480-16 */
		background-color:#f3f3f3;
		margin-bottom:20px;
		padding:8px;
		}


.phlist-box{
	 width:130px;
		height:130px;
		border:2px solid #fff;
		background-color:#ccc;
		margin-right:10px;
		}

.phlist-text{
		width:430px;
		}

.phlist-text h3{
		font-size:153.9%;
		color:#555;
		font-weight:bold;
		line-height:1.5;
		}

.phlist-text p{
	line-height:1.4;
		}

.phlist-text ul{
		margin:0;
		padding:0;
}
.phlist-text li{
	list-style: none outside;
	font-size:85%;
	line-height:1.4;
}


.bannar {
	border:1px solid #ddd; padding:10px; background-color:#eee; text-align:center; line-height:1.3; font-size:77%; margin-bottom:10px;
	}
	
.bannarp {
	font-size:75%; line-height:1.5; margin-bottom:5px;
	}

.bannart {
	padding:2px; font-size:12px; color:#999; line-height:1.3; margin-bottom:10px;
	}

.border {
	height:1px; background-color:#eee; margin:10px 0px;
	}



/*ルートマップ
---------------- */
.page-number {
text-align:center;
font-size:77%;
line-height:2.8;
}

.page-number a {
padding:2px;
margin:1px;
background-color:#f9f9f9;
border:1px solid #ddd;
}

.page-number .now {
color:#999;
font-weight:bold;
}




.hagaki {
	width:310px; padding:8px;
	}
	
.hagaki p {
	line-height:1.7;
	font-size:200%;
	margin-bottom:9px;
	}

.hagaki table {
	font-size:85%;
	}
	
.hagaki td {
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #666;
	}





