﻿/* YUI リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td { 
	margin: 0;
	padding: 0;
	font-size: medium;
}

p {
	margin: 0 0 18px 0;
	padding: 0;
	line-height: 1.6;
	color: #232323;
	font-size: 0.88em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
	color: #232323;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #232323;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

script, img, iframe {
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/* リンク */
a:link {
	color: #03c;
}

a:visited {
	color: #609;
}

a:hover {
	color: #C33;
}

a:active {
}


/* body */
body {
	background-color: #fff;
}