@charset "utf-8";

/*---------------------------
リセット
-----------------------------*/
html,body,header,footer,div,p,h1,h2,h3,h4,ul,li,{
 margin: 0px;
 padding: 0;
}


/*---------------------------
ボディ全体指定/背景色/文字のスタイル
-----------------------------*/
body{
 background-color: #ffffff;
 font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


/*---------------------------
ヘッダー/高さ/背景色/文字色/文字サイズ
-----------------------------*/
h1 {
}


/*---------------------------
パンくずリスト/文字サイズ
-----------------------------*/
p.pankuzu {
}


/*---------------------------
サイトコンテンツ/文字色/文字サイズ/テキストの位置
-----------------------------*/
h2 {
}

p {
}



/*---------------------------
ナビゲーションメニュー/高さ/背景色/背景の枠/文字色/文字サイズ/テキストの位置/
-----------------------------*/
nav {
}

nav h3 {
}

nav ul {
}

nav li {
}

nav li a {
}

/*---------------------------
フッター/高さ/背景色/文字色/文字サイズ/テキストの位置
-----------------------------*/
footer {
	font: normal bold 14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #e45e90;
	text-align: center;
	vertical-align: bottom;
}

footer a{
}

/*------------------ＥＮＤ-----------------*/
