@charset "Shift_JIS";
/* commonとかぶってる */
*{margin:0 auto;}
body{
	/*background-color:#ffffff;*/
	background-image:url("images/baseillust.gif");
	background-repeat:repeat-y;
	margin-left:170px;
	color:#333333;
	font:10pt "ＭＳ ゴシック","Osaka",sans-serif;
}
img{
	border-style:none;
}

/* indexレイアウト */
.kuhaku{
	/*background-color:#ffff00;*/
	width:800px;
	clear:left;
}
table{
	/*background-color:#ff0000;*/
	width:750px;
	text-align:center;
}
td{
	/*background-color:#ffff00;*/
	width:100px;
}
ul{
	border:solid 2px #cccccc;
	padding-left:20px;
	width:360px;
	height:270px;
	overflow:auto;
}
strong{
	font-weight:normal;
}
.box{
	/*background-color:#0000ff;*/
	width:800px;
	
	margin-top:10px;
}
.right{
	/* background-color:#ffffcc; */
	margin-top:10px;
	float:right;
	display:inline;
}
.left{
	/* background-color:#ffff00; */
	width:370px;
	height:420px;
	margin-top:10px;
	margin-left:30px;
	float:left;
	display:inline;
}
.info{
	/* background-color:#ffffff; */
	font:bolder 14pt "Arial",sans-serif;
	width:365px;
	height:25px;
}
.red{
	color:#cc0000;
	font-size:10pt;
}
.kongetu{
	/* background-color:#cccccc; */
	margin-top:10px;
}
.topic{
	/*color:#cc0000;*/
	list-style-type:none;
}
li a:link{
	color:#1e90ff;
	text-decoration:underline;

}
li a:visited{
	color:#1e90ff;
	text-decoration:underline;

}
li a:hover{
	color:#cc0000;
	text-decoration:none;

}
.attention{
	color:#999999;
	width:720px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:7.5pt;
}