@charset "UTF-8";
@import url(common.css);

/*
===========================================

File Name   : archives.css
Description : トップページ
Author      : 彩子
Release     : 2009.08.24
Web Site    : LOVING CAT
              http://lovingcat.net/

===========================================

  Contents

(01) html elements
(02) header section

===========================================
*/



/* ----------------------------------------
(01) html elements
---------------------------------------- */
body {
	margin : 0px;
	padding : 0px;
	text-align : center;
}

/* ----------------------------------------
(02) content section
---------------------------------------- */
div#content {
	clear : both;
	width : 800px;
	margin : 10px auto;
}

.post {
	margin : 1em 0px;
}

.profile th {
	padding : 5px 5px 5px 30px;
}

.profile td {
	padding : 5px;
	text-align : left;
}

th.prof_name {
	background : url(../images/info_author.png) no-repeat left center;
}

th.prof_web {
	background : url(../images/info_web.png) no-repeat left center;
}

th.prof_desc {
	background : url(../images/nowimage_com.png) no-repeat left center;
}

dl.archives {
	width : 150px;
	height : 255px;
	margin : 5px;
	padding : 0px;
	float : left;
	background : url(../images/archives_bg.png) no-repeat;
}

dt.image {
	width : 130px;
	height : 130px;
	margin : 10px;
	padding : 0px;
	line-height : 0;
}

.archives dd {
	height : 20px;
	margin : 0px 10px 5px 10px;
	padding-left : 20px;
	text-align : left;
	overflow : hidden;
}

dd a,
dd span {
	display : block;
	width : 105px;
	font-size : 13px;
	line-height : 150%;
}


