/* CSS Document */

body{
	margin:0px;
	padding:0p;
	background:#FFF;
	font-size:95%;
}
p{
	margin:0px;
	padding:0px;
	line-height:1.5;
}
li{
	line-height:1.5;
}
h1{
	font-size:110%;
	margin:0px;
	padding:15px 0px 10px 0px;
}
a img{
	border:none;
}
img{
	vertical-align:bottom; /*for ie7*/
	border:0
}

th {
	text-align: left;
	background-color: #00376F;
	color: #FFFFFF;
	padding:3px 0px 3px 10px;
	font-size: 90%;
}
td {
	padding:3px 0px 3px 10px;
	font-size: 90%;
}

/*共通---*/
.indent { margin: 0 0 0 15px}
.bold{
	font-weight:bold;
}
.small{
	font-size:85%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.red{
	color: #CC3300;
}
.blue{
	color: #03f;
}
.headerImg{
	margin-bottom:10px;
}
.inner{
	padding:10px;
}
#COPYRIGHT{
	padding:5px 0;
	margin-top:20px;
	background:url(images/footer_line.jpg) repeat-x left top;
	font-size:80%;
}
.footerLink{
	width:560px;
	text-align:center;
	padding-top:30px;
	margin-left:180px;
}
.innerImg{
	text-align:center;
	margin:0px 0px 20px 0px;
}
.clear{
	clear:both;
}

/*レイアウト用---*/
#WRAPPER{
	width:740px;
	margin:0px;
	padding:0px 15px;
	background:#FFF url(images/background.jpg) no-repeat top right;
}
/*clearFix*/
.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrapper {
  min-height: 1px;
}
* html .wrapper {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*ヘッダ部---*/
#HEADER{
	width:720px;
	margin:0;
	padding:20px 20px 0 0;
	text-align:right;
}
#HEADER .titleImg{
	float:left;
}
#HEADER .menu{
	margin-bottom:20px;
}

/*左メニュー---*/
#SIDEMENU{
	width:170px;
	float:left;
}
#SIDEMENU ul{
	margin:0;
	padding:10px 0px;
	list-style:none;
}
#SIDEMENU li{
	margin:0;
	padding:10px 10px 10px 30px;
	border-bottom:1px dotted #AAA;
	background:url(images/green_point.jpg) no-repeat 10px 1em;
}
#SIDEMENU li a{
	text-decoration:none;
}
#SIDEMENU .yellow_point{
	background:url(images/yellow_point.jpg) no-repeat 10px 1em;
}

/*右メインコンテンツ---*/
#MAINCONTENTS{
	width:560px;
	float:right;
}
#MAINCONTENTS p{
	margin:10px 0px;
}


/*トップページ---*/
.forIndex{
	margin-top:5px; /*flash上部余白対処---*/
}
.indexRight{
	float:left;
	width:375px;
	margin-top:10px;
}
.indexLeft{
	float:right;
	width:180px;
	margin-top:10px;
}
.indexLeft img{
	margin-bottom:5px;
}
.indexNoCol{
	clear:both;
}
.indexWhatsNew{
	background:#ccc url(images/osirase_area.jpg) no-repeat bottom left;
	margin-bottom:10px;
}
.indexWhatsNew dl{
	width:355px;
	margin:5px 0px 0px 10px;
}
.indexWhatsNew dt{
	background:url(images/osirase_point.jpg) no-repeat left 0.2em;
	text-indent:15px;
}
.indexWhatsNew dd{
	margin:-1.1em 0px 10px 5.8em;
	line-height:1.2;
}

/*ごあいさつ---*/
#PROFILE h1{
	text-align:center;
}
#PROFILE p{
	text-indent:1em;
	margin:0;
}
#PROFILE .photo{
	margin:0px 20px 30px 0px;
	float:left;
}

/*交通案内---*/
#ACCESSMAP{
	font-size:85%;
}
#ACCESSMAP h1{
	padding-top:0px;
}
#ACCESSMAP dt{
	margin-bottom:3px;
}
#ACCESSMAP dl{
	width:295px;
	margin:0px 0px 20px 0px;
	float:right;
}
#ACCESSMAP dd{
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:1.3;
}
#ACCESSMAP ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#ACCESSMAP li{
	padding-left:15px;
	margin-bottom:5px;
	background:url(images/osirase_point.jpg) no-repeat left 0.3em;
}
#ACCESSMAP .yahoomap{
	clear:both;
	font-weight:bold;
}

/*広報案内---*/
.kohoDVDimg{
	float:left;
	padding-right:10px;
}
.txt_blue {
	color:#33c;
	font-size: 110%
}
.txt_red{
	color: #c30;
	font-size: 110%
}

/*被害回復給付金---*/
.txt_big_blue {
	color:#33c;
	font-size: 130%;
}

.txt_big_red {
	color:#f00;
	font-size: 130%;
}