@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2009-07-29
 * Editor:    contents kinoshita
 * Modified:  2009-00-00 by:contents kinoshita
 *
 * ***********************************************************
 */


/*============================================================

	Default

============================================================*/
/* -------- reset  -------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0;
	padding:0;
}

/* -------- body -------- */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;/*Modan*/
	*font-size: small;/*IE7*/
	*fon: x-small;/*IE6*/
	color: #383C3C;
	background:#FFFFFF;
}

/* -------- common -------- */

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	line-height:1.5em;
	text-align: left;
	display: block;
}

address {
	font-style:normal;
}

sup {
	vertical-align:0.4em;
}

/* -------- table -------- */

table {
	margin : 0;
	empty-cells: show;
	font-size: small;
}


/* -------- hr -------- */

/*hr {
	display : none;
}*/

hr{
	text-decoration:none;
}

/* -------- img -------- */

img {
	border: none;
	vertical-align: bottom;
}


/* -------- li -------- */

li {
	list-style: none;
}


/* ---- clearfix ---- */

div,dl,ul{
    zoom: 1;
}

div:after,
dl:after,
ul:after{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
	font-size:0.1px;
	line-height:0.1px;
} 

/*IE7*/
div,dl,ul{ display:inline-block; }

/*MacIE5.x\*/ 
*html div,
*html dl,
*html ul{height:1%;}
div,dl,ul{ display:block; } 
/**/

/* ---- clearboth ---- */

.clear{
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

