/*=====================================================================
general
=====================================================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body { 
	background: transparent url(../images/bg_body.gif) repeat-x left top;
	
	word-break: break-all;
    font-family: "Lucida Grande", "MS ゴシック", Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px !important;
	font-size: 80%;
	line-height: 1.4;
	color:#333333;
}

body ul {
	list-style-type: none;

}

body img {
	border: none;
}

body a {
	border: none;
	text-decoration:underline;
	color:#006699;
}
body a:hover {
	text-decoration:underline;
	color:#FF9933;
}


#container {
	width:810px;
	margin:0 auto;
}






/*=====================================================================
header
=====================================================================*/

#header {
	background:transparent url(../images/bg_header.gif) no-repeat left top;
	width:810px;
	height:125px;
}
#header-inner {
	width:760px;
	height:77px;
	
	margin:0 auto;
	
	position:relative;
}
#logo  {
	background:transparent url(../images/logo_4dm.gif) no-repeat left top;
	width:313px;
	height:36px;
	font-size:1px;
	text-indent:-9600px;
	
	position:absolute;
	bottom:15px;
	left:0;
}
#logo a {
	display:block;
	width:313px;
	height:36px;
}

#navigation-sub {
	position:absolute;
	bottom:20px;
	right:0px;
}





/*
navigation
---------------------------------------------------------------------*/

#navigation {
position: relative;
	width:760px;
	height:48px;
	margin:0 auto;
}
#navigation li {
	float: left;
	width: 152px;
	height: 48px;	
}
#navigation a {
	width: 152px;
	height: 48px;
	display: block;
	text-indent: -6000px;
}


#n01 a {background:transparent url(../images/navigation.gif) no-repeat 0 0  ;}
#n02 a {background:transparent url(../images/navigation.gif) no-repeat -152px 0 ;}
#n03 a {background:transparent url(../images/navigation.gif) no-repeat -304px 0 ;}
#n04 a {background:transparent url(../images/navigation.gif) no-repeat -456px 0 ;}
#n05 a {background:transparent url(../images/navigation.gif) no-repeat -608px 0 ;}

#n01 a:hover {background:transparent url(../images/navigation.gif) no-repeat 0 -48px ;}
#n02 a:hover {background:transparent url(../images/navigation.gif) no-repeat -152px -48px ;}
#n03 a:hover {background:transparent url(../images/navigation.gif) no-repeat -304px -48px ;}
#n04 a:hover {background:transparent url(../images/navigation.gif) no-repeat -456px -48px ;}
#n05 a:hover {background:transparent url(../images/navigation.gif) no-repeat -608px -48px ;}

#n01h a {background:transparent url(../images/navigation.gif) no-repeat 0 -48px ;}
#n02h a {background:transparent url(../images/navigation.gif) no-repeat -152px -48px ;}
#n03h a {background:transparent url(../images/navigation.gif) no-repeat -304px -48px ;}
#n04h a {background:transparent url(../images/navigation.gif) no-repeat -456px -48px ;}
#n05h a {background:transparent url(../images/navigation.gif) no-repeat -608px -48px ;}


#navigation2 {
	position: absolute; 
	top: 48px; 
	left:1px;
	width:511px;
	height:25px;
	margin:0 auto;
	background:transparent
}
#navigation2 li {
	float: left;
	width: 255px;
	height: 25px;	
}
#navigation2 a {
	width: 255px;
	height: 25px;
	display: block;
	text-indent: -6000px;
}

#n02_1 a {background:transparent url(../images/navigation2.gif) no-repeat 0 0  ;}
#n02_2 a {background:transparent url(../images/navigation2.gif) no-repeat -253px 0;}
#n02_3 a {background:transparent url(../images/navigation2.gif) no-repeat -506px 0;}


#n02_1 a:hover {background:transparent url(../images/navigation2.gif) no-repeat 0 -25px ;}
#n02_2 a:hover {background:transparent url(../images/navigation2.gif) no-repeat -253px -25px ;}
#n02_3 a:hover {background:transparent url(../images/navigation2.gif) no-repeat -506px -25px ;}


#n02_1h a {background:transparent url(../images/navigation2.gif) no-repeat 0 -25px ;}
#n02_2h a {background:transparent url(../images/navigation2.gif) no-repeat -253px -25px ;}
#n02_3h a {background:transparent url(../images/navigation2.gif) no-repeat -508px -25px ;}



