/* COMMON 共通 */
html {
	margin:				0px;
	padding:			0px;
	height:				100%;

}

body {
	margin:				0px auto;
	padding:			0px;
	font-size:			90%;
	color:				#000000;
   	font-family:		'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:			center;
	background-color:	#EEEEEE;
	height:				100%;
	line-height:		1.6;
	letter-spacing:		2px;
}

img {
	margin:				0px;
	padding:			0px;
	border:				0px;
}

.clear {
	clear:				both;
}

/******************************************************/
/* メイン画像 */
h1 {
	margin:				0px auto;
	padding:			0px;
	width:				815px;
	text-align:			center;
	height:				270px;
}

h1.sub {
	height:				200px;
}

/* サブタイトル */
h2 {

	margin-left:		25px;
	margin-top:			7px;
	margin-bottom:		0px;
	font-size:			110%;
	font-weight:		600;

}

.titleBack {
	width:				530px;
	height:				40px;
	padding:			0px;
	background-image:	url(../images/title_back.png);
	background-repeat:	no-repeat;
	letter-spacing:		5px;
border:1px solid #eeeeee;
}

/******************************************************/
/* ラッパー */
#wrapper {
	width:				845px;
	padding:			10px;
	border:				solid 1px #B5CCE8;
	background-color:	#FFFFFF;
	text-align:			center;
	margin:				0px auto;

}

/* メインエリア */
#mainArea {
	width:				835px;
	padding:			5px;
	border-top:			#1E355B 5px solid;
	border-left:		1px solid #B5CCE8;
	border-right:		1px solid #B5CCE8;
	border-bottom:		1px solid #B5CCE8;
	text-align:			center;
}

/* 共通エリア  */
#usuallyArea {
	width:				815px;
	text-align:			left;
	margin:				0px auto;
}

/******************************************************/
/* 左サイド */
#leftArea {
	width:				530px;
	float:				left;
	margin-top:			10px;
	height:100%;

}

/** バナー */
div#topbanner {
  margin: 0 0 15px 0;
  padding : 0;
}

div#topbanner p {
  width: 530px;
	height: 40px;
	background-color: #CC0000;
  margin: 0;
  padding : 0;
  border:1px solid #EEEEEE;
  text-align: center;
}

div#topbanner p a {
  display: block;
  width: 530px;
	height: 40px;
	font-size: 24px;
}

div#topbanner p a:link, div#topbanner p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}

div#topbanner p a:hover, div#topbanner p a:active {
	color: #ffcc33;
	text-decoration: none;
	background-color: #CC0000;
}

/** カテゴリ */
.category {
	margin-bottom:		30px;
	border:				1px solid #CCCCCC;
	width:				100%;
}

.category h3 {
	font-size:			110%;
	margin:				25px 0px 0px 3px;
	letter-spacing:		7px;
}

.category h3 img.detail {
	font-size:			110%;
	margin:				0px 0px -5px 0px;
	letter-spacing:		7px;
}

/*** マニフェスト */
#policy .category h3 {
	font-size:			110%;
	margin:				15px 0px 10px 3px;
	letter-spacing:		5px;
}


#policy .category .read {
	clear:				both;
	margin-top:			0;
	overflow:			hidden;
}

#policy .category .read .leftArea {
	float:				left;
	width:				300px;
}
#policy .category .read .rightArea {
	float:				right;
	width:				200px;
}


#policy .category .read table {
	width:				100%;
	clear:				both;
	border:				1px solid #CCCCCC;
	border-collapse:	collapse;
	margin-top:			20px;
}
#policy .category .read table caption {
	text-align:			left;
	font-weight:		bold;
}

#policy .category .read table th {
	border:				1px solid #CCCCCC;
	background-color:	#EEEEEE;
	padding:			10px 5px 10px 5px;
	width:				20%;
	font-size:			90%;
	text-align:			center;
}

