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

body, header, section, h1, h2, nav, ul, li {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}


body{
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	font-size:12px;
	-webkit-text-size-adjust: none;
	/*
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ddd),
		to(#ffffff));
	background-repeat:repeat-x;
	*/
}

h1{
	font-size:14px;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:normal;
}


a,img{
	border:0;
	margin:0;
	padding:0;
	display:block;
	color:#F00;
}

.clearfix:after{
	content:'.';
	visibility:hidden;
	width:100%;
	clear:both;
	line-height:0px;
}

#container{
	width:100%;
	overflow:hidden;
	min-height:416px;
}


header{
	line-height:40px;
	text-align:center;
	color:#666;
}
header img{
	margin:0 auto;
}

/* リセット */
html,body,nav,ul,li {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* display:table;ナビゲーション */
#globalNav ul {
	display:table;
	table-layout:fixed;
	width:100%;
}
#globalNav ul li {
	display:table-cell;
	border-right:1px solid #ffffff;
}
#globalNav ul li a {
	display:block;
	padding:0.5em 0;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	background-color:#d4757c;
}
#globalNav ul li a:hover {
	 background-color:#8B0000;
}

section#mainImage, section#news, section#siteImage, section#nlink, section#gateway {
	color:#666;
	display:block;
	text-align:left;
	background-color:#FFF;
}

section#mainImage h2, section#news h2, section#siteImage h2, section#nlink h2 {
	padding:10px;
	color:#666;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

section#gateway h2 {
	padding:10px;
	color:#666;
	border-bottom:1px solid #CCC;
}

section#mainImage p {
	text-align:center;
}

section#mainImage p img {
	display:inline-block;
}

section#siteImage p, section#nlink p, section#news p {
	margin-left:20px;
	margin-right:20px;
}

section#news ul {
	margin:10px 20px;
}

section#news a {
	text-decoration:none;
	color:#666;
}

section#gateway p {
	margin-left:20px;
	margin-right:20px;
}

section#gateway p a {
	display:block;
	padding:10px 20px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
	border: 2px solid #db0000;
	-webkit-border-radius: 8px;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.1, #ffc4c4),
		color-stop(0.50, #d43535),
		color-stop(0.50, #990000),
		to(#fc8383));
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(112,0,0,1);
}

footer{
	display:block;
	text-align:center;
	line-height:40px;
}
