﻿@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: #d5dcf2;
	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 ///
	レイアウト
///////////////////////////////////*/
header {
	text-align: center;
}
#pank,#main, #smap, #menu, #back, footer {
	margin-top: 10px;
}
#main, #menu, #smap {
	border-top: 1px solid #c5cbe0;
	border-bottom: 1px solid #c5cbe0;
}
#back {
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
footer {
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868),to(#333));
	background: -moz-linear-gradient(#686868,#333);
	color: #fff;
	text-align: center;
}
/*////////////////////////////// HEADER ///
	ヘッダー
///////////////////////////////////*/
header h1 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868),to(#333));
	background: -moz-linear-gradient(#686868,#333);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	font-size: 130%;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*////////////////////////////// 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: ".";
}
/*////////////////////////////// MAIN ///
	メイン
///////////////////////////////////*/
#main h2 {
	position: relative;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: #a6aabc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccd3e8),to(#a6aabc));
	background: -moz-linear-gradient(#ccd3e8,#a6aabc);
	font-size: 110%;
}
#main article {
	padding-top: 20px;
	padding-bottom: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	text-align: center;
}
#main p {
	margin: 0px 20px 10px 20px;
}
.mr {
	color: #cc0000;
}
/*////////////////////////////// NAV MENU ///
	メニュー
///////////////////////////////////*/
#menu h2 {
	position: relative;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: #a6aabc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccd3e8),to(#a6aabc));
	background: -moz-linear-gradient(#ccd3e8,#a6aabc);
	font-size: 110%;
}
#menu ul {
	background: #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
#menu li {
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #eeeeec;
	background: url(images/list_mark.png) no-repeat 100% 50%;
	font-size: 95%;
}
#menu li a {
	overflow: hidden;
	padding-right: 30px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*////////////////////////////// FOOTER ///
	フッター
///////////////////////////////////*/
.sm {
	height: 35px;
	line-height: 35px;
	font-size: 85%;
}
.sm a {
	color: #fffdfc;
}
.copy {
	height: 30px;
	line-height: 30px;
	font-size: 70%;
}
/*////////////////////////////// MAP ///
	サイトマップ
///////////////////////////////////*/
#smap h2 {
	position: relative;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: #a6aabc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccd3e8),to(#a6aabc));
	background: -moz-linear-gradient(#ccd3e8,#a6aabc);
	font-size: 110%;
}
#smap ul {
	padding: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
#smap li {
	list-style-image: url('images/list_mark2.png');
	list-style-position: inside;
	height: 35px;
	line-height: 35px;
}
#smap li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}