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

/* ============= clear ============= */

#dictionary_category, .ind_dic_summary {
	height		: 1%;
}

#dictionary_category:after, .ind_dic_summary:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= link ============= */

#maincol_right a {
	color		: #333;
	text-decoration	: none;
}

/* ============= list ============= */

#dictionary_category ul, #dictinary_menu ul, #recent ul {
	list-style-type	: none;
}

/* ============= 3column layout ============= */

#main {
	background-image	: url("../img/bg_3col.gif");
	background-repeat	: repeat-y;
	background-position	: center top;
}

#maincol_left {
	width		: 367px;
	float		: left;
}

#maincol_right {
	color		: #6f6f6f;
	width		: 164px;
	float		: right;
	font-size	: 12px;
}

/* ============= maincol_right ============= */

#maincol_right p#description {
	margin-bottom	: 25px;
}

#maincol_right h4 {
	color		: #920783;
	font-size	: 12px;
	margin-bottom	: 15px;
	border-bottom	: 1px solid #920783;
}

#dictinary_menu {
	margin-bottom	: 30px;
}

#dictinary_menu li, #recent li {
	background-repeat	: no-repeat;
	background-position	: left center;
	margin-bottom	: 8px;
	padding		: 9px 0 8px 36px;
}

.mark_character {
	background-image	: url("../img/dictionary_icon_character.gif");
}

.mark_word {
	background-image	: url("../img/dictionary_icon_word.gif");
}

.mark_creature {
	background-image	: url("../img/dictionary_icon_creature.gif");
}

.mark_vegetation {
	background-image	: url("../img/dictionary_icon_vegetation.gif");
}

/* ============= main page ============= */

#maincol_left h3, #dictionary_summary {
	margin-bottom	: 25px;
}

#dictionary_summary {
	font-size	: 12px;
}

#dictionary_summary p {
	margin-bottom	: 10px;
}

#dictionary_category li {
	width		: 183px;
	float		: left;
	margin-bottom	: 20px;
}

/* ============= category page ============= */

#category_title {
	margin-bottom	: 15px;
}

.dic_item {
	width		: 140px;
	height		: 135px;
	float		: left;
	margin		: 0 20px 20px 15px;
}

.dic_item h5 {
	font-size	: 12px;
	font-weight	: normal;
	text-align	: center;
	position	: relative;
	top		: 117px;
}

.dic_item h5 a {
	color		: #920783;
	text-decoration	: none;
}

.dic_item_thumb {
	background-position	: left top;
	background-repeat	: no-repeat;
	background-image	: url("../img/dictionary_photo_bg.gif");
	width		: 140px;
	height		: 111px;
	position	: relative;
	top		: -12px;
}

.dic_item_thumb p {
	position	: relative;
	top		: 8px;
	left		: 8px;
}

/* ============= entry page ============= */

.ind_dic_summary {
	margin-bottom	: 25px;
}

.ind_dic_summary h5 {
	margin-bottom	: 5px;
}

#ind_dic_summary_text {
	font-size	: 12px;
	width		: 212px;
	float		: right;
}

#ind_dic_summary_text h4 {
	color		: #920783;
	font-size	: 16px;
	margin-bottom	: 10px;
}

.ind_dic_summary_thumb {
	background-position	: left top;
	background-repeat	: no-repeat;
	background-image	: url("../img/dictionary_photo_bg.gif");
	width		: 140px;
	height		: 111px;
}

.ind_dic_summary_thumb p {
	position	: relative;
	top		: 8px;
	left		: 8px;
}

#photos {
	text-align	: center;
	padding		: 20px 0 0 0;
	border-top	: 1px solid #D8D8D8;
	border-bottom	: 1px solid #D8D8D8;
}

#photos p {
	margin-bottom	: 20px;
}