/* =============================================================
　■□■ 1. 基本設定 ■□■
============================================================= */

body {
	background-color: #eeeeee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/001/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

.space-2 {
	padding-top: 2px;
}

.space-4 {
	padding-top: 4px;
}

.space-6 {
	padding-top: 6px;
}

.space-10 {
	padding-top: 10px;
}

.space-16 {
	padding-top: 16px;
}

.space-20 {
	padding-top: 20px;
}

.space-26 {
	padding-top: 26px;
}

.space-30 {
	padding-top: 30px;
}




#wrapper {
	position: absolute;
	width: 800px;
	height: auto;
	left:50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;

}

/* =============================================================
　■□■ 2. ヘッダ設定 ■□■
============================================================= */

/* ヘッダ設定 */

#header-left {
	float: left;
	width : 220px;
	height : 80px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header-primary {
	float: left;
	width : auto;
	margin: 0px;
	padding: 0px;
}


#header-right {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}



/* ヘッダバー　右側部分  */

#header-txt-01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	height: 20px;
	width: auto;
	text-align: right;
	vertical-align: middle;
	line-height: 1.8em;
}

#header-txt-01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-txt-01 li {
	float: right;
	margin: 0;
	padding: 0;
}

#header-txt-01 a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#header-txt-01 a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#header-txt-01 a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	padding-bottom: 2px;
}


/* =============================================================
　■□■ 3. メニュータブ ■□■
============================================================= */

/* 基本設定 */

#tab {
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	height: 31px;
	width: 100%;
	top: 90px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/001/tab_back.gif);
	background-repeat: repeat-y;
	background-position: 2px center;
}

#tab ul {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#tab li {
	float: left;
	margin: 0;
	width: 128px;
	padding: 0px;
}

#tab li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height: /**/ :31px;
	padding-top: 31px;
	background-image : url(../images/001/tab_menu.gif);
	color: #FFFFFF;
}

/* OFFマウス時 */

#tab01 a { background-position: -18px	0; }
#tab02 a { background-position: -146px	0; }
#tab03 a { background-position: -274px	0; }
#tab04 a { background-position: -402px	0; }
#tab05 a { background-position: -530px	0; }
#tab06 a { background-position: -658px	0; }

/* ONマウス時 */

#tab01 a:hover { background-position: -18px		-31px; }
#tab02 a:hover { background-position: -146px	-31px; }
#tab03 a:hover { background-position: -274px	-31px; }
#tab04 a:hover { background-position: -402px	-31px; }
#tab05 a:hover { background-position: -530px	-31px; }
#tab06 a:hover { background-position: -658px	-31px; }


/* =============================================================
　■□■ 4. 本文 ■□■
============================================================= */

/* 本文設定 */


#main-left {
	float: left;
	width : 200px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#main-right {
	float: right;
	width: 586px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/* =============================================================
　■□■ 4-1. 左カラム ■□■
============================================================= */

.box-top {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b7e07c;
	border-right-color: #b7e07c;
	border-bottom-color: #b7e07c;
	border-left-color: #b7e07c;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	height: 24px;
	line-height: 2em;
	vertical-align: middle;
	width: 150px;
	padding-left: 30px;
	background-image: url(../images/001/icon_box.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.box-primary {
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7e07c;
	border-bottom-color: #b7e07c;
	border-left-color: #b7e07c;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	height: 24px;
	line-height: 2em;
	vertical-align: middle;
	width: 150px;
	padding-left: 30px;
	background-image: url(../images/001/icon_box.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.box-bottom {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7e07c;
	border-bottom-color: #b7e07c;
	border-left-color: #b7e07c;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	height: 24px;
	line-height: 2em;
	vertical-align: middle;
	width: 150px;
	padding-left: 30px;
	background-image: url(../images/001/icon_box.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.line-green01{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #82b932;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #82b932;
	height: 30px;
	width: 180px;
	line-height: 2.0em;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.line-green02{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #82b932;
	line-height: 1.8em;
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* =============================================================
　■□■ 4-2. 右カラム ■□■
============================================================= */

.titlebar {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	text-align: left;
	height: 28px;
	line-height: 2.0em;
	width: 531px;
	padding-left: 20px;
	background-image: url(../images/001/back_infobar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #666666;
	margin-left: 20px;
}

.listview {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	height: 26px;
	line-height: 1.4em;
	width: auto;
	padding-left: 40px;
	background-image: url(../images/001/icon_attantion.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	color: #666666;
	margin-left: 20px;
}

.box {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	width: auto;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
}

/* =============================================================
　■□■ 5. フッター ■□■
============================================================= */

#footer01 {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 60px;
	width: auto;

}

#footer-txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 2.0em;
	padding-left: 10px;
}

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

#footer-txt li {
	float: left;
	margin: 0;
	padding: 0;
}

#footer-txt a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#footer-txt a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#footer-txt a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	padding-bottom: 2px;
}

#footer-txt02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: 94%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.8em;
	padding: 10px;
	background-color: #e6e6e6;
	margin-left: 10px;
}


