@charset "utf-8";

/************************************************************************************** 基本タブ設定 */
/* 初期設定 
---------------------------------------------------------------------------------------------------*/
h1,
h2,
h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,p,
table, th, td, img, form {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

p{
	margin:0;
	padding:0;
	line-height:150%;
}

img{
	border: 0;
	vertical-align:bottom;
	text-decoration:none;

}

* a{
	/*\*/
	overflow:hidden;
	/**/
}

hr{
	clear:both;
	border:0;
	background:none;

}

* html hr{
	display:none;
}

address{
	font-size:80%;
	text-align:center;
	margin:5px 0 10px;
	clear:both;
}

/*■共通■■■■■■■■■■■■■■■■■■*/

/*ベースフォント・デザイン
------------------------------------*/
body {
	font-size: 90%;
	color:#070e30;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

/*------------------------------------
レイアウト（共通）
------------------------------------*/
/*全体枠
------------------------------*/
#wrapper {
	width:955px;
	text-align:center;
	margin:0 auto;
	padding:0;
}

/*ヘッダエリア
------------------------------*/
#header{
	width:955px;
	padding:0;
	margin:0;
	background:url(../common/header_bcg01.jpg) repeat-x;
	border-top:5px solid #1d34b8;
	border-bottom:2px solid #1d34b8;
}

/*headerエリアclear*/
#header:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#header{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #header{
	height: 1%;
 }

#header{
	display: block;
}
/*Mac版 IE 避け*/

#header #logo{
	width:279px;
	float:left;
	margin:24px 0 0 20px !important;
	margin:24px 0 0 10px;
	padding:0;
}

#header #headerRight{
	width:249px;
	float:right;
	margin:13px 7px 10px 0;
	padding:0;
	text-align:right;
}

#header #headerRight #goiken{
	margin:0 0 9px auto;
	width:165px;
	height:32px;
	background: url(../common/header_btn01.jpg) no-repeat;
}

#header #headerRight #goiken a{
	width:165px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

#header #headerRight #goiken a:hover{
	background: url(../common/header_btn01_over.jpg) no-repeat;
}

/*フッターエリア
------------------------------*/
#footer{
	width:955px;
	padding:4px 0 18px;
	margin:0 auto 0;
	background:url(../common/footer_bcg01.jpg) repeat-x #ffffff;
	border-bottom:1px solid #1d34b8;
	text-align:left;
	clear:both;
}

/*clear*/
#footer:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#footer{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #footer{
	height: 1%;
 }

#footer{
	display: block;
}
/*Mac版 IE 避け*/

#footer01{
	float:left;
	width:30px;
	margin:18px 0 0 20px !important;
	margin:18px 0 0 10px;
}

#footer02{
	float:left;
	width:400px;
	margin:18px 0 0 5px;
}

#footer02 p{
	line-height:130%;
}


#footer02 strong{
	font-weight:bold;
}

/* safari only \*/
html[xmlns]*#footer02{
	font-size:90%;
}
/*safari only*/

#footer03{
	position:relative;
	float:right;
	width:325px;
	margin:10px 20px 0 0 !important;
	margin:10px 10px 0 0;

}

/*footerナビ*/
#footer03 ul{
	padding:0;
	margin:0;
	list-style:none;	position:relative;
}

#footer03 ul#footerNavi li{
	padding:0;
	margin:0;
	height:14px;

	float:left;
}

#footer03 #footerNavi li a{
	display:block;
	padding:0;
	margin:0;
	height:14px;
	width:62px;
	text-indent:-99999px;
}

/*通常時のグローバルリスト*/
#footer03 #footerNavi li#privacy,
#footer03 #footerNavi li#privacy a{
	background: url(../common/footer_navi01.gif) no-repeat 0 0;
	width:153px;
}

#policyPage #footer03 #footerNavi li#privacy a,
#footer03 #footerNavi li#privacy a:hover{
	background: url(../common/footer_navi01_over.gif) no-repeat 0 0 #000;
	width:153px;
}


#footer03 #footerNavi li#sitemap,
#footer03 #footerNavi li#sitemap a{
	background: url(../common/footer_navi01.gif) no-repeat -153px 0;
	width:107px;
}

#sitemapPage #footer03 #footerNavi li#sitemap a,
#footer03 #footerNavi li#sitemap a:hover{
	background: url(../common/footer_navi01_over.gif) no-repeat -153px 0;
	width:107px;
}


#footer03 #footerNavi li#disclaim,
#footer03 #footerNavi li#disclaim a{
	background: url(../common/footer_navi01.gif) no-repeat -260px 0;
}

#disclaimPage #footer03 #footerNavi li#disclaim a,
#footer03 #footerNavi li#disclaim a:hover{
	background: url(../common/footer_navi01_over.gif) no-repeat -260px 0;
}

/*サイドとメインの大枠
------------------------------*/
#contentWrapper{
	width:955px;
	text-align:center;
	background:url(../common/wrapper_bcg01.gif) repeat-y #ffffff;
	margin:0 auto;
	padding:0;
}

#content{
	width:917px;
	margin:0 auto;
	padding:0 0 40px;
	text-align:left;
	}

/*clear*/
#content:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#content{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #content{
	height: 1%;
 }

#content{
	display: block;
}
/*Mac版 IE 避け*/

/*サイドエリア
------------------------------*/
#side{
	text-align:center;
	width:186px;
	margin:0;
	padding:0;
	position:relative;
	/*z-index:9999px;*/
	float:left;
}

