﻿@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,table,th,tr,td {
	margin:0;
	padding:0;
	text-decoration:none;
	font-style:normal;
	list-style:none;
	font-weight:normal;
	font-size:100%;
}

img {
	border: 0;
}

/* ボディ */
body {
	background-color: #000000;
	margin: 0px;
}


/* コンテナ */
#container {
	background-color: #000000;
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-position: center top;
	background-image: url(../img/common/bg_container.jpg);
}

/* ヘッダー */
#header {
	height: 141px;
	width: 1000px;
}


/* ナビ */
#navi {
	height: 69px;
	width: 1000px;
	background-image: url(../img/common/bg_navi.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#navi ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}
#navi li {
	float: left;
	list-style-type: none;
	padding: 0px;
}

/* コンテンツ背景 */
#content_back {
	background-image: url(../img/common/bg_content_back.jpg);
	height: auto;
	width: 760px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 122px;
}


/* コンテンツ */
#content {
	background-image: url(../img/common/bg_content.jpg);
	width: 760px;
	background-repeat: no-repeat;
	clear: both;
}


/* flash */
#flash {
	color: #FFFFFF;
	height: 273px;
	width: 760px;
	text-align: center;
	vertical-align: middle;
}

/* メインコンテンツ */
#main {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
}


/* フッター */
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 30px;
	clear: both;
}
#u_navi {
	text-align: center;
}
#u_navi a {
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	padding-right: 10px;
}
#u_navi a:hover {
	font-size: 12px;
	text-align: center;
	color: #5A78F0;
	padding-right: 10px;
}
#to_top {
	margin-bottom: 20px;
	text-align: right;
	padding-right: 50px;
}
#to_top a {
	font-size: 14px;
	color: #666666;
}

#footer address {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}

.txtbox{
	padding: 2px;
}

.toptxt{
	font-size: 14px;
	margin: 8px;
	color: #FFF;
	text-align: left;
}
