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

/*
	リセット
--------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/aroe-ikumo-eki/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/* よく使う要素のリセット */
h1, h2, h3, h4, h5, h6, div, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/*
	
--------------------------------------------------------------*/

div#container {
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
h1 {
	font-size: 80%;
	background-color: #3161C3;
	color: #FFF;
	padding: 0.5em 1em;
}


div#header {
	margin-bottom: 30px;
	
}

div.description {
	
}

div#main {
	margin-bottom: 30px;
	
}
#main h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 1em;
	margin-right: 20px;
	margin-left: 20px;
	color: #000;
	line-height: 1.2;
}

#main h3 {
	font-size: 150%;
	margin: 1.5em 20px 1em;
	background-color: #BBF261;
	padding: 0.5em 20px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main p {
	line-height: 1.8;
	margin-right: 40px;
	margin-bottom: 1.2em;
	margin-left: 40px;
}

#main p strong {
	font-size: 120%;
	color: #C00;
}


div#footer {
	text-align: center;
	font-size: 80%;
	
}

div#navi {
	
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}
.button {
	text-align: center;
	clear: both;
}


.clr {
	clear: both;
}
