/*01.全体の設定+++++++++++++++++++++++++++++++++++++++++*/
body {
	margin: 0;
	padding: 0;
	background: #EE0000;
	background-image: url(img/top_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	color:#ffffff;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

/*02.リンクの設定++++++++++++++++++++++++++++++++++++++++*/
a:link {
	color:#009933;
	text-decoration: none;
}
a:visited {
	color:#009933;
	text-decoration: none;
}
a:hover {
	color:#009933;
	text-decoration: underline;
}
a:active {
	color:#009933;
	text-decoration: none;
}

/*03.空白削除++++++++++++++++++++++++++++++++++++++++++++*/
form {
 margin: 0;
 padding: 0;
}
ul, ol, li {
 margin: 0;
 padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
}
p{
 margin: 0;
 padding: 0;
}

/*04.ボーダー非表示++++++++++++++++++++++++++++++++++++++*/
img {
 border:none;
}
table {
 border:none;
}

/*05.バグ回避++++++++++++++++++++++++++++++++++++++++++++*/
br {
 letter-spacing: normal;
}

/*06.フォントスタイルノーマル++++++++++++++++++++++++++++++++++++++++*/
address , em{
 font-style:normal;
}

/*07.基本の文字サイズ++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
	-webkit-text-size-adjust: none;
}
body {
 font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
 color: #ffffff;
 font-size: 16px;
}
.t0 {
 font-size: 120%;
 line-height: 100%;
 color: #583C30;
 font-weight: bold;
}
.t1 {
 font-size: 100%;
 line-height: 100%;
 color: #583C30;
}
.t2 {
 font-size:80%;
 line-height: 100%;
 color:#583C30;
}
.t3 {
 font-size: 100%;
 line-height: 100%;
 color: #EE0000;
}

/*08.トップページ++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#top_wrapper {
	margin: 0 auto 0px auto;
	height: 100%;
	width: 100%;
}
#top_tit0 {
	margin: 30px 20px 0 20px;
	padding: 20px 0 0 0;
	text-align: center;
}
#top_tit {
	margin: 0 20px 0 20px;
	padding: 10px 20px 0 20px;
	text-align: center;
}
#top_tit img {
	margin: 5px 0 10px 0;
}
#top_main {
	background-color: #ffffff;
	background: -moz-linear-gradient(top, #fff9f0, #ffeed3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff9f0), to(#ffeed3));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 20px 20px 20px;
	padding: 20px;
	text-align: center;
}
.top_button {
	width: 100%;
	height: 55px;
	margin: 0 0 10px 0;
	line-height: 55px;
	color: #583C30;
	text-decoration: none;
	font-size: 15px;
	font-family: helvetica, arial;
	font-weight: bold;
	display: block;
	text-align: center;
	position: relative;

	background: #ccbbaa;
	background: -moz-linear-gradient(top, #e3d9d4, #ffffff 30%, #ffffff 31%, #c2b1a8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e3d9d4), color-stop(.5, #ffffff), color-stop(.5, #ffffff), to(#c2b1a8)); 


	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	border: 1px solid #c2b1a8;
	border-top: 1px solid #c2b1a8;

	text-shadow: 1px 1px 1px black;

	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
}
.top_button a{
	display: block;
	height: 55px;
}
.top_button img{
	padding: 5px 0 0 0;
}
.top_button0 {
	width: 100%;
	height: 55px;
	text-align: center;
	clear: both;
	margin: 0 0 10px 0;
}

.top_bana01 {
	background-color: #583C30;
	margin: 20px 0;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-weight: bold;
}
.top_bana02 {
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	text-align: left;
	color: #583C30;
	font-weight: bold;
	border-bottom: medium;
	border-bottom-style: solid;
	border-bottom-color: #583C30;
}
.top_info {
	margin: 10px 0 25px 0;
	text-align: left;
}
#footmenu {
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 110%;
	color: #009933;
}
#footer {
	padding: 10px 0 0 0;
	text-align: center;
	color: #583C30;
}




