@charset "UTF-8";

/**************************************************
 base1
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.haj{
	display: block;
	min-height: 0;
}
.haj:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .haj{
	display: inline-block;
}
/* exclude ie mac \*/
* html .haj{
	height: 1%;
}


/**************************************************
 base2
**************************************************/

body{
	line-height: 140%;
	font-size: 85%;
}
div#wrap{
	margin: 0 auto;
	width: 900px;
}
div#header{
	padding: 10px;
}
div#main{
	padding: 10px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	clear: both;
}
div#main div#qlist{
	width: 300px;
	float: left;
}
div#main div#contents{
	width: 580px;
	float: left;
}
div#footer{
	padding: 10px;
	clear: both;
}


/**************************************************
 header
**************************************************/

h1{
	margin: 10px 0;
	color: #cc0000;
	font-size: 150%;
}
h1 a{
	color: #cc0000;
	text-decoration: none;
}
div.s div.l{
	float:left;
}
div.s div.r{
	float:right;
}


/**************************************************
 main
**************************************************/

ol.list{
}
ol.list li{
	margin: 10px;
	padding: 0 0 0 20px;
	border-bottom: 1px #ccc solid;
}
ol.list li.hatena{
	background: url("../img/icon_hatena.gif") top left no-repeat;
}
ol.list li.yahoo{
	background: url("../img/icon_yahoo.gif") top left no-repeat;
}
ol.list li.okwave{
	background: url("../img/icon_okwave.gif") top left no-repeat;
}
ol.list li.goo{
	background: url("../img/icon_goo.gif") top left no-repeat;
}
ol.list li a{
	
}
ol.list li span.date{
	margin: 5px 10px;
	display: block;
	font-size: 90%;
}

div.title{
	margin: 0 auto;
	width: 650px;
	text-align: center;
}
div.banner {
	margin: 0 auto;
	width: 650px;
}
div.banner div{
	margin: 5px;
	padding: 5px;
	width: 300px;
	float: left;
	text-align: center;
	color: #cc0000;
}

/**************************************************
 footer
**************************************************/

div.credit{
	text-align: center;
}


