 /* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #333;
	margin-top:10px;

}


#wrapper{

}



/* ヘッダーに関するCSS */


h1 {
font-size:100%;
 margin: 0px;
 padding: 1px;
}

h2 {
font-size:80%;
 margin: 1px;
 padding: 1px;
}

h3 {
font-size:90%;
 margin: 1px;
 padding: 1px;
}


/* ナビゲーションに関するCSS */

#navi {
	font-size: 110%;
	line-height : 110%;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}


#navi a{
	color: #0000FF;

}

#navi a:hover {
	color: #FF0000;
	text-decoration:none;
}



/* コンテンツに関するCSS */


/* テキストに関するCSS */


/* 画像に関するCSS */


/* 各ページ基本サイズ */



/* リンクに関するCSS */


