/***************************************
 * common.css
 ***************************************/

/* [layout] //////////////////////////*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 90%;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font-family : Arial;
	font-size: 12px;
	color: #333;
	background: url(../image/main/bg.jpg) repeat-x top;
}
a {
	color: #36c;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	text-decoration: none;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
}

/* [#wrapper] ////////////////////////*/
#wrapper {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
}

/* [#container] //////////////////////*/
#container {
	clear: both;
	overflow: hidden;
	width: 780px;
	margin-bottom: 20px;
	padding: 0 10px 10px;
	float: right;
}

/* [#topics]//////////////////////////*/
#topics {
	width: 780px;
	margin: 0 0 10px;
}

/* [#main] ///////////////////////////*/
#main {
	overflow: hidden;
	width: 600px;
	float: right;
}
#main ul.pan {
	overflow: hidden;
	margin: 0 0 10px 8px;
	font-size: 10px;
}
#main ul.pan li {
	float: left;
}



/* [#footer] /////////////////////////*/
#footer {
	clear: both;
	width: 800px;
	margin-top: 10px;
	padding: 10px 0 10px;
	text-align: center;
	border-top: 3px solid #FF0066;
}
#footer p.cr {
	margin: 20px 0 10px;
}

/* [misc] ////////////////////////////*/
.clear {
	clear: both;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}
p.toTop {
	text-align: right;
	padding: 10px 5px;
}
