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

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

File Name   : illust.css
Description : イラストページ
Author      : 彩子
Release     : 2009.06.03
Web Site    : LOVING CAT
              http://lovingcat.net/

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

/* ----------------------------------------
Coloring
---------------------------------------- */
a {
	color: #0080c0;
}

a:visited {
	color : #004080;
}

a#illust {
	background : #fff;
	color : #36A7E2 !important;
}

#menu ul,
#menu li {
	background : #36A7E2;
}

#content {
	background : url(../images/bg_blue.png) top left no-repeat;
}

.post h3,
.post h3 a {
	color: #0080c0;
}

/* ----------------------------------------
illust section
---------------------------------------- */
.content_desc {
	margin : 2em 0px;
}

div.content_desc img {
	float : left;
	margin : 0px 5px 5px 0px;
}

.post {
	clear : left;
}

.entry dl {
	float : left;
	margin : 5px;
	padding : 0px;
}

.entry dt {
	text-align :center;
}

.entry dt a img {
	border : solid 1px #36A7E2;
}

.entry dt a img:hover {
	border : solid 1px #ff8000;
}

.entry dd {
	height : 3em;
	width : 110px;
	overflow : hidden;
	margin : 0px;
	padding : 0px;
	text-align :center;
}

.entry ul:after {
	display : block;
	height : 0;
	clear : both;
	content: "";
}

p.category_desc {
	margin : 5px 10px;
}

/* ----------------------------------------
article base ............. [particular]
---------------------------------------- */
div.pict {
	margin : 10px auto;
	text-align : center;
	color : #9b9b9b;
	font-size : small;
}

