@charset "utf-8";


@import url("layout.css");


/*win ie5x*/
@media tty {
i{content:"¥";/*" "*/}} @import 'layout_ie5x.css'; /*";}
}/* */


body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

select,
input,
textarea {font-size: 99%;}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}


body {
font-family: "ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐ ゴシック",verdana,arial,sans-serif;
line-height: 1.6;

}



/*======================================

	 Universal selector

=======================================*/

* {
	color: #333;
	
	font-weight: normal;
	font-style: normal;
	margin:0;
	padding:0;
}




/*======================================

	 Text Module

=======================================*/

p{
 margin:0 0 1em 0;

}

p,
pre,
address,
cite {font-size: 100%;}


pre,
address,
cite 
h1,
h2,
h3,
h4,
h5,
h6 {
 margin: 0;
 padding: 0;
}

h1 {font-size: 189%;}

h2 {font-size: 159%;}

h3 {font-size: 144%;}

h4 {font-size: 122%;}

h5 {font-size: 107%;}

h6 {font-size: 107%;}



/*======================================

	 Hypertext Module

=======================================*/

/*a {text-decoration: none;}*/

a:link{color: #0a98c5;}

a:visited {color: #14718f;}

a:hover {color: #06b6ee;}
	


/*======================================

	 Image Module

=======================================*/

a img {border: 0;}

a:hover img {border: 0;}



/*======================================

	util

=======================================*/

/*clearFix hac*/
.clearFix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearFix {display: inline-table;}

/* Hides from IE-mac ¥*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.lf{float: left;}

.rf{float: right;}

.clear{clear: both;}

.orange{color:#FF3300;}
