/***************************************
 * 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: #000;
}
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: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #fff;
}
/* [#header] /////////////////////////*/
#header {
	width: 900px;	
}

/* [#main] ///////////////////////////*/
#main {
	overflow: hidden;
	width: 690px;
	float: right;
}
h3 {
	width: 660px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #fff;
	background: url(../image/list/i_title.gif) no-repeat;
}
h4 {
	width: 685px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #006666;
	border-bottom: 2px solid #006666;
}

/* [#side] /////////////////////////*/
#side {
	width: 200px;
	padding: 0 5px;	
	float: left;
}

/* [#footer] /////////////////////////*/
#footer {
	clear: both;
	width: 900px;
	line-height: 2;
	margin: 20px auto 20px;
	text-align: center;
	color: #fff;	
}
#footer p.cr {
	margin: 20px 0 10px;
}

/* [misc] ////////////////////////////*/
.clear {
	clear: both;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}
p.toTop {
	text-align: right;
	padding: 10px 5px;
}

