@charset "utf-8";

/*透過用*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/*全タグに反映されます*/
* {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------<はじまり>------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg.gif);
	color: #9f9b81;
	letter-spacing: 1px;
	line-height: 19px;
	font-size: 12px;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	line-height: 12px;
	letter-spacing: 0.5px;
	width: 665px;
	height: 95px;
}
h2 {
	font-size: 14px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
img {
	border: 0;
}
a {
	color: #e48671;
}
/*--------------------------------------------------------<共通>------------*/

.clear{
	clear:both;
	line-height:1px;
}
.red{
	color: #e48671;
}
.green{
	color: #98c780;
}
.blue{
	color: #89a7c8;
}
.red a {
	color: #e48671;
}
.green a {
	color: #98c780;
}
.blue a {
	color: #89a7c8;
}
.border{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aca88e;
	margin-top: 13px;
	margin-bottom: 13px;
	height: 1px;
}

/*--------------------------------------------------------<コンテンツはじまり>------------*/

#wrapper {
	width: 1007px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg01.png);
	background-repeat: repeat-y;
}
#wrapperInner {
	padding-right: 23px;
	padding-left: 24px;
}

/*--------------------------------------------------------<このページのトップへ>------------*/

#TopPage {
	text-align: right;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-right: 20px;
}

/*--------------------------------------------------------<フッダー>------------*/

#footer {
	height: 70px;
	background-color: #e34f65;
}
#footer address {
	text-align: center;
	color: #FFFFFF;
	font-style: normal;
	padding: 15px;
}


/*--------------------------------------------------------<ヘッダー>------------*/
#header {
	height: 172px;
	width: 960px;
}
#header img {
	float: left;
}
#headerInner {
	float: right;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	width: 666px;
	padding-left: 9px;
	padding-right: 10px;
	height: 172px;
}
/*--------------------------------------------------------<メニューー>------------*/

table.menu {
	float: left;
}
table.menu td {
	list-style-type: none;
	float: left;
}
table.menu td a {
	display: block;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 209px;
	margin-right: 6px;
	text-align: center;
	height: 32px;
	padding-top: 10px;
	font-weight: bold;
	color: #cb2222;
}
table.menu td a.hit {
	display: block;
	color: #FFFFFF;
	background-position: bottom;
	text-decoration: none;
}
table.menu td a:hover {
	display: block;
	color: #FFFFFF;
	background-position: bottom;
	text-decoration: none;
}

/*--------------------------------------------------------<メインはじまり>------------*/
#main {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	min-height:570px;
	height: auto !important;
	height:570px;
}

h2.redTitle {
	color: #e48671;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #e48671;
	border-left-color: #e48671;
}

h2.blueTitle {
	color: #89a7c8;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #89a7c8;
	border-left-color: #89a7c8;
}
h2.greenTitle {
	color: #98c780;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #98c780;
	border-left-color: #98c780;
}
h2.grayTitle {
	color: #9f9b81;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #9f9b81;
	border-left-color: #9f9b81;
}

/*--------------------------------------------------------<左コンテンツ>------------*/
#LeftContent {
	width: 250px;
	float: left;
}

/*左赤枠*/
#redBox {
	width: 232px;
	border: 1px solid #e48671;
	background-color: #fff5f3;
	padding: 8px;
	margin-bottom: 15px;
}
#redBox .redTD {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 13px;
}
/*左青枠*/
#blueBox {
	width: 232px;
	border: 1px solid #89a7c8;
	background-color: #f4f8fc;
	padding: 8px;
	margin-bottom: 15px;
}
#blueBox .blueTD {
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#blueBox a {
	color: #89a7c8;
}

/*--------------------------------------------------------<右コンテンツ>------------*/
#pankuzu {
	text-align: left;
	font-size: 10px;
	clear: left;
	padding-top: 7px;
}

#RightContent {
	float: right;
	width: 660px;
}
#contentInner {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 25px;
	margin-top: 12px;
}
#listContent {
	float: left;
	width: 300px;
}
#listContent a {
	color: #89A7C8;
}
#contentInner td {
	padding: 3px;
}
#contentInner .sub {
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	color: #89a7c8;
	font-weight: bold;
}
#contentInner .subTD {
	padding-top: 10px;
}

#kanren {
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}
#contentInner td.redList {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	color: #E99E8D;
}
#contentInner td.greenTD {
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 15px;
}
.greenTD a {
	color: #98c780;
}
