@charset "utf-8";

/* -----------------------------------------------------------------

	universal selector

------------------------------------------------------------------ */

* {
color:#414649;
margin:0;
padding:0;
word-break: normal;
word-wrap: break-word;
}

html {
	height:100%;
}



/* -----------------------------------------------------------------

	html

------------------------------------------------------------------ */

body {
	font-family:'Verdana','メイリオ','ＭＳ Ｐゴシック','ＭＳ ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo',Osaka,Osaka-等幅,sans-serif;
	font-size:12px;
	background:#FFF;
	line-height:1.6;
	height:100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
* html body
, *:first-child+html body {
	font-family: 'メイリオ', Meiryo, sans-serif;
}

br {
	height:1px;
}

br.clear {
	clear:both;
}

em.arrow {
	font-style:normal;
	font-weight:800;
	color:#D3745E;
}

em.remark {
	font-style:normal;
	color:#D3745E;
}

strong {
	font-weight:800;
	color:#DC3AFF;
}

ul {
	list-style:none;
}

img {
	border:none;
}

object, embed {
	margin:0 0 0 0;
}

h1{
	float:left;
}
#head h1 a{
	display:block;
	width:83px;
	height:75px;
}
h2{
	font-size:18px;
	font-weight:800;
}
h3{
	font-size:14px;
	font-weight:800;
}
h4{
	font-size:12px;
	font-weight:800;
}
h5{
	font-size:10px;
	font-weight:800;
}
h3, h4, p{
	text-align : justify;
	text-justify : inter-ideograph;
}

/* -----------------------------------------------------------------

	html > a

a {
	text-decoration:none;
}

a:link {
	color:#3D79A0;
}

a:visited {
	color:#52708E;
}

a:hover {
	color:#2EA1C2;
	text-decoration:underline;
}
------------------------------------------------------------------ */


a {
text-decoration:none;
}

a:link {
color:#006CB5;
}

a:visited {
color:#006CB5;
}

a:hover {
color:#349DBC;
text-decoration:underline;
}

/* -----------------------------------------------------------------

	html > form

------------------------------------------------------------------ */

form {
	height:100%;
}

form label {
	font-size:10px;
	font-weight:800;
}

