﻿@charset "utf-8";

/* ブラウザスタイルの初期化 */

*{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: black;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  line-height: 1.6em; 
  }

/* body要素のスタイル */

body {
  background-color:#fff;
  }
h1{
	font-size:large;
	color:#990000;
	font-weight:bold;
	}
h2 {/*div#main h2*/
  padding: 0.3em 0.5em;
  padding-left:23px;
  width:600px;
  margin-bottom: 5px;
  background:url(newimage/h2_3.gif) no-repeat;
  color:#FFFFFF;
  font-weight: bold;
  clear:both;
  }
h2#top{/*div#main h2*/
  padding-left:23px;
  width:400px;
  margin-bottom: 5px;
  background:url(newimage/h2_2.gif) no-repeat;
  color:#FFFFFF;
  font-weight: bold;
  clear:both;
  }
p#h2{/*div#main h2*/
  padding: 0.3em 0.5em;
  padding-left:16px;
  margin-bottom: 5px;
  background-image:url(newimage/h2.gif);
  background-repeat:repeat-y;
  color: #333344;
  font-weight: bold;
  clear:both;
  }

p {
	margin:0 0 10px 0;
	}

li{
	margin-left:25px;
	}

p#bread{
	border-bottom:1px solid #6699AA;
	}
th{
	background:#EEEEFF;
	border:1px solid #CCCCCC;
	}
td{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
  
/* div#containerのスタイル */

div#container {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  background-color: white;
  padding: 0 17px 17px 17px;
  border: 1px solid #333333;
  }
  
 
/* div#headerのスタイル */

div#header { 
  width: 620px;
  height: 72px;
  /*text-indent:-9999px;*/
  background-image: url(newimage/topimage.gif);
  background-repeat:no-repeat;
  background-position:bottom;
  }

div#header h1 {
  font-size: 0.8em;
  color:#666666;
  }

/* div#topmenuのスタイル */

div#topmenu { 
  width: 620px;
  background-image:url(newimage/menubackground.gif);
  }

div#topmenu li{
  margin:0px;
  padding:0px;
  list-style: none;
  display: inline;
  }

div#topmenu img{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

div#topmenu img:hover{
	border-top:1px solid #FF0000;
	border-bottom:1px solid #000000;
}

/*div#wrapperのスタイル*/
div#wrapper{
	width:620px;
	}

 
 /* div#contentのスタイル */

div#content {
  float: none;
  width: 620px;
  font-size: small;
  }
  
div#content h3 {
  color: #0033CC;
  font-weight: bold;
  border-bottom: 1px dotted #036;
  margin-bottom: 5px;
  }

div#content p#bread a{
	text-decoration:none;
	}

div#content a:link {
  color: #0044DD;
  text-decoration:underline;
  }

div#content a:visited {
  color: #000066;
  text-decoration: underline; 
  }

div#content a:active {
  color: #0042BB;
  }

div#content a:hover {
color:#FF3300;
  }

div#content h2 a:link,
div#content h2 a:visited,
div#content h2 a:active{
  color: #333344;
  font-weight: bold;
}

div#content h2 a:hover{
  color: #993300;
}

div#w200_plan a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
 
/* div#mainのスタイル */

div#main {
  width: 620px;
  }

/* div#footerのスタイル */

div#footer {
  color:#535353;
  clear: both;
  width: 620px;
  /*background-color: #DDDDDD;*/
  background-image:url(images/bar.jpg);
  background-position:top;
  background-repeat:no-repeat;
  padding-top:15px;
  font-size: 0.8em;
  text-align: center;
  margin-top: 10px;
  }
span.footer{
	font-size:0.85em;
	}

/* div#footercompanyのスタイル */

div#footercompany{
  width: 620px;
  font-size: 0.7em;
  text-align: center;
  background-image:url(images/stb.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-top:5px;
  }

div#footercompany img{
  float: left;
  }
  
address {
	text-align:left;
	text-indent:80px;
}

/* その他の共通スタイル */
p.goto { text-align: right; }
p.gotop {
  text-align: right; 
  font-size: 0.7em;
  margin-bottom: 10px;
  }
.pl50
  {padding-left: 50px;
  }
.ml50_border
  {
  margin-left:50px;
  border:#333333 solid 1px;
  }

img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  }

img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  }

/* フォントスタイル */
.clearfloat{
  clear: both;
  }
.mt10 {
  margin-top:10px;
  }
.attention {
  color: #FF0000;
  font-weight: bold;
  }
.attention3 {
  font-weight: bold;
  }
.orange {
  color: #FF9900;
  }
.b_orange{
	color:#FF9900;
	font-weight:bold;
	}
.gray {
  color: #999999;
  }
.blue {
  color: #0066CC;
  }
.b_blue{
	color:#0000FF;
	font-weight:bold;
	}
.red{
	color:#FF0000;
	}
.b_red{
	color:#FF0000;
	font-weight:bold;
	}
.large{
	font-size:large;
	}
.bold{
	font-weight:bold;
	}

/* その他*/
#left {
	float: left;
}
#right{
	float:right;
	}
#clear{
	clear:both;
	}
ul {
	margin-bottom: 5px;
}
.surround{
	border:1px solid #CCCCFF;
	min-height:130px;
	margin-bottom:10px;
	}
.surround img#right{
	margin:2px;
	}
#spacer{
	height:10px;
	clear:both;
	}
#print{
	visibility:hidden;
	}