#policy .category .read table td {
	clear:				both;
	border:				1px solid #CCCCCC;
	padding-left:		15px;

}
#policy .category .read table.number td {
	text-align:			right;
}

#policy .category .read .tableNote {
	margin:				0px;
	font-size:			90%;
}



/*** 文章エリア */
.read {
	margin:				20px 10px 35px 15px;

}

.read p {
	margin-top:			10px;
	margin-left:		10px;
}

/*** 詳細ボタンへ 画像 */
.read p img.detail {
	margin-top:			10px;
	border:				1px solid #CCCCCC;

}

/*** 下線 */
.underline {
	font-size:120%;
	font-weight:		bold;
	letter-spacing:		2px;
	padding-left:		3px;
	border-bottom:		1px solid #1E355B;
}
/*** ポイント（強調） */
.point {
	color:				#191970;
	font-weight:		bold;
}

/*** 枠線 */
hr.style1 {
	padding:0px;
	height:				1px;
	width:100%;
	border:				#CCCCCC 1px dotted;
}

/*** リスト */
ul.marker {
	list-style-type:	none;
	margin:0;
	padding-left:20px;
	
}
ul.marker li {
	background-image:		url(../images/bullet_link.gif);
	background-repeat:		no-repeat;
	padding-left:			20px;
	background-position:	0px 5px;
}

/******************************************************/

/* 右サイド */
#rightArea {
	float:				right;
	margin-top:			10px;
	margin-left:		20px;
}

/** Pエリア */
#rightArea p {
	margin:				0px;
	padding:			0px;
}

/** インフォメーションエリア  */
#rightArea #infoArea {
	background-color:	#E7EFF8;
	border:				1px solid #CCCCCC;
	background-image:	url(../images/right_area_back.gif);
	background-repeat:	repeat-x;
	height:				100%;
	padding-top:		5px;
	padding-bottom:		40px;
}

#rightArea #infoArea img {
	margin-top:			10px;
}

/** フォトカテゴリー */
#rightArea #photoArea {
	border:				1px solid #CCCCCC;
	margin-bottom:		20px;
	text-align:			center;
	padding-bottom:		5px;
	background-color:	#fafaff;
}

#rightArea #photoArea table {
	text-align:			center;
	padding:			0px;
	width:				250px;
	margin-top:			3px;
	margin-left:		3px;
}

#rightArea #photoArea td {
	width:				33%;
	height:				65px;
}

#rightArea #photoArea td img {
	border:				1px solid #808080;
}

/** 事務所住所 */
#rightArea #addressArea {
	border:				1px solid #CCCCCC;
	margin-top:			20px;
	margin-bottom:		20px;
	text-align:			left;
	padding-bottom:		10px;
	background-color:	#fafaff;
	font-size:			90%;
	line-height:		1.2;
}

#rightArea #addressArea p.map {
	margin-left:		10px;
	margin-top:			10px;
}

/** バナー */
#rightArea #banner img {
	border:				1px solid #CCCCCC;
}

#rightArea #banner p {
	margin:				0px 0px 20px 0px;
	padding:			0px;
}

/******************************************************/
/* ヘッター */
#header {
	margin:				0px auto;
	text-align:			center;
	padding:			10px 0px 0px 0px;
	width:				815px;
}

/** ロゴ */
#header #logo {
	float:				left;
	margin:				10px 0px 5px 0px;
}

#header #logo p {
	margin:				0px;
	padding:			0px;
}

/** インフォメーション */
#header #information {
	float:				right;
	margin:				40px 10px 0px 0px;
	padding:			0px;
	font-size:			12px;
	text-align:			left;
	
}


/******************************************************/
/* INDEX 専用 */
#manufest p {
	margin-top:			15px;
	margin-bottom:		10px;
	margin-left:		10px;
}
/** トップイメージ */
.topimage {
	float:right;
}

/** トピックス */
#topics {
	width:				530px;
	height:				300px;
	margin:				0px;
	padding:			0px;
	overflow-y:			scroll;
	overflow-x:			auto;
}