#navigation2_1 {
	position: absolute;  
	left:2px;
	width:255px;
	height:25px;
	margin:0 auto;
}
#navigation2_1 li {

	width: 127px;
	height: 25px;	
}
#navigation2_1 a {
	width: 127px;
	height: 25px;
	display: block;
	text-indent: -6000px;
}

#n02_1_1 a {background:transparent url(../images/navigation2_1.gif) no-repeat 0px 0px ;}
#n02_1_2 a {background:transparent url(../images/navigation2_1.gif) no-repeat -127px 0px ;}

#n02_1_1 a:hover {background:transparent url(../images/navigation2_1.gif) no-repeat 0px -25px ;}
#n02_1_2 a:hover {background:transparent url(../images/navigation2_1.gif) no-repeat -127px -25px ;}

#n02_1_1h a {background:transparent url(../images/navigation2_1.gif) no-repeat 0px -25px ;}
#n02_1_2h a {background:transparent url(../images/navigation2_1.gif) no-repeat -127px -25px ;}

#navigation2_2 {
	position: absolute;  
	left:256px;
	width:255px;
	height:25px;
	margin:0 auto;
}
#navigation2_2 li {
	/*float: left;*/
	width: 127px;
	height: 25px;	
}
#navigation2_2 a {
	width: 127px;
	height: 25px;
	display: block;
	text-indent: -6000px;
}

#n02_2_1 a {background:transparent url(../images/navigation2_1.gif) no-repeat 0px 0px ;}
#n02_2_2 a {background:transparent url(../images/navigation2_1.gif) no-repeat -127px 0px ;}

#n02_2_1 a:hover {background:transparent url(../images/navigation2_1.gif) no-repeat 0px -25px ;}
#n02_2_2 a:hover {background:transparent url(../images/navigation2_1.gif) no-repeat -127px -25px ;}

#n02_2_1h a {background:transparent url(../images/navigation2_1.gif) no-repeat 0px -25px ;}
/*#n02_2_2h a {background:transparent url(../images/navigation2_1.gif) no-repeat -127px -25px ;}*/
#n02_2_2h a {background:transparent url(../images/navigation2_1.gif) no-repeat -0px -25px ;}

#navigation2_3 {
	position: absolute;  
	left:510px;
	width:251px;
	height:25px;
	margin:0 auto;
}
#navigation2_3 li {
	/*float: left;*/
	width: 124px;
	height: 25px;	
}
#navigation2_3 a {
	width: 124px;
	height: 25px;
	display: block;
	text-indent: -6000px;
}

#n02_3_1 a {background:transparent url(../images/navigation2_3.gif) no-repeat 0px 0px ;}
#n02_3_2 a {background:transparent url(../images/navigation2_3.gif) no-repeat -125px 0px ;}

#n02_3_1 a:hover {background:transparent url(../images/navigation2_3.gif) no-repeat 0px -25px ;}
#n02_3_2 a:hover {background:transparent url(../images/navigation2_3.gif) no-repeat -125px -24px ;}

#n02_3_1h a {background:transparent url(../images/navigation2_3.gif) no-repeat 0px -25px ;}
#n02_3_2h a {background:transparent url(../images/navigation2_3.gif) no-repeat -125px -25px ;}

#n02_1_1h {background:transparent url(../images/navigation2_1.gif) no-repeat 0px -25px ;text-indent: -6000px;}
#n02_1_2h {background:transparent url(../images/navigation2_1.gif) no-repeat -127px -25px ;text-indent: -6000px;}
#n02_2_1h {background:transparent url(../images/navigation2_1.gif) no-repeat 0px -25px ;text-indent: -6000px;}
#n02_2_2h {background:transparent url(../images/navigation2_1.gif) no-repeat -127px -25px ;text-indent: -6000px;}
#n02_3_1h {background:transparent url(../images/navigation2_3.gif) no-repeat 0px -25px ;text-indent: -6000px;}
#n02_3_2h {background:transparent url(../images/navigation2_3.gif) no-repeat -127px -25px ;text-indent: -6000px;}

/*=====================================================================
contents
=====================================================================*/

#contents-body {
	background:transparent url(../images/bg_contents_body.gif) repeat-y left top;
	width:810px;
}
#contents-top {
	background:transparent url(../images/bg_contents_top.gif) no-repeat left top;
	width:810px;
}
#contents-inner {
	width:760px;
	margin:0 auto;
}