#side a{
	text-decoration:none;/*nn用*/
}
/*navi指定 
------------------------------*/
#navi{
	background:url(../common/side_km_top01.png) no-repeat 0 0;
	padding:17px 0 0;
	margin:-97px auto 0;
	position:relative;
	width:186px;
	text-align:center;
}

/*IE png背景画像*/
* html #navi{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

#navi div{
	margin:0 auto;
	text-align:center;
	background:url(../common/div_shadow_bcg01.gif) repeat-y -3px 0;
}

#navi div#bottom{
	background:url(../common/side_km_bottom01.gif) no-repeat 1px bottom;
	padding:0 0 15px;
}

.glossymenu{
padding: 0;
width: 184px; /*width of menu*/
text-indent:-9999px;
}

.glossymenu a.menuitem{
	display: block;
	/*position: relative; To help in the anchoring of the ".statusicon" icon image*/
	width: 184px;
	height:59px;
	padding:0;
	text-indent:-9999px;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	width:184px;
	height:37px;
}

.glossymenu div.listNone{
	width:184px;
	height:0;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}

.glossymenu div.submenu ul.subNone{
	display:none;
	height:0;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}
.glossymenu div.submenu ul li a{
	display: block;
	text-decoration: none;
	height:37px;
	width:184px;
	text-indent:-9999px;
}

#navi .glossymenu a.menuitem{
	text-indent:-9999px;
}

/*通常時のグローバルリスト*/
#navi #topics{
	background: url(../common/navi01.jpg) no-repeat 0 0;
	height:59px;
}

#navi #policyManage{
	background: url(../common/navi01.jpg) no-repeat 0 -59px;
	text-indent:0;
	height:59px;
}
#navi #organization{
	background: url(../common/navi01.jpg) no-repeat 0 -118px;
	height:58px;
	text-indent:0;
}
#navi #lawmaker{
	background: url(../common/navi01.jpg) no-repeat 0 -177px;
	text-indent:0;
	height:57px;
}

#navi #supporter{
	background: url(../common/navi01.jpg) no-repeat 0 -234px;
}
#navi #press{
	background: url(../common/navi01.jpg) no-repeat 0 -293px;
}

#navi #links{
	background: url(../common/navi01.jpg) no-repeat 0 -354px;
	height:57px;
}

/*ロールオーバー時のグローバルリスト*/
#topicsPage #navi a#topics,
#navi #topics:hover{
	background: url(../common/navi02.jpg) no-repeat 0 0;
}

#policyManagePage #navi a#policyManage,
#navi #policyManage:hover{
	background: url(../common/navi02.jpg) no-repeat 0 -59px;
}
#organizationPage #navi a#organization,
#navi #organization:hover{
	background: url(../common/navi02.jpg) no-repeat 0 -229px;
}
#lawmakerPage #navi a#lawmaker,
#navi #lawmaker:hover{
	background: url(../common/navi02.jpg) no-repeat 0 -400px;
}

#supporterPage #navi a#supporter,
#navi #supporter:hover{
	background: url(../common/navi02.jpg) no-repeat 0 -644px;
}

#pressPage #navi a#press,
#navi #press:hover{
	background: url(../common/navi02.jpg) no-repeat 0 -703px;
}

#linksPage #navi a#links,
#navi #links:hover{
	background: url(../common/navi02.jpg) no-repeat 0 -764px;
}

/*通常時のグローバルリスト*/
/*政策運営*/
#navi #idea{
	background: url(../common/navi02.jpg) no-repeat 0 -118px;
}
#navi #policy{
	background: url(../common/navi02.jpg) no-repeat 0 -155px;
}
#navi #agreement{
	background: url(../common/navi02.jpg) no-repeat 0 -192px;
}
/*組織紹介*/
#navi #greeting{
	background: url(../common/navi02.jpg) no-repeat 0 -288px;
}
#navi #org{
	background: url(../common/navi02.jpg) no-repeat 0 -325px;
}
#navi #guidance{
	background: url(../common/navi02.jpg) no-repeat 0 -362px;
}
/*議員紹介*/
#navi #rep{
	background: url(../common/navi02.jpg) no-repeat 0 -459px;
}
#navi #cou{
	background: url(../common/navi02.jpg) no-repeat 0 -496px;
}
#navi #aichi{
	background: url(../common/navi02.jpg) no-repeat 0 -534px;
}
#navi #nagoya{
	background: url(../common/navi02.jpg) no-repeat 0 -571px;
}
#navi #general{
	background: url(../common/navi02.jpg) no-repeat 0 -607px;
}

/*ロールオーバー時のグローバルリスト*/
/*政策運営*/
#ideaPage #navi #idea a,
#navi #idea a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -118px;
}
#policyPage #navi #policy a,
#navi #policy a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -155px;
}
#agreementPage #navi #agreement a,
#navi #agreement a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -192px
}
/*組織紹介*/
#greetingPage #navi #greeting a,
#navi #greeting a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -288px;
}
#orgPage #navi #org a,
#navi #org a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -325px;
}
#guidancePage #navi #guidance a,
#navi #guidance a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -362px;
}
/*議員紹介*/
/*#repPage #navi #rep a,*/
#navi #rep a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -459px;
}
#couPage #navi #cou a,
#navi #cou a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -496px;
}
#aichiPage #navi #aichi a,
#navi #aichi a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -534px;
}
#nagoyaPage #navi #nagoya a,
#navi #nagoya a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -571px;
}
#generalPage #navi #general a,
#navi #general a:hover{
	background: url(../common/navi03.jpg) no-repeat 0 -607px;
}

