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

.base-title01{
	background-image: url(../img/base-title01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
	height: 60px;
	width: 935px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


/*　－－－－－－－－－－－－－－－－－－－－－－－－－－　*/
/*　大きなくくりの左側の、キャッチコピーの背景を定義　*/
.mail-title01{
	background-image: url(../img/mail-title01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
	float: left;
	height: 60px;
	width: 935px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

a {
	color: #330;
	text-decoration: none;
	}
a:hover{
	color: #996;
	text-decoration: underline;
	}



/*　－－－－－－－－－－－－－－－－－－－－－－－－－－　*/
/* 基本情報の、左側全体幅と色を指定している */
#base-left{
	color: #030;
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
	}

#base-center{
	float: left;
	width: 680px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


/* 基本情報の中央のタイトルを定義 */
.base-title02{
	background-image: url(../../img/blog-brd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 18px;
	color: #330;
	clear: both;
	width: 680px;
	float: left;
}


.base-date{
	font-size: 10px;
	color: #666;
	padding: 0px;
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.base-side-date {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: right;
}

.base-text{
	padding: 0px;
	clear: both;
	width: 680px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	}


.comments-header{
	font-size: 12px;
	font-weight: bold;
	color: #330;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	}.comments-open-header {
	font-size: 14px;
	font-weight: bold;
	color: #330;
	margin-top: 20px;
	clear: both;
}
.base-list-box {
	background-image: url(../../img/base-list-box-bkg.gif);
	background-repeat: repeat;
	padding: 5px;
	clear: both;
	width: 480px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	float: left;
}
.base-list-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9;
	margin-bottom: 10px;
	padding-bottom: 3px;
	color: #330;
	font-size: 14px;
}
.base-list-text {
	color: #660;
}
.base-list-data {
	font-size: 12px;
	clear: both;
	text-align: right;
	margin-top: 15px;
	margin-right: 5px;
}

