@charset "UTF-8";
/* CSS Document */
* {
    margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a {
    text-decoration: none;
}
body {
	text-align: center;
	background-image: url(img/back01.gif);
	background-repeat: repeat;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, "Osaka−等幅", Arial, sans-serif, Helvetica,"メイリオ",;
	font-size: 12px;
	color: #000000;
	background-position: center;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	padding-left: 45px;
	letter-spacing: 0.2em;
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
.cle {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/*----------------------------------------------------
	本構成
----------------------------------------------------*/
#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#chach {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 15px;
	background-color: #006600;
	line-height: 15px;
	letter-spacing: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#top {
	height: 200px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	background-image: url(img/top.jpg);
	text-indent: -8888px;
}
#top ul {
	list-style-type: none;
}
#top li {
	display: inline;
}
#menu {
	padding: 0px;
	height: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #006600;
	line-height: 20px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFCC33;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
}
#frame {
    zoom: 100%;  
}
#frame:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}
#main {
	width: 690px;
	float: right;
	padding-left: 10px;
}
#side {
	width: 200px;
	float: left;
	margin-bottom: 100px;
	margin-top: 0px;
}
#bottom_ue {
	clear: both;
	padding-left: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	font-size: 11px;
	padding-bottom: 2px;
}
#bottom_ue a {
	color: #666666;
}
#bottom_ue a:hover {
	color: #FF6699;
}
#bottom {
	background-image: url(img/bottom01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #006600;
}
.side01 {
	color: #FFFFFF;
	line-height: 36px;
	height: 36px;
	margin-left: 5px;
	font-size: 18px;
	background-image: url(img/side01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -8888px;
}
.side02 {
	margin-left: 5px;
	background-image: url(img/side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	line-height: 35px;
	color: #666666;
	text-indent: 40px;
	font-size: 12px;
}
.side02 a {
	color: #666666;
	background-position: 0px 0px;
	background-image: url(img/side.jpg);
	background-repeat: no-repeat;
	display: block;
}
.side02 a:hover {
	color: #00CC33;
	background-position: 0px -35px;
	background-image: url(img/side.jpg);
	background-repeat: no-repeat;
}
.side03 {
	background-image: url(img/side03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.side04 {
	color: #FFFFFF;
	line-height: 36px;
	height: 36px;
	margin-left: 5px;
	font-size: 18px;
	background-image: url(img/side04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -8888px;
}
.side05 {
	margin-left: 5px;
	background-image: url(img/side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	line-height: 35px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.side06 {
	margin-left: 5px;
	line-height: 35px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}



/*----------------------------------------------------
	文字色
----------------------------------------------------*/
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red01 {
	color: #FF0000;
}
.red02 {
	color: #FF0033;
}
.red03 {
	color: #CC0000;
}
.gry01 {
	color: #333333;
}
.gry02 {
	color: #666666;
}
.gry03 {
	color: #999999;
}
.blue01 {
	color: #0000FF;
}
.blue02 {
	color: #000066;
}
.blue03 {
	color: #0066FF;
}
.green01 {
	color: #009900;
}
.pink01 {
	color: #FF3399;
}
.pink02 {
	color: #FF6699;
}
.orange01 {
	color: #FF6600;
}


/*----------------------------------------------------
	文字サイズ
----------------------------------------------------*/
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size13 {
	font-size: 13px;
}
.size14 {
	font-size: 14px;
}
