table#structure{
	background-color:#FFFFFF;
	width:760px;
	text-align:left;
	margin:0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td#head-left{
    width:380px;
}
td#head-right{
	width:380px;
}
td#head-bottom{
    width:760px;
}
td#main-left{
	width:380px;
	vertical-align: top;
}
td#main-right{
    width:380px;
	vertical-align: top;
}
td#footer{
	width:760px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #478D63;
}

/*--------------------------------------
 header
---------------------------------------*/
#logo{
	margin-top: 20px;
	margin-left: 20px;
}
ul.header_navi{
	list-style:none;
	text-align:right;
	padding-top: 30px;
}
ul.header_navi li{
	list-style:none;
	display:inline;
	padding-right: 20px;
	
}
ul.header_navi a{
	text-decoration:none;
	color: #666666;
	padding-left: 18px;
}
ul.header_navi a:link{
    text-decoration:none;
	color: #666666;
	background:url(images/arrow.gif) no-repeat left top;
}
ul.header_navi a:visited{
    text-decoration:none;
	color: #666666;
	background:url(images/arrow.gif) no-repeat left top;
}
ul.header_navi a:hover{
    text-decoration:none;
	color: #333333;
	background:url(images/arrow2.gif) no-repeat left top;
}
ul.header_navi a:active{
    text-decoration:none;
	background:url(images/arrow2.gif) no-repeat left top;
}
#top-img{
	text-align:center;
}

/*--------------------------------------
 main
---------------------------------------*/
.boxl_top{
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 365px;
	margin-top: 8px;
	margin-left: 8px;
	padding-bottom:5px;
}
.boxl_middle{
	background-image: url(images/box_middle.gif);
	background-repeat: repeat-y;
	width: 365px;
	margin-left: 8px;
}
.boxl_bottom{
	background-image: url(images/box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 15px;
	width: 365px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.boxr_top{
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 365px;
	margin-top: 8px;
	padding-bottom:5px;
}
.boxr_middle{
	background-image: url(images/box_middle.gif);
	background-repeat: repeat-y;
	width: 365px;
}
.boxr_bottom{
	background-image: url(images/box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 15px;
	width: 365px;
	margin-bottom: 8px;
}
a.dispatch{
	display:block;
	width: 330px;
	height: 83px;
	background:url(images/dispatch_off.gif) no-repeat center 0px;
	text-indent:-1000px;
	margin-left: 18px;
}
a:hover.dispatch{
	background:url(images/dispatch_on.gif) 0px 0px no-repeat;
}

a.introduction{
	display:block;
	width: 330px;
	height: 83px;
	background:url(images/introduction_off.gif) no-repeat center 0px;
	text-indent:-1000px;
	margin-left: 18px;
}
a:hover.introduction{
	background:url(images/introduction_on.gif) 0px 0px no-repeat;
}
.main-button{
	text-align:center;
}
ul.check{
	list-style:none;
	width:300px;
	padding: 20px 35px 10px;
	font-size: 90%;
	line-height: 120%;
}
ul.check li{
	list-style:none;
	padding-left:30px;
	padding-bottom: 1em;
	background:url(images/check.gif) no-repeat left top;
}
ul.link{
	list-style:none;
	text-align:center;
	font-size: 90%;
	padding-bottom: 10px
}
ul.link li{
	list-style:none;
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
}
a.link{
	color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
h2{
	margin-left: auto;
	background-color: #C1FFC1;
	width: 330px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #006600;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 0.3em;
	padding-bottom: 0.2px;
	margin-right: auto;
}
.new_work {
	list-style:none;
	width:330px;
	padding: 0px 15px 10px;
	line-height: 120%;
}
.new_work_icon{
	position: relative;
	top: 3px;
	margin-right:2px;
}
.tag_link{
	padding-right: 20px;
	padding-left: 20px;
}
#to_company {
	text-align:center;
	padding: 10px 0px 10px 0px;
}

/*--------------------------------------
 footer
---------------------------------------*/
#footer_navi{
	padding-top: 10px;
	padding-left: 20px;
}
#footer_navi a {
    color:0000ff;
    text-decoration:none;
}
#footer_navi a:link {
    color:0000ff;
    text-decoration:none;
}
#footer_navi a:visited {
    color:#934C7B;
    text-decoration:none;
}
#footer_navi a:hover {
    color:#ff0000;
    text-decoration:none;
}
#footer_navi a:active {
    text-decoration:none;
}
#copyright{
	font-size: 80%;
	color: #999999;
	padding-left: 20px;
}
