﻿@charset "UTF-8";
@import "plus.css";
@import "layout.css";





/* heading */

h1,h2,h3,h4,h5,h6{
	clear			:both;}

p{
	line-height:140%;
}

/* hyper-link activities (normal) */

a:link		{color				:#33d;}
a:visited	{color				:#515;}
a:hover		{text-decoration	:none;}
a img		{border				:none;}

/* em, strong */

em,strong	{color			:#a20;	font-style	:normal;}
em			{font-weight	:normal;}
strong		{
		font-weight	:bold;
		font-size : 150%;
}


/* abbr,acronym */

abbr,acronym{
	color			:inherit;
	font-style		:normal;
	border-color	:#333;
	border-style	:dotted;
	border-width	:0 0 1px;
	cursor			:help;}

/* kbd */

kbd{
	margin			:0 0.1em;
	padding			:0 2px;
	border-style	:solid;
	border-width	:1px;
	display			:inline;}

/* ruby*/

ruby{	line-height	:100%;}
rt,rp{	font-size	:70%;
		font-weight	:normal;
		color		:#333;}



dt{
	font-weight		:bold;
}

.rss-items,
.side {
    margin: 3px 10px 20px;
    background: none;
    color: #444444;
    font-size: 14px;
    _font-size: 12px;
    line-height: 140%;
}