* {
	background: transparent;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
body {
	color: #333;
/*	font-size: 80%;*/
	background-color: white;
}
img {
	vertical-align: middle;
	border: none;
}
ul {
	list-style: none;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #333;
}
a {
	color: #258fb8;
}
a:hover {
	background-color: #fff4e0;
	color: #996600;
}
.clear {
	clear: both;
}
ul.moreInfo li a,
ul.moreInfo li a:link,
ul.moreInfo li a:visited {
	background: url("../../d/images/triangle01.gif") no-repeat left center;
	padding-left: 20px;
	height: 1em;
	min-height: 13px;
}
ul.moreInfo li a:focus,
ul.moreInfo li a:hover,
ul.moreInfo li a:active {
	background: #fff4e0 url("../../d/images/triangle01_hover.gif") no-repeat left center;
}
ul.moreInfo2 li a,
ul.moreInfo2 li a:link,
ul.moreInfo2 li a:visited {
	background: url("../../d/images/triangle02.gif") no-repeat left center;
	padding-left: 20px;
	height: 1em;
	min-height: 13px;
}
ul.moreInfo2 li a:focus,
ul.moreInfo2 li a:hover,
ul.moreInfo2 li a:active {
	background: #fff4e0 url("../../d/images/triangle02_hover.gif") no-repeat left center;
}
ul.moreInfo3 li {
	background: url("../../d/images/triangle02.gif") no-repeat left center;
	padding-left: 20px;
	padding-top: 3px;
	height: 1em;
	min-height: 13px;
}

div#header {
	background: transparent url("../../d/images/header_bg.gif") repeat-x;
	width: 815px;
	height: 103px;
}

div#header h1 {
	background: url("../../d/images/header_bg.gif") no-repeat right bottom;
	width: 200px;
	height:100px;
	float: left;
}
div#header h1 img {
	vertical-align: top;
}

p#banner {
	padding-top: 15px;
	padding-left: 50px;
	height: 80px;
}
p#rss {
	padding-top: 0px;
	float: right;
	height: 15px;
}

div#contents {
	width: 815px;
	margin: 3px;
	text-align: center;
}

div#left_column {
	margin-left: 0px;
	float: left;
	display: inline;
	width: 200px;
}
div#center_column {
	margin-left: 5px;
	float: left;
	display: inline;
	width: 405px;
}
div#right_column {
	margin-left: 5px;
	float: left;
	display: inline;
	width: 200px;
}
div#column {
	margin-left: 0px;
	margin-right: 5px;
	float: left;
	display: inline;
	width: 200px;
}


/* Info Tag */
div#info {
	margin-top: 5px;
	background: #ffffff url("../../d/images/info_bottom_bg.gif") no-repeat left bottom;
	padding-bottom: 7px;
	text-align: left;
}
div#info h2 {
	background: url("../../d/images/info_top_bg.gif") no-repeat;
	height: 7px;
	text-indent: -10000px;
	overflow: hidden;
}
div#info ul {
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
/*	padding-bottom: 5px; この行を入れるとデザインが崩れる */
	border-left: #fee57e 7px solid;
	border-right: #fee57e 7px solid;
}



div#info2 {
	margin-top: 5px;
	text-align: left;
}
div#info2 h2 {
	background: transparent url("../../d/images/info2_top_bg.gif") no-repeat;
	text-indent: 25px;
	padding-top: 4px;
	height: 20px;
}
div#info2 ul {
	padding: 5px 5px 5px 5px;
	border-left: #fee57e 1px solid;
	border-right: #fee57e 1px solid;
	border-bottom: #fee57e 1px solid;
}


div#info3 {
	margin-top: 5px;
	text-align: left;
}
div#info3 h2 {
	background: transparent url("../../d/images/info3_top_bg.gif") no-repeat;
	text-indent: 25px;
	padding-top: 4px;
	height: 20px;
}
div#info3 ul {
	padding: 5px 5px 5px 5px;
	border-left: #fee57e 1px solid;
	border-right: #fee57e 1px solid;
	border-bottom: #fee57e 1px solid;
}

div#footer {
	background: #fee57e;
	width: 815px;
	text-align: center;
	margin-top: 5px;
}
div#footer li {
	display: inline;
	padding: 0 6px;
	font-size: 10px;
	color: #666;
}
div#footer li a,
div#footer li a:link,
div#footer li a:visited {
	font-size: 10px;
	color: #666;
}
div#footer li a:focus,
div#footer li a:hover,
div#footer li a:active {
	background-color: #fff4e0;
	color: #996600;
	font-size: 10px;
	text-decoration: none;
}
div#footer address {
	border-top: #ffc600 3px solid;
	background-image: url("../../d/images/footer_bg.gif");
	width: 815px;
	height: 16px
}