/*
index.html
---------------------------------------------------------------------*/

#index-con-box {
/*border:#f00 solid 1px; 
	border:#f00 solid 1px;*/
	margin:0 auto;
}
#index-con-L {
	width:470px;
	float:left;
	margin: 0px 0px 20px 0px;
}
#index-con-R {
	width:280px;
	float:right;
}

/*
h2.main-img {
	display: block;
	text-indent: -9999px;
	background: url(../images/4DM_WEB_TopBanner.jpg) no-repeat;
	width: 760px;
	height: 310px;
}
*/

h2.main-img a {
	display: block;
	text-indent: -9999px;
	width: 760px;
	height: 300px;
}


h2.main-img {
	display: block;
	text-indent: -9999px;
	background: url(../images/top2.jpg) no-repeat;
	width: 760px;
	height: 263px;
}

#h2-information {
	background:transparent url(../../images/h2_information.gif) no-repeat left top;
	width:460px;
	height:13px;
	 text-indent:-9800px;
}

iframe {
	height: 497px;
}

#banner-body-02 {background:transparent url(../../images/bg_body_banner_02.gif) repeat-y left top; width:280px; }
#h2-banner      {background:transparent url(../../images/h2_banner.gif) no-repeat left top; width:280px;}
#h2-banner_new      {background:transparent url(../../images/h2_banner2.gif) no-repeat left top; width:280px;}
#h2-banner2     {background:transparent url(../../images/h2_banner_kanren.gif) no-repeat left top; width: 280px;}
#banner-btm-02  {background:transparent url(../../images/bg_btm_banner_02.gif) no-repeat left bottom; width:280px; padding-top:56px;}

#banner-body-01 {background:transparent url(../../images/bg_body_banner_01.gif) repeat-y left top; width:280px; margin-bottom:10px;}
#banner-btm-01  {background:transparent url(../../images/bg_btm_banner_01.gif) no-repeat left bottom; width:280px;}

.contents-list {
	border-bottom: #cccccc dotted 1px;
	margin:0 auto;
	padding:10px 0;
	width:220px;
}

#banner-box {
	border-top: #999999 dotted 1px;
	margin-top:50px;
	padding-top:10px;
	width:235px;
	margin:0 auto;
}
#banner-box p {
	margin-bottom:5px;
}

#banner-box-upper {
	width: 235px;
	margin: 0 auto 10px;
}

/*=====================================================================
top-category
=====================================================================*/
ul#category-box {
	width: 756px;
	height: 137px;
	margin: 10px 4px 20px 0px;
}

ul#category-box li{
	float: left;
	width: 226px;
	height: 137px;
	padding: 0px 0px 0px 20px;
}
ul#category-box li.cat01{
	background: url(../images/cat_4dm.jpg) no-repeat;
	width: 232px;
}
ul#category-box li.cat02{
	background: url(../images/cat_body.jpg) no-repeat;
}
ul#category-box li.cat03{
	background: url(../images/cat_layer.jpg) no-repeat;
}
/*
ul#category-box li.cat01{
	background: url(../images/categ01_bg.gif) no-repeat;
}
ul#category-box li.cat02{
	background: url(../images/categ02_bg.gif) no-repeat;
}
ul#category-box li.cat03{
	background: url(../images/categ03_bg.gif) no-repeat;
}
*/

ul#category-box li p{
	width: 137px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	line-height: 1.2em;
	font-size: 10px;
}

ul#category-box li.cat01 p{
	padding: 70px 0px 0px 0px;
	width: 145px;
}

ul#category-box li.cat01 a{
	text-decoration: none;
	width: 208px;
	height:137px;
	display: block;
	color:#333333;
}
ul#category-box li.cat01 a:hover{
	color:#333333;
}	

h3.cat-body a {
	display: block;
	text-indent: -9999px;
	width: 206px;
	height: 27px;
}

h3.cat-layer a {
	display: block;
	text-indent: -9999px;
	width: 206px;
	height: 27px;
}
/*
h3.categ-name01 a {
	display: block;
	text-indent: -9999px;
	background: url(../images/categ-name01.gif) no-repeat;
	width: 90px;
	height: 35px;
}
h3.categ-name02 a {
	display: block;
	text-indent: -9999px;
	background: url(../images/categ-name02.gif) no-repeat;
	width: 91px;
	height: 35px;
}
h3.categ-name03 a {
	display: block;
	text-indent: -9999px;
	background: url(../images/categ-name03.gif) no-repeat;
	width: 123px;
	height: 36px;
}
*/
h4.cat-toMens {
	margin:3px 0px 4px 0px;
	height: 13px;
	line-height: normal;
}

