@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.6;
	text-align: left;
	color: #333;
	background-repeat: repeat;
	background-image: url(../images/bg-back.jpg);
}

hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	padding-bottom:0.1em;
	background-image: url(image/dot-green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:visited {
	color: #777777;
	background-image: none;
}
#wrapper #container #main #contents {
	width: 550px;
}
#wrapper #container #main #contents #manabu {
	width: 265px;
	float: left;
}
#wrapper #container #main #contents #borantelia {
	width: 265px;
	float: right;
}

a:hover {
	color: #FF9933;
	background-image: url(image/dot-orange.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
a:active {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
}
/* basic layout
------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	color: #333;
	margin: 0px auto;
	background-image: url(image/bg-container.jpg);
	background-repeat: repeat-y;
}
#header #logo {
	padding: 0 10px;
	width: 800px;
	height: 96px;
	color: #333;
	background-image: url(image/bg-header.jpg);
	background-repeat: no-repeat;
}
#main {
	float: left;
	width: 550px;
	margin-bottom: 20px;
	padding: 15px;
}
#sidebar {
	padding: 15px 15px 15px 5px;
	float: right;
	width: 190px;
	margin-bottom: 10px;
}
#footer {
	color: #FFFFFF;
	background-color: #006600;
	padding: 15px;
	clear: both;
	font-weight: normal;
	margin-left: 11px;
	width: 748px;
}
/* header styles
------------------------------*/
#header {
	border-top: 3px solid #7aee00;
}
#wrapper #header img {
	margin-left: 11px;
}

#header ul {
	background-color: #FFFFFF;
	width: 778px;
	position: relative;
	left: 0px;
	margin-left: 11px;
	font-weight: normal;
}
#wrapper #header #fla {
	margin-left: 11px;
}

#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	height: 2em;
	width: 128px;
	border-top: 2px solid #FFFF66;
	border-bottom: 3px double #CCCCCC;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
	font-weight: normal;
}
#header ul li a:hover {
	color: #FFFFFF;
	background-color: #83cd07;
}
#header ul li#nHome a {
	border-left-style: none;
	color: #FFFFFF;
}
#header #home #nHome a,
#header #kouza #nKouza a,
#header #katudo #nKatudo a,
#header #profile #nProfile a,
#header #web #nWeb a,
#header #contact #nContact a {
	color: #FFFFFF;
	background-color: #83cd07;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px dashed #999999;
	color: #333333;
	clear: both;
	background-image: url(../images/yajirusi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 6px solid #006600;
}
	
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	margin-left: 15px;
}	

#main dl#news dt {
	font-weight: bold;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}	

#main dl#news dd {
	margin: 0px 0px 10px 6em;
}	
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}


/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}

#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#sidebar dl dt {
	clear: both;
}

#sidebar dl dd {
	margin-bottom: 10px;
}

#sidebar dl dt a:hover {
	color: #ff7f00;
}

#sidebar ul {

}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #003300;
	;
	line-height: 20px;
	height: 2em;
	border-bottom: 1px dotted #999999;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: normal;
	margin-bottom: 1px;
}
#sidebar ul li a:hover {
	background-image: url(../images/arrow_hover.gif);
	color: #FF9900;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #CCCCCC;
}
#sidebar    h3  {
	color: #FFFFFF;
	background-color: #006600;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 3px;
}



/* footer styles
------------------------------*/
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #FF9933;
	text-decoration: none;
}
#footer p a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer p a:hover {
	color: #FF9933;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../images/q1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin-left: 10px;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #ebebeb;
}
/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 165px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#main #div.new h2 {
	background-image: url(image/marker.gif);
	width: 80%;
	border-bottom: 1px solid #999999;
}

#main div.wk h3 {
	margin: 10px 0px 5px;
	font-size: small;
	font-weight: normal;
	border-left: 3px solid #999999;
	padding-left: 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5;
	font-weight: normal;
	display: block;
	padding-left: 7px;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 200px;
}
