* {
margin: 0;
padding: 0;
}

html {
	color : #333;
	font : small/1.5em "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "Verdana", sans-serif;
}

body {
	padding:0;
	background-image:url(../img/body_bg.png);
	background-repeat:repeat;
	color:#666666;
	height:100%;
}

p {
	margin: 10px 0px;
}

/* div {border :1px solid red} */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#header {
	height:332px;
}
#top {
	border-bottom: 1px solid #fff;
	position:relative;
	top:-322px;
	left:420px;
}

#flow-text {
	color:#FFF;
	position:relative;
	top:-252px;
	left:100px;
	width:800px;
}
#contents {
	padding:15px;
}

#contents #news {
	float:left;
	width:220px;
	margin:0;
}

#contents #news ul{
	list-style:none;
	padding:10px 0 0 3px;
	margin-left:0;
	height:400px;
	overflow-y:auto;
}
#contents #news li{
	padding-left:0px;
	margin-left:0;
	background:transparent url(../img/dot_000.gif) repeat-x scroll left bottom;
	margin:0 0 5px 3px;
	padding:0;
}
#contents #news span.date {
	color:#E60012;
	display:block;
	font-weight:bold;
}

#contents #news li a{
}

#contents #pickups {
	float:left;
	width:474px;
	margin:0 0 0 15px;
}

#contents #pickups ul {
	list-style:none;
	padding-left:0px;
	margin-left:0;
	margin-top:10px;
}

#contents #pickups li {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
}

#contents #form {
	padding:5px;
	float:left;
	width:200px;
	height:460px;
	margin:0 0 0 5px;
	border:1px solid #CCC;
	font-size:0.9em;
}

#contents #form .title {
	color:#E60012;
	display:block;
	font-weight:bold;
}
#contents #form .notice {
	font-size:0.8em;
}

#footer {
	padding:20px 20px 10px 20px;
	clear:both;
	height:40px;
	border-top: 1px solid #ccc;
	background-color:#b6b6b6;
	color:#FFFFFF;
}

#footer img {
	padding-right:20px;
}

#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}


a 			{ color: #666; text-decoration: none; }
a:link		{ color: #666; text-decoration: none; }
a:visited	{ color: #666; text-decoration: none; }
a:active	{ color: #e60012; text-decoration: underline; }
a:hover		{ color: #e60012; text-decoration: underline; }

blockquote {
	border: 1px dotted #CCC;
	padding: 0.2em;
	margin: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.red {
	color:red;
}
