@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}

table {
	border-collapse:collapse;
}

th,td { 
	font-weight:normal;
	text-align:left;
}

fieldset,img { 
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/*conf*/
html {
	height: 100%;
}
body {
	font-family: "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3";
	font-size: 85%;
	margin: 0px;
	color: #39362B;
	line-height:130%;
}

#header {
	width: 765px;
	height: 75px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;

	color:#444;
	font-size:14px;
	font-weight:bold;
}

#header #logoarea {
	width: 420px;
	float: left;
}


#content {
	width: 765px;
	height: 75px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#content #footer {
	clear: both;
	margin-top: 30px;
	padding-bottom: 25px;
	/* text-align:center; */
}

#content #footer ul {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	/* text-align: center; */
	text-align: right;
	/* font-size:85%; */
}

#content #footer li {
	display: inline;
}

.liLine {
	margin-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 7px;
}

#content #footer p {
	margin-top: 15px;
}

/* #content #footer a:link {color:#333;text-decoration:none;} */
/* #content #footer a:visited {color:#333;text-decoration:none;} */
/* #content #footer a:hover,active {color:#333;text-decoration: underline;} */

p#copyright {
	font-family: verdana, arial, "�l�r �o �S�V�b�N", sans-serif;
	margin-top:10px;
	font-size:10px;
	height:50px;
}

/*main*/
#content #main {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 765px;
	/* width: 690px; */
	float: left;
}

/* table_1colmn */

#content #main .table_1colmn {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

#content #main .table_1colmn th {
	/* width: 15em; */
	padding: 10px 5px;
	border-bottom: 1px dotted #B0B0B0;
	border: 1px dotted #B0B0B0;
}
#content #main .table_1colmn td {
	padding: 10px 5px;
	border: 1px dotted #B0B0B0;
}


#content #main .table_1colmn thead {
	background-color:#F5F7E8
}

/* table_join */

#content #main .table_join{
	border-collapse: collapse;
	margin: 10px 0px;
	width: 100%;
}
#content #main .table_join td{
	padding: 10px;
	border-bottom: 1px solid #C5C5C5;
}
#content #main .table_join th{
	padding: 10px;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px dotted #C5C5C5;
	/* width: 150px; */
	text-align: right;
	vertical-align: top;
}


.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}

.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	display:block;
	clear: both;
}

.redmark {
	color: #990000;
}

.att{
	background:#FCC;
	padding:10px;
	}
