*{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight:normal;
}
img,fieldset,table,table *{border:0;}
a:link{
	color: #009966;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color: #666666;
	text-decoration: none;
}
strong{font-weight:bold;}

/* ############################## general layout ############################## */

body {
	line-height: 1.6em;
	text-align: center;
	background: #98FB98;
	text-align:center;
	position: relative;
}
#wrap {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 10px solid #FFFFFF;
	background: #FFFFFF;
}
#content{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.wrap_left {
	width: 100%;
	height: auto;
	margin-right: -180px;
	float: left;
	background: #FFFFFF;
}
.wrap_left2{
	margin-right:180px;
	z-index:0;
}
.wrap_right,.wrap_right2 {
	float: right;
	background: #FFFF99;
	border: 1px solid #BEBEBE;
	width: 170px;
	z-index: 0;
}
.wrap_right2 {
	background: #FFFFDD;
}
.wrap_right2 ul {
	margin: 5px;
}
.wrap_right2 li {
	line-height: normal;
	border: 1px solid #999999;
	background-color: #FFECD9;
	margin-bottom: 5px;
	padding: 2px;
}

/* ######################### header ########################## */
#header{
	width: 100%;
	background-image: url(../img/head_photo.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: 360px 0px;
	border-top: 5px solid #00CC66;
}
#logo {
	float: left;
	margin: 0px;
}
#globalnavi {
	width: 100%;
	float: left;
	border-top: 1px solid #00CC66;
	border-left: 1px solid #00CC66;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00CC66;
	margin: 0px;
	padding: 0px;
}
#globalnavi ul,#globalnavi li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#globalnavi li{
	float: left;
	border-right: 1px solid #00CC66;
	padding: 0px 20px;
	white-space: nowrap;
}
#globalnavi li.right{
	float: right;
}
#globalnavi li.right2{
	float: right;
	border-left: 1px solid #00CC66;
}

/* ########################### Footer ############################## */

#address {
	width: 100%;
	text-align: center;
	border-top: 1px solid #00CC66;
	padding-top: 10px;
}
#copyright {
	background-color: #00CC66;
	text-align: center;
	width: 100%;
}

/* ################  Google CSE Search Box ################ */

#header form {
	float: right;
	margin-top: 5px;
}
#header form input {
	vertical-align: super;
}
#search {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ################  sub-menu ################ */

.sub-menu {
	width: 160px;
	margin: 5px;
	display: block;
}
.sub-menu li {
	list-style-type: none;
}

/* !!!!!!! pankuzu !!!!!!! */
.pankuzu {
	display: inline;
	width: 100%;
	margin-top: 5px;
	border-bottom: 1px solid #00CC66;
	margin-bottom: 10px;
	float: left;
	padding-left: 10px;
}

