@charset "UTF-8";

/*html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)*/

/*----------------------------
 00.default
----------------------------*/

html, body, div, h1, h2, ul, li, a
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	vertical-align: baseline;
	background-color: transparent;
	list-style: none;
	position: relative;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

html, body
{
	height: 100%;
	body: 100%;
}

div#wrapper
{
	width: 100%;
	height: 100%;
}

div.container
{
	width:980px;
	margin: 0 auto;
}


/*----------------------------
 01.header
----------------------------*/

div#header
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	border-bottom: solid 3px #16b423;
}

div#header div.container
{
	height: 90px;
	padding-top: 30px;
}

div#header div.container div#headerTitle
{
	padding: 0;
	padding-left: 40px;
	height: 70px;
	width: 940px;
}

div#header div.container div#headerTitle h1
{
	font-size: 32px;
}

div#header div.container div#headerMenu
{
	width: 980px;
	height: 20px;
	margin: 0 auto;
}

div#header div.container div#headerMenu ul
{
	display: inline;
	width: 980px;
	height: 20px;
}

div#header div.container div#headerMenu ul li
{
	text-align: center;
	float: left;
	width: 245px;
	height: 20px;
	margin: 0 auto;
}

/*----------------------------
 02.contents
----------------------------*/

div#content
{
	margin: 0;
	padding: 0;
	width: 100%;
}

div#content div.container
{
	width: 980px;
	margin: 15px auto;
}

/*----------------------------
 03.footer
----------------------------*/

div#footer
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background-color: #777777;
	position: relative;
	bottom:0;
}

div#footer div.container
{
	height: 50px;
}

div#footer div.container div#copyRight
{
	text-align: center;
	height: 30px;
}

div#footer div.container div#footerMenu
{
	width: 980px;
	height: 20px;
	margin: 0 auto;
}

div#footer div.container div#footerMenu ul
{
	display: inline;
	width: 980px;
	height: 20px;
}

div#footer div.container div#footerMenu ul li
{
	text-align: center;
	float: left;
	width: 196px;
	height: 20px;
	margin: 0 auto;
}

/*----------------------------
 04.shared_class/ID
----------------------------*/
.c-Float
{
	clear: both;
}

.jump
{
	cursor: pointer;
}

.right
{
	float: right;
	clear: both;
}

.tdftad
{
	display:none !important;
}
