body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",verdana,arial,sans-serif;
	font-size: 80%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background: #fff;
}

html>/**/body {
  font-size: 13px; /* Except IE */
}

/* safari only \*/  
html[xmlns*=""] body:last-child body {   
	font-size: 10%;  
}  

*:first-child+html body {
    font-family:  "メイリオ", Meiryo,'ＭＳ Ｐゴシック',verdana,sans-serif;
}



h1 ,h2 ,h3 ,h4 ,h5 ,dl ,dt ,dd ,p {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.25em;
}


h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

p {
	padding-bottom: 10px;
}

p.t_left {
	float: left;
}

p.t_right {
	float: right;
}

img {
	border: none;
}

img.img_left {
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}

img.img_right {
	margin-left: 15px;
	margin-bottom: 20px;
	float: right;
}

img.img_center {
	display: block;
	margin: 20px auto 10px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


.txt_r {
	text-align: right;
}

.txt_c {
	text-align: center;
}

.txt_t {
	vertical-align: top;
}

.fs {
	font-size: 0.85em;
}

.mar10 {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* MacIE begin \*/
*+html div.clearfix{height: 1%;}

* html div.clearfix{height: 1%;}

.clearfix {display: block;}
/* Mac IE end */




/***layout***/
/*header*/
#header {
	padding-bottom: 4px;
	background: url(../images/bg_header.gif) repeat-x left bottom;
}

#header-inner {
	margin: 0 auto;
	width: 900px;
	height: 130px;
	position: relative;
}



/*navi*/
#navi {
	position: absolute;
	left: 0;
	bottom: 1px;
}

#navi li {
	float: left;
}

.subnavi {
	position: absolute;
	top: 10px;
	right: 0;
}

.subnavi li {
	margin-right: 10px;
	padding: 5px 0 0 10px;
	float: left;
	background: url(../images/icon_navi.gif) no-repeat left center;
}

.subnavi li.btn {
	margin-right: 0;
	padding: 0;
	background: none;
}

.subnavi li a {
	color: #999;
}

.subnavi li.btn a {
	height: 24px;
}

#search {
	position: absolute;
	top: 45px;
	right: 0;
}

/*footer*/
#footer {
	margin: 0 auto 20px;
	border-top: solid 1px #ccc;
}

#footer-inner {
	padding-top: 10px;
	background: url(../images/bg_footer.gif) repeat-x;
}

.related {
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
}

.related h3 {
	margin-right: 15px;
	padding-top: 8px;
	width: 64px;
	float: left;
}

.related a {
	display: inline;
	margin-right: 12px;
	width: 195px;
	float: left;
}

.related a.end {
	margin-right: 0;
}

.fnavi {
	margin: 0 auto;
	width: 900px;
}

.fnavi ul {
	float: left;
}

.fnavi ul li {
	margin-right: 10px;
	padding-left: 10px;
	float: left;
	background: url(../images/icon_navi.gif) no-repeat left center;
}

.fnavi ul li a {
	color: #999;
}


address {
	text-align: right;
	font-style: normal;
	font-size: 0.8em;
	width: 300px;
	float: right;
}




/*content*/
#content {
	margin: 0 auto;
	padding: 20px 0;
	width: 900px;
}

#left {
	width: 580px;
	float: left;
}

#right {
	width: 300px;
	float: right;
}


sup{ vertical-align: top; line-height: 1em;}






