@charset "utf-8";
*{margin:0px;padding:0px;}

body {
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #757575;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link {color:#0a8ca7;}
a:active {color:#0a8ca7;}
a:visited{color:#0a8ca7;}

img {
	vertical-align:middle;
	border:none;
}
#container {
	width: 830px;
	height:100%;
	background: #000000;
	margin: 0 auto;
	border: none;
	text-align: left;
}
#header {
	height:173px;
	width:830px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
.align-right {
	color:#FFF;
	text-align:right;
	padding-right:30px;
}
#maincontent {
	height:100%;
	width:830px;
	background-image:url(../images/bgimage.jpg);
}
.content {
	padding:5px 40px 15px 40px;
}
.content2 {
	padding:5px 80px 15px 80px;
}
.topics {
	font:13px;
	padding-left:5px;
}
.leftdiv {
	width:320px;
	float:left;
	text-align:left;
}
.rightdiv {
	width:430px;
	float:right;
	text-align:left;
}
.clear {
	clear:both; 
}
.align-right {
	text-align:right;
	padding-right:30px;
}

ul {
	list-style-position: inside;
	list-style-type: none;
}
.midashi {
	padding-bottom:15px;
}
.line1 {
	background-image:url(../images/line1.png);
	height:48px;
	background-repeat:no-repeat;
	background-position:center;
}
.line2 {
	background-image:url(../images/line2.png);
	height:48px;
	background-repeat:no-repeat;
	background-position:center;
}
.textdiv {
	padding-left:10px;
}
.mintextdiv {
	padding-left:10px;
	font:13px;
}
.redtext {
	font:13px;
	font-weight:bold;
	color:#C00;
}
#footer {
	font:13px;
	text-align:center;
}
table {
	border:none;
}
.table1 {
	margin:auto;
	text-align:left;
	background-color:#000000;
	color:#999999;
}
.table1 td {
	padding:10px;
}
.table2 {
	margin:auto;
	text-align:left;
}
.table2 td {
	padding:3px;
}

/* - - - - - - - - - - - - - - - - - - - - */
.list-table1 {
	margin:auto;
	text-align:left;
	border-collapse:collapse;
}
.list1-th {
	background-color:#333;
	color:#FFF;
	text-align:center;
	line-height:35px;
	width:130px;
	border-left:#333 solid 1px;
}
.list1-web {
	background-color:#333;
	color:#FFF;
	text-align:center;
	border-right:#333 solid 1px;
}
.list1-td1 {
	padding:5px;
	background-color:#FFFFFF;
	color:#000000;
	border-left:#333 solid 1px;
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;
}
.list1-td2 {
	padding:5px;
	background-color:#CCC;
	color:#000000;
	border-left:#333 solid 1px;
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;
}