@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Author:         naomi ito (Jinstep Research. Inc)
 Style Info:     basic structures, link colors, clearfix
----------------------------------------------------------- */

/*----------------------------------------------------
	universal class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
#yadoName:after,
.area:after,
.mainbox-bg:after,
#header:after,
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/
a {
	text-decoration: none;
}

a:link {
	color: #709311;
}

a:visited {
	color:  #db871a;
}

a:hover {
	color: #007f9d;
	text-decoration: underline;
}

a:active {
	color: #007f9d;
}

/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/

#wrapper {
	text-align: left;
}

#wrapper .area {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#index-header {
	height: 110px;
	background: #fff url(../img/share/bg_header02.gif) repeat-x;
	color: #000;
}

#header {
	height: 150px;
	background: #fff url(../img/share/bg_header02.gif) repeat-x;
	color: #000;
}

#index-header a,
#header a {
	color: #709311;
}

#index-deco {
	height: 400px;
	background: #ececec;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	background: #FFF url(../img/share/bg_main.gif) repeat-x;
}

#contents .pageTop {
	clear: both;
	margin: 0;
	text-align: right;
	background: url(../img/bg_pagetop.gif) 810px 5px no-repeat;
}
	

/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: right;
	width: 600px;
}

#main .pageTop {
	clear: both;
	margin: 0;
	text-align: right;
}

#whatsnew #main {
	float: none;
	width: 900px;
}

/*----- index.html -----*/
.mainbox {
	width: 600px;
}

.mainbox-container {
	width: 600px;
	margin-bottom: 30px;
	background: #fff url(../img/bg_mainbox-container.gif) left bottom no-repeat;
	padding-bottom: 20px;
}

.mainbox-bg {
	width: 600px;
	padding-top: 10px;
	background: #fff url(../img/bg_mainbox-bg.gif) repeat-y;
}

/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	float: left;
	width: 280px;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	height: 140px;
	color: #555;
	border-top: 3px solid #dfdfdf;
}

#footer a {
	color: #20a0fb;
}

#footer p.copy {
	clear: both;
	text-align: right;
}

#footer#mobile {
	width: 280px;
	float: right;
}

address {
	width: 280px;
	float: left;
}