@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Kyolic News
Theme URI: http://wordpress.org/
Description: Wordpress Theme for Kyolic Contet Pages baseed on Default theme by Michael Heilemann.
Version: 1.0
Author: Yasu Kawachi
Author URI: http://www.l-xs.com

*/

/* Body Styles
----------------------------------------------- */

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin:0.5em 2%;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: #F8E191;
}

/* Index Page Styles
----------------------------------------------- */

#index_wrap {
	margin: 0;
	width: 240px;
}

.post h2 {
	margin: 0;
	padding: 0 2px 5px 20px;
	color: #003300;
	font-size: 100%;
	font-weight: normal;
	background: 3px 5px url(images/news_list.gif) no-repeat;
}

.post h2 a  {
	color: #003300;
	text-decoration: none;
}

.post h2 a:hover  {
	text-decoration: underline;
}

.entry {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 90%;
	line-height: 1.2em;
	background: bottom center url(images/news_flash_dot.gif) repeat-x;
}