@charset "UTF-8";
/**set base**/
* {
	margin : 0px;
	padding : 0px;
}
html {
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", 'メイリオ', "Meiryo", "ＭＳ Ｐゴシック", "Verdana", "Helvetica", "Arial", sans-serif;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	color: #333333;
	background-image: url(../img/bg.jpg);
	background-position: center top;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p,dt,li {
	margin-top: 0.8em;
}
p,dt,li,dd {
	line-height: 150%;
}
a,a img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	vertical-align: text-botom;
}
em {
	font-style: normal;
	z-index: -1;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	border: 0px none;
}
hr {
	clear: both;
	float: none;
	height: 8px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	visibility: hidden;
}
strong {
	color: #FA506D;
}
strong a:link,strong a:visited {
	color: #0F74E3;
}
strong a:hover,strong a:active {
	color: #98BDF5;
}
#header,#contents,#footer {
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_cont.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
/**header set**/
#header {
	height: 80px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 1;
}
#header a:link,#header a:visited {
	color: #F07D9F;
}
#header a:hover,#header a:active {
	color: #FBC6D1;
}
#header h1,#header h1 a {
	height: 60px;
	width: 240px;
	background-image: url(../img/link_image01.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#header h1 {
	position: absolute;
	left: 20px;
	top: 20px;
	line-height: 100%;
}
#header h1 a {
	display: block;
	text-decoration: none;
}
#header h1 a:link,#header h1 a:visited {
	background-position: 0px 0px;
}
#header h1 a:hover,#header h1 a:active {
	background-position: -240px 0px;
}
#header address,#header address a {
	height: 60px;
	width: 240px;
	background-image: url(../img/link_image01.jpg);
}
#header address a:link,#header address a:visited {
	background-position: 0px -60px;
}
#header address a:hover,#header address a:active {
	background-position: -240px -60px;
}
#header address {
	font-size: 80%;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 100%;
}
#header address a {
	display: block;
	text-decoration: none;
}

/**contents set**/
.inner {
	padding: 20px;
}
h3 {
	border-left: 4px solid #E74177;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 1.6em;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h4 {
	font-size: 80%;
	border-bottom: 2px solid #333333;
	margin-top: 1.2em;
	padding-bottom: 2px;
	clear: both;
	float: none;
}
#contents p {
	font-size: 80%;
}
.cont_l {
	width: 500px;
	float: left;
}
.cont_r {
	width: 240px;
	float: right;
}
.first {
	margin-top: 0em;
}

#tx_end {
	height: 20px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	width: 760px;
}
#tx_end span,#tx_end span a {
	background-image: url(../img/link_image01.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 120px;
}
#tx_end span {
	position: absolute;
	right: 0px;
	top: 0px;
}
#tx_end span a {
	display: block;
	font-size: 70%;
	text-decoration: none;
}
#tx_end span a:link,#tx_end span a:visited {
	background-position: 0px -180px;
}
#tx_end span a:hover,#tx_end span a:active {
	background-position: -120px -180px;
}
/**footer set**/
#footer {
	background-image: url(../img/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 70%;
	text-align: right;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	float: none;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
