@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------
     Reset & Default
---------------------------------------------------------------------------------*/
*{
     margin: 0;
     padding: 0;
}

body{
     font-size: 88%;
     font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
     color: #555;
     line-height: 1.3em;
     text-align: center;
     background: #fff6f8 url(../img/bg_body.gif) repeat-y center top;
}
     
a{
     text-decoration: none;
     color: #666;
}

a:hover{
     text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6{
     clear: both;
     font-weight: normal;
}

ul, ol{
     list-style-type: none;
}

table{
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote{
     quotes: none;
}
blockquote:before, blockquote:after{
     content: '';
     content: none;
}
del{
     text-decoration: line-through;
}



/* -------------------------------------------------------------------
     clearfix
------------------------------------------------------------------- */
#wrap,
#profile #outer{
     overflow: hidden;
}

#wrap:after,
#profile #outer:after{
     content: ".";
     display: block;
     clear: both;
     height: 1px;
     overflow: hidden;
}

/*\*/
* html #wrap,
* html #profile #outer{
     height: 1px;
     overflow: visible;
}
/* */



/* -------------------------------------------------------------------
     Layout
------------------------------------------------------------------- */

#container{
     width: 900px;
     margin: 0 auto;
     background: #ffc8d5 url(../img/bg_container.jpg) no-repeat left top;
}

#header{
     width: 900px;
     height: 212px;
     margin: 0 auto;
     background: url(../img/bg_header02.jpg) no-repeat left top;
     position: relative;
}

#index #header{
     height: 560px;
     background: url(../img/bg_header.jpg) no-repeat left top;
}

#wrap{
     width: 808px;
     margin: 0 auto;
     padding-top: 7px;
     padding-bottom: 10px;
     border: 1px solid #ccc;
     background-color: #fff;
}

#main{
     width: 495px;
     float: left;
     position: relative;
     left: 8px;
     text-align: left;
}

#sidebar, 
#sidebar_wide{
     width: 280px;
     float: left;
     position: relative;
     left: 24px;
     text-align: left;
}

#footer{
}


/* -------------------------------------------------------------------
     Navigation
------------------------------------------------------------------- */

/* gnav */
#gnav{
     width: 658px;
     height: 47px;
     text-align: center;
     background: url(../img/bg_gnav.png) no-repeat left top;
}

#gnav li{
     display: inline-block;
     /display: inline;
     /zoom: 1;
}

#gnav li a{
display: block;
width: 108px;
height: 42px;
}



/* topic pass */
#topicPass{
}



/* -------------------------------------------------------------------
     #header
------------------------------------------------------------------- */
#header h1{
     float: right;
     position: relative;
     right: 55px;
     top: 6px;
}

#header #gnav{
     position: relative;
     left: 49px;
     /left: 0;
}

#headerBan{
     text-align: right;
     position :relative;
     right: 20px;
     top: 38px;
}

#index #headerBan{
     text-align: right;
     position :relative;
     right: 56px;
     top: 17px;
}

#index #headerBan h3{
     margin-top: 7px;
     position: relative;
     right: 11px;
}

#index #headerBan ul{
     position: absolute;
     top: 246px;
     right: 105px;
}






/* -------------------------------------------------------------------
     #side
------------------------------------------------------------------- */
#sidebar h2, 
#sidebar_wide h2{
     margin-bottom: 4px;
}

.sideText{
     margin-bottom: 1.5em;
     font-size: 0.95em;
     line-height: 1.3em;
}

.sideText p{
     margin-bottom: 1em;
     margin-left: 6px;
}



/* -------------------------------------------------------------------
     #footer
------------------------------------------------------------------- */
#copy{
     padding-top: 30px;
     padding-bottom: 30px;
}



/* -------------------------------------------------------------------
     #main
------------------------------------------------------------------- */
#main h2{
     height: 33px;
     padding-left: 20px;
     margin-bottom: 19px;
     line-height: 33px;
     font-weight: bold;
     color: #fff;
     background: url(../img/bg_h2.gif) no-repeat left top;
}

#main h3, 
#sidebar h3, 
#sidebar_wide h3{
     padding-left: 15px;
     padding-top: 8px;
     margin-bottom: 10px;
     font-weight: bold;
	 height:22px;
     background: url(../img/bg_h3.gif) repeat-x left bottom;
	 color:#d1506b;
}

.entry{
     margin-bottom: 1.72em;
}

.entryBody{
     margin-left: 15px;
     margin-right: 8px;
	 margin-bottom:20px;
}

#contactList{
     width: 500px;
     margin-left: 30px;
}

#contactList li{
     width: 248px;
     display: inline-block;
     vertical-align: top;
     /display: inline;
     /zoom: 1;
     text-align: left;
     font-size: 0.9em;
     line-height: 1.5em;
}

#contactList li img{
     margin-bottom: 0.5em;
     position: relative;
     left: -14px;
}



/* -------------------------------------------------------------------
     Elements(#main)
------------------------------------------------------------------- */
/* Heading */
.entryBody h1{
}

.entryBody h2{
}

.entryBody h3{
}

.entryBody h4{
}

.entryBody h5{
}

.entryBody h6{
}

/* Paragraph */
.entryBody p{
     margin-bottom: 1.2em;
}

.entryBody blockquote{
}

