@charset "UTF-8";
/*
Theme Name: Take Two
Author: S.Matsui
Author URI: http://domus.hacca.jp/horizon
Text Domain: TakeTwo
Description: wordpress theme 
*/

h1 {
	text-align: center;
    background-color:#cfc;
    color:rgb(0,128,0);
}

a  {
	 color:green;
	 text-decoration:none;
}

body {
  line-height: 1.5;
  font-size:1.2rem;
  font-family:"Times New Roman", Meiryo, serif;
  width: 90%;
  margin: 0 auto;
  max-width: 540px;	
}

p {

}

p.w-nomal{
  word-wrap: normal;
}



ul.bycategories {
margin: 0;
padding: 0;
}
ul.bycategories li {
list-style: none; 
list-style-type: none;
margin: 0; 
padding: 0;
}
ul.bycategories li a {
list-style: none; 
list-style-type: none;
margin: 0 20px 15px 0; 
float: left; 
background: #eee; 
color: #464646; 
padding: 5px 10px;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
ul.bycategories li a:hover{
text-decoration: none; 
background: #ff6200; 
color: #fff;
}
.clear{clear: both;}


