@charset "utf-8";


/*　デフォルト
-------------------------------------------------- */
body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
table, tr, th, td {
	margin: 0;
	padding: 0;
	color: #333;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 130%;
}

h4, h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p, li, dt, dl, tr, td, address {
	font-size: 14px;
	line-height: 1.6;
}

li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top:
}

address, em {
	font-style: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #888;
}

/* リンク */
.link {
	text-align: right;
}

.link a {
	color: #007bbb;
}

.link a:hover {
	color: red;
	border-bottom: 1px solid red;
}

p.link img {
	vertical-align: middle;
	padding: 0 5px 3px 0;
}

/* カラム落ち対策 */
.clear {
	clear: both;
}