/*　↓基本項目-----------------------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 24px;
}


/* リンク */
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}


/* イメージ */
img,fieldset {
	border:0;
}




/* 段落 */

p {
	font-size: 14px;
	padding-left: 15px;
}




/*　↑基本項目-----------------------------------------*/


/*　↓共通レイアウト-----------------------------------------*/

/* 全体構造コンテナ　*/
#container {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
}



/* ヘッダ,タイトルエリア　*/
#header {
	width: 800px;
	height: 40px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 30px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}








/* ナビゲーションメニュー　*/
#navi {
	width: 210px;
	height: auto;
	float: left;
	list-style-type: none;
	list-style-position: inside;
}




/* フッタ　*/
#footer {
	width: 500px;
	font-size: 12px;
	height: 30px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}



/*　↑共通レイアウト-----------------------------------------*/
#container .gotop {
	font-size: 10px;
	text-align: right;
	float: right;
	width: 300px;
	margin-right: 10px;
}
