@charset "utf-8";

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

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

body {
	background: url(../img/bg.jpg) top center no-repeat;
	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;}


/* --ChangeOfText-- */
#header h1.logo { text-indent: -9999px; }


/* ---- */
.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; }

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

#mainBody { background-color: #FFFFFF; }

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

#header h1.logo {
	width: 130px;
	margin: 76px auto 0px auto;
	background: url(../img/title.gif) top no-repeat;
	}

#header h1.logo a {
	height: 125px;
	display: block;
	}

.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; }

ul.blogList a {
	color: #666666;
	text-decoration: none;
	}
ul.blogList a:visited { color: #555555; }
ul.blogList a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
ul.blogList li {
	background: url(../img/arrow.gif) 0px -1px no-repeat;
	*background: url(../img/arrow.gif) 0px 0px no-repeat;
	}

ul.blogList {
	margin-top: 5px;
	padding: 3px 10px;
	font-size: 10px;
	line-height: 130%;
	list-style: none;
	}
ul.blogList li { padding: 1px 0px 3px 10px; }


