@charset "UTF-8";
/* CSS Document */

/* 基本構成： */
* {
    margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, "Osaka−等幅", Arial, sans-serif, Helvetica;
	background-color: #000000;
}
#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
}
#chach {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	background-color: #3C3C3C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.line {
	height: 30px;
	line-height: 25px;
	color: #000000;
	background-color: #000000;
}
#top {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 350px;
	text-indent: -8888px;
}
.menu {
	margin-top: 5px;
	margin-bottom: 5px;
}
#bottom {
	height: 30px;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 30px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

/* HOME： */
.daimei {
	background-image: url(img/daimei.gif);
	height: 40px;
	background-repeat: no-repeat;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 60px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
}
.da-nai {
	margin-top: 20px;
	line-height: 40px;
	font-size: 13px;
	margin-bottom: 40px;
	background-color: #F4F4F6;
	padding: 50px;
}
#naka2 {
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 35px;
	font-size: 12px;
	color: #FFFFFF;
}
#kiwame {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 30px;
	background-image: url(img/haert.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	font-weight: bold;
	color: #FF6600;
	padding-bottom: 40px;
}
.da-nai p {
	margin-top: 15px;
	margin-bottom: 15px;
}
#naka2 p {
	margin-top: 15px;
	margin-bottom: 15px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #FF6600;
	line-height: 30px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.m-top {
	background-image: url(img/mokuji_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 60px;
	padding-top: 15px;
	padding-left: 20px;
	color: #FFCC00;
	font-weight: bold;
	font-size: 140%;
}
.m-naka {
	background-image: url(img/mokuji_02.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-right: 60px;
	margin-left: 60px;
	padding-left: 45px;
	padding-right: 30px;
	line-height: 24px;
}
.m-naka p {
	margin-bottom: 10px;
}
.m-bottom {
	background-image: url(img/mokuji_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	margin-right: 60px;
	margin-bottom: 40px;
	margin-left: 60px;
}
.moushi {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}

/* 色： */
.green {
	color: #009900;
}
.gree2 {
	color: #006600;
}
.gr {
	color: #666666;
}
.red {
	color: #FF0000;
}
.ornge {
	color: #FF9900;
}
.back-yellow {
	background-color: #FFFF00;
}

/* サイズ： */
.small {
	font-size: 90%;
}
.small2 {
	font-size: 80%;
}
.big {
	font-size: 18px;
	font-weight: bold;
}
.bigred {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.big2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.small3 {
	font-size: 70%;
}
.unei {
	text-align: center;
	font-size: 12px;
	color: #666666;
	height: 20px;
	line-height: 20px;
	padding-top: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#linkcode a {
	font-size: 8px;
	color: #0d0015;
	text-decoration: none;
}
