/**********************************************************/
/*	トップページ用CSS(topstyle.css)
*/
/**********************************************************/
#top-upper{
	margin: 0 0 10px 0;
}
#top-logo{
	margin:10px;
	padding: 10px;
	text-align:center;
	background-color:#FFFFCC;
}
#top-upper-left{
	float:left;
	padding:0 10px 0 5px;
	width:32%;
}

#top-upper-center{
	float:left;
	padding:0 10px 0 0;
	width:30%;
	text-align:center;
}

#top-upper-right{
	float:left;
	padding:0 0 0 10px;
	width:33%;
	text-align:left;
}

#top-upper-links{
	padding:3px 3px 5px 3px;
	margin:5px 0;
	background-color: #5472F2;

}
#top-upper-links-inner{
	background-color: #FFFFFF;
	padding:10px;
}

#top-content {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
#top-content-left {
	float:left;
	height:auto;
	padding:0 10px 0 0;
	margin-bottom:10px;
	width:70%;
}

#top-content-right {
	float:right;
	height:auto;
	width:25%;
	padding:5px 10px 5px 0;
}

.border-table{
	margin:10px;
	padding:10px;
	border: 1px solid #a9a9a9;
}

.table-fix{
	table-layout: fixed;
	border: 1px solid #c0c0c0;
}

.table-fix tr td{
	border: 1px solid #c0c0c0;
	padding:2px;
}

.blue_bold {
	color: #0000FF;
	font-weight: bold;
}

.clear {
	clear:both;
}

li{
	line-height:140%;
}

#bottom{
}
#bottom-left{
	float:left;
	width:49%;
}

#bottom-right{
	float:right;
	width:49%;
}