/*バナーエリア指定 
------------------------------*/
#bnrContent{
	width:142px;
	margin:25px auto 0;
}

#bnrContent p{
	margin:0 0 10px;
}
/*メインエリア
------------------------------*/
#main{
	padding:20px 0 0;
	width:715px;
	float:right;
}

/*#mainclear*/
#main:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#main{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #main{
	height: 1%;
 }

#main{
	display: block;
}
/*Mac版 IE 避け*/

/*共通要素
------------------------------------------------------------------------*/
/*見出し*/

h2{
	background:url(../common/title_blue_bcg01.jpg) no-repeat;
	color:#ffffff;
	padding:16px 0 12px 15px;
	margin:0 0 15px;
	font-weight:bold;
	font-size:130%;/*18px*/
	clear:both;
}

* html h2{
	background:url(../common/title_blue_bcg01.jpg) no-repeat;
	color:#ffffff;
	padding:15px 0 13px 15px;
	margin:0 0 15px;
	font-weight:bold;
	font-size:130%;/*18px*/
	clear:both;
}


h3{
	padding:7px 0 4px 22px;
	margin:0 0 20px;
	font-weight:bold;
	background:url(../common/title_blue_bcg02.gif) no-repeat;
	clear:both;
}

h2 span{
	font-size:80%;/*14px*/
	font-weight:normal;
	padding:0 0 0 5px;
}

#flash,
#mainImg{
	z-index:1;
	clear:both;
	
}

/*clear*/
#flash:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#flash{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #flash{
	height: 1%;
 }

#flash{
	display: block;
}
/*Mac版 IE 避け*/

/*フロート
------------------------------*/
.clear {
	clear: both;
}

/*
===== 1: CLEARFIX ==============================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/*トップに戻る 
------------------------------------*/
.pageTop{
	position:absolute;
	margin:-40px 0 0 214px;
}

/*前のページに戻る 
------------------------------------*/
.pageBack{
	margin:0 0 40px auto;
	text-align:right;
	clear:both;
}

/*パンくずリンク
------------------------------------*/
#topicsPass{
	padding:0 0 4px;
	margin:0 0 0 auto;
	text-align:right;
	font-size:90%;/*12px*/
}


/*リンク要素
------------------------------------*/
a:link,
a:visited{
	color:#0033cc;
	text-decoration:none;
}

a:hover,
a:active{
	text-decoration:underline;
}

.linkRedArrow{
	background:url(../common/linkhead_red01.gif) no-repeat 0 center;
	padding:0 0 0 16px;
}

/*位置要素
------------------------------------*/
.center{
	text-align:center;
}

.last{
	margin:0;
	padding:0;
}

.pst01{
	margin:0 9px 0 0;
}

.pst02{
	margin:15px 0 0;
}

.pst03{
	margin:0;
}

.pst04{
	margin:0 0 25px 22px;
}

.pst05{
	margin:0 0 10px;
	display:block;
}

/*各ページ指定 
------------------------------------------------------------------------*/
/*==============================
トップページ(body#topPage)
==============================*/
#topPage #flash{
	width:955px;
	height:315px;
	text-align:right;
	padding:0;
	margin:0;
	background:url(../img/top_flash_bcg01.gif) repeat-x;
}

#topPage #navi{
	margin:-300px 0 0 0;
	left:16px !important;
	left:17px;
}

#topPage #bnrContent{
	width:142px;
	margin:25px 0 0 37px !important;
	margin:25px 0 0 32px;
}

#topPage #content{
	width:950px;
	margin:0 auto;
	padding:0 0 40px;
	text-align:left;
	}

#topPage #main{
	margin:0;
	padding:0;
	width:760px;
	float:right;
}


#topPage h2{
	background:none;
	color:#ffffff;
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:100%;
	clear:none;
}




/*フロート要素外枠*/
#topPage .topContent{
	width:760px;
}

/*clear*/
.topContent:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

.topContent{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html .topContent{
	height: 1%;
 }

.topContent{
	display: block;
}

/* バナー表示部分 */
#topPage #main .center{
	margin:2px 0 16px 10px;
	padding:0;
}

/*Ie用*/
* html #topPage #main .center{
	margin:2px 0 16px 20px;
	position:relative;
}

/*Mac版 IE 避け*/

#topPage #giinArea{
	width:740px;
	margin: 18px 0 0 20px !important;
	margin: 11px 0 0 20px;
}

/*衆議院議員、参議員議員*/
#topPage .whiteKm{
	width:350px;
	float:left;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	background: url(../img/top_main_km_top01.gif) no-repeat;
	padding: 7 0 0;
	margin:0 0 0 10px;
}

/*clear*/
.whiteKm:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

.whiteKm{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html .whiteKm{
	height: 1%;
 }

.whiteKm{
	display: block;
}
/*Mac版 IE 避け*/
#topPage .giinPhoto{
	margin:20px 0 0 17px !important;
	margin:20px 0 0 9px;
	padding-bottom:15px;
	border:none;
}

#topPage .giinPhoto img{
	border:1px solid #e7e7e7;
}

#topPage .giinIntroduce{
	margin:20px 20px 15px 0 !important;
	margin:20px 10px 15px 0;
}

#giinArea strong.giin{
	width:auto;
	background:none;
	padding:0;
	}

/*トピックス、プレス民主*/
#topPage .blueKm{
	width:352px;
	float:left;
	background: url(../img/top_main_km_middle02.gif) repeat-y;
}