#topics .topicsRead {
	margin:				10px 0px 10px 25px;
	border-bottom:		dotted 1px #CCCCCC;
}

#topics .topicsNew {
	color: #ff0000;
	font-weight: bold;
}

/** 詳細ボタン */
.detail_b {
	margin-left:		10px;
	margin-right:		10px;
	vartical-align:		middle;
}

/** TABLE マニフェスト */
table.manufestTable td {
	height:				80px;
	border-collapse:	collapse;
}

table.manufestTable td img {
	margin-bottom:		5px;
}

table.manufestTable td.rightT {
	border-left:		dotted 1px #cccccc;
	padding-left:		15px;
	padding-right:		0px;
	margin:				0px;
}

table.manufestTable td.rightB {
	border-left:		dotted 1px #cccccc;
	padding-left:		15px;
	padding-right:		0px;
	margin:				0px;
	border-collapse:	collapse;
}

table.manufestTable td.leftT {
	padding-right:		0px;
	margin:				0px;
	border-collapse:	collapse;
}


table.manufestTable td.leftB {
	padding-right:		0px;
	margin:				0px;
	border-collapse:	collapse;
}

/******************************************************/
/* グローバルナビゲーション */
#navi {
	width:				815px;
	text-align:			center;
	margin:				0px auto;
	background-color:#FFFFFF;

}

#navi ul{
	padding:			0px;
	margin:				0px;
	height:				40px;
	width:				815px;
}


#navi li {#
	float:				left;
	margin:				0px;
	list-style-type:	none;
	text-decoration:	none;
	text-indent:		-9999px;

}

html*#navi li {
	margin:				0px;
	list-style-type:	none;
	text-decoration:	none;
	text-indent:		-9999px;
}

* html #navi li {
	float:				left;
	margin:				0px;
	list-style-type:	none;
	text-decoration:	none;
	text-indent:		-9999px;
}

/* 20090722_1859 sm追加 */
#navi ul li a {
  outline: none;
}


#navi1 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/navi_home.gif);
}

#navi2 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/navi_profile.gif);
}

#navi3 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/navi_policy.gif);
}

#navi4 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/navi_activity_log.gif);
}

#navi5 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/navi_info.gif);
}

#navi6 a {
	float:				left;
	width:				135px;
	height:				40px;
	background-image:	url(../images/navi_blog.gif);
}


/* グローバルナビゲーション 表示 */
li#navi1.view1 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_home.gif);
}


li#navi2.view2 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_profile.gif);
}

li#navi3.view3 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_policy.gif);
}

li#navi4.view4 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_activity_log.gif);
}

li#navi5.view5 a {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_info.gif);
}

li#navi6.view6 a {
	float:				left;
	width:				135px;
	height:				40px;
	background-image:	url(../images/over_navi_blog.gif);
}

/* グローバルナビゲーション ロールオーバー */
#navi1 a:hover {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_home.gif);
}

#navi2 a:hover {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_profile.gif);
}

#navi3 a:hover {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_policy.gif);
}

#navi4 a:hover {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_activity_log.gif);
}

#navi5 a:hover {
	float:				left;
	width:				135px;
	height:				40px;
	margin-right:		1px;
	background-image:	url(../images/over_navi_info.gif);
}

#navi6 a:hover {
	float:				left;
	width:				135px;
	height:				40px;
	background-image:	url(../images/over_navi_blog.gif);
}

/******************************************************/
/* フッター */
#footer {
	margin:				20px auto 0px auto;
	padding-top:		5px;
	padding-bottom:		5px;
	text-align:			center;
/** TODO
	background-color:#1E355B;
*/
	background-color:	#1E3570;
	color:				#FFFFFF;
	width:				100%;
	
}

#footer a {
	margin:				0px 25px;
	color:				#FFFFFF;
	text-decoration:	none;
}

#footer a:hover {
	text-decoration:	underline;
}

#footer p {
	margin:				5px auto;
	color:				#FFFFFF;
	
}

