	@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167

 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/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%;
}
html {
    height: 100%;
	width: 100%;
}
h1,h2,h3,h4,p,ul,li,a,img,table,th,td,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
li{
	list-style-type: none;
}
a{
	cursor: pointer;
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	text-decoration:none;
}
img{
	vertical-align: bottom;
	border: 0;
}
body {
	margin: 0px;
	padding:0px;
	background-color: #585858;
    -webkit-text-size-adjust: 100%;
}

/* HEADER */
#header {
	margin-bottom: 15px;
}
#logo_area {
	overflow: hidden;
	margin-bottom: 20px;
}
#logo_area #title {
	float: left;
	margin-top: 10px;
}
#logo_area #logo {
	float: right;
}

/* FOOTER */
#footer {
}
#footer_img {
	background-image: url(../img/footer_img.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1024px;
	height: 183px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}
#footer_line {
	background-image: url(../img/footer_line.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	margin-top: -3px;
	z-index: 1;
}
#footer_txt {
	background-color: #585858;
	width: 100%;
	padding-top: 14px;
}
#footer ul {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
#footer ul li {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 108%;
	color: #fff;
	float: left;
	margin-right: 20px;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	color: #CCC;
}
#footer ul #copy {
	float: right;
	margin-right: 0px;
}

/* TOP BTN */
.top_btn {
	margin-bottom: 40px;
	text-align: right;
	overflow: hidden;
}
.top_btn a {
	background-image: url(../img/top_btn.png);
	width: 124px;
	height: 50px;
	display: block;
	float: right;
}
.top_btn a:hover {
	background-position: left bottom;
}