#topPage .blueKmBottom{
	width:352px;
	background: url(../img/top_main_km_bottom02.gif) no-repeat left bottom;
	padding:0 0 14px;
}

/*clear*/
.blueKmBottom:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

.blueKmBottom{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html .blueKmBottom{
	height: 1%;
 }

.blueKmBottom{
	display: block;
}
/*Mac版 IE 避け*/


/*トピックス*/

h2#topicsTitle{
	line-height:0;
	font-size:0;
	position:relative;
}

h2#topicsTitle span{
	background:url(../img/top_btn_topics.gif) no-repeat;
	width:108px;
	height:22px;
	display:block;
	position:relative;
	top:-29px;
	cursor:pointer;
	margin:0 0 0 auto;
}

h2#topicsTitle span a{
	text-decoration:none;
	text-indent:-9999px;
	width:108px;
	height:22px;
	display:block;

}

#topPage #topicsList{
	margin:0 10px 0 30px !important;
	margin:0 10px 0 20px;
}

#topicsList ul{
	padding:0;
	margin:0 auto;
	width:300px;
}

#topicsList ul span{
	padding:0 0 0 8px;
	margin:0;
	width:295px;
	display:block;
	border-left:3px solid #1d34b8;
}

#topicsList li{
	background:url(../common/border_gray01.gif) no-repeat left bottom;
	padding:0 0 6px;
	margin:0 0 20px;
	line-height:120%;
}

/*プレス民主・号外あいち*/

#pressMinshu p,
#pressMinshu div{
	width:300px;
}

#pressMinshu #gougai{
	margin:28px auto 15px;
}

#pressMinshu .linkRedArrow{
	margin:15px 10px 10px auto;
	font-weight:bold;
	font-size:120%;
}

#pressMinshu .linkRedArrow img{
	margin:0 0 0 10px;
	vertical-align:middle;
}

#pressMinshu ul{
	width:280px;
	margin:0 auto 10px;
	padding:0 0 0 13px !important;
	padding:0 0 0 15px;
}

#pressMinshu ul li{
	list-style:disc;
	line-height:150%;
}

#pressMinshu #adobeReader{
	border:1px solid #cccccc;
	width:289px;
	margin:0 auto;
}

/*clear*/
#adobeReader:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#adobeReader{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #adobeReader{
	height: 1%;
 }

#adobeReader{
	display: block;
}
/*Mac版 IE 避け*/

#pressMinshu #adobeReader img{
	float:left;
	width:82px;
	padding:15px 0 0 6px;
}

#pressMinshu #adobeReader p{
	float:right;
	width:174px;
	padding:10px 6px 10px 0;
	font-size:75%;
	line-height:100%;
}
/*==============================
政策・運営lawmaker(body#policyManagePage)
==============================*/
#policyManagePage h3{
	margin:0 0 10px;
}

#policyManagePage h4{
	border-left:6px solid #666666;
	border-bottom:1px solid #666666;
	padding:0 0 0 6px;
	margin:20px 0 5px;
}

#policyManagePage .img01{
	margin:0 0 20px;
}

#policyManagePage #main p,
#policyManagePage #main ul{
	margin:0 0 20px;
}

#policyManagePage #main p#topicsPass{
	padding:0 0 4px;
	margin:0 0 0 auto;
	text-align:right;
	font-size:90%;/*12px*/
}


#policyManagePage #main li{
	line-height:150%;
}

#policyManagePage br{
	display:block;
	padding:0;
	margin:0;
}

/*規約*/
#policyManagePage table{
	margin:0 0 25px;
	width:100%;
	}

#policyManagePage table th{
	width:55px;
	white-space:nowrap;
	padding:6px 0 6px 12px;
	vertical-align:top;
	}

#policyManagePage table td{
	padding:6px 5px 6px 5px;
	line-height:150%;
	background:url(../common/border_black01.gif) repeat-x bottom;
	vertical-align:top;
	}

#policyManagePage table td.number{
	white-space:nowrap;
	width:12px;
	}


/*==============================
議員紹介lawmaker(body.lawmaker)
==============================*/

/*各カテゴリ共通
------------------------------------*/

/*検索サーチ
------------------------------------*/
#giinSearch,
#giinSearch2{
	width:716px;
	background:url(../lawmaker/img/search_bcg01.jpg) no-repeat;
	margin:0;
	
}

/*各議員紹介ページトップbody.giinTop)*/
.giinTop #giinSearch{
	margin:20px 0 20px;
}

/*clear*/
#giinSearch:after,
#giinSearch2:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#giinSearch,
#giinSearch2{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #giinSearch,
* html #giinSearch2{
	height: 1%;
 }

#giinSearch,
#giinSearch2{
	display: block;
}
/*Mac版 IE 避け*/

#giinSearch #searchBox,
#giinSearch2 #searchBox{
	margin:28px 17px 0 0;
	width:270px;
}

#giinSearch .gScontent,
#giinSearch2 .gScontent{
	float:left;
}

.gScontent .txt01{
	padding:2px 0 25px;
}

/*for IE7 only*/
*:first-child+html .gScontent .txt01{
	padding:0px 0 25px;
	margin:-5px 0 0;
}

#giinSearch #searchTitle,
#giinSearch2 #searchTitle{
	padding:23px 20px 14px 88px;
	width:198px;
}

#giinSearch #searchArea,
#giinSearch2 #searchArea{
	width:240px;
}

#giinSearch #searchBtn,
#giinSearch2 #searchBtn{
	margin:25px 0 0 0;
	width:103px;
}

