@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


/*------------------------------
	1.Font Setting
------------------------------*/
body {	font-size:14px; font-family:''メイリオ',Meiryo,ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; color:#000; }
p {	font-size:14px;	text-align:justify; line-height:1.8em;}
dl,ol li,li {	font-size:14px;	text-align:justify;	line-height:1.4em;}
table,th,p,dl,dt,dd {	font-weight:normal;}
strong {	color:#333;}

/*------------------------------
	2.Universal Setting
------------------------------*/
html {  height: 100%;  overflow-y: scroll;}
html, body, p, div, ul, ol, li, dl, dt, dd, form, fieldset, legend{	margin: 0; padding: 0;}
body { width: 100%; }
h1, h2, h3, h4, h5, h6, p, pre { margin: 0; padding: 0;}

/*------------------------------
	3.Common Setting
------------------------------*/
body {	background-color:#fff;}
hr {	border-style:inset; border-width:1px;}


/*------------------------------
	4.Text Setting
------------------------------*/
h1,h2,h3,h4,h5,h6,pre {	font-size:1em; font-weight: normal;}
/*
h1,h2,h3,h4,h5,h6 {	clear:both;}
*/
strong {	font-weight:bold;}
sub {  vertical-align: sub; font-size: smaller;}
sup {  vertical-align: super; font-size: smaller;}
blockquote, em, i, address {  font-style: italic;}

/*------------------------------
	5.HT Setting
------------------------------*/
a:link { text-decoration:none; color:#0000ff; }
a:visited { text-decoration:none; color:#0000ff; }
a:hover { text-decoration:none; color:#0000ff; }
a:active { text-decoration:none; color:#0000ff; }

a:hover img{
	opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;
}
a:hover img.ro {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-moz-opacity:1;
}

/*------------------------------
	6.List Setting
------------------------------*/
li {	list-style:none;}
ol li {
	list-style-type: decimal;
	margin-left:1.7em;
}
dt,dd {
	line-height:normal;
}
/*------------------------------
	7.Form Setting
------------------------------*/
fieldset {	border:none;}

input[type="checkbox"] {
  vertical-align: middle;
  *vertical-align: baseline;
}
input[type="text"] {
	margin:0;
}
 
/* input[type="radio"] {vertical-align: text-bottom;} */
 
input {_vertical-align: text-bottom;}
input, button, textarea, select, optgroup, option {
}


/*------------------------------
	8.Table Setting
------------------------------*/
table {
		padding:0;
		border-collapse:collapse;
}
th,td {	vertical-align:top;}
/*------------------------------
	9.Image Setting
------------------------------*/
img {	border:none; vertical-align:middle;}
/*------------------------------
	10.clearfix
------------------------------*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}