@charset "utf-8";

/*------------------------初期化------------------------*/
html, body, p, span, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, select, hr, div {
	font-size: 102%;	
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select,input,textarea {font-family:osaka, "メイリオ",  "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial, sans-serif; font-size: 1em;} /*Mac IE 文字化け防止*/
hr {display: none;} /*CSS無効時の区切り線*/

body {
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}


/* LinkSetting */
A:link {text-decoration:none; color: #0000FF}
A:visited {text-decoration:none; color: #0000FF}
A:active  {text-decoration:underline; color: #333}
A:hover {
	text-decoration:underline;
	color: #333
}


/* layoutSetting */


html {
 overflow-y: scroll;
}



img{
	border: none;
	vertical-align: bottom;

}

p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr{
	line-height: 0px;
	visibility: hidden;
}

div#stage {
	width: 100%;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;

}


div#wrapper{
	width: 100%;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
}


/*------------------------top-----------------------*/
#header{
	margin-right: auto;
	margin-left: auto;
  width: 100%;	
}

#header img{
  width: 100%;	
	}
#Gmenu{
	display: none;
}

#Gmenu_sp{
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#Gmenu_sp #nav{}


#Gmenu_sp #nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#Gmenu_sp #nav ul li{
	list-style-type: none;
	padding: 0px;
	display: block;
	width: 33%;
	line-height: 200%;
	height: 30px;
	background-color: #06C;
	text-align: center;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	}

#Gmenu_sp #nav ul li A{
	display: block;
	width: 100%;
	line-height: 200%;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#Gmenu_sp #nav ul li A:link {
	text-decoration:none;
	color: #333
	display: block;
	color: #FFF;
}
#Gmenu_sp #nav ul li A:visited {
	text-decoration:none;
	color: #333
	display: block;
	color: #FFF;	
}
#Gmenu_sp #nav ul li A:active  {
	text-decoration:none;
	color: #333
	display: block;
	color: #FFF;	
}
#Gmenu_sp #nav ul li A:visited {
	text-decoration:none;
	color: #333
	display: block;
	color: #FFF;	
}
#Gmenu_sp #nav ul li A:hover  {
	text-decoration:none;
	color: #333
	display: block;
	color: #333;
	background-color: #F2F2F2;
}


#top_contents{
	margin-top: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#top_left{

}

#top_right{
	margin-left: 10px;
}

#top_right ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#top_right ul li{
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
	margin-right: 5px;
}



#top_topics{
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#top_topics img{

	}


#top_topics #area{
	background-color: #fff;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border: 1px solid #FEDAE6;
	margin: 5px;
	padding: 5px;
}

#top_topics #area .top_date{
	color: #F99;
	margin-bottom: 10px;
}
#top_topics #area li{
	padding-left: 50px;
}

#top_whats{
	margin-top: 5px;
	margin-bottom: 15px;
	width: 98%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#top_whats img{

}

#top_whats ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#top_whats ul li{
	padding: 2px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#top_whats ul li .date{
	color: #666;
	padding-right: 10px;
}

#top_whats ul li .cate{
	color: #F69;
	padding-right: 10px;
}

#top_whats ul li .titling{}




/*------------------------contentsー-----------------------*/

#conBody{

}

#con_header{
	width: 100%;

}

#con_header img{
  width: 100%;	
	}

#con_left{
	width: 100%;
}

#con_right{
	width: 100%;
}

#con_right .archives_t{
	border: 1px solid #06C;
	color: #36C;
	padding: 8px;
	text-align: center;
}
#con_right ul{

}
#con_right ul li{
	padding: 3px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 90%;
	float: left;
	}
#con_right ul li A{
	color: #333;
}	

#con_right ul li .date{
	color: #F69;
	padding-right: 8px;
}


.archives_list{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.archives_list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.archives_list ul li{
	text-align: center;
	padding: 5px;
	margin-right: 3px;
	float: left;
}

.archives_list ul li A:link {
	text-decoration:none;
	color: #000;
	background-color: #CCC;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.archives_list ul li A:visited {text-decoration:none; color: #000}
.archives_list ul li A:active  {text-decoration:none; color: #000}
.archives_list ul li A:hover {text-decoration:none; color: #000}




/*------------------------footer-----------------------*/

#footer{
	display: none;
}


#footer A:link {text-decoration:none; color: #333}
#footer A:visited {text-decoration:none; color: #333}
#footer A:active  {text-decoration:underline; color: #333}
#footer A:hover {
	text-decoration:underline;
	color: #666
}





#copyright{
	color: #000;
	background-color: #eeeeee;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 80%;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 25px;
}

.pagetop{
	padding: 10px;
	overflow: hidden;
}

.pagetop A{
	padding: 5px;
	border: 1px solid #36C;
	float: right;
}




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

h1{
	font-size: 160%;
	font-weight: bold;
	color: #666;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	background-image: url(../images/icon_kaku_pink.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#form_h1{
	background-image: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding: 10px;
	border-bottom-style: solid;
}

.h1_img{
	padding: 0px;
	margin: 0px;
	background-image: none;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

h3{
	font-weight: bold;
	color: #333;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #069;
}



h4{
	font-weight: bold;
	color: #333;
	font-size: 110%;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}


#page_t{}
#page_t img{
	width: 100%;
}
/*------------------------記事-----------------------*/

#item{
	padding: 10px;
}


