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


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #CFF;
	background-image:url(images/top/wallppr081.gif);
	position: fixed;
	height: auto;
	width: auto;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #CCC; /* 背景カラーを設定 */	/* 背景イメージを削除 */
}

#navibar {
	width: 180px;
	float: left;
	margin-top: 0px; /* マージンを設定 */
	margin-left: 0px;
	height: auto;
	background-color: #666;
}


#maincontent {
	width: 590px; /* 横幅を変更 */
	height: auto;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px
	background-color: #666; /* 背景カラーを設定 */
	float:right
}

/* ここから下メインコンテンツの中身を設定 */
#topic01 {
    height: 165px;
	width: 590px;
	float: left;
	margin-top: 10PX;
	
}

#topic02 {
	height: 165;
	width: 130px;
	float: right;
}


#topic03 {
	height: 175;
	width: 100%;
	float: left;
	margin-top: 10px;
	padding: inherit;
	text-align: left;
}

#topic04 {
	height: 175;
	width: 100%;
	float: left;
	margin-top: 10px;
	color: #FFF;
}

#topic05 {
    height: 175;
	width: 100%;
	float: left;
	margin-top: 10px;
}

#topic06 {
    height: 175;
	width: 100%;
	float: left;
	margin-top: 10px;
}

#topic07 {
    height: 175;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}


#footer{
	height: 35px;
	width: 780px;
	margin-top: 10px;
}

/* メインコンテンツの中身ここまで */

