﻿* {
  margin: 0;
  padding: 0;
}

/* Body */
body { 
  line-height: 130%;
  font-size: 100%;
  font-family:"ＭＳゴシック",Osaka,sans-serif;
  background: #FFF;
  color: #333;
/*  background-position: center;
  background-attachment: fixed; */
}

#background {
  width: 822px;
/*  margin: 0 0 0 89px; */
  margin: 0 0 0 39px;
}

a {
  color: #06C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* List */
ul {
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* float */
.left {
  float: left;
}

.right {
  float: right;
}

a img {
  border: none;
}

.skip {
  display: none;
}

.breadcrumb {
  margin: 10px 0 0 10px;
  font-size: 80%;
  color: #06C;
}

.blue {
  color: #06C;
}




/*タイトル文字 */
#banner { 
	font-family: Verdana, Arial, sans-serif; 
} 

#banner h1 { 
  margin: 0 0 15px 0;
  text-align: left;
/*	font-size: 12px; */
  font-size: 100%;
  font-weight: normal; 
  line-height: 130%;
}	
#banner p {
  margin-bottom: 30px;
  font-weight: normal; 
}
#banner h2 { 
  margin: 0 0 15px 0;
  text-align: left;
  font-size: 100%;
  font-weight: normal; 
  line-height: 130%;
} 
#banner h3 { 
  margin: 10px 0 0 10px;
  font-weight: normal; 
  font-size:100%;

/*  color: #06C;*/
}

/*
		<div id="banner"><h2>
		</h2></div>
*/	