#item dl{


}
#item dl dt{
	color: #F99;
	padding-left: 5px;
	margin-top: 5px;
	font-size: 130%;
}
#item dl dd{
	padding: 10px;
	margin-top: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
	background-color: #FFF;
}


#item dl dd ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#item dl dd ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 3px;
}

#item dl dd ul li .item_body{}

.item_ph{
	float: left;
	width: 250px;
	padding-right: 25px;
	padding-bottom: 5px;
}

.item_caption{
	font-size: 80%;
	color: #F99;
}


/*------------------------議会-----------------------*/

.video_box_right{
	display: none;
}

#box_video_link{
	display: none;
}

/*------------------------ごあいさつ-----------------------*/

#prolile_menu{
	text-align: center;
	margin-top: 10px;
}


#box_aisatsu{
	background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);        /* CSS3草案 */
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);		
	border: 1px solid #F99;
	margin: 10px;
	padding: 10px;
}

#box_plof{
	padding: 10px;

}

#box_plof dl{}


#box_plof dl dt{
	color: #F99;
	font-size: 110%;
	}
#box_plof dl dd{
	padding: 5px;
	margin-bottom: 5px;
}



/*------------------------政策-----------------------*/

#policy_catch{}

#policy_catch img{
	width: 100%;
}

#box_seisaku{
	background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);        /* CSS3草案 */
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);	
	border: 1px solid #F99;
	margin: 10px;
	font-size: 110%;
	line-height: 150%;
	padding: 10px;
}

/*------------------------後援会報-----------------------*/
#report{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


#report ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

#report ul li{
	font-size: 100%;
	background-image: url(../images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	margin-right: 15px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#report ul li A{
	color: #333;
	display: block;	
}

.new{
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 40px;
	background-image: url(../images/icon_new.jpg);
}


/*------------------------parts-----------------------*/

.link_ya_icon {
	background-image: url(../images/icon_ya_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 15px;
}

.link_ya_icon a{
	color: #666;
}


.icon_mail{
	background-image: url(../images/icon_mail.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.list_icon01{
	padding: 15px;
}

.list_icon01 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon01 li{
	background-image: url(../images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


.list_icon02{
	padding: 15px;
	}

.list_icon02 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon02 li{
	background-image: url(../images/icon_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
}



.list_icon03{
	padding: 15px;
	}

.list_icon03 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon03 li{
	background-image: url(../images/icon_kakudai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}



.list_ol{
	padding: 15px;
}

.list_ol ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.list_ol li{
	list-style-type: decimal;
	padding: 5px;
	list-style-position: inside;
}





.title01{
	font-size: 130%;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
	color: #666;
}

.set{}

.set_clear{
	overflow: hidden;
}

.box10{
	text-align: left;
	padding: 10px;
}

.box30{
	text-align: left;
	padding: 30px;
}


.box_left{
	float: left;
}

.box_right{
	float: right;
}

.tableA table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableA th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
}

.tableA td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}



#table_activity{}

#table_activity table{
	width: 100%;
}
#table_activity table th{
	width: 10%;
	background-color: #06C;
	color: #FFF;
	white-space: nowrap;
	padding: 3px;
	vertical-align: top;
}
#table_activity table td{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 10px;
}


#table_activity  ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#table_activity  li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 3px;
}
#table_activity  li .item_ph{
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	width: 250px;

}

.txt_red{
	color: #F00;
}



.txt_bold{
	font-weight: bold;
}

.txt_M{
	font-size: 120%;
}

.txt_S{
	font-size: 80%;
}

.txt_center{
	text-align: center;
}

.txt_right{
	text-align: right;
}

.bg_blue{
	background-color: #E4F4FC;
}


.width310{
	width: 310px;
}



.width400{
	width: 400px;
}



.width500{
	width: 500px;
}

.width600{

}
