﻿@charset "UTF-8";
/*////////////////////////////// RESET ///
	リセットCSS
///////////////////////////////////*/
body {
	line-height: 1;
	margin: 0;
}
h1, h2, h3, h4, p {
	margin: 0;
}
header,nav,section,footer {
	display: block;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
}
a {
	display: block;
	/* リンクをタップしたときの半透明を消す */
	-webkit-tap-highlight-color: transparent;
}
/*////////////////////////////// GENERAL SETTING ///
	サイト全体の設定
///////////////////////////////////*/
body {
	background: #f8f4e6;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Osaka,  sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none; 
}
a {
	color: #4169e1;
}
img {
	border: none;
	/* 画像の縦方向の揃え位置を指定 */
	vertical-align: bottom;
}
/*////////////////////////////// LAYOUT ///
	レイアウト
///////////////////////////////////*/
#about, #main, #menu, #pank, #smap {
	margin-top: 20px;
}
footer {
	background: #ff99a8;
	text-align: center;
}
/*////////////////////////////// HEADER ///
	ヘッダー
///////////////////////////////////*/
header h1 {
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background: #ff99a8;
	color: #f8f4e6;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header p {
	text-align: center;
}
/*////////////////////////////// PANK ///
	パンくずリスト
///////////////////////////////////*/
#pank li {
	list-style: none;
	float: left;
	line-height:14px;
	padding-left: 10px;
	font-size: 70%;
	text-align: center;
}
#pank li a {
	color: #333;
}
#pank ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
/*////////////////////////////// ABOUT ///
	サイト説明等
///////////////////////////////////*/
#about h2 {
	height:25px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background: #ff99a8;
	color: #f8f4e6;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.at {
	margin: 20px 10px 0 10px;
	padding: 20px 10px 10px 10px;
	border: 4px double #ff99a8;
	background: #fefdfc;
}
.at p {
	margin-bottom: 1em;
}
/*////////////////////////////// MAIN ///
	メイン
///////////////////////////////////*/
#main h2 {
	height:25px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background: #ff99a8;
	color: #f8f4e6;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main article h3 {
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main article p {
	margin-bottom: 1em;
	text-align: center;
}
.mr {
	color: #e21a00;
}
.mt {
	margin: 20px 10px 0 10px;
	padding: 20px 10px 10px 10px;
	border: 4px double #ff99a8;
	background: #fefdfc;
}	
/*////////////////////////////// NAV MENU ///
	メニュー
///////////////////////////////////*/
#menu h2 {
	height:25px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background: #ff99a8;
	color: #f8f4e6;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#menu ul {
	background: #fefdfc;
}
#menu li {
	height: 45px;
	line-height: 45px;
	border-bottom: 3px double #ff99a8;
	background: url(images/list_mark.png) no-repeat 98% 50%;
}
#menu li a {
	overflow: hidden;
	padding-right: 30px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*////////////////////////////// BACKLINK ///
	バックリンク
///////////////////////////////////*/
#back a {
	height: 55px;
	line-height:55px;
	color: #333;
	text-align: center;
	text-decoration: none;
}
/*////////////////////////////// FOOTER ///
	フッター
///////////////////////////////////*/
.sm {
	height: 35px;
	line-height: 35px;
	font-size: 85%;
}
.sm a {
	color: #f8f4e6;
}
.copy {
	height: 30px;
	line-height: 30px;
	color: #f8f4e6;
	font-size: 70%;
}
/*////////////////////////////// MAP ///
	サイトマップ
///////////////////////////////////*/
#smap h2 {
	height:25px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background: #ff99a8;
	color: #f8f4e6;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#smap ul {
	padding: 20px 10px 10px 10px;
	border-bottom: 3px double #ff99a8;
	background: #fefdfc;
}
#smap li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 1em;
}
#smap li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}