@charset "utf-8";

/* hama-med base.css */

/*==========================================================================*
 *  wrap
 *==========================================================================*/

#wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	text-align: left;
	overflow: hidden;
}
#pagetop {
	width: 900px;
	margin: 0 auto;
}
#pagetop a {
	width: 132px;
	height: 0;
	margin: 0 0 8px auto;
	padding-top: 25px;
	background: url(../img/btn_pagetop.gif) no-repeat;
	display: block;
	overflow: hidden;
}

/*==========================================================================*
 *  img_main
 *==========================================================================*/

#img_main {
	height: 113px;
	padding: 19px 0 15px 25px;
	background: url(../img/bg_main.jpg) no-repeat;
}
#img_main h1 a {
	width: 564px;
	height: 0;
	padding-top: 31px;
	background: url(../img/title_main.gif) no-repeat left top;
	display: block;
	overflow: hidden;
}
#img_main #text_main {
	padding-top: 10px;
}

/*==========================================================================*
 *  contents
 *==========================================================================*/

#contents {
	width: 625px;
	float: right;
}
#contents h2 {
	height: 38px;
	margin-bottom: 15px;
	padding-left: 35px;
	background: url(../img/bg_title.gif) no-repeat;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	line-height: 38px;
}
#contents h3 {
	margin: 10px 0 5px 20px;
	padding-left: 17px;
	background: url(../img/icon_index.gif) no-repeat 0 3px;
	color: #6a4d16;
	font-size: 120%;
	font-weight: bold;
}
#contents p {
	margin-left: 20px;
	padding-bottom: 20px;
	font-size: 110%;
	line-height: 150%;
}
#contents p a {
	text-decoration: underline;
}
#contents ul,
#contents ol {
	margin: 0 0 20px 20px;
	font-size: 110%;
	line-height: 150%;
}
#contents ul li {
	margin: 0 0 0 18px;
	padding: 2px 0 1px 0;
	border-bottom: 1px solid #d7cdb6;
}
#contents ol li {
	margin: 0 0 0 23px;
	list-style: decimal;
}
/* pdf & Excel */
#contents .pdf {
	padding: 1px 0 1px 22px;
	background: url(../img/icon_pdf.gif) no-repeat 0 4px;
	border: none;
}
#contents .pdf a {
	text-decoration: underline;
}
#contents .pdf_split {
	padding: 0 0 0 20px !important;
}
#contents .excel {
	padding: 1px 0 1px 22px;
	background: url(../img/icon_excel.gif) no-repeat 0 4px;
	border: none;
}
#contents .excel a {
	text-decoration: underline;
}

/*==========================================================================*
 *  localnavi
 *==========================================================================*/

#localnavi {
	width: 250px;
}
#localnavi ul {
	padding: 15px 16px;
	background: #faf7f0;
}
#localnavi li {
	padding: 6px;
	background: url(../img/line_lnavi.gif) repeat-x left bottom;
	font-size: 120%;
	font-weight: bold;
}
#localnavi li a {
	padding-left: 19px;
	background: url(../img/icon_lnavi.gif) no-repeat 0 3px;
}
#localnavi p {
	padding: 3px 17px 16px 16px;
	background: #faf7f0;
}
#count {
	padding-top: 20px;
	text-align: center;
}

/*==========================================================================*
 *  footer
 *==========================================================================*/

#footer {
	padding: 25px 0;
	background: #132b49 url(../img/bg_footer.gif) repeat-x left top;
}
#footer p {
	color: #fff;
	text-align: center;
}

/*==========================================================================*
 *  clearfix
 *==========================================================================*/

#wrap:after, #main:after {
	content: "";
	display: table;
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
#wrap, #main {
	zoom: 1;
}
