@charset "utf-8";

body {
	background-image:url("images/bg.gif");
	font-size:14px;
	color:#565656;
	line-height:140%;
	margin:0 auto;
	width:800px;
}

h2 {
	color:#5596FF;
	margin:0;
	padding:0;
	font-size:16px;
}

a {
	color:#5596FF;
	text-decoration:none;
}

a:link,visited,active {
	color:#5596FF;
}

a:hover {
	color:#AECDFF;
}

#header {
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:224px;
}

#pagebody {
	background-image:url("images/bg.gif");
	background-repeat:repeat-y;
	padding:0 10px 0 10px;
	width:780px;
}

/*--------左エントリー---------*/

#left {
	float:left;
	width:564px;
}

#entry {
	width:564px;
	background-image:url("images/entry_bg.gif");
	background-repeat:repeat-y;
	margin-bottom:50px;
}

#entry_title {
	background-image:url("images/entry_title.gif");
	background-repeat:no-repeat;
	width:524px;
	height:36px;
	padding:6px 0 0 40px;
	color:#276FFF;
	font-weight:bold;
}

#entry p {
	padding:10px;
}

#author {
	background-image:url("images/author.gif");
	background-repeat:no-repeat;
	width:564px;
	height:34px;
	padding:110px 0 0 10px;
	clear:both;
}

#author_top {
	padding:0;
	margin:0;
}

/*--------右サイドバー---------*/

#right {
	float:right;
	width:203px;
}

/*--------左サイドバー---------*/

#left2 {
	float:left;
	width:203px;
}

/*--------右エントリー---------*/

#right2 {
	float:right;
	width:564px;
	/*padding-left:10px;*/
}

#side_deco {
	clear:left;
	/*background-image:url("images/side_deco.gif");
	background-repeat:no-repeat;*/
	width:203px;
	height:38px;
	color:#FFFF00;
	/*padding:9px 0 0 5px;*/
}

#side_deco2 {
	clear:left;
	height:49px;
	margin-bottom:10px;
}

#side_deco a {
	color:#FFFF00;
}

#side_deco a:link,visited,active {
	color:#FFFF00;
}

#side_deco a:hover {
	color:#FFFFB7;
}

#side_bg_bottom {
	clear:left;
	background-image:url("images/side_bg_bottom.gif");
	background-repeat:no-repeat;
	width:203px;
	height:11px;
	margin:0 0 10px 0;
	padding:0;
}

#navi {
	margin:0 0 0 0;
	background-image:url("images/side_bg.gif");
	background-repeat:repeat-y;
}

#navi ul {
	margin:0;
	padding:0 0 0 5px;
}

#navi ul li {
	list-style-type:none;
	width:180px;
	/*height:27px;*/
	padding:1px 0 0 0;
}

ul {
	list-style-type:none;
}

ul li {
	list-style-type:none;
}

#side_pic {
	clear:left;
	background-image:url("images/pic_bg.gif");
	background-repeat:repeat-y;
	width:183px;
	margin:0;
	padding:5px 7px 0 7px;
}

/*--------写真---------*/

dl {
	width:560px;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
}

dt {
	width:120px;
	clear:left;
	float:left;
}

dd {
	margin-left:130px;
	width:420px;
}

#pic_border {
	width:172px;
	padding:5px;
	border:1px solid #565656;
}


#footer {
	clear:both;
	background-image:url("images/footer.gif");
	width:780px;
	height:26px;
	color:#5596FF;
	padding:7px 0 0 0;
}

#footer_left {
	float:left;
	height:26px;
}

#footer_right {
	width:130px;
	float:right;
	padding:0 5px 0 0;
}

/*--------コメント---------*/

#comment_footer {
	margin:-15px 0 0 0;
	padding:0 0 0 10px;
}

textarea[id="comment-text"] {
width: 80%;
}
#comment-text {
font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; }

textarea[id="text"] {
width: 80%;
}

#text {
font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; }