@charset "utf-8";

/*________________________________________________

	name:			kichokure.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2008-10-05
	lastmodified:	****-**-**
________________________________________________*/

  
/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ColorScheme====================================
	MainColor	=>	#333333
	SubColor	=>	#ffffff
	AccentColor	=>	#
================================================*/

/*-------------------------------
kichokure	2008-09-09-morimori
-------------------------------*/
#kichokure {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial,"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1em;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
#kichokure dl {
	display: blockl;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0 5px 0;
	padding: 5px;
	border: 1px #339933 solid;
}
/* hack */
#kichokure dl {
	display: inline-block;
	display: block;
	zoom: 100%;
}
#kichokure dl:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html #kichokure dl {
	height: 1%;
}
#kichokure dl {
	display: block;
}
/* End hide from IE-mac */
#kichokure dt {
	float: left;
	width: 266px;
	margin: 0 10px 0 0;
	padding: 0;
}
#kichokure dt img {
	width: 266px;
	margin: 0;
}
#kichokure dd {
	width: 325px;
	float: right;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333333;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 100%;
}
#kichokure dd h3 {
	display: block;
	width: auto;
	margin: 0;
	padding: 3px 5px;
	background: #DEEAC1;
	color: #339933;
	font-size: 120%;
	font-weight: bold;
}
#kichokure dd a {
	color: #0066FF;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#kichokure dd p.comment {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px #339933 dashed;
}
#kichokure dd p {
	margin: 0 0 5px 0;
	padding: 0;
}
#kichokure dd p img {
	margin: 3px 0 3px 0!important;
	padding: 0;
}
.kichokure_comment {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px;
	font-size: 80%;
	line-height: 130%;
}
.pagetop {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 75%;
	text-align: right;
}
