﻿@charset "UTF-8";

/* ============================================================ base style */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	background: url("../img/bg.jpg") left top repeat-x;
	color: #333333;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}

table, th, td, img {
	border: none;
}

a:link {
	color: #005396;
	text-decoration: underline;
}

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

a:hover {
	color: #f71d6f;
	text-decoration: none;
}

a:active {
	color: #f71d6f;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:focus {
	/*\*/
		overflow: hidden;
	/**/
}

.clearBoth {
	clear: both;
}


/* ============================================================ headerArea */

#headerArea {
	width: 850px;
	margin: 10px auto 0;
	background: #666666;
	border: 10px solid #666666;
	border-radius: 5px 5px 0 0;			/* CSS3 */
	-webkit-border-radius: 5px 5px 0 0;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px 5px 0 0;	/* Firefox用 */
}

h1 {
	margin: 0 0 10px;
	padding: 5px 0 0;
	background: #ffffff;
	border: 10px solid #ffffff;
	border-radius: 5px;
}

h2 {
	margin: 5px 0 0;
	border: 5px solid #ffffff;
	border-radius: 5px;
}


/* ============================================================ menuArea */

#menuArea {
	width: 860px;
	margin: 0 auto 30px;
	border: 5px solid #cccccc;
	border-radius: 0 0 5px 5px;			/* CSS3 */
	-webkit-border-radius: 0 0 5px 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0 0 5px 5px;	/* Firefox用 */
}

#menuArea li { 
	float: left;
	line-height: 1em;
}

#menuArea li span { 
	font-size: 70%;
}

#menuArea li a:link,
#menuArea li a:visited {
	display: block;
	width: 214px;
	padding: 12px 0 10px;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	color: #485c8e;
	text-decoration: none;
	text-align: center;
}

#menuArea li.menuOn a,
#menuArea li a:hover,
#menuArea li a:active {
	background: #485c8e;
	color: #ffffff;
}


/* ============================================================ contentArea */

#contentArea {
	width: 850px;
	margin: 0 auto 100px;
}

h3 {
	margin: 0 0 20px;
	font-size: 120%;
	font-weight: bold;
}

h3 span {
	font-size: 80%;
}

#leadArea {
	margin: 0 0 25px;
}

#bannerArea {
	margin: 0 0 25px;
}

#bannerArea div {
	float: left;
	padding: 0 2px 20px;
}

#bannerArea div img {
	margin: 0 0 10px;
}

#bannerArea div a {
	text-decoration: none;
}

#newsArea,
#relationsArea,
#aboutusArea {
	width: 740px;
	margin: 0 auto 30px;
	padding: 20px 50px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;			/* CSS3 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#newsArea dt img {
	vertical-align: 2px;
}

#newsArea dd {
	padding: 0 0 10px;
	border-bottom: 1px dotted #cccccc;
}

#relationsArea dd img {
	vertical-align: 2px;
}

#relationsArea dd {
	padding: 8px 0 10px;
	border-bottom: 1px dotted #cccccc;
}

#aboutusArea table {
	width: 100%;
	border-collapse: collapse;
}

#aboutusArea th {
	padding: 10px 20px;
	background: #f0f0f0;
	border-bottom: 1px solid #ffffff;
	font-size: 90%;
	text-align: left;
}

#aboutusArea td {
	padding: 10px 20px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 90%;
	text-align: left;
}

#aboutusArea th.firstChild {
	border-top: 1px solid #ffffff;
}

#aboutusArea td.firstChild {
	border-top: 1px solid #f0f0f0;
	font-size: 110%;
	font-weight: bold;
}

#aboutusArea td.firstChild span {
	font-size: 80%;
}


/* ============================================================ pageTop */

#pageTop {
	position: fixed;
	bottom: 40px;
	right: 30px;
}


/* ============================================================ footerArea */

#footerArea {
	width: 870px;
	margin: 0 auto;
	text-align: center;
}

#addRess {
	font-size: 80%;
}

#copyRight {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #666666;
	font-size: 70%;
}


/* ============================================================ common */

.textRed {
	color: #f71d6f;
}

.text80 {
	font-size: 80%;
}

.text90 {
	font-size: 90%;
}

.text110 {
	font-size: 110%;
}

.text120 {
	font-size: 120%;
}

.text130 {
	font-size: 130%;
}

.text140 {
	font-size: 140%;
}

.text160 {
	font-size: 160%;
}

.text180 {
	font-size: 180%;
}

.text200 {
	font-size: 200%;
}

.text220 {
	font-size: 220%;
}

.textBold {
	font-weight: bold;
}

.marginBtm10 {
	margin-bottom: 10px;
}

.marginBtm20 {
	margin-bottom: 20px;
}

.marginBtm30 {
	margin-bottom: 30px;
}

.marginBtm50 {
	margin-bottom: 50px;
}

.marginBtm60 {
	margin-bottom: 60px;
}

.marginBtm70 {
	margin-bottom: 70px;
}

.marginBtm80 {
	margin-bottom: 80px;
}

.marginBtm100 {
	margin-bottom: 100px;
}

.marginBtm105 {
	margin-bottom: 105px;
}

.marginBtm110 {
	margin-bottom: 110px;
}

.marginBtm150 {
	margin-bottom: 150px;
}