/*■■■■■■■■議員一覧ページ(div.lawmaker)■■■■■■■■*/
.giinWrapper{
	width:716px;
	margin: 0 0 20px;
	clear:both;
}

/*clear*/
.giinWrapper:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

.giinWrapper{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html .giinWrapper{
	height: 1%;
 }

.giinWrapper{
	display: block;
}
/*Mac版 IE 避け*/

#giinArea{
	width:716px;
	margin:20px 0 0;
}

/*clear*/
#giinArea:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#giinArea{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #giinArea{
	height: 1%;
 }

#giinArea{
	display: block;
}
/*Mac版 IE 避け*/

#giinArea .giinContent{
	width:328px;
	float:left;
	margin:0;
	padding:10px;
	border:1px solid #ececec;
}

#giinArea .Last{
	float:right;
}

.giinPhoto{
	float:left;
	border:2px solid #e7e7e7;
	width:auto;
}

#giinArea .giinIntroduce{
	float:right;
	width:190px;
}

#giinArea strong{
	width:190px;
	background:url(../common/linkhead_red01.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
	color:#070e30;
	line-height:1.1em;
	}

#giinArea strong a{
	color:#070e30;
	font-size:110%;/*16px*/

}

#giinArea span{
	font-size:90%;/*14px*/
	padding:0 0 0 14px;
}

#giinArea .name{
	padding:0 0 5px;
	margin:2px 0 5px;
	background:url(../common/border_black01.gif) no-repeat bottom;
}

/*■■■■■■■■議員詳細ページ(div.detailLawmaker)■■■■■■■■*/

.lawmaker .detailLawmaker h2{
	margin:0 0 20px;
}

.detailLawmaker #main h3{
	padding:7px 0 4px 22px;
	margin:0 0 20px;
	font-weight:bold;
	background:url(../common/title_blue_bcg02.gif) no-repeat;
	clear:both;
}

.detailLawmaker .giinWrapper{
	margin: 0 0 40px;
}

.detailLawmaker .giinIntroduce{
	float:right;
	width:570px;
	border:1px solid #e7e7e7;
}

.detailLawmaker .giinIntroduce table{
	width:570px;
	background:url(../common/table_bcg_blue01.gif) repeat-y;
}

.detailLawmaker .giinIntroduce table th{
	width:100px;
	font-weight:bold;
	background:url(../common/border_lightgray01.gif) repeat-x bottom;
	vertical-align:top;
	padding:6px 5px 6px 12px;
	line-height:150%;
}

/*for IE7 only*/
*:first-child+html .detailLawmaker .giinIntroduce table th{
	width:90px;
}

/* safari only \*/
html[xmlns]*.detailLawmaker .giinIntroduce table th{
	width:120px;
}
/*safari only*/

.detailLawmaker .giinIntroduce table td{
	vertical-align:top;
	background:url(../common/border_lightgray01.gif) repeat-x bottom #ffffff;
	padding:6px 10px 6px 12px;
	line-height:150%;
}

/*for IE7 only*/
*:first-child+html .detailLawmaker .giinIntroduce table td{
	padding:6px 10px 6px 5px;
}




/*議員ホームページ指定*/
.detailLawmaker .giinIntroduce table td span{
	background:url(../common/linkhead_red01.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
}

.detailLawmaker .giinIntroduce table td span img{
	vertical-align:middle;
	padding:0 0 0 5px;
}

.detailLawmaker .giinIntroduce table td span a:link,
.detailLawmaker .giinIntroduce table td span a:visited,
.detailLawmaker .giinIntroduce table td span a:hover,
.detailLawmaker .giinIntroduce table td span a:active{
	color:#070e30;
}


.detailLawmaker .giinIntroduce table td.last,
.detailLawmaker .giinIntroduce table th.last{
	background-image:none;
}

.detailLawmaker #main h3#ryakurekiTitle{
	margin:0 0 10px;
}

.detailLawmaker ul#ryakureki{
	width:694px;
	margin:0 0 10px 12px;
	padding:0;
}

#ryakureki li{
	vertical-align:top;
	padding:6px 10px 6px 10px;
	line-height:150%;
	background:url(../common/border_lightgray01.gif) repeat-x bottom;
}

/*■■■■■■■■議員検索結果ページ(div.lawmaker)■■■■■■■■*/
.resultPage h2{
	margin:0 0 30px;
}

.resultPage #giinArea{
	margin:5px 0 0;
}

.lawmaker #main .result,
.lawmaker #main .result2{
	border-bottom:2px solid #1d34b8;
	margin:35px 0 0;
	clear:both;
	font-size:95%;
}

.lawmaker #main .result2{
	margin:30px 0 0;
}


.lawmaker #main .result strong,
.lawmaker #main .result2 strong{
	background:none;
	padding:0;
	line-height:90%;
}

.red{
	color:#e60000;
	font-weight:bold;
	font-size:140%;
}

.page{
	margin:20px 0 0 auto;
	text-align:right;
	font-size:85%;
	color:#070e30;
	clear:both;
}

.page2{
	margin:0 0 0 auto;
	text-align:right;
	font-size:85%;
	color:#070e30;
	clear:both;
}

#pst01{
	margin:0 0 30px auto;
}

.page a:link,
.page a:visited,
.page a:hover,
.page a:active{
	color:#070e30;
}


.page2 a:link,
.page2 a:visited,
.page2 a:hover,
.page2 a:active{
	color:#070e30;
}

