@charset "utf-8";
/* CSS Document */


/* base
================================================================== */

html{
  overflow-y:scroll;
}

body {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ Pro W4",”Arial”,"Hiragino Maru Gothic Pro","osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
color:#333;
font-size:86%;
line-height:1.6;
}

hr{display:none;}

a:focus{
/*\*/
	overflow: hidden;
/**/
}


/* reset css 
================================================================== */

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,table,th,td,input,textarea,select{
	margin:0; padding:0;
	}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	}

img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:top;
    }

ul,dl{
	list-style-type:none;
	}

ol{
	list-style-position:outside;
	margin-left:1em;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}


/* link
================================================================== */

a:link{ color:#00687b; text-decoration:none; }
a:visited{ color:#00687b; text-decoration:none; }
a:hover{ color:#00687b; text-decoration:underline;}
a:active{ color:#F18101; text-decoration:underline; }


/* float clear
================================================================== */

.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }


/* text-align
================================================================== */

.taCenter{ text-align:center; }
.taLeft{ text-align:left; }
.taRight{ text-align:right; }


/* bold
================================================================== */
.bold{
	font-weight:bold;}

/* container
================================================================== */
#container{}


/* clearfix
================================================================== */
.clearfix:after { /* for modern browser */
    height: 0;
    visibility: hidden;
    content:".";
    display: block;
    clear: both;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }

/*--IE7及びMac版IE5向けの指定--*/
.clearfix{display:inline-block;}
/*--IE6以前向けの指定--*/
/*Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
