/* global */

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 80%;
  color: #444;
}

/* board */

#board{
	height: 150px;
	margin-bottom: 20px;
	background-image: url(image/board.gif);
	background-repeat: repeat-x;
}

#board h1{
	font-size: 85%;
	color: #198EF7;
	border: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* logo */

#logo {
	width: 766px;
	position: relative;
	left: auto;
	top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	right: auto;
	bottom: 0px;
}
#logo img {
	float: left;
}
#tel img {
	float: right;
	height: auto;
	width: 210px;
	margin-top: 10px;
}


/* title */

#title{
	width: 766px;
	height: 220px;
	background: url(images/title.png) repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* background */

#bg_img{
	width: 780px;
	margin: 0 auto 0 auto;
	background-image: url(image/bg.png);
	background-repeat: repeat-y;
}

#bg_col{
	width: 766px;
	background-color: #FFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* menu */

#menu{
  width: 766px;
  height: 30px;
  margin: 0 auto 0 auto;
}

#menu ul{margin: 0px auto 0px auto;} 

#menu li{
  float: left; 
  width: 126.5px;
  list-style: none;
  margin-left: 1px;
} 

#menu li a{
  display: block;
  text-decoration: none;
  background-color: #198EF7;
  color: #FFF;
  padding: 8px 0 5px 0;
  text-align: center;
}

#menu li a:hover{
  background-color: #0066FF;
  color: #0000FF;
} 

/* content */

#content{
  width: 766px;
  margin: 0 auto 0 auto;
  background-color: #FFF;
  clear: both;
}

/* nav */

#nav{
  float: left;
  width: 180px;
  padding: 10px;
}

#nav_top{
	background-image: url(image/nav_top.gif);
	background-repeat: no-repeat;
}
#nav_body{
	background-image: url(image/nav_body.gif);
	background-repeat: repeat-y;
}
#nav_bottom{
	background-image: url(image/nav_bottom.gif);
	background-repeat: no-repeat;
}
#nav_top,#nav_bottom{
	height: 15px;
}

#nav img{margin: 1px 10px 0 10px;}

/* main*/

#main{
	float: right;
	width: 546px;
	padding: 10px;
	text-align: left;
	margin: 0px;
	background-color: #FFFFFF;
}
#enter {
	height: auto;
	width: auto;
}


/* image */

img{border: 0px;}

.left{
  float: left; 
  padding: 0 20px 20px 0;
}

.right{
  float: right; 
  padding: 0 0 20px 20px;
}

.center{
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* index */

h1{
	margin-bottom: 15px;
	border-bottom: #666 1px solid;
	font-size: 110%;
	font-weight:normal;
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

h2{margin-top: 50px;}

h2.top{margin:0;}
h3 {
	color: #FFFFFF;
	background-color: #198EF7;
	font-size: 10px;
}


h2,h2.top{
	margin-bottom:15px;
	border-bottom: #666 1px solid;
	color: #333333;
	background-color: #F0F0F0;
	font-size: 12px;
}

/* text */

p{
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.orange{color: #000099;}

.orange2{
  background: url(images/orange.gif) no-repeat left center;
  padding: 2px 0 0 15px;
}

/* link */

a{
  text-decoration: none;
  color: #e24a00;
}

a:hover{text-decoration: underline;}

/* unordered list */

ul{
  margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li{
  list-style-type: square;
  margin-bottom: 11px; 
  padding: 0px;
}

/* ordered list */

ol{
  margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li{
  margin-bottom: 11px; 
  padding: 0px;
}

/* scroll box */

.scr {
    width: 524px;
    height: 110px;
	padding: 0 10px 10px 10px;
    overflow: scroll;
    border: 1px #C0C0C0 dotted;
}

/* footer */

#footer{
	width: 766px;
	height: 60px;
	margin: 0 auto 0 auto;
	padding-top: 8px;
	font-size: 90%;
	text-align: center;
	clear: both;
	background-image: url(image/footer.gif);
	background-repeat: repeat-y;
}

#footer a{
  text-decoration: none;
  color: #FFF;
}

#footer a:hover{text-decoration: underline;}

/* clear */

.clear{clear: both;}
.mailform {
	font-size: 10px;
}