/*==============================
トピックス(body#topicsPage)/プレス民主(body#pressPage)
==============================*/
/*2ページ共通一覧ページ*/
#itiranWrapper{
	width:715px;
	/*background:url(../common/pastright_bcg_blue01.gif) repeat-y 505px 0;*/
	margin:30px 0 0;
	padding:0;
}

#pressPage .listPage,
#topicsPage .listPage{
	background:url(../common/pastright_bcg_blue01.gif) no-repeat 707px 122px ;
	margin:0 auto 40px;
}

* html #pressPage .listPage,
* html #topicsPage .listPage{
	background:url(../common/pastright_bcg_blue01.gif) no-repeat 707px 135px ;
}


/*clear*/
#itiranWrapper:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#itiranWrapper{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #itiranWrapper{
	height: 1%;
 }

#itiranWrapper{
	display: block;
}
/*Mac版 IE 避け*/


#itiranLeft{
	width:482px;
	float:left;
	position:relative;
	margin:-15px 0 0;
}

#itiranLeft table{
	width:482px;
	margin:0;
	padding:0;
}

#itiranLeft th{
	width:85px;
	white-space:nowrap;
	vertical-align:top;
	padding:20px 0 4px 5px;
	line-height:150%;
	background:url(../common/border_black01.gif) repeat-x bottom;
}

#itiranLeft td{
	vertical-align:top;
	padding:20px 5px 4px 5px;
	line-height:150%;
	background:url(../common/border_black01.gif) repeat-x bottom;
	font-weight:bold;
	font-size:110%;
}

#itiranLeft td a{
	background:url(../common/linkhead_red01.gif) no-repeat 0 6px;
	padding:0 0 0 14px;
	display:block;
}


#pastRight{
	width:210px;
	float:right;
	border-top:2px solid #e8e8e8;
	margin:0;
}

#pastRight h3{
	margin:15px 0;
	background:none;
	padding:0;
}
#pastRight ul{
	width:175px;
	margin:0 auto;
}

#pastRight ul li{
	background:url(../common/linkhead_blue01.gif) no-repeat 0 50%;
	padding:0 0 2px 25px;
	margin:0 0 15px;
}



/*#topicsPage #content,
#pressPage #content{
	padding:0 0 10px;
}*/

#pastRight a:link,
#pastRight a:visited,
#pastRight a:hover,
#pastRight a:active{
	color:#070e30;
}
/*====トピックス(body#topicsPage)====*/
#topicsPage #main{
	padding:20px 0 0;
}

#topicsPage #topicsContent{
	background:url(../common/border_lightgray01.gif) repeat-x left bottom;
	padding:15px 0 40px;
}

/*clear*/
#topicsContent:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#topicsContent{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #topicsContent{
	height: 1%;
 }

#topicsContent{
	display: block;
}
/*Mac版 IE 避け*/

#topicsPage #topicsContent table{
	width:710px;
}


#topicsPage #topicsContent td{
	vertical-align:top;
}
#topicsPage h2#topicsDetail{
	border:3px solid #2741cf;
	border-top:2px solid #2741cf !important;
	border-top:3px solid #2741cf;
	padding:8px 2px 6px 10px;
	line-height:130%;
	background:url(../topics/img/topics_h2_bcg01.jpg) repeat-x #233bb8;
}

#topicsPage #topicsContent td.photoTopics,
#topicsPage #topicsContent td.photoTopics p{
	text-align:center;
	margin:0 auto;
	
}

#topicsPage #topicsContent img{
	margin:0 0 15px 10px;

}

#topicsPage .pageBack{
	margin:10px 0 40px auto;
}

/*====プレス民主(body#pressPage)====*/
/*一覧ページ*/

#pressPage #main{
	padding:20px 0 0;
}

#pressPage #itiranLeft td p{
	background:url(../common/pdf_img01.gif) no-repeat 100% 50%;
	padding:0 0 3px;
}

#pressPage #itiranLeft td a{
	display:inline;
	font-weight:bold;
	background-position:0 50%;
}

#pressPage #itiranLeft td span.urlImg{
	background:url(../common/linklast_urlimg01.gif) no-repeat 0 bottom;
	padding:0 0 0 15px;
	font-size:90%;
	margin:0 0 0 5px;
}

#pressPage #pastRight p{
	width:175px;
	margin:0 auto;
	font-size:80%;
}

#pressPage #pastRight p#readerImg{
	margin:25px auto 10px;
}

/*最新号のご案内*/

#pressPage #new{
	background:url(../common/border_lightgray01.gif) repeat-x bottom;
	padding:15px 0 15px !important;
	padding:15px 0 20px;
	margin:0 0 20px;
}

/*clear*/
#new:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#new{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #new{
	height: 1%;
 }

#new{
	display: block;
}
/*Mac版 IE 避け*/

#pressPage #new #newImg{
	float:left;
	width:196px;
	padding:4px;
	background:url(../press/img/press_img_bcg01.gif) no-repeat;
	margin:0 25px 0;
}

#pressPage #new #newContent{
	float:left;
	width:400px;
}

/*headerエリアclear*/
#newContent:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#newContent{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #newContent{
	height: 1%;
 }

#newContent{
	display: block;
}
/*Mac版 IE 避け*/

#pressPage #new #newContent .arrow{
	padding:0 10px 0 0;
}


#pressPage #new #newContent td .dwl01{
	padding:5px 0 0;
}

#pressPage #new #newContent td p{
	padding:2px 0;
	font-weight:bold;
	font-size:110%;
}

#pressPage #new #newContent td p a:link,
#pressPage #new #newContent td p a:visited,
#pressPage #new #newContent td p a:hover,
#pressPage #new #newContent td p a:active{
	color:#070e30;
}


