@charset "utf-8";
/*-------------------------------------------------
  Copyright 2008 WADA SEIKO Co.,Ltd.
  File  :  processing.css
-------------------------------------------------*/





/* contents
-------------------------------- */

h5{
    width:490px;
	height:35px;
	padding-left:30px;
	padding-top:10px;
	color:#006688;
	font-weight:bold;
	font-size:13px;
	background:url(../images/company/subbg.gif) left top no-repeat;
}

h6{
    background:url(../images/common/submark.gif) left center no-repeat;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

#contents p{
	margin-top:10px;
	line-height:150%;
	font-size:12px;
}

#contents p.ar{
    background:url(../images/common/listmark01.gif) left center no-repeat;
	padding-left:15px;
	font-weight:bold;
}

#contents div.left{
    width:180px;
	float:left;
	margin-right:5px;
}

#contents div.center{
    width:150px;
	float:left;
	margin-right:5px;
}

#contents div.right{
    width:180px;
	float:left;
}

#contents table{
    width:180px;
	margin:10px 0px 10px;
}

#contents table th{
    background-color:#D7F5FF;
	color:#006688;
	font-weight:bold;
	padding:5px;
}

#contents table td{
    padding:5px;
	font-size:80%;
}

#contents table .top{
    border-top:#CCCCCC 1px solid;
}

#contents table .left{
    border-left:#CCCCCC 1px solid;
}

#contents table .right{
    border-right:#CCCCCC 1px solid;
}

#contents table .bottom{
    border-bottom:#CCCCCC 1px solid;
}

#contents table .dotted{
    border-bottom:#CCCCCC 1px dotted;
}





