@charset "utf-8";
/* CSS Reset */

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #404040;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	/*letter-spacing: 1px;*/
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
img {
	vertical-align: top;
	margin: 0;
}
a img {
	border: none;
}
li {
	list-style: none;
}
input, button, textarea, select {
	font-size: 12px;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline;
	vertical-align: baseline;
}
/*table th,
table td {
	padding: 3px 10px;
}*/

/* common style */
a {
	color: #2951A3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.page_top {
	width: 930px;
	margin: 10px auto;
	text-align: right;
}
.left_icon {
	float: left;
	background: url(../img/header_icon02.gif) no-repeat left center;
	margin: 0 0 0 5px;
	padding: 5px 16px 5px 17px;
}
.link li {
	display: inline;
	border-left: #2951A3 1px solid;
	padding: 0 3px 0 6px;
}
.link li.last {
	border-right: #2951A3 1px solid;
}
.hidden {
	display: none;
}

/* text style */
.small_txt {
	font-size: 10px;
	letter-spacing: 0.5px;
}
.large_txt {
	font-size: 14px;
	font-weight: bold;
}
.red_txt {
	font-size: 12px;
	color: #F00;
}
.erMesage_txt {
	font-size: 12px;
	color: #FFF;
	background:#F00;
}
.bold {
	font-weight: bold;
}
.txt_center {
	text-align: center;
	border-top-color: #E3E3E3;
}

