@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::

	name:			base.css;
	last-modified:	2009-12-09;

::::::::::::::::::::::::::::::::::::::::::::: */


/* css start ------------ */


/* :::::::::::::::::::::::::::::::::::::::::::::
	style reset
::::::::::::::::::::::::::::::::::::::::::::: */

html, body,
h1, h2, h3, h4, h5, h6,
div, p,
ul, ol, li, dl, dt, dd, 
address, form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	
}

ul, ol {
	list-style-type: none;
}


p{
	line-height: 1.7;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
	default style
::::::::::::::::::::::::::::::::::::::::::::: */

hr {
	display: none;
}

strong {
	font-weight: bold;
	text-decoration: none;
}

address {
	font-weight: normal;
	font-style: normal;
}

table { margin:0; padding:0; border-collapse:collapse; }
th,td { text-align:left; vertical-align:top; font-weight:normal; }



/* :::::::::::::::::::::::::::::::::::::::::::::
	class
::::::::::::::::::::::::::::::::::::::::::::: */

/* clearfix: Ver. 2007.05.31 ---------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* PNG Fix for IE */
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }


/* :::::::::::::::::::::::::::::::::::::::::::::
	typography
::::::::::::::::::::::::::::::::::::::::::::: */

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 63%; line-height: 1.4em;}	/* 10px */
.txt12 {
	font-size: 12px;
	line-height: normal;
	color: #CCC;
}	/* 12px */
.txt12b {
	font-size: 12px;
	line-height: normal;
	color: #b9c3cc;
}	/* 12px */
.txt14 {
	font-size: 14px;
}	/* 14px */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

input, select, textarea { color:#444; font-family:"メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }
html>/**/body input,
html>/**/body select,
html>/**/body textarea { font-family:sans-serif; }/* Win IE 以外 */
textarea { padding:2px 3px 2px 3px; }


/* :::::::::::::::::::::::::::::::::::::::::::::
	essential
::::::::::::::::::::::::::::::::::::::::::::: */

body {
	color: #FFF;
	letter-spacing: 0.03em;
}

a:link,
a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #b9c3cc;
	text-decoration: underline;
}

.none{
	display: none;
}



/* css end ------------ */