#pressPage #new #newContent td p#gou{
	background:url(../common/pdf_img01.gif) no-repeat right;
	padding:5px 27px 5px 0;
	margin:0 0 0 15px;
	width:230px;
	display:block;
}

/* safari only \*/
html[xmlns]*#pressPage #new #newContent td p#gou{
	font-size:95%;
}
/*safari only*/

#pressPage #new #newContent ul{
	margin:30px 0 0;
	padding:0;
	text-indent:1px;
}


#pressPage #new #newContent ul li{
	list-style:inside disc;
	padding:6px 10px 6px 5px;
	line-height:150%;
	background:url(../common/border_lightgray01.gif) repeat-x bottom;
	text-indent:1px;
}

#pressPage #koudoku{
	clear:both;
	border:1px solid #cccccc;
	margin:35px 0;
	padding:10px 10px 10px 30px;
}
/*for IE7 only*/
*:first-child+html #pressPage #koudoku{
	clear:none;
	width:670px;
}

/*clear*/
#koudoku:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#koudoku{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #koudoku{
	height: 1%;
 }

#koudoku{
	display: block;
}
/*Mac版 IE 避け*/

#pressPage #koudoku #gougai{
	float:left;
	width:255px;
	margin:0 70px 0 0;

}

#pressPage #koudoku #cost{
	float:left;
	width:191px;
	border-left:2px solid #1d34b8;
	padding:5px 0 0 18px;
}

#pressPage ul#year{
	padding:0;
	margin:0 10px;
	clear:both;
}

/*for IE7 only*/
*:first-child+html #pressPage ul#year{
	clear:none;
	width:715px;
}

/*clear*/
ul#year:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

ul#year{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html ul#year{
	height: 1%;
 }

ul#year{
	display: block;
}
/*Mac版 IE 避け*/

#pressPage ul#year li{
	float:left;
	background:url(../common/linkhead_blue01.gif) no-repeat 0 50%;
	padding:0 0 2px 25px;
	margin:0 0 10px;
	width:70px;
	white-space:nowrap;
}

#pressPage ul#year li a:link,
#pressPage ul#year li a:visited,
#pressPage ul#year li a:hover,
#pressPage ul#year li a:active{
	color:#070e30;
}

#pressPage p.getAdobeReader{
	clear:both;
	font-size:90%;
	line-height:100%;
}

/*for IE7 only*/
*:first-child+html #pressPage p.getAdobeReader{
	line-height:130%;
}

#pressPage p.getAdobeReader img{
	float:left;
	margin:0 10px 0 0;

}

/*==============================
プライバシーポリシー(body#policyPage)
==============================*/
#policyPage #main p,
#policyPage #main ul{
	margin:0 0 15px;
}

#policyPage #main p#topicsPass{
	margin:0 0 0 auto;
}

#policyPage #main ul li{
	margin:0 0 0 15px;
	padding:0 0 0 0;
	list-style:outside disc;
	line-height:150%;
}

#policyPage #main .pst01{
	margin:0 0 20px;
}


#policyPage #main .pst02{
	margin:0;
}

#policyPage #main .pst03{
	margin:0 0 30px;
}

#policyPage h2{
	margin:0 0 25px;
}

#policyPage h3{
	margin:0 0 10px;
}

#policyPage .grayContent{
	border:1px solid #e7e7e7;
	border-left:4px solid #e7e7e7;
	padding:15px 15px 5px 25px;
	margin:0 0 40px;
}

#policyPage .grayContent strong{
	padding:0 0 5px;
	display:block;
}

/*==============================
党員・サポーター申込(body#supporterPage)
==============================*/

#supporterPage h2{
	margin:0 0 10px;
	padding:0;
	background:none;
}

#supporterPage #sankaLeft{
	width:151px;
	float:left;
}

#supporterPage #sankaRight{
	width:548px;
	float:right;
	text-align:right;
}

#supporterPage #sankaRight .pst01{
	padding: 35px 0 0;
	margin:0 0 0 auto;
}


#supporterPage table{
	width:548px;
	margin:10px 0 15px;
	background:url(../common/table_bcg_blue01.gif) repeat-y;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

#supporterPage table th{
	width:100px;
	font-weight:bold;
	background:url(../common/border_lightgray01.gif) repeat-x bottom;
	vertical-align:top;
	padding:6px 10px 6px 20px;
	line-height:150%;
}

#supporterPage table td{
	vertical-align:top;
	background:url(../common/border_lightgray01.gif) repeat-x bottom #ffffff;
	padding:6px 10px 6px 25px;
	line-height:150%;
}

#supporterPage table .last{
	background-image:none;
}

#supporterPage #info{
	padding:0 0 30px;
	margin:0 auto;
	width:701px;
}
/*clear*/
#info:after{ 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	}

#info{
/* \*//*/
	display: inline-table;
/**/
	}

/* Mac版 IE 避け\*/
* html #info{
	height: 1%;
 }

#info{
	display: block;
}
/*Mac版 IE 避け*/

#supporterPage #near{
	float:left;
}

#supporterPage #soushibu{
	float:right;
}

#supporterPage h3{
	margin:0 0 10px;
}

#supporterPage #main ul{
	margin:0 0 15px;
}

#supporterPage #main ul li{
	margin:0 0 0 15px;
	padding:0 0 0 0;
	list-style:outside disc;
	line-height:150%;
}

/*==============================
リンク(body#linksPage)
==============================*/

