/* for body */
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background: #f0f0f0;
	color: #000;
	text-align: left;
	font-family: "メイリオ", Meiryo, sans-serif;
}


h1 {
	font-size: 135%;
	margin: 0;
}

#body {
	margin-left: 1.5em;
}


/* header
------------------------------------------------------------- */
#header {
	padding-top: 2em;
	border-top: 6px solid #333;
}

#header h1 {
	margin-bottom: 0.5em;
	border-bottom: 3px solid #333;
	font-size: 146.5%;
	font-weight: bold;
}

/* container */
.container {
	width: 950px;
	margin: 0 auto;
	padding: 10px;
}

/* content
------------------------------------------------------------- */
#content {}



/* format
------------------------------------------------------------- */
#nav .section
,#content .section {
	margin-bottom: 3em;
}

#content .section .section {
	margin-bottom: 2em;
}

/* heading */


#content h3 {
	margin-bottom: 1em;
	padding-left: 6px;
	border-left: 3px solid #333;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
}

#content h4 {
	margin-bottom: 1em;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
}


/* format
------------------------------------------------------------- */
#nav .section
,#content .section {
	margin-bottom: 3em;
}

#content .section .section {
	margin-bottom: 2em;
}


/* paragraph */
#content p {
	margin-bottom: 1em;
}


/* text */
.big {
	font-size: 116%;
}

.small {
	font-size: 85%;
}



/* for table */
.tr1 {
	background: #89c3eb;
	white-space: nowrap;
}

.td1 {
	background: #bce2e8;
	white-space: nowrap;
}

.td2 {
	background: #ebf6f7;
	white-space: nowrap;
}

/* table */


#content table th {
	padding: 6px;
}

#content table td {
	padding: 6px;
}

#content table { border-collapse : collapse ; }
th, td { border : 1px solid #999;
         padding : 0px; }

/* form */
#content form.inline {
	display: inline;
}

#content form .wide {
	width: 400px;
}

#content form .middle {
	width: 200px;
}

#content form .narrow {
	width: 100px;
}

#content form .mini {
	width: 20px;
}

#content .error {
	margin-top: 6px;
}


p.btn input {
	width: 110px;
	height: 32px;
}

/* for title */
h2 {
	font-size: 120%;
	border-left: solid 8px #333333;
	border-bottom: 1px solid #333333;
	padding: 4px 6px;
	margin: 1.5em 0;
	width: 700px;
}


/* for back-button */
form.back {
	margin-top: 2em;
}

font.label1{
	font-size: 80%;
	color: #dd0000;
}

font.label2{
	font-size: 120%;
	color: #dd0000;
}

