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


body {
	margin: 0px;
    padding: 0px;
	color: #333;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a:link {
	color: #198D10;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}


p {
	font-size: small;
	line-height: 150%;
}
hr {
	display: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#container {
	width: 100%;
	background-color: #ffffff;
	margin-top: 140px;/* ヘッダー背景の高さとかで変わる */
}


#header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:140px;
	background-image:url(img/h_haikei.gif);
	background-repeat: repeat-x;
	float: left;
}


#header h1 {
	width:804px;
	font-size: x-small;
	padding-left: 5px;
}


#dheader {
	width:804px;
	margin-right: auto;
	margin-left: auto;
}


#dheader ul {
	float:right;	
	text-align: right;
}

#dheader ul li {
	margin-top: 4px;
	font-size: small;
	list-style-type: none;
	line-height: 100%;
	margin-right: 10px;
}


#dheader .logo img {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}


#flash {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	top: 0px;
	left: 0px;
	width: 100%;
	height:90px;
	background-color: #198D10;
	float: left;
}

#footerall {
	width:804px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}


#footerall ul {
	margin-top:16px;
	float:left;
	text-align: left;
	margin-left: 0px;
}


#footerall ul li {
	font-size: x-small;
	list-style-type: none;
	list-style-image: url(img/maru.png);
}


#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color: #FF9900;
	text-decoration:none;
}

#footer a:hover {
	color: #FF9900;
}

#footer a:active {
	color: #FF9900;
}

#footerall .cp {
	margin-top:60px;
	float:right;
	font-size: x-small;
	font-weight: bold;
}


#sidemenu {
	float: left;
	width: 200px;
	margin-top:10px;
}


/* サイドナビ画像リンク(JAVA) */

.snavbar {
	width: 200px;
	margin-bottom: 15px;
}

.snavbar ul {
	padding: 0px;
	list-style-type: none;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.snavbar ul li {
	width: 200px;
	margin-bottom: 2px;
	float: left;
}


.sidewaku {
	width:178px;
	padding:10px;
	border: 1px solid #DAD9D9;
	background-color: #FBC699;
	font-size: small;
}



#main {
	float: right;
	width: 579px;
	margin-bottom: 15px;
	padding: 0px;
	margin-left: 25px;
	margin-top: 10px;
}


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


#swaku img {
	float: right;
}

body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

#toTop {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}

#toTop2 {
	width: 579px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}



/* 主に見出しを入れたりする */
.bwaku {
	width:579;
	padding: 10px;
}


/* 主にテキストを入れたりする */
.swaku {
	width:579;
	padding: 10px;
	margin-bottom: 15px;
	font-size: small;
}

.swaku h2 {
	font-size: large;
	font-weight: bold;
}

.swaku ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.swaku ul li {
	font-size: small;
	float: left;
	width: 250px;
	padding-left: 0px;
	margin-left: 20px;
}

.swaku h3 {
	font-size: x-small;
	font-weight: bold;
	padding-top: 5px;
}



/* 主にテキストを入れたりする */
#swakusen {
	width: 579;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #DAD9D9;
	background-color: #F2F1F1;
	font-size: small;
	background-repeat: no-repeat;
	background-image: url(img/0823.jpg);
	background-position: right;
}

.gaiyou {
}
.gaiyou table tr th {
	font-size: small;
	background-color: #F2F1F1;
	text-align: left;
	padding-left: 10px;
}
.gaiyou table tr td {
	font-size: small;
	background-color: #F2F1F1;
	padding-left: 10px;
}

/* 中文字 */
.tmoji {
	font-size:medium;
}
.border1{
    border: 1px solid #ccc;
}
.mtitle{
    font-size: 25px;
    font-weight: bold;
    color: #198D10;
}
.tcenter{
    text-align: center;
}