@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;
}

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;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}


/* -- bodyのスタイル -- */

a:link { color: #330000; }
a:visited { color: #663300; }
a:hover { color: #cc6600; }
a:active { color: #cc6600; }

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

div#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url("http://www.sweets-mania.com/img/bk.gif") repeat-y 0 0;
}

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

div#content {
	width: 720px;
	margin: 0;
	padding: 10px 10px 10px 30px;
	text-align: left;
}

div#content h2 {
	font-size: 100%;
	color: #330000;
	margin: 7px 0 5px 0;
	padding: 2px 0;
	clear: both;
	border-bottom: 2px solid #eee4d8;
}

div#content h2 a {
	text-decoration: none;
	color: #330000;
}

div#content h3 {
	font-size: 90%;
	color: #663300;
	margin: 7px 0;
	padding: 2px 5px;
	clear: both;
	border-left: 8px solid #663300;
}

div#content h3 a {
	text-decoration: none;
	color: #663300;
}

div#content h4 {
	font-size: 80%;
	color: #9d7344;
	margin: 0 15px;
	padding: 5px 5px;
	clear: both;
	background: #eee4d8;
}

div#content h4 a {
	text-decoration: none;
	color: #9d7344;
}

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

div#header {
	width: 720px;
	height: 80px;
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
	width: 210px;
	height: 27px;
	font-weight: normal;
	text-decoration: none;
	text-indent: -9999px;
	background: url("http://www.sweets-mania.com/img/header/logo.gif") no-repeat 0 0;
	clear: both;
}

ul#header_topmenu {
	float: right;
	padding: 0 20px 0 0;
	font-size: 70%;
	clear: both;
}

ul#header_topmenu li {
	display: inline;
	padding: 0 5px 0 0;
}

div#header p.pankuzu {
	float: right;
	font-size: 80%;
	margin: 10px 20px 10px 0;
}

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

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

div#main_top p {
	padding: 0 0 5px 20px;
	font-size: 80%;
}

div#main_top ul,
div#main_top ol {
	padding: 3px 20px;
	font-size: 80%;
}

div#main_top ul li,
div#main_top ol li {
	padding: 0 0 1px 0;
}

div#globalnavi {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #c6a37b;
}

div#search_form {
	text-align: center;
}

div#search_form fieldset {
	border:none;
}

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


div.line_box {
	margin: 10px 15px;
	clear: both;
	border: 1px solid #eee4d8;
}

div.line_box_mailmag {
	margin: 10px 15px;
	padding: 10px 10px 5px 0;
	clear: both;
	border: 1px solid #eee4d8;
}

ul.inline li {
	display: inline;
}

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

div#top_left {
	width: 390px;
	float: left;
}

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

div#top_right {
	width: 310px;
	float: left;
}

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

div#entry_left {
	width: 520px;
	float: left;
}

div#entry_left p {
	line-height: 150%;
	margin: 0 0 10px 0;
}


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 {
	padding: 5px 10px;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	background-color: #eee4d8;
}

div#entry_left table.t_01 td {
	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 {
	width: 190px;
	float: left;
	margin: 28px 0 0 0;
}

div#entry_right ul {
	margin: 0 0 0 20px;
}

div#entry_right p {
	margin: 0 0 0 20px;
}

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

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

div#main_bottom p {
	padding: 10px 20px;
	font-size: 80%;
}

div#main_bottom ul,
div#main_bottom ol {
	padding: 3px 20px;
	font-size: 80%;
}

div#main_bottom ul li,
div#main_bottom ol li {
	padding: 0 0 1px 0;
}

div.category_block {
	margin: 0 0 10px 0;
	clear: both;
}

div.category_left {
	float: left;
	width: 350px;
}

div.category_right {
	float: right;
	width: 350px;
}

div#module_tagcloud {
	clear: both;
	margin: 10px 15px;
	border: 1px solid #eee4d8;
}

div#module_tagcloud ul li {
	margin:10px;
	list-style: none;
	display: inline;
	line-height: 120%;
}

div#module_tagcloud ul li.taglevel1 { font-size: 19px; font-weight:bold; }
div#module_tagcloud ul li.taglevel2 { font-size: 17px; font-weight:bold; }
div#module_tagcloud ul li.taglevel3 { font-size: 15px; font-weight:bold; }
div#module_tagcloud ul li.taglevel4 { font-size: 13px; }
div#module_tagcloud ul li.taglevel5 { font-size: 11px; }
div#module_tagcloud ul li.taglevel6 { font-size: 9px; }



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

div#footer {
	width: 730px;
	clear: both;
	font-size: 90%;
	background: url("http://www.sweets-mania.com/img/common/line_700.gif") no-repeat 0 0;
	padding: 15px 0 0 0;
}

div#footer h5 a {
	display: block;
	width: 158px;
	height: 23px;
	font-weight: normal;
	text-decoration: none;
	text-indent: -9999px;
	background: url("http://www.sweets-mania.com/img/footer/logo.gif") no-repeat 0 0;
	clear: both;
}

div#footer h6 {
	color: #9d7344;
	font-size: 90%;
	clear: both;
	padding: 5px 0;
}

div#footer p {
	color: #333333;
	padding: 10px 20px;
}

div#footer ul {
	padding: 1px 0 3px 0;
}

div#footer ul li {
	padding: 0 2px;
}

div#footer_left {
	width: 180px;
	padding: 0 20px;
	float: left;
}

div#footer_center {
	width: 190px;
	padding: 0 20px;
	float: left;
}

div#footer_right {
	width: 240px;
	padding: 0 20px;
	float: left;
}

div#footer_banner {
	clear: both;
	padding: 10px 0;

}

div#footer_banner li {
	display: inline;
}

div#footer address {
	padding: 5px;
	font-style: normal;
	color: #330000;
	font-size: 80%;
	clear: both;
}

div#footer address a {
	text-decoration: none;
	color: #330000;
}



