@charset "utf-8";

/*------------------------------
	1.Font Setting
	2.Universal Setting
	3.Common Setting
	4.Text Setting
	5.HT Setting
	6.List Setting
	7.Form Setting
	8.Table Setting
	9.Image Setting
------------------------------*/

/*------------------------------
------------------------------*/

/*------------------------------
	1.Font Setting
------------------------------*/
p,
dl,
ol li {
	font-size:82%;
	text-align:left;
	text-align: justify;
	text-justify: inter-ideograph;
	color:#444;
}

/*------------------------------
	2.Universal Setting
------------------------------*/
* {
	margin:0;
	padding:0;
	line-height:1.6;
	color:#333;
	font-size:100%;
	font-style:normal;
}
table,th,p,dl,dt,dd,li,
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
/*------------------------------
	3.Common Setting
------------------------------*/
body {
	background-color:#fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*------------------------------
	4.Text Setting
------------------------------*/

p {

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
}

h1 {
	font-size:169%;
}
h2 {
	font-size:189%;
}
h3 {
	font-size:144%;
}
h4 {
	font-size:122%;
}
h5 {
	font-size:107%;
}
h6 {
	font-size:100%;
}

strong {
	font-weight:bold!important;
}

/*------------------------------
	5.HT Setting
------------------------------*/
a {
	line-height:normal;
}
a:link {
	color:#930;
	text-decoration:none;
}
a:visited {
	color:#600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img{
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
	-ms-filter: "alpha(opacity=75)";
  opacity:0.75;
	background-color:#fff;
}



/*------------------------------
	6.List Setting
------------------------------*/
li {
	list-style:none;
}
ol li {
	list-style-type: decimal;
	margin-left:1.7em;
}
dt,dd {
}
/*------------------------------
	7.Form Setting
------------------------------*/
input {
	line-height:normal;
}
/*------------------------------
	8.Table Setting
------------------------------*/
table {
		padding:0px;
		border-collapse:collapse;
}
th,td {
	vertical-align:top;
}
/*------------------------------
	9.Image Setting
------------------------------*/
a img {
	border:none;
}
img {
	vertical-align:bottom;
}