/* CSS Document */

body  {
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 12px;
  text-align: left;
  text-valign: center;
  color: #333333;
  line-height: 1.3em;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
img{ border:0; }
a:link   { color:#333fff; text-decoration:none; }
a:visited{ color:#333fff; text-decoration:none; }
a:hover  { color:#ff6600; text-decoration: underline; }

#container {
  width: 750px;
  margin: 0 auto;
  border: 0px solid #666666;
}
#header {
  margin: 10px 0px 0px 0px;
  padding: 0;
} 
#header h1 {
  margin: 0;
  padding: 10px 0;
}
#mainContent {
  margin: 0px 0px 0px 200px;
  padding: 10px 0px 10px 0px;
} 
#mainContent h1 {
  margin: 0;
  font-size: 14px;
}
#sidebar1 {
  float: left;
  width: 190px;
  padding: 10px 0px 10px 0px;
}
.header_background {
	background-image: url(../images/bg_h_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 112px;
	width: 750px;
} 
.header_left {
	float: left;
	height: 104px;
	width: 361px;
	margin-top: 5px;
}
.header_right {
	float: right;
	width: 266px;
	height: 104px;
	margin-top: 5px;
}
.header_link {
	font-size: 13px;
	color: #FFF;
	padding-left: 15px;
	margin-top: 8px;
}
.header_navi {
	padding-top: 6px;
	clear: both;
	height: 44px;
	padding-left: 4px;
}
.header_navi_bt {
	font-size: 15px;
	color: #332423;
	text-align: center;
	float: left;
	height: 38px;
}
.tonext {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  color: #00AA00;
}
.tonext a:link{
  color:#0000FF;
  text-decoration: none;
  background-color: #fdfdfd;
  border-top: 0px inset #669966;
  border-right: 1px inset #669966;
  border-bottom: 1px inset #669966;
  border-left: 0px inset #000000;
}
.tonext a:visited{ color:#0000FF; text-decoration: none; }
.tonext a:hover{
  color:#FF6600;
  text-decoration: none;
  background-color: #fdfdfd;
  border-top: 1px inset #669966;
  border-right: 0px inset #669966;
  border-bottom: 0px inset #669966;
  border-left: 1px inset #000000;
}
.tonext a:active{ color:#333333; text-decoration: none; }

#footer {
  width: 750px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #019481;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
} 
#footer a:link{ color:#ffffff; }
#footer a:visited{ color:#ffffff; }
#footer a:hover{ color:#FF6600; text-decoration: underline; }
#footer a:active{ color:#ffffff; }

#footer2 {
  font-size: 12px;
  text-align: right;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #666666;
  margin: 0px 5px 0px 5px;
  padding: 0px 10px 10px 0px;
}

/* class for =link menu= */
.menu {
 padding: 0px 0px 5px 0px;
 margin: 0;
}
.menu a       { border: 0; display: block; cursor: pointer; }
.menu a:hover { border: 0; cursor: pointer; filter: Alpha(opacity=80, finishopacity=80, style=0); }

/* class for = service = */
.menu_srv {
  width: 190px;
  height: 30px;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../images/top_menu02.jpg);
  background-repeat: no-repeat;
  padding-top: 88px;
  padding-left: 46px;
}
.menu_srv a:link   { color:#333fff; text-decoration:none; }
.menu_srv a:visited{ color:#333fff; text-decoration:none; }
.menu_srv a:hover  { color:#ff6600; text-decoration: none; }

/* class for =link img= */
.link_img {
  width: 100%;
  height: 100px;
}
.link_img a:link {
  color: #0000ff;
  text-decoration: none;
  background-color: #ffcccc;
}
.link_img a:visited { color: #0000ff; }
.link_img A:active {  color: #0000ff; }
.link_img a:hover {
  color: #ff0000;
  background-color: #ffcccc;
  text-decoration: none;
}

/* class for =side link= */
.menu_side {
	font-weight: bold;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 30px;
	background-image: url(../images/menu_0.gif);
	background-repeat: no-repeat;
}
.menu_side a:link{ color:#555555; }
.menu_side a:visited{ color:#555555; }
.menu_side a:hover {
    color:#1188aa;
    text-decoration: none;
    background-color: #efefef;
    border-top: 0px inset #669966;
    border-right: 1px inset #669966;
    border-bottom: 1px inset #669966;
    border-left: 0px inset #000000;
    margin: 0px;
    padding: 4px 0px 0px 1px;
}
.menu_side a:active{ color:#555555; }

/* class for =item select open= */
.item_select {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align:top;
	padding-top: 8px;
	padding-left: 20px;
	background-image: url(../images/mark2.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
