*{
	font-family:Arial,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

body{
	-webkit-text-size-adjust: 100%;
	height:100%;
	margin: 0;
	padding:0;
	background:#fff;
	font-size:16px;
	color:#555;
	line-height:1.4;
	font-family:sans-serif;
}

.main_body{
	margin:8px;
}

.line{
	width:100%;
	height:3px;
	background:#009090;
	margin-bottom:10px;
}

.title_img {
	width:900px;
	margin:0 auto;
	align:center;
}

div.container02 {
	width:100%;
	position: relative;
	height: auto !important;
	height:100%;
	min-height:100%;
	background:#fff;
	padding: 0;
}

div.header01 {
	width:100%;
	height:40px;
	background:#333;
}

div.header_navi {
	width: 720px;
	height:40px;
	margin:0 auto;
	color:#fff;
	font-size:17px;
	font-weight:bold;
}

div.header_navi p {
	height:40px;
	display:table-cell;
	vertical-align:middle;
}
div.header_navi p a {
	color:#fff;
}
div.header_navi p a:hover {
	color:#ff0070;
}

div.header02 {
	width:100%;
	height:30px;
	margin-bottom:10px;
	background:#009090;
}

div.centering {
	width:900px;
	margin:0 auto;
}

div.w800 {
	width:800px;
}

div.w720 {
	width:720px;
}

div.leftside {
	float:left;
	width:398px;
	height:100%;
	min-height:300px;
	margin:20px 20px 20px 0;
	border:solid 1px #009090;
	padding:20px;
	background:#fff;
}

div.rightside {
	float:left;
	width:398px;
	min-height:300px;
	height:100%;
	margin:20px 0;
	border:solid 1px #009090;
	padding:20px;
	background:#fff;
}

div.footer {
	clear:both;
	width:100%;
	height:60px;
	margin:0;
	background:#009090;
	text-align:center;
	vertical-align:middle;
}

div.footer p {
	line-height:60px;
	margin:0;
}

a {
	color: #555;
	text-decoration: none;
}

div.footer p a {
	color: #fff;
} 

a:hover {
	color: #ff4040;
}

div.footer p a:hover {
	color: yellow;
}

