@charset "utf-8";
#wrap {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}

body,td,th {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "HGPｺﾞｼｯｸ", Osaka;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}
body {
	background-image: url(../images/slash.png);
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: none;
	color: #C33;
	background-color:#FBF8D5;
}

#sidebar {
	float: left;
	height: auto;
	width: 215px;
	background-color: #FFF;
	        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        background: #FFF;

}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

.logo {
	height: 160px;
	width: 210px;
	background-color: #FFF;
}

.menu {
	height: auto;
	width: 210px;

}

.main {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 585px;
}

.header {
	background-color: #FFF;
	height: 160px;
	width: 583px;
}

#content {
	height: auto;
	width: 568px;
	padding-left: 15px;
}

h2 {
	background-image: url(images/tb4.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 300px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

#footer {
	background-color: #FFF;
	clear: both;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 25px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #CCC;
	height: 20px;
	margin-top: 50px;
	font-size: 12px;
}
.comp {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 2px;
	margin-top: 7px;
	background-color: #CCC;
}

h1 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "HGPｺﾞｼｯｸ", Osaka;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	background-image: url(../images/back2.png);
	height: 26px;
	padding-top: 10px;
	border: 1px solid #999;
	padding-left: 5px;
}

h3 {
	font-family: "Trebuchet MS", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	width: 250px;
	border: 1px solid #666;
}


