@charset "utf-8";

@import "../../css/base.css";

@import "../../css/second.css";
/* 各ページ毎に高さ調整のこと！ */
#twinrows                 {
	height: 1500px;
}

/* 各ページ毎に背景変更のこと！ */
#main_frame{
	background-image: url(../images/access.png);
	background-repeat: no-repeat;
	background-position: center top;
}



#side-menu
{
	background-image: url(../images/accesswez.png);
	padding-left: 0px;
	padding-top: 35px;
}

#side-menu dl{
	margin-left: 20px;
	margin-right: 15px;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#side-menu dt{
	background-image: url(../../css/img/arrow_b.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 15px;
	margin-left: 10px;
}
#side-menu dd{
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6BC;
	padding-right: 7px;
	padding-left: 25px;
	margin-right: 10px;
	margin-left: 0px;
	padding-bottom: 8px;
	letter-spacing: 0px;
	font-size: 11px;
}




#side-menu a:hover{
	text-decoration: underline;
}



/*-- メインコンテンツ内　--*/

#mainconents{
	padding-left: 90px;
	width: auto;
}

#mainconents dl{
	padding-left: 20px;
	margin: 0px;
}

#mainconents dt{
	padding-left: 35px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #336699;
}

#mainconents img{
	width: 526px;
	margin-top: 25px;
}
#mainconents table {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainconents th {
	background-color: #006C49;
	color: #FFFFFF;
	text-align: center;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#mainconents  td {
	background-color: #6699CC;
	color: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}