#footer address {
	margin-top:			3px;
	font-size:			80%;
	font-style:			normal;
}

/******************************************************/
/* パンくずリスト */
#pankuzu {
	margin:				5px 0px 10px 5px;
	padding:			0px;
	color:				#666666;
	font-size:			85%;
}

/******************************************************/
/* TABLE 国会質問一覧 */
table.diet {
	width:				100%;
	border:				1px solid #CCCCCC;
	border-collapse:	collapse;
	margin-bottom:		30px;
}

table.diet td {
	border:				1px solid #CCCCCC;
	padding-left:		10px;
	border-collapse:	collapse;
}

table.diet th {
	border:				1px solid #CCCCCC;
	background-color:	#EEEEEE;
	border-collapse:	collapse;
	padding:			7px;
	font-weight:		normal;
	white-space:		nowrap;
	width:				15%;
}

table.diet caption {
	font-size:			110%;
	font-weight:		bold;
	color:				#191970;
	text-align:			left;
	margin:				15px 0px 0px 0px;
	padding:			0px;
}
/* TABLE 書籍関連 */
table.books {
	width:				100%;
	border:				1px solid #CCCCCC;
	border-collapse:	collapse;
	margin:				10px 0px 30px 0px;
}

table.books caption{
	font-weight:		bold;
	color:				#191970;
	text-align:			left;
	margin:				0px;
	padding:			0px;
}

table.books th {
	width:				25%;
	border:				1px solid #CCCCCC;
	background-color:	#EEEEEE;
	border-collapse:	collapse;
	padding-left:		10px;
	font-weight:		normal;
}

table.books td{
	width:				60%;
	border:				1px solid #CCCCCC;
	padding-left:		10px;
	border-collapse:	collapse;
}

table.books td.image {
	width:				0%;  <!-- 左右にmarginを残さない為 -->
	border:				1px solid #CCCCCC;
	border-collapse:	collapse;
	margin:				0px;
	padding:			0px;
	text-align:			center;
	vartical-align:		middle;
	padding:			5px;
}

/* TABLE 写真館 */
.photogallery  {
	text-align:			center;
	margin:				10px 0px 30px 10px;
}

.photogallery table {
	margin:				0px;
	padding:			0px;
}

.photogallery td {
	width:				100px;
	text-align:			left;

}

.photogallery img {
	border:				1px solid #DDDDDD;
	margin-bottom:		0px;
}
/******************************************************/
/* LIGHT BOX */
#imageData #imageDetails{
	width:				80%;
	float:				left;
	text-align:			left;
}

#imageData #caption p{
	border-top:			1px dotted #CCCCCC;
	padding-top:		5px;
	font-weight:		normal;
	margin-bottom:		20px;
}

#imageData #caption{
	font-weight:		bold;
	margin-bottom:		20px;
	font-size:			110%;
}
/******************************************************/
/** 旧サイト */
#usuallyArea.before {
	margin:				20px 0px 0px 20px;
}

/** ブログ記事一覧 */
#blog {
	height:300px;
	margin:0;
	overflow-x:auto;
	overflow-y:scroll;
	padding:0;
	width:530px;
}

#blog dl dt{
	border-bottom:		1px dotted #CCCCCC;
	clear:				both;
	float:				left;
	width:				110px;
	margin-top:			0px;
	margin-right:		10px;
	margin-bottom:		0px;
	margin-left:		0px;
	padding-top:		7px;
	padding-right:		0px;
	padding-bottom:		7px;
	padding-left:		0px;
	text-indent:		20px;
	line-height:		1.4em;
}

#blog dl dd{
	border-bottom:		1px dotted #CCCCCC;
	margin-top:			0px;
	margin-right:		0px;
	margin-bottom:		0px;
	margin-left:		0px;
	padding-top:		7px;
	padding-right:		0px;
	padding-bottom:		7px;
	padding-left:		0px;
	line-height:		1.4em;


/}