@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 1.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-serif;
	text-align: center;
	background: url(../img/common/bg_body.jpg) repeat;
}
#navi {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 900px;
	background-color: #B1CBE4;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 920px;
	background: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px 0px 10px;
	height: 121px;
	width: 920px;
	background-image: url(../img/common/bg_head.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 920px;
}
#sidenavi {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	float: left;
	width: 180px;
	height: auto;
}
#sideinfo {
	margin: 30px 0px 0px;
	padding: 3px 0px 10px;
	background-color: #FFD9D9;
	text-align: center;
	height: auto;
	width: auto;
}

#main {
	margin: 0px;
	padding: 10px 15px 20px;
	float: right;
	height: auto;
	width: 690px;
}
#footer {
	margin: 0px;
	padding: 15px 20px 5px;
	height: auto;
	width: 880px;
	background-image: url(../img/common/bd_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666;
}
.clear {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}

/*h1-h6*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
}



/*pタグ*/

p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

/*リンク*/

a {
	color: #F00;
}

a:hover {
	color: #F99;
	text-decoration: underline;
}

/*新着情報*/

#update {
	margin: 5px 0px;
	padding: 0px;
	height: 140px;
	width: 685px;
	overflow: auto;
	border: 1px none #999999;
	background-image: none;
}
.p_update_title {
	color: #F00;
	background-image: url(../img/top/ic_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 2px 15px;
}

#update ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#update ul li {
	margin: 0px 10px;
	padding: 5px 0px;
	list-style: none;
	border-bottom: 1px dashed #999999;
}

/*画像*/

img {
	border-width: 0px;
}

/*テーブル*/
td {
    vertical-align:top;
}
#news {
	background-image: url(../img/md_l_end.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 20px 0px 0px;
	padding: 0px;
	height: auto;
	width: 690px;
}
