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

html {
	overflow-y: scroll;
}
/* default */
body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	background-color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.5em;
	color: #000;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
}
/* Except IE */

html>body {
	font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	font-size: 13px;
	background-color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.5em;
	color: #000;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
}

img {
	border: 0;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
}
table tr {
	font-size: 80%;
	_font-size: 80%;
}
ol {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0.6em;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0.6em;
}

a:link {
	color : #06C;
	text-decoration : none;
}
a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {
	color : #F00;
	text-decoration : none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#wrap {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#in-wrap, #in-wrap-index {
	background-color: #eeeeff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b4b4b4;
	border-bottom-color: #b4b4b4;
	border-left-color: #b4b4b4;
}
#header {
	height: 96px;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
	width: 480px;
	text-align: right;
	padding-top: 12px;
	padding-right: 22px;
}
#top-menu {
	margin: 0px;
}

#top-menu ul {
	margin: 0px;
	padding: 0px;
}
#top-menu ul li {
	list-style-type: none;
	float: left;
	line-height: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.font-80 {
	font-size: 80%;
	line-height: 1.1em;
}
#sidemenu-area {
	float: left;
	padding-top: 73px;
	padding-left: 30px;
}
#contents-area {
	float: right;
	width: 650px;
}
#sidemenu {
	width: 190px;
}
#contents {
	background-image: url(img/sub_bg.gif);
	background-repeat: no-repeat;
	width: 628px;
	_width: 630px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	background-color: #FFF;
}
#contents2 {
	background-image: url(img/sub2_bg.gif);
	background-repeat: no-repeat;
	width: 628px;
	_width: 630px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	background-color: #FFF;
	background-position: bottom;
}
#contents3 {
	background-image: url(img/sub3_bg.gif);
	background-repeat: no-repeat;
	width: 628px;
	_width: 630px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	background-color: #FFF;
}
#contents-info {
	width: 856px;
	_width: 858px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	background-color: #FFF;
}
#footer-area {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 80%;
}
#footer-area ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-area ul li {
	line-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: none;
}
.banner1 img {
	margin-right: 20px;
	margin-bottom: 17px;
}
.banner2 img {
	margin-right: 10px;
}
#banner {
	text-align: center;
	padding-top: 100px;
}
#banner img {
	margin-top: 10px;
}
.topicpath {
	font-size: 80%;
	line-height: 1.1em;
	color: #333;
	margin: 0px;
	padding-left: 40px;
}

/* index.html */
#in-wrap-index #sidemenu-area {
	float: left;
	padding-top: 40px;
	padding-left: 47px;
}
.banner3 {
	margin-bottom: 35px;
	margin-left: 35px;
}
.banner3 img {
	margin-right: 35px;
}



.banner4-title {

	background-image: url(img/banner_bg1.gif);
	background-repeat: no-repeat;

}
.banner4-titleset {
	font-size: 105%;
	line-height: 1.1em;
	color: #2952A3;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: left;
}
.banner4 {
	margin-left: 0px;
	margin-bottom: 37px;
	background-image: url(img/banner_bg2.gif);
	margin-right: 0px;
	text-align: center;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
}
.banner4  img {
	margin-right: 12px;
	margin-top: 2px;
	margin-left: 12px;
	margin-bottom: 20px;
}
#in-wrap-index #sidemenu {
	width: 180px;
}
#in-wrap-index #banner {
	text-align: center;
	padding-top: 30px;
}
#in-wrap-index #contents-area {
	float: right;
	width: 627px;
	margin-top: 60px;
}
#inframebox {
	width: 604px;
	_width: 606px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	background-color: #FFF;
	background-image: url(img/index_c1_bg.jpg);
	background-repeat: repeat-x;
	height: 137px;
}
#topics {
	width: 604px;
	_width: 606px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	background-color: #FFF;
	background-image: url(img/index_c2_bg.jpg);
	background-repeat: repeat-x;
}
.topics-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.1em;
	color: #2952A3;
	font-weight: bold;
}
#topics .side-25 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#topics .side-25 ul li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.3em;
	padding-bottom: 6px;
}
.title {
	font-size: 105%;
	line-height: 1.1em;
	color: #2952A3;
	font-weight: bold;
	margin-bottom: 10px;
}
#header-index {
	height: 85px;
}
#contents-area2 {
	padding-left: 21px;
}
#banner-info {
	margin-top: 26px;
}
.m-r22 {
	margin-right: 22px;
	line-height: 1.3em;
}

/*----2010.0303 add----*/
#area_info{
	text-align: center;
	padding-top: 10px;
	background-image: url(img/bg_areainfo.gif);
}



/* user use */
.font-85 {
	font-size: 85%;
}
.font-115 {
	font-size: 115%;
}
.font-120 {
	font-size: 120%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 140%;
	line-height: 1.1em;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #787878;
	border-left-color: #787878;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #333;
}
.side-50 {
	margin-right: 50px;
	margin-left: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.side-25 {
	margin-right: 25px;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.m-left40 {
	margin-left: 40px;
}
.m-left80 {
	margin-left: 80px;
}
.sub-title {
	font-size:115%;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 10px;
}
.font-red1 {
	color: #F00;
}
.font-red2 {
	color: #C00;
}
.font-blue {
	color: #66C;
}

/* お問い合わせ 
form dl {
	margin: 0px;
	padding: 0px;
}
form dl dt {
	clear: both;
	color: #2952A3;
	float: left;
	width: 150px;
	_width: 150px;
	font-weight: bold;
	line-height: 1.1em;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
form dl dd {
	float: left;
	width: 500px;
	_width: 500px;
	display: block;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
} */

/* モダンブラウザ（Firefox Opera Safari）対策 */
dl:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Win版IE7とMac版IE5対策 */
dl{
	display:inline-block;
}
/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html dl{
	height:1%;
}
*:first-child+html dl{
	zoom:1;
}
dl{
	display:block;
}
/* End hide from IE-mac */

