@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 0.76em;
}

#main {
	margin: 0 auto;
	width: 900px;
}

#main #header {
	background: url(images/bg_head.jpg) no-repeat;
	height: 280px;
	width: 900px;
}

#main #header.hp {
	background: url(images/bg_head_hp.jpg) no-repeat;
	height: 280px;
	width: 900px;
}

#main #header #nav {
	height: 29px;
	width: 880px;
	padding: 196px 0 0 0;
}

#main #header #path {
	color: #666666;
	margin: 10px 0 0 0;
	padding: 0 5px 0 5px;
	width: 890px;
	float: no;
}

a.pathway:link, a.pathway:visited, a.pathway:hover, a.pathway:active {
	color: #D52224;
	text-decoration: none;
}

#main #left {
	width: 200px;
	float: left;
	margin: 0 14px 0 5px;
}

#main #left .menu {
	width: 200px;
	margin: 0 0 14px 0;
	clear: both;
}

#main #left .menu .m_title {
	background: url(images/menu_bg1.png) no-repeat top;
	height: 23px;
	width: 190px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 0 0 10px;
}

#main #left .menu ul {
	width: 198px;
	border: #999999 solid 1px;
	background-color: #EFEFEF;
	border-top: none;
	margin: 0;
	padding: 7px 0 7px 0;
	list-style-type: none;
}

li.cat, li.now  {
	margin: 7px 0 7px 10px;
}

li.cat a:link  {
	color: #666666;
	text-decoration: none;
}

li.cat a:visited  {
	color: #666666;
	text-decoration: none;
}

li.cat a:hover, a:active  {
	color: #D52224;
	text-decoration: none;
}

li.now a:visited, a:link  {
	color: #D52224;
	text-decoration: none;
}

li.now a:hover, a:active  {
	color: #D52224;
	text-decoration: none;
}

#main  #full {
	width: 895px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: no;
}

#main  #content {
	width: 650px;
	padding: 0px;
	float: left;
}

#main  #content .post {
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC dotted;
	}

h2.pagetitle {
	color: #666666;
        padding-left: 5px;
	border-left: 7px #D52224 solid;
	font-size: 1.4em;
	line-height: 1em;
	margin: 5px 0 5px 0;

	}

.post h3 {
        padding-left: 5px;
	margin: 12px 0 5px 0;
	border-left: 7px #D52224 solid;
	font-size: 1.2em;
}

.post a:link  {
	color: #D52224;
	text-decoration: none;
}

.post a:visited  {
	color: #D52224;
	text-decoration: none;
}

.post a:hover, a:active  {
	color: #D52224;
	text-decoration: none;
}

.post small  {
	color: #666666;
        padding-left: 12px;
	font-size: 0.9em;
}

.description  {
         color: #666666;
	 font-size: 1em;
	 font-style: italic;
	 margin: 0 0 20px 0;
         border-bottom: 1px #CCCCCC dotted;
	 border-left: 7px #CCCCCC solid;
         padding-left: 5px;
}	

.c_logo  {
	 float: right;
	 padding-left: 12px;
	 margin-left: 12px;
	 border-left: 1px #CCCCCC dotted;
}	

#main #content .post p {
	line-height: 1.4em;
	font-size: 1em;
	}

.break {
	clear: both;
}


#main #footer {
	clear: both;
	font-size: 0.8em;
	line-height: 130%;
	height: 55px;
	width: 900px;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	color: #666666;
	margin: 20px 0 0 0;
}

#main #footer #copy {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
}

#main #footer #credits {
	text-align: right;
	float: right;
	margin-right: 15px;
}

#main #footer #credits  a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
.nav   {
	background-image: url(images/k_button.png);
	background-repeat: no-repeat;
	float: right;
	height: 29px;
	width: 100px;
	margin-right: 7px;
}
.box {
	float: left;
	height: 138px;
	width: 162px;
	margin-right: 14px;
	margin-bottom: 35px;
	background-image: url(images/bg_box.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.box h3 {
	line-height: 0%;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
	font-size: 1em;
}

.box h3 a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.gallery {
	width: 650px;
	background-color: #333333;
	padding: 3px;
	float: left;

}

.gallery-item {
	float: left;
	text-align: center;
	margin: 7px 4px 5px 4px;
}

.gallery img {
	border: 2px solid #CCCCCC;
}

.gallery-caption {
	margin: 2px 0 0 0;
	font-size: 0.8em;
	color: #CCCCCC;
}

.ddop {
	background-color: #EFEFEF;
	padding: 7px 0 7px 5px;
}
