/*
 *CSSリセット
 */
html {
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

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

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select { *font-size:
	100%;
}

legend {
	color: #000;
}

/*
 * 本サイト用定義
 */
body {
	font-family: meiryo, verdana, sans-serif;
	font-size: 85%;
	color: #333333;
	background-color: #ffffff;
	word-break: break-all; word-wrap: break-word;
}

table {
	table-layout: fixed;
	font-family: meiryo, verdana, sans-serif;
	color: #333333;
}

th,td{
	color: #333333;
	background-color: #ffffff;
	vertical-align: top;
}

h1 {
	color: #3366CC;
	font-size: 200%;
}

h2 {
	color: #3366CC;
	font-size: 150%;
}

h3 {
	color: #3366CC;
	font-size: 125%;
}
fieldset {
	border: #cccccc 1px solid;
	padding: 10px 10px 5px 10px;
}

legend {
	color: #333333;
}

input {
	font-family: meiryo, verdana, sans-serif;
	color: #333333;
}

textarea {
	font-family: meiryo, verdana, sans-serif;
	color: #333333;
}

label {
	line-height: 100%;
}


select {
	font-family: meiryo, verdana, sans-serif;
	color: #333333;
	background-color: #ffffff;
	word-break: break-all; word-wrap: break-word;
}



a {
	color: #3366CC;
	text-decoration: underline;
}

a:hover {
	color: #ff0033;
}

div.rowbutton {
	margin-top: 25px;
	float: right;
}

.clearfix {
	clear: both;
}

.warning {
	color: #ff0033;
}

div#contentarea {
	width:951px;
	position:absolute;
	left:50%;
	margin-left:-476px;
}
div#headercontentarea {
	width:951px;
	background: url(/images/common/header.jpg) no-repeat 0px 0px;
	height: 100px;
	text-indent: -9999px;
}
div#footercontentarea {
	width:951px;
	background: url(/images/common/footer.jpg) no-repeat 0px 0px;
	height: 35px;
	text-indent: -9999px;
}
div#maincontentarea {
	padding: 25px 25px 10px 25px;
	min-height: 500px;
	border-left: #003366 1px solid;
	border-right: #003366 1px solid;
}
label {
	margin-top: 0px;
}
label.labelright {
	margin-left: 5px;
}
label.labelleft{
	margin-right: 5px;
}
input.text {
	font-size: 90%;
	border: #999999 1px solid;
	padding: 0px 5px 0px 5px;
}

input.button {
	font-size: 90%;
	border: #999999 1px solid;
	background-color: #eeeeee;
	padding: 3px 5px 2px 5px;
	/padding: 0px 0px 0px 0px;
}

select {
	font-size: 90%;
	border: #999999 1px solid;
}

.fieldnameouter {
	padding: 2px 0px 2px 0px;
}
.fieldnameinner {
	margin-bottom: 5px;
	color: #ff6600;
	border: #ff9933 1px solid;
	margin-right: 15px;
	padding: 2px 10px 2px 10px;
	background-color: #ffeecc;
	font-size: 9pt;
	font-weight: bold;
}

.titletop {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px dashed;
	padding: 3px 0px 3px 10px;
	min-height: 30px;
	vertical-align: middle;
}
.titlemiddle {
	border-top: #cccccc 1px dashed;
	border-top: #cccccc 1px dashed;
	padding: 3px 0px 3px 10px;
	min-height: 30px;
	vertical-align: middle;
}
.titlebottom {
	border-top: #cccccc 1px dashed;
	border-bottom: #cccccc 1px solid;
	padding: 3px 0px 3px 10px;
	min-height: 30px;
	vertical-align: middle;
}

.contenttop {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px dashed;
	padding: 5px 0px 5px 5px;
	vertical-align: middle;
}
.contentmiddle {
	border-top: #cccccc 1px dashed;
	border-bottom: #cccccc 1px dashed;
	padding: 5px 0px 5px 5px;
	vertical-align: middle;
}
.contentbottom {
	border-top: #cccccc 1px dashed;
	border-bottom: #cccccc 1px solid;
	padding: 5px 0px 5px 5px;
	vertical-align: middle;
}

.contenttop label {
	line-height: 150%;
}
.contentmiddle label {
	line-height: 150%;
}
.contentbottom label {
	line-height: 150%;
}