.entryBody pre{
}

.entryBody code{
}

.entryBody address{
}

.entryBody a:link {
}

.entryBody a:visited {
}

.entryBody a:active,
.entryBody a:hover {
}

.entryBody strong{
}

.entryBody cite{
}

.entryBody em{
}

.entryBody addr,
.entryBody acronym{
}

.entryBody sup,
.entryBody sub {
}
.entryBody sup {
}
.entryBody sub {
}

.entryBody big{
}

.entryBody ins{
}

.entryBody 



/* List Types */
.entryBody ul {
}

.entryBody ul ul{
}

.entryBody ul ul ul{
}

.entryBody ol {
}

.entryBody ol ol {
}

.entryBody ol ol ol {
}

.entryBody ul ul,
.entryBody ol ol,
.entryBody ul ol,
.entryBody ol ul {
}

.entryBody dl {
}

.entryBody dt {
}

.entryBody dd {
}



/* Table */
.entryBody table{
}

.entryBody caption{
}

.entryBody thead{
}

.entryBody tbody{
}

.entryBody tfoot{
}

.entryBody th{
}

.entryBody td{
}



/* Form */
.entryBody form{
}

.entryBody fieldset{
}

.entryBody legend{
}

.entryBody label{
}

.entryBody input{
}

.entryBody input[type=text]{
}

.entryBody input[type=password]{
}

.entryBody input[type=file]{
}

.entryBody input[type=checkbox]{
}

.entryBody input[type=radio]{
}

.entryBody input[type=hidden]{
}

.entryBody input[type=submit]{
}

.entryBody input[type=reset]{
}

.entryBody input[type=button]{
}

.entryBody input[type=image]{
}

.entryBody input[type=number]{
}

.entryBody input[type=number]{
}

.entryBody input[type=range]{
}

.entryBody input[type=search]{
}

.entryBody input[type=tel]{
}

.entryBody input[type=url]{
}

.entryBody input[type=email]{
}

.entryBody input[type=time]{
}

.entryBody input[type=datetime]{
}

.entryBody input[type=datetime-local]{
}

.entryBody input[type=date]{
}

.entryBody input[type=week]{
}

.entryBody input[type=color]{
}

.entryBody select{
}

.entryBody optgroup{
}

.entryBody option{
}

.entryBody textarea{
}

.entryBody button{
}



/* -------------------------------------------------------------------
     #main ページ別
------------------------------------------------------------------- */

/* プロフィール */
#outer{
margin-left: 15px;
margin-right: 10px;
border-top: 1px dotted #ccc;
}

#outer dt, #outer dd{
padding-top: 10px;
padding-bottom: 10px;
}

#outer dt{
float: left;
text-indent: 15px;
}

#outer dt{
width: 25%;
}

#outer dd{
padding-left: 25%;
border-bottom: 1px dotted #ccc;
}

#outer dl dt, #outer dl dd{
text-indent: 0;
border: 0;
padding-top: 0;
}

#outer dl{
margin-bottom: -10px;
}

#outer dl dt{
width: 18%;
}

#outer dl dd{
padding-left: 18%;
}


/* 議員報告 */
#gikai #main .entry{
margin-left: 20px;
}

#gikai #main .entry li{
width: 48%;
margin-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
/display: inline;
/zoom: 1;
vertical-align: top;
border-bottom: 1px dotted #ccc;
text-indent: 6px;
/*background: url(../img/icon01.gif) no-repeat left;*/
}

#sidebar li{
	border-bottom: 1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:3px;
	float:left;
	width:110px;
}

#sidebar_wide li{
	border-bottom: 1px dotted #ccc;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:3px;
	text-align:left;
}

.mail_baner{
	clear:both;
	padding-top:20px;
}

/* 一般質問 */
#question .entry{
text-align: center;
}

#question .entry h3{
text-align: left;
}



/* リンク集 */
#links #main h3{
margin-bottom: 15px;
}

#links .entry{
margin-left: 15px;
margin-right: 10px;
margin-bottom: 15px;
}

#links p{
	margin-left:10px;
	font-size:12px;
}

#links h4{
padding-left: 6px;
/*background: url(../img/icon01.gif) no-repeat left;*/
border-bottom: 1px dotted #ccc;
font-weight:bold;
}



/* トップページ */
#index .entry h2{
     padding-left: 0;
}

#index #diary,
#index #movie{
     width: 244px;
     margin-right: 1px;
     margin-bottom: 2em;
     display: inline-block;
     vertical-align: top;
     /display: inline;
     /zoom: 1;
}

#index #diary h2,
#index #movie h2{
     margin-bottom: 15px;
     padding-left: 0;
}

#diary dl{
     margin-left: 16px;
     font-size: 0.9em;
     line-height: 1.7em;
}

#diary dt,
#diary dd{
     display: inline-block;
     vertical-align: top;
     /display: inline;
     /zoom: 1;
}

#diary dt{
     width: 75px;
}

#diary dd{
     width: 125px;
}

#movie{
text-align: center;
}

.text_12pt{
	font-size:12px;
}


.text_midashi{
	margin-left:12px;
	margin-bottom:10px;
}

.text_midashi a{
	color:#C36;
}

.sideber_img{
	margin-left:5px;
	margin-bottom:10px;
}







