@charset "utf-8";
/* CSS Document */

/* common */
a, plain, td {
	font-family: Arial;
}

.content{
	min-width:	1001px;
	width:		1001px;
}

/* head */
.langs{
	text-align: right;
}
.langs a{
	color:				#666362;
	font-size:			13px;
	text-decoration:	none;
}

/* art */
.art_image{
	float: left;
}
.art_menu{
	height: 200px;
	background: url('../images/art_bg.gif') right no-repeat;
}
.art_menu a{
	color:				#383431;
	font-size:			13px;
	text-decoration:	underline;
	line-height: 22px;
	margin: 15px 0 0 22px;	
}

/* menu */
.menu{
	width: 16.6%;
	background: #b16e62;
	text-align: center;
	border-left: 1px solid #fff;
}
.menu a{
	color: #fff;
	font-size: 13px;
}

/* content */
.left_colum{
	width: 435px;
	vertical-align: top;
}
.right_colum{
	width:400px;
	vertical-align: top;
}
.path{
	font-size: 18px;
	color: #55524f;
}
.project_name{
	font-size: 18px;
	color: #fff;
}
.text{
	font-size: 13px;
}

/* items */
.item_name{
	margin: 0 0 10px 0;
}
.item_name a{
	font: 16px bold;
	color: #CC0033;
	text-decoration: underline;
}
.item_name a:hover{
	text-decoration: none;
}
.item_desc{
	font-size: 13px;
	color: #666;
	vertical-align: top;
	text-align: left;
	width: 100%;
	padding: 0 0 0 12px;
}
.item_desc_s{
	font-size: 13px;
	color: #000;
	padding: 7px;
	vertical-align: top;
}
.i-tab{
	border-top: 1px solid #aaa;
	margin: 0 0 15px 0;
}
.thumb_holder{
	background: #999;
	padding: 7px;
	width: 550px;
}
.thumb_holder img{
	border: 1px solid #fff;
}

/* site map */
.aa 
{
	margin: 0 0 0 20px;
}
.aaa 
{
	margin: 0 0 0 35px;
}
.aaaa
{
	margin: 0 0 0 50px;
}
.structure
{
	color: #ff0000;
}

