/* dameyome.net stylesheet Copyright 2006 takako_2906. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. 全体設定
	3. レイアウト
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
margin: 0;
padding: 0;
}

/* [全体設定] */
body {
	margin: 10px;
	padding: 10px;
	color: #808080;
	font: 12px/1.5em Arial, Hiragino Kaku Gothic Pro, sans-serif;
	background: #FFFFFF;
	line-height: 120%;
}

/* タイトル文字 */
h1 {
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
}

hr {
	height: 2px;
	color: #B0C4DE;
}
hr.obi {
	width: 600px !important;
	height: 3px !important;
	color: #B0C4DE;
}

img {
    border: 0;
}

strong {
    font-style: normal;         /* 斜めにしない */
    font-weight: bold;          /* 太字 */
    color: #464646;                 /* 文字色は赤 */
}
body,tr,td,th {
    font-size: 10pt;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
}
a:active,
a:hover {
	color: #DD0000;
}

big {
    font-size: 12pt;
}
small {
    font-size: 9pt;
}
span {
    font-size: 8pt;
}
li {
    list-style-type: disc;
    margin: 10px;
}

/* [レイアウト] */
img.imgleft {
	float: left;
	margin-right: 15px;
}
.search {
	width: 500px !important;
	padding: 10 10px;
	background: #FFFFFF;
	border: 1px #000000 dashed;
}
table.header {
	width: 690px;
	height: 75px;
	background: #FFFFF;
	border: 1px red dashed;
}
table.subheader {
	width: 690px !important;
	height: 25px;
	font-size: 14px;
	padding-top: 3px;
	margin-bottom: 3px;
	background: #FFFFFF;
	text-align: center;
	font-weight: bold;
/*	border: 1px #B0C4DE solid; */
	border: 1px blue dashed;
}
table#topmenu {
	width: 600;
	height: 25;
	background: #B0C4DE;
	cellspacing: 0px;
	cellpadding: 0px;
}
table#topmenu td {
	background: #B0C4DE;
	text-align: center;
}

table.body {
	width: 690px !important;
	margin-top: 0px;
	padding-left: 20px;
}
div#topix {
	width: 100%;
	color: #808080;
	font-size: 12px;
	padding: 10px;
	border: 2px #909090 dashed;
}
div#topix img {
	float: left;
}

table#link {
	width: 460px;
	cellpadding: 10px;
}

table#link b a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
table#link td{
	padding-top: 10px;
	padding-left: 10px;
	text-valign: top;
}

table#menu {
	width: 220px;
	height: 100%;
	background: #FFFFFF;
	cellspacing: 5;
	cellpadding: 3;
	border: 1px #808080 solid;
}
div#affiliate {
	padding: 10px;
}
div#affiliate img{
	float: left;
	margin-right: 10px;
}
div#affiliate ul {
	list-style: none;
}


