﻿@charset "utf-8";

/*-------------------------------------*/
/* TOPICSイメージ */
/*-------------------------------------*/

div#topBar {
	width:660px;
	background:#69F;
	border-radius: 5px;
	text-align:left;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	padding:0 30px;
	margin-right:auto;
	margin-left:auto;
}

div#bottomBar {
	width:660px;
	background:#69F;
	border-radius: 5px;
	text-align:right;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	padding:0 30px;
	margin-right:auto;
	margin-left:auto;
}

div#main {
	color:#666666;
	width:600px;
	font-size:80%;
	margin-top:40px;
	margin-bottom:40px;
	margin-right:auto;
	margin-left:auto;
}

img {
	float:left;
	margin-right:20px;
}

div#footer2{
	margin-top: 0px;
	text-align: center;
	font-size:80%;
}

div#footer2 p#copyright{
	text-align: center;
	padding: 0px;
	color: #000;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}