/* タグ
-------------------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFCC;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
	text-align:center;
}
a {
	color:#66CCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
address {
	font-size: 80%;
	color: #666 !important;
	font-style:normal !important;
}

/* 共通
-------------------------------------------------------------- */
/* スタイルクリア */
.clear {
	clear: both;
}
/* 高さ6pxのスペース */
.space_height_6 {
	height: 6px;
}
/* 高さ10pxのスペース */
.space_height_10 {
	height: 10px;
}
/* 高さ30pxのスペース */
.space_height_30 {
	height: 30px;
}
/* フォントカラー・レッド */
.font_red {
	color: #ff0000;
}
/* 画像見出し用・スタイルリセット */
.title_image {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
	line-height: 0 !important;
	letter-spacing: 0 !important;
}

/* パンくずリスト
-------------------------------------------------------------- */
.topicpath {
	width: 220px;
	margin: 0 auto;
	text-align:center;
}
.topicpath p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: left;
}

/* 基本レイアウト
-------------------------------------------------------------- */
#base {
	width: 240px;
	margin: 0 auto;
	background: url(images/contents_background.png) repeat-y;
	text-align:center;
}
#contents {
	width: 230px;
}
#header {
	height: 60px;
	background: url(images/header_back.png) no-repeat;
}
#contents_in {
	margin: 10px auto;
	padding: 5px 0 5px 0;
	text-align:center;
}

/* グローバルナビ
-------------------------------------------------------------- */
/* グローバルナビセンター寄せ */
#global_navigation {
	width: 240px;
	margin: 0 auto;
	text-align:center;
}
.gn0201 {
	margin: 0 !important;
}

/* 下部お問い合わせ先
-------------------------------------------------------------------------- */
#footer_contact {
	margin: 0 auto !important;
	text-align:center;
}