/*
Author: Takashi Shibusawa (Nilgiri Tea)
Author URI: http://nilgiri-tea.net/
*/

/*############################
########### reset ############
############################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: 'Helvetica neue',Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear {width:100%;}
.clear:after {
 	content: ""; 
 	display: block; 
 	clear: both;
 }

/*############################
###### Basic structure #######
############################*/
html {
	height: 100%;
}
body {
	font-size: 62.5%;
	background-image: url(../images/bg.jpg);
	color: #525050;
	height: 100%;
}
#wrapper {
	position: relative;
	width: 920px;
	padding: 0 20px;
	background: url(../images/bg_wrapper.png) repeat-y;
	margin: 0 auto;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}
#ieAlert {
	text-align:center;
	background-color:#f1c40f;
	border:2px solid #c0392b;
	padding:1em;

}
#ieAlert h2 {
	font-size: 2em;
	margin-bottom: 10px;
}
#ieAlert p {
	font-size: 1.6em;
	line-height: 1.3;
}
/*############################
########### Header ###########
############################*/

#header {
	position: relative;
	background-color: #ffecc1;
	padding: 20px 20px 0;
	height: 110px;
	width: 880px;
}

h1 {
	position: absolute;
	bottom: 0px;
	width: 312px;
	height: 0;
	padding-top: 130px;
	overflow: hidden;
	background-image: url(../images/header_logo.png);
	margin-left: -16px;

}
#headertext {
	position: absolute;
	left: 320px;

	width: 580px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 1.7em;
	line-height: 1.4;
}
#gnav {
	position: absolute;
	left: 320px;
	bottom: 0;
	width: 580px;
	background-image: url(../images/gnav.png);
	background-position: 0 0;
	font-size: 0;
}
#navBefore,
#navAfter {
	width: 12px;
	height: 50px;
	float: left;
}
#navBefore {
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	/*background-color: #e3bc04;*/
}
.navItem {
	float: left;
}
.navItem a{
	display: block;
	height: 50px;
	width: 94px;
	position: relative;
}
.navover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-image: url(../images/gnav.png);
}
.coming .navover{
	background-image: url(../images/gnav_coming.png);
}
.navItem1 a,
.navItem6 a {
	width: 102px;
}
.navItem1 .navover {
	/*top*/
	background-position: 0 -50px;
}
.navItem2 .navover {
	/*about*/
	background-position: -102px -50px;
}
.navItem3 .navover {
	/*general*/
	background-position: -196px -50px;
}
.navItem4 .navover {
	/*circle*/
	background-position: -290px -50px;
}
.navItem5 .navover {
	/*list*/
	background-position: -384px -50px;
}
.navItem6 .navover {
	/*plan*/
	background-position: -478px -50px;
}


/*############################
########## content ###########
############################*/
#content {
	position: relative;
	background-color: #fdfdfd;
	padding-bottom: 20px;
}
/*arrow*/
#navarrow {
	margin-bottom: 10px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#content.content-index #navarrow {
	border-top: 17px solid #F1C40F;
	margin-left: 362px;
}
#content.content-about #navarrow {
	border-top: 17px solid #E67E22;
	margin-left: 459px;
}
#content.content-general #navarrow {
	border-top: 17px solid #c0392b;
	margin-left: 553px;
	/*320 + (left) + (button.width -20) + adjust*/
}
#content.content-circle #navarrow {
	border-top: 17px solid #16a085;
	margin-left: 647px;
}
#content.content-list #navarrow {
	border-top: 17px solid #3498db;
	margin-left: 741px;
}
#content.content-plan #navarrow {
	border-top: 17px solid #9b59b6;
	margin-left: 838px;
}

h2.pagetitle {
	padding-right: 5px;
	padding-bottom: 2px;
}
.content-about .pagetitle {
	border-right: 6px solid #E67E22;
	border-bottom: 2px solid  #E67E22;
}
.content-general .pagetitle {
	border-right: 6px solid #c0392b;
	border-bottom: 2px solid  #c0392b;
}
.content-circle .pagetitle {
	border-right: 6px solid #16a085;
	border-bottom: 2px solid  #16a085;
}
.content-list .pagetitle {
	border-right: 6px solid #3498db;
	border-bottom: 2px solid  #3498db;
}
.content-plan .pagetitle {
	border-right: 6px solid #9b59b6;
	border-bottom: 2px solid  #9b59b6;
}
.content-other .pagetitle {
	border-right: 6px solid #808080;
	border-bottom: 2px solid  #808080;
}
/*############################
########### footer ###########
############################*/
#footer {
	position: relative;
	bottom: 0;
	width: 920px;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #ffecc1;
}
.about {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1.4;
}
.copyright {
	width: 305px;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	background-image: url("../images/copyright.png");
	margin: 0 auto;
	text-align: center;
	font-size: 1.6em;
}
.nilgiri {
	display: block;
	width: 110px;
	height: 0;
	padding-top: 34px;
	overflow: hidden;
	background-image: url(../images/nilgiri.png);
	margin: 5px auto 0;
}
/*############################
######### top button #########
############################*/
#ToTop {
	position: fixed;
	bottom: 30px;
	left: 920px;
}
#ToTop a {
	display: block;
	width: 160px;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	background-image: url(../images/totop.png);
}