﻿@charset "utf-8";

h1,h2,h3,h4,p {
	margin: 0;				   
}


  
body {
	margin-top: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-color: #ffffff;
	line-height: 1.7;
	margin: 0 0;
	font-size: medium;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
}

IMG {
	border:0px;
	}


.style1 {
	font-weight: bold;
	color: #FF00FF;}

.style2 {font-size: 70%}
.style3 {color: #FF0000}

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}



  
#outline {
	width: 720px;
	border: 0px;
	margin: 0 auto;
}



#header {
	background-image: url(header.gif);
	border: 0px;
	height: 50px;
	width: 720px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#title {
	width: 720px;
	border: 0px;
	margin: 0 auto;
	height: 230px;
	background-image: url(title.gif);
	background-repeat: no-repeat;
}
	

#text01 {
	background-image: url(text01.gif);
	border: 0px;
	height: 110px;
	width: 720px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#box{
	width: 500px;
	border: 0px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
} 

#boxtop{
	width: 500px;
	height: 20px;
	border: 0px;
	margin: 0 auto;
	background-image: url(boxtop.gif);
	background-repeat: no-repeat;
} 

#boxmid{
	width: 450px;
	border: 0px;
	margin: 0 auto;
	font-size: 80%;
	text-align: center;
	color: #333333;
} 

#boxq{
	width: 400px;
	border: 0px;
	margin: 0 auto;
	font-size: 80%;
	text-align: left;
	color: #333333;
} 

#boxbottom{
	width: 500px;
	height: 40px;
	border: 0px;
	margin: 0 auto;
	background-image: url(boxbottom.gif);
	background-repeat: no-repeat;
} 

#footer {
	width: 720px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 50px;
}

html .mybuggyelement { height: 1%; }

.clear {clear: both;}
 