h4.cat-toMens a,
h4.cat-toMens-l a {
	display: block;
	text-indent: -9999px;
	background: url(../../images/to_mens.gif) no-repeat;
	width: 56px;
	height: 13px;
}

h4.cat-toLadys {
	height: 13px;
	line-height: normal;
}

h4.cat-toLadys a {
	display: block;
	text-indent: -9999px;
	background: url(../../images/to_ladys.gif) no-repeat;
	width: 81px;
	height: 13px;
}


/*
function.html
---------------------------------------------------------------------*/

#h2-box-function {
	background:transparent url(../../function/images/h2_function.gif) no-repeat left top;
	width:760px;
	height:200px;
	
	text-indent:-9600px;
}

/*#function-table {
	width:720px;
	margin:0 auto;
}
#function-table-top {
	background:#333333 url(../../function/images/h_function_top.gif) no-repeat left top;
	width:760px;
}
#function-table-btm {
	background:transparent url(../../function/images/h_function_btm.gif) no-repeat left bottom;
	width:760px;
}
#function-table-top table {
	width:720px;
	margin:25px auto 10px auto;
	
	color:#fff;
}*/

#main-image {
	background:url(../../function/images/body_bg.jpg) no-repeat;
	width:760px;
	height:829px;
	text-indent:-9999px;
}

#function-box {
	width:711px;
	margin:0 auto 20px;
}

#function-box .contents02 {
	background:url(../../function/images/contents-img02.jpg) no-repeat;
	width:auto;
	padding-left:16px;
	padding-top:94px;
}
p#movie-box a {
	background:url(../../function/images/movie-button.jpg) no-repeat;
	width:161px;
	height:157px;
	display:block;
	text-indent:-9999px;
}
p#movie-box a:hover {
	background-position:0 -157px;
}

p#inq-btn {
	width: 210px;
	height: 42px;
	margin: 0 auto;
	float: left;
	padding-top: 3px;
}

p#inq-btn a {
	background:url(../../function/images/inquiry_button.gif) no-repeat;
	width: 210px;
	height: 42px;
	display: block;
	text-indent: -9999px;
}
p#inq-btn a:hover {
	background-position: 0 -42px;
}

#btn-box {
	width: 420px;
	margin:0 auto;
	padding: 30px 0 45px;
}

#logo-box {
	width: 290px;
	margin: 0 auto;
	padding-bottom: 10px;
}

p#pccs {
	width: 177px;
	height: 43px;
	float: right;	
}
p#pccs a {
	background:url(../../function/images/pccs.gif) no-repeat;
	width: 177px;
	height: 43px;
	display: block;
	text-indent: -9999px;
}

/*
report.html
---------------------------------------------------------------------*/

#h2-box-report {
	background:transparent url(../../report/images/h2_report.gif) no-repeat left top;
	width:760px;
	height:100px;
	
	text-indent:-9600px;
}


#report-box {
	/*background:transparent url(../../report/images/bg_report_box.gif) no-repeat left top;*/
	width: 760px;
}
#report-box-inner-body {
	background:transparent url(../../report/images/report_box_inner_body.gif) repeat-y left top;
	width: 760px;
	/*margin-left:185px;*/
}
#report-box-inner-top {
	background:transparent url(../../report/images/report_box_inner_top.gif) no-repeat left top;
	/*width:575px;*/
	width: 760px;
}
#report-box-inner-btm {
	background:transparent url(../../report/images/report_box_inner_btm.gif) no-repeat left bottom;
	/*width:575px;*/
	width: 760px;
	padding: 30px 0;
}


.report-list-odd {
	width:540px;
	margin:30px auto;
}
.report-list-even {
	/*width:540px;*/
	width: 720px;
	margin:0 auto;
}

.report-list-even td.name-cell {
	border-bottom: #918f90 solid 1px;
}


.report-list-even td.name-cell img {
	float: left;
	margin-right: 20px;
}

.report-list-even td.name-cell p {
	padding-top: 10px;
	width: auto;
}

