@charset "utf-8";

/*
 :title "Dafault Style";
 :created "2008-09-18";
 :release [:revision "1.00"; :created "2008-09-18"];
 :author [:name "miki ueaoki"];
 :description "各要素単独のスタイル";
 :note "
 	Outline - 
		1-1.Universal selector. 
		1-2.Structure Module. 
		1-3.Text Module. 
		1-4.Hypertext Module. 
		1-5.List Module. 
		1-6.Image Module
		";
*/



/*======================================

	1-1.Universal selector

=======================================*/

* {
	margin:0;
	padding:0;
}

/*======================================

	1-2.Structure Module

=======================================*/

html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	font-family:'Lucida Grande','ＭＳ Ｐゴシック',Arial,sans-serif;
	font-size:10px;
}
* html body,			/* for ie6 */
*+html body,
*+html>/**/body {			/* for ie7 */
	font-size:62.5%;
}

/*======================================

	1-3.Text Module

=======================================*/

p,
pre,
address,
li,
dt,
dd {
	font-size:1.2em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:1.2em;
}

th,
td {
	font-size:1.2em;
}


em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

address {
	font-style:normal;
}

input,
textarea,
submit {
	vertical-align:bottom;
	/* font-size:1.2em; */
}

li input {font-size:100%;}



/*======================================

	1-4.Hypertext Module

=======================================*/

a:link {
	
}

a:visited {
	
}

a:hover {
	
}

/*======================================

	1-5.List Module

=======================================*/

ul,ol {
	list-style-type:none;
}
dl {
	
}

li,dt,dd {
	
}

dt {
	
}

dd {
	
}

li li,li p,li pre,li dt,li dd,
dd li,dd p,dd pre,dd dt,dd dd,
th li, th p, th dd,th dt,
td li, td p, td dd,td dt {
	font-size: 100%;
}

li ul,li ol,li dl,li p,
dd ul,dd ol,dd dl,dd p {
	font-size: 100%;
}




/*======================================

	1-6.Image Module

=======================================*/

img {
	border:0;
	vertical-align:bottom;
}

a img {
	border:0;
	
}

a:hover img {
	
}




