@charset "utf-8";

/*=== Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
}

/*=== Body ===*/
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	line-height: 170%;
}

/*=== Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}

/*=== Hypertext===*/
a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

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

a img { border-style: none; }

/*==================font color==================*/
.red {
	color: #F00;
}

.smallRed {
	font-size: 80%;
	color: #F00;
}

.blue {
	color: #00F;
}

.strongBlack {
	font-weight: bold;
	color: #000;
}

.small {
	font-size: 80%;
}

/*==================Position==================*/
.centerPosition {
	text-align: center;
}


/*==================Width of a text==================*/
.textWidth80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.textWidth93 {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	border-left-width: thin;
}


/*==================Bottom Space==================*/
.bottom10 {
	padding-bottom: 10px;
}

.bottom20 {
	padding-bottom: 20px;
}

.bottom30 {
	padding-bottom: 30px;
}

.bottom10Line {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bottom20Line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*==================ヘッダエリア==================*/
#headerArea {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	height: 98px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#headerArea h1 {
	font-size: 13px;
	line-height: 120%;
	text-align: left;
	color: #666;
	padding-top: 2px;
	padding-left: 4px;
}

#headerArea .toHome {
	height: 40px;
	width: 240px;
	padding-top: 14px;
}

#headerArea .toHome a,
#headerArea .toHome a:visited {
	text-decoration: none;
}

#headerArea .toHome a:hover {
	text-decoration: none;
}

/*==================ナビ==================*/
ul.naviList {
	height: 55px;
	width: 920px;
	list-style-type: none;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

ul.naviList li {
	float: left;
}

/*==================フッタ==================*/
#footerArea {
	padding-top: 10px;
}

/*=== 帯の上部 ===*/
#footerArea .footerTxtArea {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.footerTxtArea .footerTxt {
	float: left;
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 6px;
}

.footerTxtArea .footerLink {
	float: right;
	font-size: 90%;
	line-height: 120%;
}

.footerTxtArea .footerLink a,
.footerTxtArea .footerLink a:visited {
	color: #333;
	text-decoration: none;
}

.footerTxtArea .footerLink a:hover {
	color: #00F;
	text-decoration: underline;
}

/*=== 帯の部分 ===*/
#footerArea .footerLogoArea {
	background-color: #93BE4C;
}

.footerLogoArea .footerContents {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.footerContents .footerLogo {
	padding-top: 4px;
	padding-bottom: 2px;
}

.footerContents .footerAddress {
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 10px;
	padding-left: 4px;
}

.footerContents .footerCopy {
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 2px;
	padding-left: 6px;
}

/*==================クリア==================*/
.clear {
	clear: both;
}

.clear1px {
	clear: both;
	height: 1px;
}