.report-list-even td.text-cell img {
	float: right;
	margin-left: 10px;
}


.report-list-even td.text-cell p {
	padding: 15px 0;
	line-height: 1.8em;
}




/*
user.html
---------------------------------------------------------------------*/

#h2-box-user {
	background:transparent url(../../user/images/h2_user.gif) no-repeat left top;
	width:760px;
	height:100px;
	
	text-indent:-9600px;
}

#bg-user-box {
	background:transparent url(../../user/images/bg_user_box_body.gif) repeat-y right -50px;
	width:760px;
}
#user-box {
	background:transparent url(../../user/images/bg_user_box.jpg) no-repeat right top;
	width:760px;
}

#user-box-inner-body {
	background:transparent url(../../user/images/user_box_inner_body.gif) repeat-y left top;
	width:520px;
}
#user-box-inner-top {
	background:transparent url(../../user/images/user_box_inner_top.gif) no-repeat left top;
	width:520px;
}
#user-box-inner-btm {
	background:transparent url(../../user/images/user_box_inner_btm.gif) no-repeat left bottom;
	width:540px;
	padding-top:130px;
	padding-bottom:20px;
}

.user-list {
	width:460px;
	margin:0 auto 10px auto;
	padding-bottom:10px;
	border-bottom:#cccccc dashed 1px;
}

/*for IE
* html .user-list td {
	padding-bottom:10px;
}
*/


/*
shop.html
---------------------------------------------------------------------*/

#h2-box-shoplist {
	background:transparent url(../../shop/images/h2_shoplist.gif) no-repeat left top;
	width:760px;
	height:106px;
	
	text-indent:-9600px;
	margin-bottom:40px;
}
#shop-table {
	margin:0 auto;
}
.shop-head {
	background-color:#666666;
	color:#fff;
	font-size:1.2em;
	padding:5px;
}
.shop-normal{
	background-color:#f2f2f2;
	font-size:1.2em;
	padding:5px 10px 5px 15px;
}

.shoplist-table {
	width:600px;
	margin:0 auto;
	/*border-bottom:#d9d7ce solid 1px;*/
}
.shoplist-header {
	border-bottom:#ff9900 solid 2px;
}

.shoplist-top {
	border-bottom:#d9d7ce solid 1px;
}

.shoplist td {
	padding:10px 25px 10px 0;
	vertical-align:top;
	border-bottom: 1px solid #d9d7ce;
}

.pccs-table td {
	padding: 5px 0px 5px 0;
	vertical-align:top;
	/*border-bottom: 1px solid #d9d7ce;*/
}

/* 店内の案内バナー */
.pccs-shop {
	width: 500px;
	margin: 0px auto;
	text-align: center;
}

/* pccs店内案内テキスト */
p.pccs-shop-text {
	width: 600px;
	margin: 20px auto;
	line-height: 1.5em;
}


.red {
	color: #FF0000;
}

/*
product.html
---------------------------------------------------------------------*/

#h2-box-product {

	background:transparent url(../../product/images/h2_product.gif) no-repeat left 16px;
	width:760px;
	height:126px;
	/* submenu+16 height:110px;*/	
	text-indent:-9600px;
	/*margin-bottom:40px;*/
}
#product-box-body {
	background:transparent url(../../product/images/bg_product_box_body.gif) repeat-y left top;
}
#product-box-btm {
	background:transparent url(../../product/images/bg_product_box_btm.gif) no-repeat left bottom;
}
.product-box-bg-body {
	padding: 23px 24px 0;
/*	height: 906px;*/
	height: 1256px;
}
.product-box-bg-body-w {
	padding: 23px 65px 0;
	height: 1256px;
}
#product-box-bg-body-m {
	background: url(../../product/images/index_bg.jpg) no-repeat center 150px;
	/*height: 906px;*/
}
#product-box-bg-layer-m {
	background: url(../../product/images/layer_bg.jpg) no-repeat center top;
	height: 601px;
}

#product-box-top {
}

div.product-box {
	width: 274px;
	height: 285px;
	background: url(../../product/images/product_box_bg.gif) no-repeat;
	padding-top: 10px;
	padding-left: 11px;
}
div.product-box-title {
	font-size: 14px;
	margin-bottom: 5px;
}
div.product-box-left {
	float: left;
	width: 133px;
}
div.product-boxx-right {
	float: left;
	width: 141px;
	line-height: 1.2em;
}
div#product-box-body-m1 {
	float: left;
}
div#product-box-body-m2 {
	float: right;
}
div#product-box-body-m3 {
	float: left;
	margin-top: 10px
}
div#product-box-body-m4 {
	float: right;
	margin-top: 10px
}

