﻿@charset "utf-8";

@import "./all-reset/reset-min.css";
@import "./all-reset/fonts-min.css";
@import "./subset.css";

/*==========================================
YUI 3.0.0 beta 1

font-size(px => %)
10px = 77%  | 16px = 123.1% | 22px = 167% |
11px = 85%  | 17px = 131%   | 23px = 174% |
12px = 93%  | 18px = 138.5% | 24px = 182% |
13px = 100% | 19px = 146.5% | 25px = 189% |
14px = 108% | 20px = 153.9% | 26px = 197% |
15px = 116% | 21px = 161.6% |             |

==========================================*/

/*------------------------------------------
 Basic
------------------------------------------*/

html {
	background: #ffffff;
}
body {
	background: url(../img/bodyBG.jpg) 50% 0% no-repeat;
	color: #000000;
	font-size: 13px;
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',sans-serif;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
}
.box {
	margin: 0 auto;
	text-align: justify;
	text-justify: distribute;
	width: 740px;
	background: #ffffff;
}
#header {
	position: relative;
}
	#Title {
		margin-left: -2.4em;
		padding-top: 1.1em;
		position: relative;
		zoom: 1;
	}
	#header ul {
		margin-right: -3.5em;
		position: absolute;
		top: 2.3em;
		right: 0;
		width: 24em;
		_width: 25.1em;
	}
	#header ul li {
		background: url(../img/headerArrow.gif) center left no-repeat;
		float: left;
		letter-spacing: 1px;
		line-height: 1.8;
		margin-left: 1em;
		padding-left: 1.2em;
	}
#mainContent {
	float: left;
	width: 500px;
}
#rightContent {
	float: right;
	_margin-right: -1em;
	position: relative;
	width: 200px;
	zoom:1;
}
#rightContent li {
	line-height: 0;
	margin-bottom: 0.6em;
}
#footer {
	clear: both;
	background: url(../img/footerBG.jpg) 50% 100% no-repeat;
	height: 320px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
	#footer ul {
		position: absolute;
		bottom: 2.7em;
		left: 7em;
	}
	#footer ul li {
		letter-spacing: 1px;
		font-size: 100%;
	}
	.footerIcon {
		position: absolute;
		bottom: 2.6em;
		left: 31em;
	}
	.copy {
		position: absolute;
		bottom: 2.7em;
		right: 3.8em;
		font-size: 93%;
	}

/* ====================================== */

a { text-decoration: none; }
a:link { color: #0A50A1;
	text-decoration: underline; }
a:visited { color: #0A50A1;
	text-decoration: underline; }
a:hover { color: #2C90BB;
	text-decoration: none; }
a:active { color: #0A50A1;
	text-decoration: underline; }

#header a { text-decoration: none; }
#header a:link,
#header a:visited { color: #000000; }
#header a:hover { color: #000000;
	text-decoration: underline; }
#header a:active { color: #000000; }

#footer a { text-decoration: none; }
#footer a:link { color: #000000; }
#footer a:visited { color: #63584A; }
#footer a:hover { color: #332A26; }
#footer a:active { color: #63584A; }

/* ====================================== */

.pageTop {
	margin: 1.2em 0 0 32.3em;
}
.clear { clear: both; }
img { border: 0; }
