@charset "utf-8";
	
/*
*	Reset and Base Style Sheet
*	for Genjiweb
*	Last Update 2007-04-01
*
*	1.initial setting
*	2.Font size
*	3.Structure Module
*	4.Text Module
*	5.Hypertext Module
*	6.List Module
*	7.Forms Module
*	8.Tables Module
*	9.Image Module
*	10.Object Module
*
*/

/*======================================

	1.initial setting

=======================================*/
html, body, form, fieldset {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p,
blockquote, ul, ol, dl, address {
	display:block;
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

img{
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}

a img {
	border:none;
	text-decoration:none;
	vertical-align: bottom;
}

/*======================================

	2.Font size
	
	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

h1, h2, h3, h4, h5, h6,address {
	line-height:1;
}

/*======================================

	3.Structure Module

=======================================*/

body {
	background-color: #fff;
	font-family: Meiryo, Verdana, Lucida, Arial, Helvetica, sans-serif;
}

/*======================================

	4.Text Module

=======================================*/

p,
address {
	font-size: 100%;
	line-height:1.5;
}



blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #ddd;
	background-color: #fff;
}

blockquote * {
	color: #666;
}


em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

sup {
	font-size:70%;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

/*======================================

	5.Hypertext Module

=======================================*/

a:link {
}

a:visited {
}

a:hover {
}

/*======================================

	6.List Module

=======================================*/

ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

li,
dt,
dd {
	margin: 0;
	padding:0;
}


li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
	font-size: 100%;
}

/*======================================

	7.Forms Module

=======================================*/

form {
	margin: 0;
	padding: 0;
}

form dl,
form p {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #666;
}

legend {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	font-family: font-family: Meiryo, Verdana, Lucida, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

input {
	line-height: 1.4;
}

input:hover,
textarea:hover {
	border: 1px solid #FF6699;
}

input:focus,
textarea:focus {
	border: 1px solid ##FF3399;
}

textarea {
	margin: 0;
	padding: 0;
}

/*======================================

	8.Tables Module

=======================================*/

table {
	margin: 0;
}

th,
td {
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight:bold;
}

td {
	
}

/*======================================

	9.Image Module

=======================================*/

a img {
	border: none;
}

a:hover img {
	border: none;
}

/*======================================

	10.Object Module

=======================================*/

object,
embed {
	margin: 0;
}
