@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
 background-color: #FFFFFF;
 font-family: Arial, san-serif;
 font-size: 14px;
 line-height: 1.6;
}

a {
 color: #333;
}
.global-footer {
	background-color: #C0E0E0;
	background-position: left top;
	font-size: 12px;
	text-align: center;
	clear: both;
	padding-top: 5px;
}

.nav-about {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 86.875%;
	padding-top: 6px;
	padding-right: 3.125%;
	padding-bottom: 6px;
	padding-left: 3.125%;
}

.nav-about ul {
 -webkit-border-radius: 2.5%;
 border-radius: 2.5%;
 -webkit-box-shadow: 0 0 0.9375% #333333;
 box-shadow: 0 0 0.9375% #333333;
}

.nav-about li {
 border-top: 1px solid #D9F5F3;
 border-bottom: 1px solid #666666;
 height: 37px;
 line-height: 37px;
 background-color: #030;
}

.nav-about li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about li:last-of-type {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about a {
 color: #FFFFFF;
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
.global-footer p {
	color: #0C0;
	background-color: #030;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #FC0;
	width: 100%;
}
.hold {
	background-color: #C0E0E0;
}
