@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	background-repeat: repeat;
	background-image: url(../img/kouhaku_bg.jpg);
	width: 100%;
}
td,th {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
}
#container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../img/container_bg.gif);
	position: relative;
}

/* header */
#header {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 100%;
}
#header .title {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 780px;
	background-image: url(../img/kouhaku_bg.jpg);
	background-repeat: repeat;
	background-position: 105px top;
}
#header .top_1 {
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 522px;
	background-image: url(../img/header/top.gif);
	background-repeat: no-repeat;
	float: left;
}
#header .top_1 a {
	display: block;
	width: 330px;
	height: 50px;
	text-decoration: none;
	margin-top: 18px;
}
#header .top_2 {
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 128px;
	background-image: url(../img/header/top.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -522px;
}
#header .top_2 a {
	display: block;
	width: 124px;
	height: 30px;
	text-decoration: none;
	margin-top: 28px;
}
#header .top_2 a:hover {
	background-image: url(../img/header/top2.gif);
	background-repeat: no-repeat;
	background-position: -522px;
}
#header .top_3 {
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 130px;
	background-image: url(../img/header/top.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -650px;
}
#header .top_3 a {
	display: block;
	width: 118px;
	height: 30px;
	text-decoration: none;
	margin-top: 28px;
}

#header .top_3 a:hover {
	background-image: url(../img/header/top2.gif);
	background-repeat: no-repeat;
	background-position: -650px;
}

/* menu */
#menu
 {
	float: left;
	margin: 0px;
}

/* main */
#main {
	margin: 0;
	width: 590px;
	float: right;
	padding: 0px;
}
.page_top_box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_top {
	height: 20px;
	width: 84px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../img/main/page_top.gif);
	background-repeat: no-repeat;
	float: right;
}
.page_top a {
	height: 20px;
	width: 84px;
	text-decoration: none;
	display: block;
}
.page_top a:hover {
	background-image: url(../img/main/page_top_2.gif);
	background-repeat: no-repeat;
}

/* footer */
#footer_menu {
	text-align: center;
	width: 780px;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
	font-size: 12px;
}
address {
	font-style: normal;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #181E49;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
}
#footer {
	padding: 0;
	width: 780px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #333333;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
}

/* sonota */
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: 0px;
}
html {
overflow-y: scroll;
}
.decrease {
	letter-spacing: -1px;
}

