/** ページ全体の決め事 **/
body{
margin: 0px;
padding: 0px;
top: 0px;
bottom: 0px;
}

/** header 部 **/
h1{
font-size: 0.8em;
color: #333333;
font-weight: normal;
margin: 0px;
padding: 0px;
}

h2.head_image {
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 800px;
	background-image: url('../images/headbanner.jpg');
	background-repeat: no-repeat;
	display: block;
}

h2.head_image2 {
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 620px;
	background-image: url('../images/headbanner2.jpg');
	background-repeat: no-repeat;
	display: block;
}
/** body 部 **/
.btn01{
font-size: 1.2em;
color: #000000;
font-weight: bolder;
text-decoration: none;
text-align: left;
margin: 0px;
padding: 5px 0px 0px 20px;
border-width: 0px;
border-style: none;
height: 25px;
width: 160px;
display: block;
}

.btn02 a{
color: #000000;
font-weight: bolder;
text-decoration: none;
margin: 0px;
padding: 0px;
border-width: 0px;
border-style: none;
}

.btn02 a:hover{
color: #FF0066;
font-weight: bolder;
text-decoration: underline;
margin: 0px;
padding: 0px;
border-width: 0px;
border-style: none;
}

a {
color: #000000;
}

a:hover {
color: #FF0066;
}

a img {
text-decoration: none;
margin: 0px;
padding: 0px;
border-width: 0px;
border-style: none;
}

.ttl01{
font-size: 1.1em;
font-weight: bold;
margin: 0px;
padding: 0px;
}

.main {
font-size: 10pt;
color: #333333;
line-height: 150%;
margin: 0px auto;
padding: 0px;
border-width: 1px;
border-color: #999999;
border-style: solid;
width: 800px;
display: block;
}

.main2 {
font-size: 10pt;
color: #333333;
line-height: 150%;
margin: 0px auto;
padding: 0px;
border-width: 1px;
border-color: #999999;
border-style: solid;
width: 610px;
display: block;
}

.kanko img{
margin: 0px;
padding: 0px;
border-width: 1px;
border-color: #999999;
border-style: solid;
}

.icon img{
margin: 0px;
padding: 0px;
}

.sisetu {
font-size: 1.5em;
color: #333333;
font-weight: bold;
margin: 0px;
padding: 5px 0px 0px 35px;
height: 25px;
width: 575px;
display: block;
}

.link_moji a{
color: #333333;
text-decoration: none;
margin: 0px;
padding: 0px;
}

.link_moji a:hover{
color: #FF0066;
text-decoration: underline;
margin: 0px;
padding: 0px;
}

.barri {
margin: 0px;
padding: 0px;
background-image: url('../images/barri02.jpg');
background-repeat: repeat-y;
background-position: center center;
display: block;
}

.midasi_r{
font-size: 1.2em;
font-weight: bold;
padding-top: 3px;
padding-left: 10px;
height: 22px;
width: 198px;
background-image: url('../images/midasi_r.jpg');
background-repeat: no-repeat;
background-position: center center;
display: block;
}

.midasi_m{
margin: 0px;
padding: 15px 0px 0px 500px;
height: 15px;
width: 100px;
background-image: url('../images/midasi_m.jpg');
background-repeat: no-repeat;
background-position: center center;
display: block;
}

/** footer 部 **/
.foot{
margin: 0px;
padding: 10px 0px;
border-top-width: 1px;
border-top-color: #999999;
border-top-style: solid;
width: 800px;
background-image: url('../images/footer.jpg');
background-repeat: no-repeat;
background-position: center center;
display: block;
}

.foot2{
margin: 0px;
padding: 10px 0px;
border-top-width: 1px;
border-top-color: #999999;
border-top-style: solid;
width: 620px;
background-image: url('../images/footer.jpg');
background-repeat: no-repeat;
background-position: center center;
display: block;
}

.foot a{
color: #333333;
text-decoration: none;
margin: 0px;
padding: 0px;
}

.foot a:hover{
color: #FF0066;
text-decoration: underline;
margin: 0px;
padding: 0px;
}