@charset "UTF-8";
/* CSS Document */

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
	color: #000;
	background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%
}
legend {
	color: #000
}
#yui3-css-stamp.cssreset {
	display: none
}


/* base layout */

body {
	color:#000;
}

a {
	text-decoration:none;
	color:inherit
}

.fontGothic {
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.fontSerif {
	font-family:Georgia, 'Times New Roman', Times, "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho",serif;
}

.fontSmall{
	font-size: 0.7em;
	line-height: 1em;
}

.fontBold{
	font-weight: bold;
}

.linkColor {
	color: #CC0707;
}

.linkStyle{
	border-bottom: 1px dotted #CC0707;
}


/* top image */
#topimg {
	display: block;
	position: fixed;
	z-index: 0;
	background-image: url(../images/topimage01.jpg);
	background-size: cover;
	background-position: center top;
	
}


/* header */
header {
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	padding:10px 10px 10px 10px;
	background: linear-gradient(to bottom,rgba(255,255,255,1), rgba(255,255,255,0.8));
	color: #666666;
}

.heading {
	margin: 0 auto;
	
}

header h1 {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
}

nav {
}

ul#global-menu {
	font-weight:normal;
	font-size:14px;
	letter-spacing: 0.05em;
}

ul#global-menu>li {
	float:left;
	border-left:solid 5px #990033;
	text-align: left;
	padding:3px 40px 3px 5px;
	display:block;
	position:relative;
	line-height: 1em;
	font-weight: 100;
}

ul#global-menu>li>a {
	display:block;
}

ul#global-menu>li>a:hover {
	color:#999;
}



/* content */
#content {
	clear: both;
	padding: 0px 10px;
	position: relative;
	display: block;
	color: #fff;
}

#content p {
	font-size: 18px;
	line-height: 2em;
	position: absolute;
	bottom: 50px;
}



/* footer */
footer {
	clear:both;
	position: fixed;
	bottom:10px;
	display: block;
	color: #fff;
	padding:10px 10px 0 10px;
	z-index: 20;
}




div.formField {
	padding-left: 20px;
	margin-top: 30px;
	
}

div.formField label {
	display: block;
}

div.formField input[type='text'], div.formField input[type='email']{
	width:20em;
	border: 1px solid #999;
	border-radius: 100px;
	padding: 0.5em 1em;
}

div.formField input[type='submit']{
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #CCC;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 5px 16px;
	text-align: center;
}


div.formField textarea {
	border:1px solid #999;
	border-radius: 10px;
	padding: 0.5em 1em;
}

div.formField input.return{
	border: 1px solid #999;
	background-color: #FFF;
	font-weight: normal;
}


/* news link */
#newsLink {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 8px;
	background-color: rgba(128,128,128,0.8);
	border-radius: 3px;
	text-align: center;
	z-index: 90;
}

#newsLink p {
	font-size: 12px;
	line-height: 1.25;
	color: #fff;
}
