/* CSS Reset Style
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, textarea, p, blockquote, pre, table th, td,button, address {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.1;
	text-decoration: none;
	color: #333333;
	font-size: 100%;
}

fieldset {
	border: 0;
}

caption {
	text-align: left;
}

button {
	background: none;
	border: 0;
}

/* Link Style
---------------------------------------------------- */
a:link {
	color: #445C8A;
	text-decoration: underline;
}

a:visited {
	color: #738696;
}

a:hover {
	color: #CC6600;
}

a:active {
	color: #CC6600;
}

/* Text Style
---------------------------------------------------- */
p {
	line-height: 1.5;
}

blockquote {
	margin: 1em 0;
	padding: 1.5em;
}

dt, dd {
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 78%;
	line-height: 1;
}

h2 {
	margin: 0 0 28px 0;
}

h3 {
	margin: 0 0 10px 0;
}

h4 {
}

/* Table Style
---------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td {
	line-height: 1.5;
}

th {
	text-align: left;
}

/* List Style
---------------------------------------------------- */
ul,
ol {
	list-style-type: none;
}

/* Image Style
---------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}

img.imgover {
}

/* Form Style
---------------------------------------------------- */
input { line-height: 1.1; }
input.w30 { width: 30px; }
input.w50 { width: 50px; }
input.w100 { width: 100px; }
input.w150 { width: 150px; }
input.w250 { width: 250px; }
input.w300 { width: 300px; }
input.w350,textarea.w350 { width: 350px; }
input.w400,textarea.w400{ width: 390px; }

/* Fonts Style
---------------------------------------------------- */
select, input, textarea {
	font-size: 78%;
}

p,li,td,th,dt,dd {
	font-size: 78%;
}
