/* CSS Document */

body{
	background-color:#aaeeff;
}

p{
	margin-left:60px;
	margin-right:auto;
	line-height:1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #063;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	padding-right: 60px;
}

p.head{
	font-size: 12px;
	color: #003;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}


h1{
	font-size:18px;
	margin-left:20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #009;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}

h1.red{
	color: #FF3300;

}

h2{
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
}

ul{
	line-height:2;
	margin-left:70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #069;
	font-weight: bold;
}

table.chara{
   border-collapse: collapse;

}

table.chara td{
	border-width: 1px 0px; /* 上下だけ引く */
	border-color: #009900; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	padding: 3px; /* セル内側の余白 */
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #069;
	text-align: center;
}

table.chara dd{
	font-size:14px;
	text-align:left;
}


a{
	color: #CC0000;
}

div#main{
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	background-color:#ddeeff;
}

div#logo{
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

div#logo h1{
	font-size:24px;
	color:#227722;
	text-align:center;
	margin-top:3px;
}

div#logo h2{
	font-size:14px;
	color:#993300;
	text-align:center;
	margin-top:3px;
}

div#logo h6{
	font-size:12px;
	color:#FF6666;
	text-align:center;
	margin-top:3px;
}

div#logo a{
	font-size:16px;
}

div#logo body{
	font-size:32px;
	color:#FF6666;
}

div#logo p{
	font-size:16px;
	color:#FF6666;
	
}

div#whatsnew{
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

div#whatsnew td{
	font-size:12px;
	text-align:left;
	color:#663366;
	font-weight: bold;}

table.whatsnew {
   border-collapse: collapse;
   border: 2px solid #993366; /* 外側の枠線 */
}
table.whatsnew td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-color: #993366; /* 線色：緑 */
   border-style: solid; /* 線種：実線 */
   padding: 3px; /* セル内側の余白 */
}

div#shop{
	width: 640px;
	margin-left:auto;
	margin-right:auto;
}

table.shop {
   border-collapse: collapse;
   border: 2px solid #000099; /* 外側の枠線 */
}
table.shop td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-color: #000099; /* 線色：緑 */
   border-style: solid; /* 線種：実線 */
   padding: 3px; /* セル内側の余白 */
}


div#news{
	width: 640px;
	margin-left:auto;
	margin-right:auto;
}

table.news {
   border-collapse: collapse;
   border: 2px solid #000099; /* 外側の枠線 */
}
table.news td {
   padding: 3px; /* セル内側の余白 */
}

table.news h1 {
   padding: 3px; /* セル内側の余白 */
   background-color:#000099;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	margin-top:3px;
}

table.news h2 {
   padding: 3px; /* セル内側の余白 */
	font-size:16px;
	color:#660033;
	margin-top:3px;
}


table.news p {
   padding: 3px; /* セル内側の余白 */
	font-size:14px;
	color:#000000;
	margin-left:20px;
}


table.newsupdate {
   border-collapse: collapse;
   border: 2px solid #880011; /* 外側の枠線 */
}
table.newsupdate td {
   padding: 3px; /* セル内側の余白 */
   background-color:#ffffcc;
}

table.newsupdate h1 {
   padding: 3px; /* セル内側の余白 */
   background-color:#880011;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	margin-top:3px;
}

table.newsupdate h2 {
   padding: 3px; /* セル内側の余白 */
	font-size:16px;
	color:#660033;
	margin-top:3px;
}

table.newsupdate p {
   padding: 3px; /* セル内側の余白 */
	font-size:14px;
	color:#000000;
	margin-left:20px;
}
