/* ZERO Templates Option Style  */

@charset "utf-8";
body {
	text-align: left;
	font-size: smaller;
	margin: 0px;
	padding: 0px;
}
.line150 {
	line-height: 1.5em;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_t25 {
	margin-top: 25px;
}

.margin_t5 {
	margin-top: 5px;
}
.margin_b5 {
	margin-bottom: 5px;
}
td.side {
	background-color: #FFFFFF;
	padding: 0px;
	width: 215px;
}
td.main {
	line-height: 1.5em;
	width: 575px;
	padding-left: 15px;
}
* {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box1 {
	background-color: #C9E9FF;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #0033CC;
	width: 337px;
}

.box2 {
	border: 1px solid #CCCCCC;
	width: 215px;
}

.font_bb {
	font-size: 1.1em;
	font-weight: bold;
}
.font_bbr {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}
h1 {
	font-size: 11px;
	background-color: #89A830;
	padding: 5px;
	font-weight: normal;
}


h3 {
	font-size: 1.1em;
	padding: 5px;
	font-weight: bold;
}
.footermenu {
	line-height: normal;
	background-color: #89A830;
	text-align: center;
	padding: 5px;
}
#copyright {
	font-size: 11px;
	color: #999999;
	padding-top: 8px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #000000;
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
}
.static a:hover {
	position: relative;
	left: 0px;
	top: 0px;
}
table.t1 {
	border-collapse:collapse;
	line-height: normal;
}
td.td1,th.td1 {
	padding: 5px;
	border: 1px solid #0033CC;
}
td.td2,th.td2 {
	padding: 5px;
	border: 1px solid #0033CC;
	background-color: #FEFF99;
}

/***  グローバルナビ ***/
#globalnavi{
	margin: 0;
	padding: 0;
	background-color: #89A830;
	text-align: center;
	height: 33px;
	width: 800px;
}
#globalnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#globalnavi li{
	float: left;
	margin: 0;
	padding: 0;
	max-width:200px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}

#globalnavi a{
	text-align: center;
	display:block;
	background-color: #89A830;
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	overflow: hidden;
	margin: 0px;
}

#globalnavi a:hover{
	background-color: #B1C63C;
	color: #990000;
	text-decoration: none;
}
#globalnavi a.here{
	background-color: #003300;
}

a.link {
	background-image: url(images/ico_link.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	height: 1.4em;
	visibility: visible;
}
a.link:hover {
	background-image: url(images/ico_link_f2.gif);
}

div#sidemenu {
	background-repeat: repeat-y;
	width: 200px;
	padding-right: 10px;
	padding-left: 5px;
	margin-left: 0px;
}
ul#sidemenu-entry {
	margin: 5px;
	padding-left: 20px;
	list-style: none;
}
ul#sidemenu-entry li {
	padding-right: 0px;
	padding-left: 15px;
	background: url(images/ico_link_s.gif) no-repeat ;
}


