@charset "utf-8";
/* CSS Document */

/* 基本設定 192842*/

body{
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: 'KozGoStd-Regular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Geneva', 'Arial', 'Verdana', 'sans-serif';
	color:#333333;
	vertical-align: top;
	background-color: #e6e6e6;
}

h2{
	margin: 0px;
	padding: 0px;
}
h3{
	margin: 0px;
	padding: 0px;
}
h4{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#header{
	padding:0px;
	width:900px;
	height:50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	}

#header h1{
	float:left;
	padding: 0px;
	font-size:14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}

#header h1 a{
	color: #333333;
}

/* ----------------------------------------

link
border-bottom-style: dotted;

---------------------------------------- */

a:link{
	color:#77970E;
	text-decoration:none;
	font-weight: normal;
	}
a:visited{
	color:#77970E;
	text-decoration:none;
	font-weight: normal;
	}
a:hover{
	color:#77970E;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-color: #77970E;
	}
a:active{
	color:#77970E;
	text-decoration:none;
	font-weight: normal;
	}
	
	
.title{
color:#ffffff;
font-size: 15px;
line-height: 100%;
font-weight: bold;
}

.big{
color:#ffffff;
font-size: 14px;
line-height: 160%;
font-weight: bold;
}

.txt{
color:#ffffff;
font-size: 12px;
line-height: 180%;
}

.txt2{
color:#444444;
font-size: 12px;
line-height: 180%;
}

.small{
color:#ffffff;
font-size: 10px;
line-height: 180%;
}

.small2{
color:#77970E;
font-size: 10px;
line-height: 180%;
}

.end{
clear:both;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0px;
color: #FFFFFF;
}



