@charset "UTF-8";

/*
 * $_tags
 * $_class
 * $_container
 * $_header
 * $_content
 * $_gnavi
 * $_subcontent
 * $_side
 * $_main
 * $_footer
 */


/* tags */
body {
	color: #333;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1;
	text-align: center;
	background-color: #fff;
}

a {
	color: #333;
	outline: none;
	text-decoration: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #4A93CE !important;
	text-decoration: underline;
}

a:active {
	color: #4A93CE;
	text-decoration: underline;
}

p {
	font-size: 1.2em;
	line-height: 1.6;
}

/* class */
.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.attention {
	color: #ff0000;
}


/* container */
#container {
	width: 1024px;
	margin: 0 auto;
	background: #fff url(../img/bg_container.jpg) repeat-y;
	text-align: left;
}

/* header */
#header {
	width: 900px;
	height: 57px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 131px;
	margin: 13px 0 0;
}

#header ul {
	float: right;
	width: 400px;
	margin: 25px 0 0;
	text-align: right;
}

#header ul li {
	display: inline;
	margin: 0 0 0 15px;
	padding: 0 0 0 6px;
	background: url(../img/bg_arrow1.gif) no-repeat 0 4px;
}

#header ul li a {
	text-decoration: underline;
}


/* content */
#content {
	width: 900px;
	margin: 0 auto 20px;
}

/* gnavi */
#gnavi {
	width: 900px;
	height: 50px;
	margin: 0 auto 1px;
}

#gnavi ul {
	overflow: hidden;
}

#gnavi ul li {
	float: left;
}

/* subcontent */
#subcontent {
	width: 900px;
	background: url(../img/bg_subcontent.gif) repeat-y;
}

/* side */
#side {
	float: left;
	width: 203px;
	padding: 6px 5px;
	background-color: #F0F0F0;
}

/* main */
#main {
	float: right;
	width: 667px;
}


/* footer */
#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 30px;
	border-top: 1px solid #999;
}

#footer ul {
	float: left;
	width: 300px;
}

#footer ul li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0 0 0 6px;
	background: url(../img/bg_arrow1.gif) no-repeat 0 4px;
}

#footer ul li a {
	text-decoration: underline;
}

#footer address {
	float: right;
	width: 300px;
	text-align: right;
}
