﻿@charset "UTF-8";

/*----------------------------------------------------
	base setting
----------------------------------------------------*/
*{
  margin:0;
  padding:0;
  zoom:1;
}
html {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow-y: scroll;
	background-image: url(../img/bg_foot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Osaka, Verdana, sans-self;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
/**Mac IE 5 only\*//*/
body {
	width: 804px;
	position: relative;
}
/**Mac IE 5 only*/ 
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
hr {
	display: none;
}
a,a img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	vertical-align: bottom;
}
em {
	font-style: normal;
	z-index: -1;
	position: relative;
	overflow: hidden;
}
@media print {
em {
	visibility: hidden;
}
}
/*----------------------------------------------------
	common element
----------------------------------------------------*/
#bg_head {
	background-image: url(../img/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px auto;
	height: 180px;
	z-index: -1;
}
/**Mac IE 5 only\*//*/
#bg_head {
	background-image: url(../img/bg_header.jpg);
	height: 140px;
	margin-bottom: 40px;
}
/**Mac IE 5 only*/ 
#header,#contents,#footer {
	width: 804px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}
/**Mac IE 5 only\*//*/
#header,#contents,#footer {
	overflow: visible;
}
/**Mac IE 5 only*/ 
.clearfix:after {
	content: ".";
	line-height: 0;
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from Mac IE \*/
* html .clearfix {
	height: 1px;
	min-height: 1px;/* IE 7 */
	display: block;
/* */
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	height: 140px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
/**Mac IE 5 only\*//*/
#header {
	width: 804px;
}
/**Mac IE 5 only*/ 
#header h1,#header h1 a {
	height: 80px;
	width: 480px;
	background-image: url(../img/bg_header.jpg);
	background-position: -20px -150px;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	line-height: 100%;
	text-align: left;
}
#header h1 a {
	display: block;
	text-decoration: none;
}
#header p {
	font-size: 80%;
	position: absolute;
	top: 16px;
	right: 20px;
	text-align: right;
	line-height: 200%;
}
#header p a {
	background-repeat: no-repeat;
	background-position: -790px -156px;
	padding-left: 8px;
	background-image: url(../img/bg_header.jpg);
}
* html #header p a {
	background-position: -790px -150px;
}
/**Mac IE 5 only\*//*/
* html #header p a {
	background-position: -790px -156px;
}
/**Mac IE 5 only*/ 
#header p a:link,#header p a:visited {
	color: #333333;
	text-decoration: none;
}
#header p a:hover,#header p a:active {
	color: #999999;
	text-decoration: underline;
}
/*----------------------------------------------------
	contents
----------------------------------------------------*/
#right_block {
	font-size: 80%;
	text-align: left;
	float: right;
	width: 560px;
}
#tx_top {
	width: 100%;
	clear: both;
	float: none;
	text-align: right;
	font-size: 80%;
	padding-top: 40px;
}
#tx_top a {
	text-decoration: none;
}
#tx_top a:link,#tx_top a:visited {
	color: #333333;
}
#tx_top a:hover,#tx_top a:active {
	color: #999999;
}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	clear: both;
	float: none;
	margin-top: 4em;
}
#footer p {
	font-size: 70%;
	text-align: right;
	height: 20px;
}
#contents #right_block p {
	color: #F00;
}
#contents #right_block p strong {
	color: #F00;
}
#contents #right_block p {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Osaka, Verdana, sans-self;
}
.new {
	color: #F00;
}
