/*
 Design#19270
	This theme was designed and built by  and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #fff9c8;
 font-size: 14px;
}

img {
 border:0;
}

a {
 color: #000000;
 text-decoration: none;
}

a:hover	{
	top:1px;
	left:1px;
	position:relative;
}

#wrapper {
 width: 800px;
 margin: 20px auto;
 padding: 0px;
 border: 1px solid #422A02;
 background: #ffffff;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}




/* Header */
#header {
 background:url(img/logos.jpg) no-repeat;
 float: left;
 width: 100%;
 height: 80px;
 margin: 8px 8px 0px 8px;
 padding: 0px;
}

#header #title {
 margin: 20px 0px 0px 80px;
 padding: 0px;
 color: #965009;
 font: bold 1.2em 'arial black', sans-serif;
 text-align: left;
}

#header #title a {
 color: #127804;
 text-decoration: none;
}

#header div#description {
 margin: 0px 0px 0px 120px;
 padding: 0px;
 color: #666666;
 font-size: 0.8em;
 text-align: left;
}

/* Navigation */
#navigation {
 float: left;
 width: 93%;
 margin: 0;
 padding: 0px 2% 0 5%;
 background: #fff9c8;
}

#navigation ul {
 list-style:none;
 float: right;
}

#navigation li {
 display:inline;
 float:left;
 margin: 0;
}

#navigation li a.tabs {
 float:left;
 padding-left: 4px;
 background:  url(img/l3hv2.gif) no-repeat;
 text-decoration:none;
}

#navigation li a.tabs:hover {
 background:  url(img/l31gk0.gif) no-repeat;
}

#navigation li a.tabs span {
 float:left;
 padding: 4px 15px 3px 7px;
 background:  url(img/r3yn8.gif) no-repeat right top;
 color: #FFFFFF;
 font-size: 1.0em;
}

#navigation li a.tabs:hover span {
 background:  url(img/r31sj2.gif) no-repeat right top;
 color: #6B78A9;
}

/* Main contents */
#contents {
 float: left;
 width: 800px;
 margin: 20px 0px 0px;
 padding: 0px;
 background: #ffffff;
 font-size: 0.9em;
 text-align: left;
}

#contents h2 {
 margin: 20px 25px 10px 145px;
 padding: 0px 20px;
 border-left: 16px solid #734B12;
repeat;
 color: #000000;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #000000;
}

#contents .contents_body {
 margin: 25px 80px;
 padding: 0px;
}


#contents h3 {
 margin: 20px 25px 10px 55px;
 padding: 10px 20px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}


/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 0px;
 margin: 0px;
 padding: 0px 0px 0px;
 background: #ededed;
 font-size: 0.8em;
 text-align: right;
 color: #999999;

}
#footer a {
 color: #999999;
}

.blocka {
   float: left;
   width: 62%;
}

