﻿@charset "utf-8";

/*=== 1.Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}

/*=== 2.Body ===*/
body {
	padding: 0px;
	text-align: center;
	color: #333333;
	background-color: #F4F3F0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
}

/*=== 3.Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	line-height: 150%;
}

/*=== 4.Hypertext===*/
a:link {
	color: #0000FF;
	text-decoration: none;
	line-height: 140%;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	line-height: 140%;
}

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

/*==================Text Color Resizing==================*/
a img { border-style: none; }

.center {
	text-align: center;
}

.normal90 {
	font-size: 90%;
	font-weight: normal;
}

.normal90Black {
	font-size: 90%;
	font-weight: normal;
	color: #333;
}

.normal100 {
	font-size: 100%;
	font-weight: normal;
}

.normal100Black {
	font-size: 100%;
	font-weight: normal;
	color: #333;
}

.whiteBold {
	color: #FFF;
	font-weight: bold;
}

.txtRed {
	color: #F00;
}

.txtRedBold {
	font-weight: bold;
	color: #F00;
	line-height: 150%;
}

/*==================段落スペース==================*/
.top10 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.top20 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bottom10 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.bottom14 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}


.bottom20 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.bottom30 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.bottom40 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.bottom20Line {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}

.bottom30Line {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}

.bottom600 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 400px;
	padding-left: 0px;
}

/*==================ヘッダ==================*/
#headerArea {
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	height: 166px;
	width: 100%;
}

.header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 92px;
}

.header h1 {
	font-size: 15px;
	text-align: right;
	line-height: 120%;
	padding-top: 4px;
}

.header h1 a {
	display: block;
	height: 88px;
	width: 950px;
}

.header h1 a,
.header h1 a:visited,
.header h1 a:hover {
	color: #333;
	text-decoration: none;
}

/*==================ナビ==================*/
ul.navi {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding-top: 13px;
}

ul.navi li {
	float: left;
}

/*==================クリア==================*/
.clearHidden {
	overflow: hidden;
	word-wrap: break-word;
}

.clearHiddenBrkWord {
	overflow: hidden;
	word-wrap: break-word;
}

.clearAuto {
	overflow: auto;
	word-wrap: break-word;
}

.clearAutoBrkWord {
	overflow: auto;
	word-wrap: break-word;
}

.fitImg img {
    max-width: 100%;
    height: auto;
}


/*==================ページトップ==================*/
.pageTop {
	text-align: right;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}


/*==================フッタ==================*/
#footerArea {
	background-color: #C0E75C;
	width: 100%;
}

.footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

.footer .title {
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 4px;
	margin: 0px;
	padding-top: 10px;
}

.footer .txt {
	font-size: 100%;
	line-height: 120%;
	padding-bottom: 24px;
}

.footer .copyright {
	font-size: 90%;
	line-height: 120%;
	text-align: right;
	padding-bottom: 30px;
}
