@charset "shift_jis";

/* CSS at yukko's home Dream */

body   { margin: 10px 90px; }
.dbody { color: #000000; background: url("images/dandys.gif") #ffffff; }
.sbody { background: #FAFAFA; margin: 10px 100px; }

h1     { font-size: 2em; color: #0f8602; background: none; }
h2     { font-size: 1.5em; color: #129f02; background: none; }

.logo {  font-size: 2em; color: #009700; background: none; 
	font-family: "Times New Roman",verdana,Arial,serif; 
	font-weight: bold; }

a      { text-decoration: none; }
a:hover { color: #000000; background: #ffff95; }

p     { line-height: 1.5em; letter-spacing: 0.1em; /*text-indent: 1em;*/ }
.navi { font-size: 0.9em; text-align: right; }
.link { font-size: 0.9em; }
.new  {font-size: 0.8em; color: #e80000; background: #ffffce; }
.youi {font-size: 0.8em; color: #1717ff; background: #ffffce; }

dt a:hover { font-weight: bold; }
dt  { margin-top: 5px; }
dd  { letter-spacing: 0.1em; }
dl,ul      { line-height: 1.5em; } 
ol, li      { margin-top: 18px; }
ol, ul, li   { margin-top: 3px; }
ol, ul      { list-style: none; }

@media aural { 
 address { speak: none; } 
	}

.hide  { display: none; } /* for NN */

@media screen {
 .hide { display: none; }
	}

.title { font-size: 1.4em; color: #009700; background: none; 
	font-family: "Times New Roman",verdana,Arial,serif; 
	font-weight: bold; 
	}
.count { font-size: 1.4em; color: #E30000; background: none; 
	font-family: "Times New Roman",verdana,Arial,serif; 
	font-weight: bold; 
	}

hr     { border: 0 none; 
	height: 1px; 
	color: #129f01;  /* for WinIE/MacIE */ 
	background-color: #129f02;    /* for Mozilla */ 
	} 

table   { line-height: 1.5em; }
td      { vertical-align: top; }

.right   { text-align: right; }
.center  {text-align: center; }

 span.dl {
	background-color: #f3f3f3;
	color: #0000A0;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #666; font-size: 0.9em;
	padding: 2px 3px 1px 3px;
	}

.box   { 
	background: #fff; 
	color: #000; 
	border-color: #005ab5; 
	border-style: solid; 
	border-width: 0 0 1px 1px;
	padding: 1em; 
	line-height: 1.5em; 
	margin: 10px 0 ; width: 570px; 
	}

/* 画像の配置 */
 .left-float  { float: left;  margin-right: 0.5em; }
 .right-float { float: right; margin-left: 0.5em;  }
 .both        { clear: both; }	/* 左右どちらでも解除可 */
