@charset 'utf-8';

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}table {border-collapse: collapse;border-spacing: 0;}fieldset,img {border: none;vertical-align: bottom;}hr {display: none;}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;}

/* body
-------------------------------------------------- */

body {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	line-height: 1.3;
	color: #333333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	background: #5fe401;
}

#wrapperArea {
	min-width: 1010px;
	width: auto !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* link
-------------------------------------------------- */

a {
	color: #3b5998;
	outline-style: none;
}

a:link {
	color: #3b5998;
	text-decoration: underline;
}

a:visited {
	color: #3b5998;
	text-decoration: none;
}

a:hover {
	color: #63acdb;
	text-decoration: underline;
}

a:active {
	color: #63acdb;
	text-decoration: underline;
}

/* header
-------------------------------------------------- */

#wrapperArea header {
	width: 100%;
	height: 630px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/main_bg.jpg);
	background-position: center;
	background-size: cover;
}

#wrapperArea header .keyArea {
	width: 1010px;
	height: 630px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
}

#wrapperArea header .keyArea h1 {
	width: 579px;
	height: 115px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 206px;
	top: 73px;
}

#wrapperArea header .keyArea .pv {
	width: 489px;
	height: 289px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 20px;
	top: 248px;
}

#wrapperArea header .keyArea p.text {
	width: 489px;
	height: 239px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 1px;
	top: 228px;
}

#wrapperArea header .keyArea .logo {
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 25px;
	top: 0px;
}

#wrapperArea header .keyArea #boy {
	position: absolute;
	left: 25px;
	top: 479px;
}

#wrapperArea header .keyArea #sun {
	position: absolute;
	left: 245px;
	top: 510px;
}

/* bodyArea
-------------------------------------------------- */

#bodyArea {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
}

#bodyArea h2 {
	padding: 0px;
	margin: 49px 0px 20px;
}

#bodyArea p {
	margin: 0px 0px 14px;
	line-height: 1.9;
}

#bodyArea .center {
	text-align: center;
}

#bodyArea p.center {
	margin: 26px 0px 9px;
	line-height: 0;
	text-align: center;
}

#bodyArea .twoColumns {
	margin: 0 auto 51px;
}

#bodyArea .twoColumns .btn_left {
	float: left;
}

#bodyArea .twoColumns .btn_right {
	float: right;
}


/* btn
-------------------------------------------------- */

#bodyArea .btn_left {
	width: 473px;
	height: 74px;
	padding: 0px;
	background: url(images/btn_dwl_on.jpg) center top no-repeat;
}

#bodyArea .btn_right {
	width: 473px;
	height: 74px;
	padding: 0px;
	background: url(images/btn_01_on.jpg) center top no-repeat;
}

#bodyArea .btn_left a {
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 1px;
	line-height: 1;
	color: #000000;
	text-decoration: none;
}

#bodyArea .btn_right a {
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 1px;
	line-height: 1;
	color: #000000;
	text-decoration: none;
}

#bodyArea .btn_left a:hover {
	width: 473px;
	height: 74px;
	background-color: transparent;
}

#bodyArea .btn_left a:hover img {
	visibility:hidden;
}


#bodyArea .btn_right a:hover {
	width: 473px;
	height: 74px;
	background-color: transparent;
}

#bodyArea .btn_right a:hover img {
	visibility:hidden;
}

/* topContentWrapper
-------------------------------------------------- */

#bodyArea .topContentWrapper {
	padding: 0px 0px 30px;
	margin: 45px 0px;
	background: url(images/bg_content.gif) repeat-y left top;
}

#bodyArea .topContentWrapper .column {
	width: 290px;
	min-hight: 460px;
	padding: 0px;
	margin: 0px 45px 0px 0px;
	float: left;
}

#bodyArea .topContentWrapper .columnEnd {
	width: 290px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#bodyArea .topContentWrapper h2 {
	width: 240px;
	height: 45px;
	padding: 0px 25px;
	margin: 30px 0px 10px;
}

#bodyArea .topContentWrapper p {
	width: 240px;
	padding: 0px 25px;
}

/* footer
-------------------------------------------------- */

#wrapperArea footer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}

#wrapperArea footer .copyright {
	padding: 28px 0px 29px;
	margin: 0px;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

/* Change Padding
-------------------------------------------------- */

body .changePadding0 {
	padding: 0px !important;
}

/* Change Margin
-------------------------------------------------- */

body .changeMargin0 {
	margin: 0px !important;
}

body .changeMarginTop0 {
	margin-top: 0px !important;
}

body .changeMarginBottom0 {
	margin-bottom: 0px !important;
}

/* clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display:inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/

/* clear
-------------------------------------------------- */

.clear {
	clear: both;
}
