@charset "UTF-8";

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}


.p404 #flash_in {
	padding-top:1px;
	height: 170px;
	background: #fff;
}


#header h1{
	width:800px;
	height:10px;
	font-size:12px;
	margin:5px auto 10px auto;
	text-align:right;
}


#content {
	width: 580px; /*　トータル612px　*/
	margin:0 13px 0 17px;	 /*　再調整　*/
	padding-top: 3px;
	float: right;
	display: inline;  /*  IE6用 */
	text-align: left;
	_zoom: 1; /*  レイアウト崩れ防止 */
	overflow: hidden;　/*  レイアウト崩れ防止 */
	}

#header {
		clear: both;	
	}

#sidebar {
	padding-bottom: 0px;

	}
	
#wrapper {
	clear: both;	
	}


#container{
	background:#FFF;
}	

#container-inner{
	background:#FFF;
}


/* 記事 */
div.post	{
	border: solid 1px #FFE9FC;
	padding: 10px 10px 5px 10px;
	margin: 20px 0 5px 0}

div.post h2	{
	background-image: url(../blog/images/icon_blog_title.jpg);
	background-repeat: no-repeat;
	border-bottom: dashed 1px  pink;
	padding-left: 40px;
	padding-bottom: 12px;
	margin: 0}

div.post h2 a	{
	text-decoration: none;
	font-size: 116%;
	color: #FF66CC;
	}
	
div.post h2	a:hover{
	text-decoration: underline;
	}

#content .post h3 {
	font-size: 123%;
	padding: 15px 0 0 0;
	margin: 0;
	}	

#content .post h4 {
	font-size: 116%;
	padding: 15px 0 0 0;
	margin: 0;
	}	

div.post p	{
	margin: 10px 0 5px 0}
	
	

p.postinfo	{
	text-align: right;
	padding: 5px 0 0 0;
	clear: both
	}


/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

div.post img	{border: none}


.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
p.pagelink a	{
	}

span.pageprev	{
	float: left;
	margin-bottom: 20px;
	}

span.pagenext	{
	float: right;	
	margin-bottom: 20px;
	}



/* コメント */

/* サイドバー */

div#sidebar h2	{
	text-align: center;	
	background: pink;
	color: #FFF;
	padding: 6px 8px;
	font-weight: bold;
	}

div#sidebar li	{
	list-style-type: none;
	margin-bottom: 4px;
	background: url(../blog/images/listmark_pink.jpg) 0px 5px;
	background-repeat: no-repeat;
	padding-left: 14px;
	vertical-align: top}

div#sidebar li a	{
	text-decoration: none
	}

div#sidebar ul	{
	margin: 8px 8px 20px 8px;
	}


/* カレンダー */
#wp-calendar	{width: 100%;
	margin-bottom: 20px;
	}

#wp-calendar a	{
	}

#wp-calendar td, #wp-calendar th
	{text-align: center
	}

#wp-calendar caption	{
	background: pink;
	color: #FFF;
	font-weight: bold;	
	padding: 6px 8px;
	text-align: center
	}

#wp-calendar #prev	{
	text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{
	text-align: right;
	padding-top: 3px;
	padding-right: 3px}

/* フィード */


h2.pagetitle{
	font-size: 116%;
	background: pink;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px;	
	}

body.page-id-12,
body.single,
body.date,
body.category {
	background: #FFE9FC;}
	
	
body.page-id-12 table#wp-calendar,
body.single table#wp-calendar,
body.category table#wp-calendar {

	}
	
a:link {
	color: #1EA5FF;  /* #0077cc */
	text-decoration: none;
	}

a:visited {
	color: #1EA5FF;
	text-decoration: none;
	}

a:hover {
	color: #FF66CC;
	text-decoration: underline;
	}

a:active {
	color: #FF66CC;
	text-decoration: underline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
div.post img {
	border: none;
	}
	
dt.gallery-icon img{
	border: 10px solid #CC0066;	
	}	

.alignright {
	float: right;
	margin: 0 0 10px 10px;	
	}	

.alignleft {
	float: left;
	margin: 0 10px 10px 0;	
	}
	

