﻿@charset "utf-8";
/* CSS Document */


/*------------------------------
	1.Font Setting
------------------------------*/
body {font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳＰゴシック", "MS P Gothic", san-serif; color: #3f3f3f;}
p {color: #3f3f3f;}
dl,ol li,li {color: #3f3f3f;}
table,th,p,dl,dt,dd {color: #3f3f3f;}
strong {color: #3f3f3f;}

/*------------------------------
	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 { }
h1,h2,h3,h4,h5,h6 { clear:both; }

/*------------------------------
	5.HT Setting
------------------------------*/
a { text-decoration: underline; color:#0c6aca; }
a:link { }
a:visited { }
a:hover { }
a:active { }

a:hover img{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-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 {	line-height:1.2;}

input[type="checkbox"] {
  vertical-align: middle;
  *vertical-align: baseline;
}
 
input[type="radio"] {vertical-align: middle;}
 
input {_vertical-align: text-bottom;}
input, button, textarea, select, option, optgroup, option {
	margin:0;
	padding:0;
}


/*------------------------------
	8.Table Setting
------------------------------*/
table {
		padding:0;
		border-collapse:collapse;
}
th,td {	vertical-align:top;}
/*------------------------------
	9.Image Setting
------------------------------*/
img {	border:none; vertical-align:middle;}



.clear {
	clear: both;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

/*------------------------------
	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;
  /**/
}