@charset "UTF-8";

@media (min-width: 768px){
.header,.footer,.container{
	width:960px;
	margin:0 auto;
}

.footer{
	clear: both;
}
.wrapper{
	float: left;
	width: 760px;
}

.contents{
	float:right;
	width: 560px;
}

.left_sidebar{
	float: left;
	width: 190px;
	margin-right: 10px;
}

.right_sidebar{
	float: right;
	width: 190px;
	margin-left: 10px;
}
}
/*table*/
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width:180px;
}
table.type01 th {
	padding: 2px;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background-color: #000000;
}
table.type01 td {
	font-size:0.8em;
	text-align: center;
	padding: 2px;
	border: 1px solid #ccc;
}

table.type01 th a:link,table.type01 th a:visited,table.type01 th a:hover{
	color: #ffffff;
}

table.type02 {
	border-collapse: collapse;
	line-height: 1.5;
}
table.type02 th {
	padding: 3px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #000000;
	color:#FFFFFF;
}
table.type02 td {
	font-size:0.9em;
	padding: 3px;
	border: 1px solid #ccc;
}

/*フォント*/
.font01{
	font-size: 0.9em;
	font-weight: bold;
}

.font02{
	font-size:1.0em;
	font-weight: bold;
	text-align: center;
}

.header h1{
	font-size:1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.contents h1{
	font-size: 1.0em;
	font-weight: bold;
	border-left: 10px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
}