@charset "utf-8";
/* CSS Document */

/*:::::INDEX:::::
1.リセット
2.全体枠
3.左側ヘッダー
4.左側ブログ
5.右側
6.フッター
:::::::::::::::*/

/*------------------------------------
1.リセット
------------------------------------*/

*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
img{
	border:none;
	vertical-align:bottom;
}
body {
	text-align: center;
	margin:0;
	padding:0;
	font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	color:#555;
	background:#f1eac8;
}
.clearboth{
	clear:both;
}
/*------------------------------------
2.全体枠
------------------------------------*/
#container{
	width:763px;
	margin:0px auto;
	text-align:left;
}
/*------------------------------------
3.左側ヘッダー
------------------------------------*/
#left{
	width:554px;
	float:left;
}
#left p.nextprevious{
	width:554px;
	text-align:center;
	font-size:75%;
	color:#666;
	line-height:1.5em;
}
#left p.nextprevious a:link { color: #555; border-bottom:1px dashed #007ebd;text-decoration: none; }
#left p.nextprevious a:visited { color: #555; border-bottom:1px dashed #007ebd;text-decoration: none;}
#left p.nextprevious a:active {  color: #555; border-bottom:1px dashed #007ebd;text-decoration: none; }
#left p.nextprevious a:hover { color: #007ebd; border-bottom:2px solid #007ebd;text-decoration: none; }

#header{
	width:554px;
	position:relative;
}
#header h1{
	text-indent:-5000px;
	background:url(img/amayan_header.gif) no-repeat;
	line-height:210px;

}
#header .totop{
	width:554px;
	height:210px;
	position:absolute;
	top:0px;
	left:0px;
}



/*------------------------------------
4.左側ブログ
------------------------------------*/
.entry{
	width:554px;
	float:left;
	background:url(img/entry_bg.gif) repeat-y;
	margin-top:10px;
	position:relative;
}
.entry h3{
	position:absolute;
	top:50px;
	left:100px;
	color:#666;
	font-size:13px;
	font-weight:bold;
}
.entry h3 a:link { color: #666;font-weight:bold;text-decoration: none; }
.entry h3 a:visited { color: #555;font-weight:bold;text-decoration: none;}
.entry h3 a:active {  color: #555;font-weight:bold;text-decoration: none; }
.entry h3 a:hover { color: #f90;font-weight:bold;text-decoration: none; }

.entry h4.date{
	position:absolute;
	top:33px;
	left:100px;
	color:#f90;
	font-size:11px;
}
.entry img{
	margin:5px;
	float:left;
}
.entry img.other1{
	margin:0;
	clear:left;
	margin-bottom:10px;
}
.entry img.other2{
	margin:0;
	clear:left;
	margin-bottom:0px;
}
.entry p{
	color:#666;
	font-size:80%;
	line-height:1.5em;
	width:500px;
	margin:0px auto 0px 18px;
	padding-bottom:10px;
}
.entry_footer{
	width:554px;
	background:url(img/entry_footer_bg.gif) no-repeat;
	height:42px;
	margin-bottom:0px;
}
.entry_footer img{
	margin-left:5px;
}
.comment{
	width:554px;
	float:left;
	background:url(img/entry_bg.gif) repeat-y;
	margin-top:10px;
	position:relative;
}
.comment h3{
	height:21px;
	padding-left:170px;
	margin-right:0;
	padding-right:0;
	color:#666;
	font-size:13px;
	font-weight:bold;
	background:url(img/comment_title.gif) 40px 0 no-repeat;
}	
.comment img.other1{
	margin:0;
	clear:left;
	margin-bottom:10px;
}
.commentbody{
	border:1px solid #70af48;
	margin:10px 25px 0px 15px;
	padding:10px;
	font-size:80%;
	line-height:1.5em;
}
.commentorder{
	margin:10px 25px 0px 15px;
	padding:10px;
	font-size:80%;
	line-height:1.5em;
}
.trackback{
	width:554px;
	float:left;
	background:url(img/entry_bg.gif) repeat-y;
	margin-top:10px;
	position:relative;
}
.trackback h3{
	height:21px;
	padding-left:140px;
	margin-right:0;
	padding-right:0;
	color:#666;
	font-size:13px;
	font-weight:bold;
	background:url(img/tb_title.gif) 40px 0 no-repeat;
}
.trackback img.other1{
	margin:0;
	clear:left;
	margin-bottom:10px;
}
.trackback img.other2{
	margin:0;
	clear:left;
	margin-bottom:0px;
}
.trackbackbody{
	border:1px solid #007ebd;
	margin:10px 25px 0px 15px;
	padding:10px;
	font-size:80%;
	line-height:1.5em;
	background:#fff;
}
.trackbackbody {

}
.trackbackbody dt{
	width:80px;
	text-align:right;
	float:left;
}
.trackbackbody dd{
	margin-left:90px;
	/*display:inline;
	margin-top:-1.5em;*/
	border:none;
}
.trackbackbody a:link { color: #555; border-bottom:1px dashed #007ebd;text-decoration: none; }
.trackbackbody a:visited { color: #555; border-bottom:1px dashed #007ebd;text-decoration: none;}
.trackbackbody a:active {  color: #555; border-bottom:1px dashed #007ebd;text-decoration: none; }
.trackbackbody a:hover { color: #007ebd; border-bottom:2px solid #007ebd;text-decoration: none; }

.trackback p{
	font-size:80%;
	margin:10px 25px 0px 15px;
	line-height:1.5em;
	color:#666;
}
.trackback p.url{
	color:#fff;
	background:#007ebd;
	padding-left:10px;
}

/*------------------------------------
5.右側
------------------------------------*/
#right{
	width:209px;
	float:right;
	text-align:left;
}
#profile{
	width:209px;
	background:url(img/right_bg.gif) repeat-y;
	margin-bottom:10px;
}
.right_other{
	width:209px;
	background:url(img/right_bg.gif) repeat-y;
	margin-bottom:10px;
}
#profile h2{
	background:url(img/profile_top.gif) no-repeat;
	line-height:120px;
	text-indent:-5000px;
}
#profile p{
	width:170px;
	margin:5px auto 5px 15px;
	font-size:80%;
	line-height:1.5em;
}
.right_other h2{
	line-height:72px;
	text-indent:-5000px;
}
.right_other h2.category{
	background:url(img/category_top.gif) no-repeat;
}
.right_other h2.new{
	background:url(img/new_top.gif) no-repeat;
}
.right_other h2.backnumber{
	background:url(img/backnumber_top.gif) no-repeat;
}
.right_other h2.link{
	background:url(img/link_top.gif) no-repeat;
}
.right_other ul{
	width:170px;
	margin:10px auto 10px 15px;
	font-size:80%;
	line-height:1.6em;
}
.right_other li{
	list-style:none;
	background:url(img/list01.gif) no-repeat 0 0.3em;
	padding-left:22px;
}
 
.right_other a:link { color: #555; border-bottom:1px dashed #f90;text-decoration: none; }
.right_other a:visited { color: #555; border-bottom:1px dashed #f90;text-decoration: none;}
.right_other a:active {  color: #555; border-bottom:1px dashed #f90;text-decoration: none; }
.right_other a:hover { color: #f90; border-bottom:2px solid #f90;text-decoration: none; }

/*------------------------------------
6.フッター
------------------------------------*/
#footer{
	clear:both;
	width:763px;
	height:15px;
	text-align:center;
	margin-bottom:10px;
	position:relative;
}
#footer p{
	font-size:11px;
}
#footer img{
	position:absolute;
	top:0;
	left:0;
}
