/* ---------------------------------------------------------------- */
/* メイン用ブロック設定 */
/* ---------------------------------------------------------------- */

body {
	background-image: url(../images/headerBase.gif);
	background-repeat: repeat-x;
	height: 123px;
	background-color: #F4F4EA;
}

#main {
	display: block;
	padding: 0;
	width: 940px;
	background-image: url(../images/contentsBase-nolocal.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

/* コンテンツ用エリア設定 */

#contents {
	display: block;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
#contentsInner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}

#main_image  {
	margin: 0px;
	padding: 0px;
	
}

#bnrArea
  {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 150px;
	
}

#bnrArea img
  {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}

/* お知らせ */

#infoArea
{
	background-image: url(../images/infoBase.gif);
	background-repeat: repeat-y;
	width: 593px;
	margin-right: auto;
	margin-left: auto;

	
}
#contents  h3.info  {
	background-image: url(../info/images/titleBase.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 839px;
	text-align: left;
}

#contents  table {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	font-size: 84%;
	margin-bottom: 15px;
}

#contents  th {
	font-weight: bold;
}

#contents .bg01  {
	background-color: #F2F5F9;
}

#contents .bg02  {
	background-color: #F9F9F4;
}
#contents .line_rl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents .line_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents .line_r {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}





/* サイドバー01 */

#sidebar01

  {
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar01  ul {
	width: 154px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#sidebar01  li {
	background-image: url(../images/point01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#sidebar01 li a {
	color: #214967;
	text-decoration: none;
}
#sidebar01 li a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* サイドバー02 */

#sidebar02

  {
	margin-right: auto;
	margin-left: 5px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#sidebar02  ul {
	width: 154px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#sidebar02  li {
	background-image: url(../images/point01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#sidebar02 li a {
	color: #214967;
	text-decoration: none;
}
#sidebar02 li a:hover {
	color: #FF9900;
	text-decoration: none;
}

