﻿/*  
Theme Name: ying
Theme URI: 
Description: plain theme
Version: 0.1
Author:  rintaro iwashita
Author URI: http://ktlt.org/
*/

body {
	color: #444;
	font-size: 100%;
	font-family: serif;
	background: #fafafa;
	}

h1{
	margin-top:1.5em;
	letter-spacing:0.15em;
}

h2{
	letter-spacing:0.15em;
}

p{
	line-height:2em;
	margin-bottom:3em;
	text-align:justify;
}

a{
	color: #a06;
}

a:hover{
	color: #ccc;
}

#main {
margin-left:3em;
width:800px;
}

#cop {
float:left;
}


#lit {
float:right;
}



