@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#191919;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
ul {
	list-style: none;
}
html{
    height:100%;
}
body{
	height:100%;
	background: #fff;
	font-size: 9px;
	background: url(../commons/body-back.png) center repeat-y;
}
#wrap{
	width: 800px;
	margin:0 auto;
	background: #FFF;
	position:relative;
	height: 100%;
	min-height: 100%;
}
body > #wrap {
	height: auto;
}
#main{
	width: 800px;
	margin: 0;
	padding-bottom:130px;
}
div#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
img {
	border: 0;
	vertical-align: top;
}
a:link {
	color: #005BAB;
	text-decoration: underline;
}
a:visited {
	color: #005BAB;
	text-decoration: underline;
}
a:hover, a:active {
	color: #62BAE3;
	text-decoration: none;
}
a.type-3:link {
	color: #333;
	text-decoration: none;
}
a.type-3:visited {
	color: #333;
	text-decoration: none;
}
a.type-3:hover, a:active {
	color: #62BAE3;
	text-decoration: none;
}

/* header
---------------------------------------- */
#header {
	width: 800px;
	margin: 0 auto 12px;;
	padding-top: 25px;
}
#header h1 {
	font-size: 100%;
	padding-bottom: 12px;
	float: left;
}
ul#sitenavi {
	float: right;
	margin-top: 5px;
	text-align: right;
	height: 10px;
	font-size: 80%;
}
ul#sitenavi li {
	display: inline;
	float: left;
}
ul#sitenavi li.firstChild {
	padding-right: 540px;
}
ul#sitenavi li.lastChild {
	padding-left: 7px;
	margin-left: 7px;
	border-left: #999 solid 1px;
}
ul#g-navi {
	clear: both;
	margin: 0;
	width: 800px;
	height: 38px;
	font-size: 100%;
}
ul#g-navi li {
	display: inline;
	float: left;
	padding: 0 9px 0 0;
}
ul#g-navi li.lastChild {
	padding-right: 0;
}

/* contents
---------------------------------------- */
div#contents {
	clear: both;
	width: 800px;
	height: auto;
	overflow: visible;
}
#contents h2 {
	font-size: 100%;
	padding: 15px 0;
	float: left;
}
ul#breadcrumbs {
	float: right;
	margin: 25px 0;
}
ul#breadcrumbs li {
	display: inline;
	float: left;
	padding-right: 7px;
	padding-left: 8px;
	background: url(../commons/arrow-01.png) right no-repeat;
}
ul#breadcrumbs li.lastChild {
	border-right: #62BAE3 solid 4px;
	padding-right: 4px;
	background: none;
}
div#mid-wrap {
	clear: both;
	width: 800px;
}

/* side-navi
---------------------------------------- */
ul#side-navi {
	float: left;
	width: 220px;
	font-size: 120%;
}
ul#side-navi li {
}
ul#side-navi li.firstChild {
	width: 220px;
	height: 41px;
}
ul#side-navi li.navi-end {
	font-size: 10%;
	height: 9px;
	background: url(../commons/s-navi-bottom.png) no-repeat;
}
ul#side-navi li.banner {
	margin: 10px 0;
}
ul#side-navi li a {
	padding: 8px 0 0 40px;
}
ul#side-navi li.firstChild a {
	padding: 0px;
}
ul#side-navi li a:link ,ul#side-navi li a:visited {
	display: block;
	width: 180px;
	height: 26px;
	background: url(../commons/s-navi.png) no-repeat;
	color: #333;
	text-decoration: none;
}
ul#side-navi li a:hover, ul#side-navi  li a:active {
	color: #C76830;
	text-decoration: none;
	background: url(../commons/s-navi_f2.png) no-repeat;
	color: #005BAB;
	text-decoration: none;
}
ul#side-navi li a.current:link ,ul#side-navi li a.current:visited {
	display: block;
	width: 180px;
	height: 26px;
	background: url(../commons/s-navi_f2.png) no-repeat;
	color: #005BAB;
	text-decoration: none;
}
ul#side-navi li.banner a {
	padding: 0;
}

/* content
---------------------------------------- */
div#content {
	float: right;
	font-size: 120%;
	width: 542px;
	overflow: hidden;
}

/* footer
---------------------------------------- */
div#footer{
	position:absolute;
	bottom:-1px;
	width:100%;
	margin: auto;
}
div#footer ul {
	background: #E5E5E5 url(../commons/footer-top.png) top no-repeat;
	height: 65px;
}
div#footer ul li {
	display: inline;
}	
div#footer ul li.firstChild {
	float: left;
	padding-top: 6px;
	padding-left: 10px;
}
div#footer ul li.lastChild {
	float: right;
	font-size: 100%;
	padding: 30px 26px 0 0;
}
#footer p {
	margin: 35px 0;
	text-align: right;
	border-right: #62BAE3 solid 4px;
	padding-right: 4px;
}

/* clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
