@charset "shift_jis";
/* CSS Document */


h1,h2,h3,h4,p,table,th,td,div,ul,ol,li{
    margin:0px;
	padding:0px;
	
}

h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #C90;
	background-color: #FFC;
	text-shadow: 3px 3px 3px #EEE;
	text-align:center;
}

h2 {
	font-size: 16px;
	color: #000;
	background-color: #CF9;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left:15px;
	padding-top:3px;
	border-bottom:2px solid #CCC;
	border-left:5px solid #FC3;
	
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#link{
	margin-left:1em;
      background-color:#cc9;
}
	 

p {
	margin-left:1em;
margin-top:7px;
}

#main{
	 margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:650px;         /* 幅を決定する */
	 background-color:#FFE;
}
	 
#small{
	font-size: small;
}
