@charset "utf-8";
/* CSS Document */

/* ------ reset ------ */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, img, ol, ul, li, p, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* ------ body ------ */

body {
	font-family : "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MS P ゴシック", "MS P Gothic", sans-serif;
	color: #505050;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}

/* ------ link-color ------ */

a:link,a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #f36;
	text-decoration: underline;
}
a:active {
	color:#f36;
}

/* ------ text ------ */

.txt-red {
	color: #EB0000;
}
.txt-large {
	font-size: 150%;
	font-weight: bold;
}
.txt-large-red {
	font-size: 120%;
	font-weight: bold;
	color: #F00;
}
.txt-small {
	font-size: 90%;
}
.txt-underline {
	border-bottom: 1px solid #999;
}

/* ------ bg_text ------ */

.bg_yellow {
	background: #FF6;
}
.bg_orange {
	background: #FFCC33;
}
.bg_blue {
	background: #E6E6FF;
}
.bg_green {
	background: #CF9;
}

/* ------ etc ------ */

:focus {
	outline: 0;
}
p {
	margin-bottom: 20px;
}

/* tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