#linksPage h2{
	padding:7px 0 4px 22px;
	margin:0 0 5px;
	font-weight:bold;
	background:url(../common/title_blue_bcg02.gif) no-repeat;
	clear:both;
	color:#070e30;
	font-size:100%;
}

#linksPage table{
	width:100%;
	margin:0 0 40px;
}

#linksPage table th{
	width:50%;
	font-weight:bold;
	padding:15px 0 10px;
}

#linksPage table td{
	padding:0 0 10px;
	background:url(../links/img/link_border01.gif) no-repeat left bottom;
}


#linksPage table td a{
	background:url(../common/linkhead_red01.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
	color:#070e30;
	line-height:1.1em;
	}

/*==============================
免責事項<(body#disclaimPage)
==============================*/
#disclaimPage ol{
	margin:0 0 0 10px;
}

#disclaimPage ol li{
	padding:0 0 2px 0;
	margin:0 0 25px 20px;
	list-style:decimal outside;
	line-height:140%;
}

/*==============================
組織紹介<(body#organizationPage)
==============================*/
/*代表あいさつ*/
#organizationPage #daihyouPhoto{
	border:2px solid #e7e7e7;
	width:118px;
	float:left;
	margin:10px 0 0;
}

#organizationPage #daihyouContent{
	width:560px;
	float:right;
	margin:15px 0 0;
}

#organizationPage #daihyouContent strong{
	margin:0 0 20px;
	display:block;
}

#organizationPage #daihyouContent p{
	margin:0 0 5px;
}

#organizationPage #daihyouContent p#name{
	margin:20px 0 0 auto;
	text-align:right;
}


/*愛知県連各総支部へのご案内*/
#organizationPage h3{
	margin:0 0 20px;
}

#organizationPage table{
	width:100%;
	border:1px solid #e7e7e7;
	margin:0 0 10px;
}

#organizationPage table.pst01{
	margin:0 0 20px;
}

#organizationPage table a{
	color:#070e30;
}

#organizationPage table th{
	width:200px;
	white-space:nowrap;
	font-weight:bold;
	background:url(../common/table_bcg_blue01.gif);
	vertical-align:top;
	padding:6px 10px 6px 20px;
	line-height:150%;
}

#organizationPage table th.center{
	vertical-align:top;
	text-align:left;
	}

#organizationPage table th span{
	font-weight:normal;
}

#organizationPage table td{
	vertical-align:top;
	padding:6px 10px 6px 25px;
	line-height:150%;
}

#organizationPage table td.tell{
	/*white-space:nowrap;*/
	width:130px;
	padding:6px 5px 6px 13px;
}


/*for IE7 only*/
*:first-child+html #organizationPage table td.tell{
	width:150px;
	padding:6px 5px 6px 13px;
}




#organizationPage table td.map{
	width:40px;
	white-space:nowrap;
	/*background:url(../common/border_tate_gray01.gif) repeat-y left right;*/
	vertical-align:bottom;
	border-right:1px dotted #cccccc;
}

#organizationPage table td.map span{
	background:url(../organization/guidance/img/organization_linkhead_01.gif) no-repeat left center;
	padding:0 0 0 10px;
}

/*ボーダー*/
#organizationPage table .border01{
	background:url(../common/border_lightgray01.gif) repeat-x bottom;

}

/*組織紹介*/
#organizationPage .soshikiTable{
background:none;
border:none;
border-right:1px solid #e7e7e7;
margin:0 0 30px;

}

#organizationPage table.soshikiTable th{
	white-space:nowrap;
	background:url(../common/table_bcg_blue01.gif);
	vertical-align:middle;
	padding:5px 10px 4px;
	margin:0;
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	font-weight:normal;
}

#organizationPage table.soshikiTable th.grayTh{
	background: #e7e7e7;
	padding:3px 0 0 10px;
	border-left:1px solid #ffffff;
	font-weight:bold;
	width:33%;
}

#organizationPage table.soshikiTable th.grayThFirstt{
	background: #e7e7e7;
	padding:3px 0 0 10px;
	border-left:none;
	font-weight:bold;
}

#organizationPage table.soshikiTable td{
	border-left:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:5px 0 4px 10px;
	width:33%;
	vertical-align:middle;
}

#organizationPage table.soshikiTable td.name{
	font-weight:bold;
	font-size:110%;
}

#organizationPage table.soshikiTable td.name a{
	font-weight:bold;
	font-size:110%;
	background:url(../common/linkhead_red01.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
	color:#070e30;
	}

#organizationPage table.soshikiTable td.gikai{
	border-left:1px solid #cccccc;

}


/*==============================
サイトマップ(body#sitemapPage)
==============================*/
#sitemapPage #sitemapLeft{
	width:345px;
	float:left;
}

#sitemapPage #sitemapRight{
	width:345px;
	float:right;
}


#sitemapPage #main h2{
	padding:7px 0 4px 22px;
	margin:0 0 5px;
	font-weight:bold;
	background:url(../common/title_blue_bcg02.gif) no-repeat;
	clear:both;
	color:#070e30;
	font-size:100%;
	
}

#sitemapPage #main ul{
	margin:10px 0 20px;
}


#sitemapPage #main ul li{
	background:url(../common/border_lightgray01.gif) repeat-x bottom;
	padding:6px 10px 6px 10px;
	margin:0 0 10px;
	width:325px;
	line-height:150%;
	text-align:left;
}


#sitemapPage #main ul li a{
	font-weight:bold;
	background:url(../common/linkhead_red01.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
	color:#070e30;
	}















