@charset "utf-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{
	color:#000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/*--------------------------------------------------------------------*/
/* Clearfix
/*--------------------------------------------------------------------*/
.clr {
	min-height: 1%;
	_height: 1%;
}

.clr:after {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0%;
	display: block;
	content: "";
}



/*--------------------------------------------------------------------*/
/* Common elements
/*--------------------------------------------------------------------*/
hr { display: none; }

.hidetext { text-indent: -9999%; }
.last { border: none !important; }


/* OOCSS
------------------------------------------------------------*/
/* margin */
.mrgT00 { margin-top: 0 !important; }
.mrgT05 { margin-top: 5px !important; }
.mrgT10 { margin-top: 10px !important; }
.mrgT15 { margin-top: 15px !important; }
.mrgT20 { margin-top: 20px !important; }
.mrgT25 { margin-top: 25px !important; }
.mrgT30 { margin-top: 30px !important; }

.mrgB00 { margin-bottom: 0 !important; }
.mrgB05 { margin-bottom: 5px !important; }
.mrgB10 { margin-bottom: 10px !important; }
.mrgB15 { margin-bottom: 15px !important; }
.mrgB20 { margin-bottom: 20px !important; }
.mrgB25 { margin-bottom: 25px !important; }
.mrgB30 { margin-bottom: 30px !important; }

/* text-align */
.algL {
	text-align: left;
}
.algR { text-align: right; }
.algC { text-align: center; }

/* text-align */
.frotL {
	float: left;
}
.frotR {
	float: right;
}

/* text-color */
.red {
	color: #FF0000;
	font-weight: bold;
}

/* text-link */
a:link	{
	text-decoration: underline;
	color: #336600;
}

a:hover	{
	text-decoration: underline;
	color: #99CC00;
}

a:active	{
	text-decoration: underline;
	color: #99CC00;
}

a:visited	{
	text-decoration: underline;
	color: #336600;
}

/*--------------------------------------------------------------------*/
/* Layout
/*--------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;


	*line-height: 2;
	color: #333333;
	background-color: #F0F0F0;
}
	/* Hack IE7 only */
	*+html body {
		font-size: 77% !important;
		line-height: 1.3;
	}

	/* Hack IE6 below */
	* html body {
		font-size: 77% !important;
		line-height: 1.3;
	}

a#pageTop {
	display: none;
}


div#landing {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------------*/
/* form
/*--------------------------------------------------------------------*/

div#form {
	padding-bottom: 20px;
	background-image: url(/img/landing/form.png);
	background-repeat: no-repeat;
	padding-top: 90px;
	margin-top: 10px;
}
div#form h2 {
	margin-top: 10px;
}
div#form p.text {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 60px;
	text-align: left;
	margin-left: 30px;
	color: #666666;

}


/*--------------------------------------------------------------------*/
/* Footer
/*--------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 880px;
	color: #ffffff;
	background-color: #FFFFFF;
	height: 101px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-image: url(/common/img/footer_bg.png);
	background-repeat: repeat-x;
}

#footer #foot-menu {
	font-size: 84%;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 60px;
}

#footer #foot-menu ul li {
	margin: 4px 0 0 0;
	padding: 0 7px;
	line-height: 1;
	white-space: nowrap;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#footer #foot-menu ul li a {
	color: #666666;
}

#footer #foot-menu ul li a:hover {
	color: #333333;
}

#footer address {
	margin: 10px 0 0 0;
	text-align: center;
	color: #666666;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
