﻿@charaset "UTF-8";
h1{
	margin-bottom:10px;
}
.left{
	width:653px;
	float:left;
}
.left a{
	color:#698494;
	text-decoration:underline;
}
.right{
	width:220px;
	float:right;
}
.right a{
	color:#698494;
}

.cap1, .cap2, .cap3, .cap4, .cap5, .cap6{
	background-color:#000;
	font-weight:bold;
	color:#fff;
	padding:4px;
	background-image:url(../img/diary/cap1.gif);
	background-position:10px center;
	background-repeat:no-repeat;
	text-indent:23px;
}
.cap2{	background-image:url(../img/diary/cap2.gif);}
.cap3{	background-image:url(../img/diary/cap3.gif);}
.cap4{	background-image:url(../img/diary/cap4.gif);}
.cap5{	background-image:url(../img/diary/cap5.gif);}
.cap6{	background-image:url(../img/diary/cap6.gif);}

/* list */
.left table {
	width:100%;
	background-color:#fff;
}
.left table th{
	text-align:center;
	padding:2px 6px 2px 6px;
	border-bottom:1px solid #b7b7b7;
}
.left table td{
	background-color:#f0f0f0;
	padding:2px 6px 2px 6px;
	color:#666;
}
.left table td a{
	color:#000;
}
.left table td a:hover{
	color:#7994a4;
}
.left table .fo{
	padding:0px;
	background-color:#000;
}
.left table .fo img{
	display:inline;
}

/*detail*/
.left .is_post{
	text-align:right;
	padding:5px 0px 5px 0px;
}
.left .is_image{
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
}
.left .is_image img{
	display:inline;
}
.left .is_content{
	margin:5px 0px 5px 0px;
	padding:18px;
	border:1px solid #000;
}
.left .fo{
	width:100%;
	background-color:#000;
}
.left .fo img{
	padding:10px;
}
.left .fo .l {
	float:left;
	margin:0px 5px 0px 0px;
}
.left .fo .r {
	float:right;
}


/*right*/

.right table {
	width:100%;
}
.right table caption{
	text-align:center;
	padding-top:8px;
	font-size:109%;
}
.right table th{
	background-color:#ddd;
	padding:3px;
	text-align:center;
}
.right table td{
	text-align:center;
}
.right form{
	padding:5px 0px 0 0px;
	margin-bottom:16px;
}
.right form .inpt{
	width:110px;
}
.right ul{
	margin:5px 0px 20px 0px;
	color:#698494;
	font-size:92%;
}
.right ul{
	padding-left:1.25em;
	margin-left:-1em;
}

.clear {
	clear:both;
}
