@charset "utf-8";

/*----------------------------------------------------------------------------------------
	BASE
=========================================================================================*/

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: url(../img/header_bg.gif) top repeat-x;
	background-color: #EEEEEE;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	}

h1,
h2,
h3 { font-size: medium; }

.txtR { text-align: right; }
.txtC { text-align: center; }


/* --LinkColor-- */
a { color: #FF9900; }
a:visited { color: #FF9900; }
a:hover { color: #FFCC00;}


/* ---- */
.clear { 
	overflow: hidden;
	}
.clear:after{ 
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
} 
/*\*/
* html .clear {
	height: 0px;
	overflow: visible;
}
/**/

.dotlineV { background: url(../img/dotline_v.gif) top right repeat-y; }
a img {
	border: none;
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------
	HEADER / FOOTER / etc
=========================================================================================*/
#head {
	width: 900px;
	height: 95px;
	margin: 0px auto;
	}
#head .logo {
	width:250px;
	float: left;
	}
#head .add {
	width: 300px;
	float: right;
	}

#menu,
#mainBody,
#foot{
	width: 900px; 
	margin-left: auto;
	margin-right: auto;
	}

#menu {
	height: 545px;
	position: relative;
	background: url(../img/menu_bg.jpg) top center no-repeat;
	}
*html #menu img { behavior: url("js/iepngfix.htc") }

#menu h2,
#menu h3 { position: absolute; }
#menu .chori {
	top: 5px;
	left: 30px;
	}
#menu .eiyo {
	right: 86px;
	bottom: 16px;
	}
#menu .kaigo {
	top: 46px;
	right: 23px;
	}
#menu .balloon {
	left: 29px;
	bottom: 25px;
	}

#mainBody { background-color: #FFFFFF; }

.line {
	border-top: 8px solid #EEEEEE;
	padding-top: 16px;
	}

.subMenu { padding: 16px 2px 0px 15px; }

#foot {
	margin-top: 10px;
	font-size: 10px;
	line-height: 130%;
	text-align: right;
	}

.bbsBtn { margin: 10px auto; }

.blogCont { padding: 16px 15px 15px 7px; }
.newsCont { padding: 16px 8px 15px 15px; }

#mainBody ul.blogList a {
	color: #666666;
	text-decoration: none;
	}
#mainBody ul.blogList a:visited { color: #555555; }
#mainBody ul.blogList a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
#mainBody ul.blogList li {
	background: url(../img/arrow.gif) 0px -1px no-repeat;
	*background: url(../img/arrow.gif) 0px 0px no-repeat;
	}
#mainBody ul.blogList {
	margin-top: 5px;
	padding: 3px 10px;
	font-size: 10px;
	line-height: 130%;
	list-style: none;
	}
#mainBody ul.blogList li { padding: 1px 0px 3px 10px; }



