@charset "utf-8";
/* CSS Document */
/*■■■■■■■■■■■■■■■基本全体のボックス設定■■■■■■■■■■■■■■■*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4B4B4B;
	background-image: url(../images/layout/images/toumei-line.gif);
	height: 100%;
	background-color: #FFFFFF;
	font-size: 12px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
.red {
	color: #FF0000;
}
.white {color: #FFFFFF;}
#wrapper {
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main-wrapper {
	float: left;
	width: 800px;
	background-color: #FFFFFF;
}
#footer{
	float: left;
	width: 800px;
	background-image: url(../images/layout/images/footer_bg_02.jpg);
	background-repeat: no-repeat;
	height: 61px;
	text-align: center;
}
#footer p {
	margin-top: 20px;
}
#contents-body {
	float: left;
	width: 800px;
	background-image: url(../images/layout/images/contents_body_bg.jpg);
}
/*■■■■■■■■■■■■■■■基本全体のボックス設定ここまで■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■基本文字関連設定■■■■■■■■■■■■■■■*/
p {
	line-height: 1.5em;
	text-indent: 10px;
}
em {
	visibility: hidden;
}
.link {
	line-height: 26px;
}
.small {
	font-size: 11px;
}
.small-red {
	color: #e15d5d;
	font-size: 11px;
}

.red {
	font-weight: bolder;
	color: #e15d5d;
}
.slim-red {
	color: #e15d5d;
}
.blue {
	color: #8CD1FF;
}
.pex {
	padding-left: 50px;
}
.text-title {
	line-height: 20px;
	background-color: #F2F2F2;
	height: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	visibility: hidden;
	font-weight: normal;
	background-color: #1C782B;
}

h2 {
	line-height: 40px;
	color: #FFFFFF;
	text-indent: 30px;
	font-size: 14px;
}

h3 {
	font-size: 12px;
	line-height: 25px;
	background-image: url(../images/layout/images/contents_title_bg.jpg);
	height: 25px;
	width: 393px;
	color: #FFFFFF;
}
#g-title {
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(../images/layout/images/contents_title_bg.jpg);
	height: 25px;
	width: 396px;
	font-weight: bold;
	float: left;
}
#g-title-table {
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(../images/layout/images/contents_title_bg.jpg);
	height: 25px;
	width: 100%;
	font-weight: bold;
	float: left;
	text-indent: 5px;
	}

a:link	{
	color : #336b00;
	text-decoration : none;
}
a:visited	{
	color : #336b00;
	text-decoration : none;
}
a:active	{
	color : #336b00;
	text-decoration : none;
}
a:hover	{
	color : #FF9900;
	text-decoration : underline;
}
/*■■■■■■■■■■■■■■■基本文字関連設定ここまで■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■ヘッダー設定■■■■■■■■■■■■■■■*/
#header {
	float: left;
	width: 800px;

}
#header-h1 {
	float: left;
	width: 800px;
	height: 3px;
	background-color: #1A782A;
}
#wrapper #header #header-top {
	float: left;
	width: 800px;
	height: 106px;
}
#wrapper #header #header-bottom {
	float: left;
	width: 800px;
	background-image: url(../images/layout/images/header_bottom_02.jpg);
	background-repeat: no-repeat;
	height: 26px;
	text-align: right;
}
/*■■■■■■■■■■■■■■■ヘッダー設定ここまで■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■レフトボックス設定■■■■■■■■■■■■■■■*/
#left-box {
	float: left;
	width: 185px;
	margin: 0;
}
/*■■■■■■■■■■■■■■■レフトボックス設定ここまで■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■センターボックス設定■■■■■■■■■■■■■■■*/
#center-box {
	float: left;
	width: 424px;
	margin-top: 1px;
}
#banner-box {
	clear: both;
	float: left;
	width: 424px;
}

#banner-box ul li {
	margin-right: 5px;
	list-style-type: none;
	float: left;
}

#banner-box ul li.kinki {
	margin-top: 8px;
}

#banner-box img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/*■■■■■■■■■■■■■■■センターボックス設定ここまで■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■ライトボックス設定■■■■■■■■■■■■■■■*/
#right-box {
	float: left;
	width: 185px;
}
/*■■■■■■■■■■■■■■■ライトボックス設定ここまで■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■ダウンロードボックス■■■■■■■■■■■■■■■*/
#dl-box {
	float: left;
	width: 185px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#dl-menu {
	float: left;
	background-image: url(../images/layout/images/mem_download_33.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 185px;
}
#dl-menu a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#dl-menu a:hover {
	font-weight: bold;
	color: ##CC0000;
	text-decoration: underline;
}
/*■■■■■■■■■■■■■■■ダウンロードボックスここまで■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■メニューボックスボックス■■■■■■■■■■■■■■■*/
#home-bt {
	float: left;
	width: 185px;
	height: 36px;
}
#menu-box {
	float: left;
	width: 185px;
	background-image: url(../images/layout/images/menubg_gray_center_22.jpg);
}
#menu-title {
	float: left;
	width: 185px;
}
#menu-waku-top {
	float: left;
	height: 17px;
	width: 185px;
}
#menu-waku-center {
	width: 185px;
	float: left;
	height: 180px;
}
#menu-waku-center-ora {
	width: 185px;
	float: left;
}
#menu-waku-center ul {
	list-style-type: none;
}
#menu-waku-center li {
	text-indent: 25px;
	line-height: 15px;
	margin-bottom: 10px;
	background-image: url(../images/layout/images/green_arrow_37.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#menu-waku-center-ora ul {
	list-style-type: none;
}
#menu-waku-center-ora li {
	text-indent: 25px;
	line-height: 15px;
	margin-bottom: 10px;
	background-image: url(../images/layout/images/orange_arrow_59.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/*■■■■■■■■■■■■■■■メニューボックスボックスここまで■■■■■■■■■■■■■■■*/
#contents-box-table {
	float: left;
	width: 600px;
}
#center-box-table {
	float: left;
	width: 600px;
}

#moji {
	letter-spacing: 2px;
}
#moji2 {
	letter-spacing: 1px;
}


/* IE6用調整
*****************************************/
* html div#banner-box{
	margin-top: -10px;
}

* html #center-box {
	float: left;
}