div#product-box-body-m5 {
	float: left;
	margin-top: 10px
}
div#product-box-body-m6 {
	float: right;
	margin-top: 10px
}
div#product-box-body-m7 {
	float: left;
	margin-top: 10px
}
div#product-box-body-w1 {
	float: left;
}
div#product-box-body-w2 {
	float: right;
}
div#product-box-body-w3 {
	float: left;
	margin-top: 10px;
}
div#product-box-body-w4 {
	float: right;
	margin-top: 10px;
}
div#product-box-body-w5 {
	float: left;
	margin-top: 10px;
}
div#product-box-body-w6 {
	float: right;
	margin-top: 10px;
	margin-bottom: 30px;
}
div#product-box-body-w7 {
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

div#product-box-layer-m1 {
	float: left;
}
div#product-box-layer-m2 {
	float: right;
}
div#product-box-layer-m3 {
	float: left;
	margin-top: 208px
}
div#product-box-layer-m4 {
	float: right;
	margin-top: 208px
}

div#product-box-layer-w1 {
	float: left;
}
div#product-box-layer-w2 {
	float: right;
}
div#product-box-layer-w3 {
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
div#product-box-layer-w4 {
	float: right;
	margin-top: 60px;
	margin-bottom: 60px;
}

.product-name {
	font-weight:bold;
	font-size:1.4em;
}
.mens {
	font-weight:bold;
	font-size:1.2em;
	color:#003399;
}
.ladies {
	font-weight:bold;
	font-size:1.2em;
	color:#cc0066;
}
.product-data {
	border-bottom:#cccccc dashed 1px;
	padding-bottom:10px;
	padding-top:10px;
}
.product-material {
	padding-top:10px;
}
.product-color {
	padding-top:20px;
}
.prduct-function {
	padding-top:20px;
}

.item-box {
	width:680px;
	margin:0 auto;
}

.item-box td {
	padding:2px 0px;
}

.item-box td.to-shop {
	text-align:center;
	padding-bottom:20px;
}

.item {
	border-bottom:1px dashed #CCCCCC;	
}

.color-tip {
	margin-right: 3px;
	vertical-align: top;
}


/*
iguti.html
---------------------------------------------------------------------*/

#h2-box-iguti {
	background:transparent url(../../iguti/images/h2_iguti.gif) no-repeat left top;
	width:760px;
	height:133px;
	
	text-indent:-9600px;
}



/*
backnumber.html
---------------------------------------------------------------------*/

#h2-box-backnumber-topics {
	background:transparent url(../../backnumber/images/backnumber_topics.gif) no-repeat left top;
	width:760px;
	height:75px;
	
	padding-bottom:50px;
	
	text-indent:-9600px;
}


#backnumber {
	width:680px;
	margin:0 auto;
	border-top:#cccccc solid 1px;
}
.backnumber-date {
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	border-bottom:#cccccc dashed 1px;
	padding:10px 0;
}
.backnumber-con {
	text-align:left;
	vertical-align:top;
	border-bottom:#cccccc dashed 1px;
	padding:10px 0 10px 20px;
}


/*=====================================================================
footer-menu  copyright
=====================================================================*/


#footer-menu {
	width:760px;
	margin:0 auto;
	padding:10px ;
	border-top:#999999 solid 1px;
	border-bottom:#999999 dashed 1px;
	}
#copyright-box {
	background:transparent url(../images/bg_contents_btm.gif) repeat-y left top;
	width:810px;
	height:34px;
	position:relative;
}
#logo-ZENOAH {
	position:absolute;
	left:20px;
	top:5px;
}
#copyright  {
	position:absolute;
	right:20px;
	top:8px;
	color:#fff;
	font-size:0.8em;
}





/*=====================================================================
parts
=====================================================================*/

.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.font-size-08em {
	font-size:0.8em;
}
.font-size-14em {
	font-size:1.4em;
}
.border-dashed-btm {
	border-bottom:#cccccc dashed 1px;
}








/*

	border:#f00 solid 1px;

*/
