@charset "UTF-8";
/* CSS Document */

/* フォント基本設定 */

h1 {
	font-weight: normal;
	text-decoration: none;
	font-size: 2.8rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 130%;
}

h2 {
	font-weight: normal;
	text-decoration: none;
	font-size: 2.6rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 130%;
}

h3 {
	font-weight: normal;
	text-decoration: none;
	font-size: 3.8rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 150%;
}
a {
	font-weight: normal;
	text-decoration: none;
	font-size: 2.8rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 150%;
}
strong {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 250%;
}

/* レイアウト基本設定 */

img {
	border: 0px;
}

* {
    margin: 0;
    padding: 0;
}

html {
	font-size: 62.5%;
}

/* 背景グラデ設定 */
body {
	padding: 0px;
	background-color: #FFF;
}

/* コンテンツ部分基本設定 */
#wrapper {
	width: 100%;
	text-align: center;
}
