@charset "UTF-8";

/* -- ブラウザスタイルの初期化 -- */


html, body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff url("http://www.sweets-mania.com/img/common/bk.gif") repeat-y 0 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, sans-serif;
	clear: both;
}

p, pre, blockquote, span,
ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family:Verdana, Arial, sans-serif;
}

img,a {
	border: 0;
}

.left {
	float: left;
	padding: 0 10px 10px 0;
}

.right {
	float: right;
	padding: 0 0 10px 10px;
}

.t_center {
	text-align: center;
	padding: 5px;
	clear: both;
}

.t_left {
	text-align: left;
	padding: 5px;
}

.t_right {
	text-align: right;
	padding: 5px;
	clear: both;
}

/* -- div#containerのスタイル -- */

div#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/* -- div#headerのスタイル -- */

div#header {
	display:none;
}

/* -- div#main_top共通のスタイル -- */

div#main_top {
	width: 720px;
	margin: 0;
	padding: 0 0 20px 0;
	clear: both;
}


/* -- div#entry_leftのスタイル -- */

div#entry_left {
	width: 100%;
	float: left;
}

div#entry_left table.t_01 {
	width: 95%;
	height: 100%;
	border-collapse: collapse;
	border: 1px solid #663300;
	margin: 10px 0 10px 20px;
	font-size: 90%;
	line-height: 130%;
	clear: both;
}

div#entry_left table.t_01 caption {
	width: 100%;
	height: 100%;
	caption-side: top;
	font-weight: bold;
	padding: 10px 0;
}

div#entry_left table.t_01 tr {
	width: 100%;
}

div#entry_left table.t_01 th {
	width: 30%;
	padding: 5px 10px;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	background-color: #eee4d8;
}

div#entry_left table.t_01 td {
	width: 70%;
	padding: 5px 10px;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
}

div#entry_left table.ranking {
	width: 95%;
	height: 100%;
	border-collapse: collapse;
	border: 1px solid #663300;
	margin: 10px 0 10px 20px;
	line-height: 130%;
	clear: both;
}

div#entry_left table.ranking caption {
	width: 100%;
	height: 100%;
	caption-side: top;
	font-weight: bold;
	padding: 10px 0;
}

div#entry_left table.ranking tr {
	width: 100%;
}

div#entry_left table.ranking th {
	padding: 5px 10px;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	background-color: #eee4d8;
}

div#entry_left table.ranking td {
	padding: 5px 10px;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
}

div#entry_left div.search_form {
	text-align: center;
}

div#entry_left div.search_form fieldset {
	border:none;
}

div#entry_left input.search_input {
	font-size: 80%;
	background: inherit;
	margin: 0 0 6px 0;
}

div#entry_left div.result {
	margin: 20px 0;
}

ul.flow li,
ol.flow li {
	clear: both;
	margin: 0 0 10px 20px;
}

ul.flow li img,
ol.flow li img {
	float: left;
	padding: 0 10px 10px 0;
}

/* -- div#entry_rightのスタイル -- */

div#entry_right {
	display:none;
}

/* -- div#main_bottomのスタイル -- */

div#main_bottom {
	display:none;
}

/* -- div#footerのスタイル -- */

div#footer {
	display:none;
}



