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

body {
	margin: 0 auto;
	background-color: #FFD700;
}


#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #FFF;
}

.yodogawa {
	margin: 0 auto;
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.yodogawa_b {
	margin: 0 auto;
	/* メインの文字要素 */
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.text_main {
	margin: 0 auto;
	/* メインの文字要素 */
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.text_name {
	margin: 0 auto;
	/* メインの文字要素 */
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.margin_b_27 {
	margin-bottom: 27px;
}

.margin_b_8 {
	margin-bottom: 8px;
}




a:link {
	color: #F76B7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096;
}
a:hover {
	text-decoration: none;
	color: #FFC7D2;
}
a:active {
	text-decoration: none;
}
