﻿* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	text-align: center;
	font-size: medium;
	background-image: url(/img/back2.jpg);
}

img {
	border: 0;
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFEEEE;
	text-align: left;
	border: 1px solid #999999;
	border-top: 0;
}

#banner {
	width: 760px;
	background-image: url(/img/bana.jpg);
	background-repeat: no-repeat;
}

#hitorigurasi {
	padding: 6px 0px 5px 50px;
}

#hitorigurasi h1 {
	font-size: 0.8em;
	color: #663300;
}

#hitorigurasi h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 25px 0px;
}

#hitorigurasi h2 a {
	text-decoration: none;
	color: #663300;
}

#contents {
	width: 760px;
	font-size: 0.8em;
}

#main {
	width: 570px;
	float: right;
	background-color: #fff;
}

#central {
	width: 440px;
	float: left;
}

#central .pankuzu p {
	font-size: 1.0em;
}

/*-------------------------------------------------------------*/

#rightside {
	width: 130px;
	float: right;
}
#rightside .gadv {
	margin: 4px 0 8px 4px;
}

#leftside {
	width: 180px;
}

#leftmain {
	width: 170px;
}

#leftmain .mokuji {
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 2px;
}

#leftmain .mokuji h4 {
	color: #FF3399;
	border: 1px solid #FF3399;
	background-color: #ffdfdf;
	font-size: 0.75em;
	text-align: center;
	padding: 8px 2px;
}

#leftmain .mokuji ul {
	list-style-type: none;
	background-color: #ffffff;
	border: 1px solid #FF3399;
	border-top: 0;
}

#leftmain .mokuji ul li {
	font-size: 0.9em;
	padding: 3px 0px 3px 18px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 0px 2px 6px 4px;
}

#leftmain .mokuji .ttitle1 {
	background-image: url(/img/1.gif); 
}

#leftmain .mokuji .ttitle2 {
	background-image: url(/img/2.gif); 
}

#leftmain .mokuji .ttitle3 {
	background-image: url(/img/3.gif); 
}

#leftmain .mokuji .ttitle4 {
	background-image: url(/img/4.gif); 
}

#leftmain .mokuji .ttitle5 {
	background-image: url(/img/5.gif); 
}

#leftmain .mokuji .sirusi {
	background-image: url(../../img/sirusi.gif); 
}

/*-------------------------------------------------------------*/

#footer {
	clear: both;
	width:100%;
	background-color: #FF93c9;
}

#footer p {
	font-size: 0.8em;
	text-align: right;
	padding: 3px;
}

