/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*body {
  line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset css */

body {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 2em;
}
a {
	color: #007199;
	text-decoration: none;
}
.bl {
	text-align: left;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.triangle:before {
	content: "";
	display: inline-block;
	border: 3px solid transparent;
	border-left: 5px solid #000;
	margin: 0 5px 2px 0;
}
/*          wrapper           */
#wrapper, .wrapper {
	width: 960px;
	margin: 0 auto;
}
/*          header            */
header {
	background: url(../../content/images/header_bg.png) repeat-x;
	height: 192px;
	margin: 0 0 20px 0;
}
header .wrapper {
	position: relative;
}
header h1 {
	background: url(../../content/images/header.png) no-repeat 0 40px;
	width: 922px;
	height: 112px;
	padding: 40px 0;
	margin: 0 auto;
}
header ul.info {
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../../content/images/info.png) no-repeat;
	width: 185px;
	height: 25px;
}
header ul.info li {
	display: inline-block;
	width: 90px;
}
/*            aside            */
aside {
	width: 210px;
	float: left;
}
aside nav {
	margin-bottom: 20px;
}
aside nav ul li {
	background: url(../../content/images/navi.png) no-repeat;
	height: 45px;
	padding-bottom: 2px;
}
aside nav ul li:hover {
	background: url(../../content/images/navi_hover.png) no-repeat;
}
aside nav ul li:nth-child(2) {
	background-position: 0 -46px;
}
aside nav ul li:nth-child(3) {
	background-position: 0 -92px;
}
aside nav ul li:nth-child(4) {
	background-position: 0 -139px;
}
aside nav ul li:nth-child(5) {
	background-position: 0 -186px;
}
aside nav ul li:nth-child(6) {
	background-position: 0 -233px;
}
aside nav ul li:nth-child(7) {
	background-position: 0 -280px;
}
aside nav ul li:nth-child(8) {
	background-position: 0 -327px;
}
aside nav ul li:nth-child(9) {
	background-position: 0 -374px;
}
aside nav ul li:nth-child(10) {
	background-position: 0 -421px;
}
aside nav ul li:nth-child(11) {
	background-position: 0 -468px;
}
aside nav ul li:nth-child(12) {
	background-position: 0 -515px;
}
aside nav ul li a {
	display: block;
	height: 100%;
	width: 100%;
}
aside ul.utilities li {
	background: url(../../content/images/navi_utilities.png) no-repeat;
	width: 220px;
	height: 55px;
}
aside ul.utilities li:hover {
	background: url(../../content/images/navi_utilities_hover.png) no-repeat;
	width: 220px;
	height: 55px;
}
aside ul.utilities li a {
	display: block;
	width: 220px;
	height: 55px;
}
aside ul.banners li {
	background: url(../../content/images/banner2.png) no-repeat;
	width: 210px;
	height: 55px;
}
aside ul.banners li a {
	display: block;
	width: 210px;
	height: 55px;
}
/*            main            */
#breadcrumb {
	background: #F6F6ED;
	position: relative;
	top: -20px;
	height: 30px;
}
#breadcrumb ul {
	width: 960px;
	margin: 0 auto;
}
#breadcrumb ul li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
#breadcrumb ul li:before {
	content: ">";
}
#breadcrumb ul li:first-child:before {
	content: "";
}
main {
	display: block;
	margin: 0 0 50px 240px;
	width: 720px;
	min-height: 620px;
}
article section h2 {
	background: url(../../content/images/h2.png) no-repeat;
	width: 720px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	padding-left: 10px;
	margin-bottom: 20px;
}
article section h2 a {
	color: #333333;
	float: right;
	font-size: 13px;
	padding: 0 15px 0 10px;
	background: url(../../content/images/archive_arrow.png) no-repeat left center;
}
article section h3 {
	border-bottom: 3px solid #FB5123;
	color: #333333;
	font-size: 20px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
article section h4 {
	border-left: 8px solid #FB5123;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
article section p {
	margin-bottom: 15px;
}
article section div.item {
	width: 220px;
	float: left;
	margin: 0 30px 30px 0;
	box-shadow: 0 0 5px #969696;
	height: 220px;
	position: relative;
}
article section div.item:nth-child(3n) {
	margin-right: 0;
}
article section div.item img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
article section div.item p {
	background: #f6f6f6;
	height: 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	text-align: center;
	margin: 0;
}
article section dl.news dt {
	background: url(../../content/images/arrow.png) no-repeat left center;
	padding: 0 10px;
	font-weight: bold;
	float: left;
}
article dl.news dd {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
article section ul {
	margin: 0 0 15px;
}
article section ul li {
	list-style: inside disc;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
article section ol {
	margin: 0 0 15px;
	counter-reset: section;
}
article section li {
	list-style: none;
}
article section ol ol {
	margin: 0;
}
article section ol>li:before {
	content : counters(section, '-') '. ';
	counter-increment : section;
}
article section ol li ol {
	padding: 0 0 0 1em;
}
article section ul li ul {
	padding: 0 0 0 1em;
}
article section pre {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 1em;
	white-space: pre-wrap;
	margin: 0 0 15px;
}
article section table {
	margin: 0 0 15px;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
article section th {
	border: 1px solid #aaa;
	padding: 0.2em 0.4em;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
}
article section td {
	border: 1px solid #aaa;
	padding: 0.2em 0.4em;
}
article section strong {
	font-weight: bold;
}
article section em {
	font-style: italic;
}
a.link-btn {
        display: block;
        width: 200px;
        margin: 0 auto 20px;
        color: #FE6732;
        border: 1px solid #FE6732;
        border-radius: .5rem;
        padding: 2px 10px;
        text-align: center;
}
/*           footer           */
footer {
	text-align: center;
	border-top: 2px solid #C9C9C3;
	padding-top: 5px;
}
footer nav ul {
	font-size: 0;
	margin: 10px 50px;
}
footer nav ul li {
	display: inline-block;
	border-left: 1px solid #000;
	font-size: 13px;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
}
footer nav ul li:nth-child(8), footer nav ul li:last-child {
	border-right: 1px solid #000;
}
footer nav ul li a {
	color: #000;
}
footer p.copyright {
	color: #999;
}