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

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

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

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

  Contents

(01) html elements
(02) content section
(03) infomation section

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



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

/* ----------------------------------------
(02) content section
---------------------------------------- */
dl.nowimage {
	width : 310px;
	height : 370px;
	margin : 5px;
	padding : 0px;
	float : left;
	background : url(../images/nowimage_bg.png) no-repeat;
}

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

.nowimage dd {
	float : left;
	height : 25px;
	margin : 5px 0px 0px 40px;
	text-align : left;
	font-size : 12px;
	line-height : 200%;
}

dd.theme {
	width : 230px;
}

dd.com {
	margin-left : 0px !important;
}

dd.com a {
	display : block;
	width : 25px;
	height : 25px;
	margin-top : 1px;
	text-align : center;
	background : url(../images/nowimage_com.png) center center no-repeat;
	color : #fff;
	line-height : 160% !important;
}

dd.com a:hover {
	background : url(../images/nowimage_com_hover.png) center center no-repeat;
	text-decoration : none;
}

dd.date {
	width : 110px;
}

dd.author {
	width : 110px;
}



/* ----------------------------------------
(03) infomation section
---------------------------------------- */
.edit_link a {
	margin-left : 2em;
	padding : 5px 10px 5px 30px;
	border : solid 1px #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background : #fff url(../images/edit.png) no-repeat 5px center;
	color : #6cc8d2 !important;
	font-size : 80%;
}

.edit_link a:hover {
	border : solid 1px #df1b51;
	text-decoration : none;
}

.last_mod {
	text-align : right;
}
