/* General
------------------------------------------------------------ */
/*
*:before,
*:after {
  content : "";
}
*/
* {
  margin : 0;
  padding : 0;
}

body {
  color : #333333;
  background : #fff url("http://templates.blog.fc2.com/template/cfdn_p/back-ground.gif") repeat;
  text-align : center;
  line-height : 1.5;
  font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Helvetica","Arial","Verdana","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
  font-size : x-small !important;
  font-style : normal;
  font-weight : normal;
  voice-family : "\"}\"";
  voice-family : inherit;
  font-size : small !important;
}

html>body {
  font-size : small !important;
}

a {
  text-decoration : none;
}

a:link {
  color : #333333;
}

a:visited {
  color : #666666;
}

a:hover {
  color : #ff0000;
}

a:active {
  color : #ff0000 !important;
}

a img {
  border-style : none;
  border-width : 0px;
  text-decoration : none;
}

textarea {
  width : 90%;
}

/* Layout
------------------------------------------------------------ */

div#wrapper {
  width : 780px;
  margin : 0 auto;
  background : #fff;
  text-align : left;
}

div#branding {
  margin : 0 10px;
}

div#calendar {
  margin : 30px 10px 15px 10px;
  text-align : center;
}

div.column {
  margin : 15px 0;
}

div#primary-column {
  float : left;
  width : 540px;
  padding-left : 10px;
  voice-family : "\"}\"";
  voice-family : inherit;
}

html>body div#primary-column {
  width : 530px;
}

div#secondary-column {
  float : right;
  width : 220px;
  padding-right : 10px;
  voice-family : "\"}\"";
  voice-family : inherit;
  width : 200px;
}

html>body div#secondary-column {
  width : 210px;
}

div#siteinfo-legal {
  clear : both;
  margin : 0 10px;
}

/* Branding
------------------------------------------------------------ */

div#branding h1 {
  font-size : x-large;
  voice-family : "\"}\"";
  voice-family : inherit;
  font-size : xx-large;
}

html>body div#branding h1 {
  font-size : xx-large;
}

div#branding p {
  font-size : small;
  voice-family : "\"}\"";
  voice-family : inherit;
  font-size : medium;
}

html>body div#branding p {
  font-size : medium;
}

/* Calendar
------------------------------------------------------------ */

p.now-month {
  border-top : 1px solid #999;
  border-bottom : 1px solid #999;
}

div#calendar ul {
  list-style-position : inside;
}

div#calendar li {
  display : inline;
  list-style-type : none;
}

li.prev-month-calendar {
  margin-right : 0.5em;
}

li.day {
  margin : 0 0.1em;
}

li.day a{
  font-weight:bold;
  color:#ff3300;
}

li.day a:hover{
  color:#000000;
  background-color:#eeeeee;
}

li.next-month-calendar {
  margin-left : 0.5em;
}

/* Primary-Column
------------------------------------------------------------ */

p.prev-next-navi {
  margin-bottom : 20px;
  text-align : center;
  border-top : 1px solid #999;
  border-bottom : 1px solid #999;
}

div.section {
  margin-bottom : 25px;
}

div.section h2 {
  margin-bottom : 20px;
  font-size : medium;
  border-top : 1px solid #999;
  border-bottom : 1px solid #999;
  voice-family : "\"}\"";
  voice-family : inherit;
  font-size : large;
}

html>body div.section h2 {
  font-size : large;
}

div.section h2 a {
  display : block;
}

div.section h2 a:hover {
  background : #eee;
}

p.entry-more {
  margin : 25px 1em 15px 0;
  text-align : right;
}

div.section ul.entry-footer {
  margin-top : 20px;
  list-style-position : inside;
  text-align : right;
}

div.section li {
  display : inline;
  list-style-type : none;
}

/* Comment
------------------------------------------------------------ */

input#himitu {
  margin-right : 0.5em;
}

p.form-btn {
  margin-top : 20px;
}

h3#comment-top {
  margin : 15px 0;
}

h4.comment-header {
  margin-bottom : 10px;
  padding : 0.2em 0.5em;
  border-left : 5px solid #f74f7c;
}

div.comment-body {
  margin-left : 1.5em;
}

ul.comment-footer {
  margin-top : 10px;
  margin-left : 1.5em;
}

/* Trackback
------------------------------------------------------------ */

h3#trackback-top {
  margin : 15px 0;
}

p.trackback-uri {
  margin-bottom : 15px;
  padding : 0.2em 0.5em;
  background : #eee;
  border : 1px solid #999;
  -moz-border-radius : 5px;
}

h4.trackback-header {
  margin-bottom : 10px;
  padding : 0.2em 0.5em;
  border-left : 5px solid #f74f7c;
}

div.trackback-excerpt {
  margin-left : 1.5em;
}

ul.trackback-footer {
  margin-top : 10px;
  margin-left : 1.5em;
}

/* Secondary-Column
------------------------------------------------------------ */
.calender{
  width:100%;
}

div#secondary-column h2 {
  border-top : 1px solid #999;
  border-bottom : 1px solid #999;
  font-size:110%;
  color:#aaaaaa;
  margin-bottom:0.3em;
}

div#secondary-column h2.categories-archives,
div#secondary-column h2.recent-entries,
div#secondary-column h2.recent-comments,
div#secondary-column h2.recent-trackbacks,
div#secondary-column h2.links,
div#secondary-column h2.appendix {
  margin-top : 20px;
}
div#secondary-column p {
  margin:0.3em;
}
div#secondary-column h2.search {
  margin-top : 20px;
  margin-bottom : 10px;
}

div#secondary-column ul {
  list-style-type : none;
}

div#secondary-column li {
  border-bottom : 1px dotted #999;
}

div#secondary-column li.rss {
  border-top : 1px solid #999;
  border-bottom : 1px solid #999;
}

div#secondary-column li a {
  display : block;
  padding : 0.1em 0;
}

div#secondary-column li a:hover {
  background : #eee;
}

p.author-image img {
  display : block;
  margin : 10px 0;
  border : 1px solid #999;
}

p.ads {
  border-bottom : 1px solid #999;
}

.archive-date {
	height: 200px;
	overflow: auto;
}



/* Siteinfo-Legal
------------------------------------------------------------ */

div#siteinfo-legal p {
  padding : 0.5em 0;
  text-align : center;
  border-top : 1px solid #999;
}

/* Blockquote
------------------------------------------------------------ */

blockquote {
  width : 400px;
  margin : 20px 0 20px 50px;
  padding : 0.5em;
  background : #eee;
  border : 1px solid #999;
  -moz-border-radius : 5px;
}

img.emoji{
  vertical-align:middle;
  border:0;
}