@charset "utf-8";

/* ページ全体
---------------------------------------------------- */
body {
	margin: 0; 
	padding: 0;
	font-size: 75%;
	font-family: MS Pゴシック, arial, Osaka, Times New Roman;
	color: #1B1B1B;
	line-height: 1.7;
	background: #66CC99	url(../img/common/bg.jpg) top repeat-x;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: none;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
    list-style-type: none;
}
a { text-decoration: none; }
a:link { color: #663366; }
a:visited { color: #663366; }
a:hover { color: #99CD00; }
.attention { color: #FF3333; }

/* WRAPPER
---------------------------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* HEADER
---------------------------------------------------- */
#header {
	height: 75px;
	background: #FF6666;
}
#header h1 {
	float: left;
}
#header p {
	float: right;
}

/* HEADER
---------------------------------------------------- */
#nav {
	padding: 0 10px 20px 10px;
	background: url(../img/common/bg_frametop_index.gif) bottom no-repeat;
}
#nav li {
	float: left;
}
ul#nav-top {
	height: 30px;
	margin-bottom: 20px;
}
ul#nav-bottom {
	height: 40px;
}

/* MAINCOLUMN
---------------------------------------------------- */
#maincolumn {
	padding: 10px 30px 0 30px;
	background: url(../img/common/bg_framecenter_index.gif) repeat-y;
}
p#flash {
	margin-bottom: 20px;
}
#top-news {
	float: left;
}
p.bana-top {
	padding: 0 20px 20px 0;
	float: left;
}
#top-news h2 {
	margin: 0 20px 10px 0;
	clear: both;
}
p.new-topics  {
	width: 580px;
	margin-left: 10px;
	padding: 2px 10px 3px 10px;
	border-bottom: #FF6666 1px dashed;
}
ul#bana-link {
	float: left;
}
ul#bana-link li {
	margin-bottom: 10px;
}

/* FOOTER
---------------------------------------------------- */
#footer {
	padding: 40px 10px 30px 10px;
	clear: both;
	text-align: center;
	background: url(../img/common/bg_framebottom_index.gif) top no-repeat;
}

/* CLEARFIX
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
