@charset "shift_jis";
/* 全ページのベースとなる共通設定CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Osaka, "MS PGothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  sans-serif;
	line-height: 1.5em;
	background: #CDC;
}

/* タグ
------------------------------------------------------------ */
img {
	border: none;
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	font-size: 0.9em;
}

/* 見出し */
h1 {
	text-align: center;
	font-size: 1.5em;
	color: #033;
	padding-top: 20px;
	margin-bottom: 80px;
}

h2 {
	font-size: 1.2em;
	/*
	color: #336;
	*/
	color: #066;
	margin-bottom: 0.5em;
}

/* 共通クラス
------------------------------------------------------------ */
.clearboth {
	clear: both;
}

/* New表示 */
.newstamp {
	font-size: 78%;
	color:	#f00;
}

/* ナビゲーション */
.goto_index {
	font-size: 1em;
	padding-right: 0;
	padding-left: 20px;
	margin: 20px 0 5px;
}

.goto_index a {
	display: block;
	background: url(../images/arrow_left_g_1.gif) no-repeat left center;
	margin-left: 0;
	padding-right: 0;
	padding-left: 20px;
}

.top a {
	text-decoration: underline;
}

/* 共通ID
------------------------------------------------------------ */
#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #033;
}

/* ナビゲーション */
#navi {
	clear: both;
	width: 138px;
	margin: 0 auto 40px;
	text-align: center;
}

#navi img{
	vertical-align: middle;
}

#navi p {
	margin-bottom: 2em;
}
