@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

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

body {
	font-family: "Meiryo", "メイリオ", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
	color: #4d4d4d;
	text-align: center;
	background: #ffffff url("../images/bg_body.gif") repeat-y center top;
	-webkit-text-size-adjust: 100%;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #4d4d4d;
}

a:hover, a:focus, a:active {
	color: #ff0000;
}

img {
	vertical-align: text-bottom;
}

strong {
	font-weight: bold;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

/* Container
---------------------------------------------------------------- */
div.container {
	width: 940px;
	margin: 0 auto;
}

div.visual { margin-bottom: 30px; }
div.content { margin-bottom: 30px; }
h2 {
	margin: 0 90px 20px;
	padding: 0.2em 0;
	border-bottom: solid 1px #cccccc;
	font-size: 140%;
	text-align: left;
}
p {
	margin-bottom: 1em;
	font-size: 90%;
	line-height: 160%;
}
ul.error {
	margin-bottom: 30px;
	margin-left: 130px;
	list-style-type: circle;
	color: #ff0000;
	text-align: left;
}
ul.error li {
	line-height: 140%;
}
div.form {
	margin-bottom: 30px;
	background: url("../images/bg_form.gif") repeat-y center top;
}
div.form div.head {
	padding-bottom: 20px;
}
div.form table {
	width: 760px;
	margin: 0 auto 1em;
	font-size: 90%;
	line-height: 140%;
}
div.form table thead tr th {
	padding: 0.7em 1em;
	color: #ffffff;
	text-align: center;
	border-bottom: solid 1px #0059b2;
	background-color: #0080ff;
	text-shadow: 0 1px 0 #0059b2;
}
div.form table thead tr th + th {
	border-left: solid 1px #ffffff;
}
div.form table tbody tr th {
	padding: 0.7em 1em;
	border-bottom: solid 1px #cccccc;
	vertical-align: top;
	white-space: nowrap;
	background-color: #f2f2f2;
}
div.form table tbody tr th + th, div.form table tbody tr th + td {
	border-left: solid 1px #cccccc;
}
div.form table tbody tr td {
	padding: 0.7em 1em;
	border-bottom: solid 1px #e5e5e5;
	vertical-align: middle;
	background-color: #ffffff;
}
div.form table tbody tr td.nowrap {
	white-space: nowrap;
}
div.form table tbody tr td + td {
	border-left: solid 1px #e5e5e5;
}
div.form table tbody tr td ul {
	margin-bottom: 0;
}
div.form table tbody tr.even th {
	background-color: #e5e5e5;
}
div.form table tbody tr.even td {
	background-color: #f2f2f2;
}
div.form form input.short,
div.form form input.middle,
div.form form input.long,
div.form form textarea {
	margin: 0.1em 0;
	padding: 2px;
	border: solid 1px #cccccc;
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}
div.form form input.short:hover,
div.form form input.short:focus,
div.form form input.middle:hover,
div.form form input.middle:focus,
div.form form input.long:hover,
div.form form input.long:focus,
div.form form textarea:hover,
div.form form textarea:focus {
	background-color: #f2f2f2;
}
div.form form input.short {
	width: 160px;
}
div.form form input.middle {
	width: 240px;
}
div.form form input.long, div.form form textarea {
	width: 420px;
}
div.form form fieldset {
	margin-bottom: 20px;
	text-align: center;
}
div.form em.required {
	color: #ff0000;
}

div.cv {
	position: relative;
	width: 870px;
	margin: 0 auto 60px;
}
div.cv ul.nav {
	position: absolute;
	top: 55px;
	left: 470px;
	width: 380px;
	height: 40px;
}
div.cv ul.nav li {
	float: left;
	width: 190px;
	height: 40px;
	text-align: center;
}
div.cv a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
div.footer {
	margin: 0 35px;
	padding: 20px 0 30px;
	border-top: solid 1px #e5e5e5;
	color: #999999;
	font-size: 80%;
}

/* Button
---------------------------------------------------------------- */
.btn {
	display: inline-block;
	*display: inline;
	cursor: pointer;
	*zoom: 1;
	margin: 0.3em;
	padding: 0.2em 1em;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	color: #333333;
	font-size: 90%;
	text-decoration: none;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #e6e6e6);
	background-image: linear-gradient(#ffffff, #e6e6e6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, .btn:focus, .btn:active {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn-blue {
	border-color: #0044cc #0044cc #002a80;
	color: #ffffff !important;
	background-color: #006dcc;
	*background-color: #0044cc;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
	background-image: -webkit-linear-gradient(#0088cc, #0044cc);
	background-image: -moz-linear-gradient(#0088cc, #0044cc);
	background-image: -o-linear-gradient(#0088cc, #0044cc);
	background-image: linear-gradient(#0088cc, #0044cc);
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}
.btn-blue:active {
	background-color: #003399;
}

.btn-red {
	border-color: #cc0000 #cc0000 #800000;
	color: #ffffff !important;
	background-color: #e52e2e;
	*background-color: #cc0000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff3434), color-stop(100%, #cc0000));
	background-image: -webkit-linear-gradient(#ff3434, #cc0000);
	background-image: -moz-linear-gradient(#ff3434, #cc0000);
	background-image: -o-linear-gradient(#ff3434, #cc0000);
	background-image: linear-gradient(#ff3434, #cc0000);
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
	color: #ffffff;
	background-color: #cc0000;
	*background-color: #cc2929;
}
.btn-red:active {
	background-color: #b30000;
}
