@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, select, option, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
address, em {
	font-style: normal;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 110%;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
dl dd {
	list-style-type: none;
}
img, input {
	vertical-align: middle;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 80%; /* IE */
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.6;
}
p {
	text-align: justify;/*本文均等揃え*/
	-ms-text-justify: inter-ideograph;/* IE独自拡張 */
	text-justify: inter-ideograph;/*本文均等揃え*/
}
html>/**/body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
} /* Except IE */
/* link
------------------------------------------------------------*/
a:link {
	color: #3592ef;
	text-decoration: none;
}
a:visited {
	color: #3592ef;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #fc912b;
	text-decoration: none;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
	overflow: hidden;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
/* その他
------------------------------------------------------------*/
input {
	font-size: 16px;
}
textarea {
	font-size: 16px;
}
.imgBorder {
	border: 1px solid #999;
}
/* img rollover */
.cssover a:hover img {
	opacity: 0.8;/* Safari,Opera */
	filter: alpha(opacity=80);/* IE */
	-ms-filter: "alpha( opacity=80 )";/* Firefox */
	background-color: #FFF;
}
.topspace5 {
	margin-top: 5px;
}
.topspace10 {
	margin-top: 10px;
}
.topspace20 {
	margin-top: 20px;
}
.alright {
	text-align: right
}
.alcenter {
	text-align: center;
}
.left {
	float: left;
	margin-right: 0px;
}
.right {
	float: right;
}
.fontB {
	font-weight: bold;
}
.fontS {
	font-size: 80%;
	font-weight: normal;
}
.fontN {
	font-weight: normal;
}
.font_grey {
	color: #666;
}
.width100 {
	width: 100%;
}
.relative {
	position: relative;
}
.jisage {
	margin-left: 15px;
}
