﻿* {
	padding: 0px;
	margin: 0px;
} 

* {
	font-family: "メイリオ",sans-serif;
}


body{
        background-image:url(img/bglogo4.gif);
        background-attachment:fixed;
}

#sitebox {
	border-style: solid;
	border-width: 0px;
	width: 100%;
}

#toptitle {
	height: 80px;
	padding: 20px;
	background-color: #00cc00;
}

.topdiscription {
	text-align: center;
	font-size: 16px;
}

#contentsbox {
	width: 1008px;
	margin: auto;
}

#menu {
	width: 280px;
	font-size: 13px;
	line-height: 2.5;
	vertical-align: top;
}

#menubox {
	margin-top: 30px;
}

#topgoogle {
	padding-top: 20px;
	margin: auto;
}

.contents {
	font-family: "メイリオ";
	font-size: 16px;
	color: #330000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.8
}

#footer {
	width: 100%;
	height: 70px;
	background-color: #00cc00;
	color: #330000;
	margin: auto;
}

.footerUp {
	font-size: 16px;
	color: #330000;
	font-weight: 600;
	text-align: center;
}

.footerDown {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #330000;
	font-weight: 600;
	text-align: center;
}


h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	line-height: 1.2
}

h2 {
	font-size: 26px; 
	font-family: Comic Sans MS;
	color: #000099;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	line-height: 2.4
}

hr {
	border-color: #66cc99;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-width: 2px;
	margin-left: 5px;
	margin-right: 5px;
}