@charset "utf-8";

/*----- Default -----*/
*{
	margin: 0;
	padding: 0;
}
body{
	color: #666;
	font: 12px/18px "Century Gothic",  Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", san-seri;
	background: #f2f2f2 url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/background12.gif) repeat left top;
	text-align: center;
} 
/*----- Heading -----*/
h1{
	color: #333;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 0 0 2px #333;
}
h1 a{
	color: #333;
	text-shadow: 0 0 2px #333;
}
h1 a:link{
	color: #333;
}
h1 a:visited{
	color: #333;
}
h1 a:hover{
	color: #fff;
	text-shadow: 0 0 2px #fff;
}
h1 a:active{
	color: #333;
}
h2{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-shadow: 1px 1px 1px #44aa44;
	background: url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/h212.gif) repeat-x left top;
	padding: 0 20px;
	margin: 0 0 10px 0;
}
h3{
	color: #aa8866;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 0 2px #aa8866;
	margin: 0 0 10px 0;
}
h3 a{
	color: #aa8866;
	text-shadow: 0 0 2px #aa8866;
}
h3 a:link{
	color: #aa8866;
}
h3 a:visited{
	color: #aa8866;
}
h3 a:hover{
	color: #ccc;
}
h3 a:active{
	color: #aa8866;
}
h4{
	font-size: 16px;
	line-height: 22px;
	border-left: 10px solid #88ee88;
	border-bottom: 1px solid #88ee88;
	margin: 0 0 5px 0;
	padding: 5px;
}
h5{
	font-size: 12px;
	background:  url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/h512.png) no-repeat left 2px;
	padding: 0 5px 0 20px;
	margin: 0 0 5px 0;
}
h6{
	color: #333;
	font-size: 12px;
	margin: 0 0 5px 0;
}
/*----- Block -----*/
p{
	margin: 0 0 20px 0;
}
blockquote{
	background: #cceecc url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/pattern12.gif) repeat left top;
	border: 1px solid #44aa44;
	-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	padding: 10px;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #44aa44;
	display: block;
	content: attr(cite);
	text-align: right;
	padding: 5px;
}
blockquote p{
	padding: 0;
	margin: 0 0 2px 0;
}
blockquote ul{
	margin: 0 0 5px 0;
}
pre{
	font: "ＭＳ ゴシック", "Osaka－等幅", monospace;
	background-color: #fff;
	border-top: 1px dotted #44aa44;
	border-right: 1px dotted #44aa44;
	border-bottom: 1px dotted #44aa44;
	border-left: 10px solid #44aa44;
	padding: 18px 10px;
	margin: 0 0 20px 0;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
}
/*----- List -----*/
ul, ol, dl{
	position: relative;
}
dl{
	margin: 0 0 20px 0;
}
dt{
	color: #aa8866;
	font-weight: bold;
	margin: 0 0 5px 0;
}
dd{
	background-color: #fff;
	padding: 10px;
	margin: 0;
}
ul{
	list-style: disc inside;
	margin: 0 0 14px 0;
}
ul li{
}
ol{
	list-style: decimal inside;
	margin: 0 0 14px 0;
}
ol li{
}
/*----- Form -----*/
form{
	margin: 0 20px 10px 20px;
}
input, select, textarea{
	color: #666;
	font: 12px/1 "ＭＳ ゴシック";
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
	padding: 5px;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input:focus, select:focus, textarea:focus{
	color: #333;
}

input[type="button"], input[type="submit"], input[type="reset"]{
	cursor: pointer;
}
button[type="button"], button[type="submit"], button[type="reset"]{
	cursor: pointer;
}
optgroup option{
	padding-left: 10px;
}
optgroup{
	color: ;
	background: ;
}
/*----- Hypertext -----*/
a{
	text-decoration: none;
}
a:link{
	color: #ee8888;
}
a:visited{
	color: #ee8888;
}
a:hover{
	color: #999;
}
a:active{
	color: #ee8888;
}
/*----- Image -----*/
img{
	border: 0;
	vertical-align: bottom;
}
a img{
	border: 0;
}
/*----- Inline -----*/
br{
	letter-spacing: normal;
}
em{
	color: #ee4444;
	font-style: normal;
}
strong{
	color: #ee4444;
	font-weight: bold;
}
ins{
	text-decoration: underline;
}
del{
	color: #999;
	text-decoration: line-through;
}
abbr, acronym{
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
q{
	background-color: #cceecc;
}
q:before{
	font-family: "ＭＳ Ｐゴシック";
	content: " “";
}
q:after{
	font-family: "ＭＳ Ｐゴシック";
	content: "” ";
}
cite{
	text-align: left;
	display: block;
}
cite a{
	text-decoration: underline;
}
code, samp{
	color: #ee8888;
	font-family: monospace;
	background: #ccc;
	border: 1px dotted #ee8888;
	padding: 1px;
}
kbd{
	font-family: monospace;
}
dfn:before{
	color: #999;
	content: "［";
}
dfn:after{
	color: #999;
	content: "］";
}
/*----- Font Styles -----*/
b{
	font-weight: bold;
}
i{
	font-style: oblique;
}
big{
	font-size: larger;
}

small{
	font-size: smaller;
}
tt{
	font-family: monospace;
}
/*----- Layout -----*/

div#wrapper{
	background: url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/wrapper12.gif) repeat-x left top;
}
div#header{
	width: 800px;
	height: 200px;
	margin: 0 auto;
}
div#sitename{
	position: relative;
	top: 50%;
}
div#sitename p{
	color: #fff;
	margin: 0;
}
div#calendar {
	height: 50px;
	line-height: 50px;
}
div#calendar ul {
}
div#calendar li{
	list-style: none inside;
	display : inline;
	margin: 0 3px;
}
div#calendar li a{
	color: #fff;
}
div#calendar li a:hover{
	color: #999;
}
div#container{
	width: 800px;
	text-align: left;
	margin: 50px auto 0 auto;
}
div#secondary-column{
	width: 150px;
	float: left;
}
div.sidebar{
	margin: 0 0 20px 0; 
}
div.sidebar ul{
	line-height: 24px;
	margin: 10px 0 0 0
}
div.sidebar li{
	list-style: none outside;
}
div.sidebar li a{
	background: url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/list12.png) no-repeat left 5px;
	display: block;
	padding: 0 5px 0 20px;
}
div.sidebar li a:hover{
	background: url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/h512.png) no-repeat left 5px;
}
table.calender{
	width: 150px;
}
table.calender th#sun{
	color: #aa2222;
}
table.calender th#sat{
	color: #2222aa;
}
table.calender td{
	padding: 5px 0;
}
div#primary-column{
	width: 420px;
	float: left;
	margin: 0 40px;
}
div.section{
	background-color: #f2f2f2;
	border: 1px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 10px 0 #ccc;
	-moz-box-shadow: inset 0 0 10px 0 #ccc;
	box-shadow: inset 0 0 10px 0 #ccc;
	padding: 20px 0 10px 0 ;
	margin: 0 0 40px 0;
}
div.entry{
	margin: 0 20px;
}
div.entry-date{
}
div.entry-info{
	text-align: right;
	background: url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/entry-info12.gif) no-repeat left top;
	padding: 10px 20px;
}
div.extend{
	margin: 0 0 20px 0;
}
div.entry-more{
	margin: 0 0 20px 0;
}
div.fc2_footer{
	margin: 0 0 20px 0;
}
div.navigation{
	text-align: center;
	margin: 0 0 40px 0;
}
div.comment-entry{
	background: url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/entry-info12.gif) no-repeat left bottom;
	padding: 0 20px 10px 20px;
	margin: 0 0 20px 0;
}
div.comment-title{
	color: #aa8866;
	font-weight: bold;
}
div.comment-entry p{
	margin: 0;
}
dl.comment-form{
	padding: 0;
}
dl.comment-form dt{
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
dl.comment-form dd{
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}
div.trackback-entry{
	border-bottom: 1px solid #44aa44;
	padding: 5px;
	margin: 0 0 10px 0;
}
div.trackback-title{
	font-weight: bold;
	background: url(http://blog-imgs-48.fc2.com/c/o/h/cohuleendriuth/pattern11.png) repeat left top;
	border-left: 10px solid #ee8888;
	padding: 5px;
}
div.trackback-title a{
	background-color: transparent;
}
div.trackback-title a:hover{
	color: #fff;
}
div.list-entry, div.search-entry{
	border-left: 10px solid #44aa44;
	padding: 10px;
	margin: 0 0 10px 0;
}
div.list-title, div.search-title{
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.trackback-entry p, div.list-entry p, div.search-entry p{
	margin: 0;
}
div#third-column{
	width: 150px;
	float: right;
}
div#footer{
	width: 500px;
	clear: both;
	margin: 0 auto;
}
div#footer p{
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0;
}
p.aa{
	line-height: 13px;
	font-family: "ＭＳ Ｐゴシック";
	margin-bottom: 10px;
}
img.frame{
	border: 1px solid #ccc;
	margin: 3px 0 3px;
}
.emoji{
	vertical-align: middle;
	margin: 0;
}