@charset "utf-8";

/* common */
html {
	height: 100%;
}
body {	height: 100%;	background-color: #ffffff;	background-position: left top;	background-repeat: repeat-x;}
body, td, th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	font-size: 12px; line-height: 16px;/* 	color: #535353; */	margin: 0px;	padding: 0px;}
input,
select,
textarea {
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	border: none;
}

a {
	color: #00a0e9;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #00a0e9;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0068b7;
}


/* base */
div#body {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}
div#header {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 60px;
}
div#logo {
	float: left;
	margin:10px 0px 0px 50px;
	
	padding: 0px;
	width: 310px;
	height: 50px;
	text-align:left;
}
div#menu {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 50px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	color: #ffffff;
}
div#main {
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	width: 760px;
	height: auto;
}
div#footer {
	color: #535353;
	margin: 0px;
	padding: 0px;
/* 	width: 760px; */
	width: 100%;
	height: 40px;
	background-image: url(../images/img_bar_copyright2.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}

div.spacer {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	height: 20px;
}

/* title */
p.title1 {
	margin: 10px auto;
	padding: 0px;
	width: 250px;
	color: #a40000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
}
div.title2 {
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	width: 640px;
	color: #4F4F4F;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	border-left: #7d7d7d solid 5px;
	border-bottom: #7d7d7d solid 1px;
	background: #EFF4FF;
}
div.title3 {
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	width: 610px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	background: #efefef;
}
div.title4 {
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	width: 560px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	border-left: #7d7d7d solid 3px;
	border-bottom: #7d7d7d dotted 1px;
}

/* comment */
p.comment1 {
	margin: 5px auto;
	padding: 0px;
	width: 250px;
	letter-spacing: 1px;
	line-height: 18px;
}
div.comment2 {	margin: 10px auto;	padding: 10px;	width: 600px;	letter-spacing: 1px;	line-height: 16px;
}
div.comment3 {
	margin: 10px auto;
	padding: 10px;
	width: 550px;
	letter-spacing: 1px;
	line-height: 16px;
	border: #7d7d7d dotted 1px;
	background-color: #efefef;
}
div.comment4 {
	margin: 0px auto 10px auto;
	padding: 5px 7px 7px 7px;
	width: 600px;
	letter-spacing: 1px;
	line-height: 16px;
	border: #7d7d7d dotted 1px;
}

/* table */
table.tb1 {
	margin: 10px auto;
	padding: 0px;
	width: 650px;
	background-color: #ffffff;
	border-collapse: collapse;
}

table.tb1 td {
	border: #cccccc solid 1px;
	padding: 2px;
	letter-spacing: 1px;
	line-height: 22px;
}
table.tb1 th {
	background-color: #707070;
	color: #ffffff;
}
table.tb1 tr.even {
	background-color: #efefef;
}
table.tb1 td.sml {
	font-size: 10px;
}

/* list */
ul.list1 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
ul.list1 li {
	list-style: none;
	letter-spacing: 1px;
	line-height: 18px;
}
ul.list2 {
	margin: 0px 5px 0px 20px;
	padding: 0px;
}
ul.list2 li {
	list-style: dice;
	letter-spacing: 1px;
	line-height: 18px;
}
ol.list3 {	margin: 0px 5px 0px 20px;	padding: 0px 0px 0px 10px;}ol.list3 li {	list-style: upper-roman;	letter-spacing: 1px;	line-height: 18px;}
/* ads */
div.ads1 {
	margin: 30px auto;
	padding: 0px;
	width: 728px;
	height: 90px;
}

/* image */
div.img1 {
	margin: 5px auto;
	width: 600px;
	text-align: center;
}
div.img2 {
	margin: 5px auto;
	width: 540px;
}

/* button */
input.bt1 {
	width: 40px;
}
