@charset "utf-8";
/*-------------------------------------------------
  Copyright 2008 WADA SEIKO Co.,Ltd.
  File  :  index.css
-------------------------------------------------*/





/* left-contents
-------------------------------- */	

#left-contents{
    width:345px;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
}

h3{
    background:url(../images/index/subbg.gif) top left no-repeat;
	width:315px;
	padding-top:5px;
	padding-left:30px;
	padding-bottom:5px;
	color:#006688;
	font-weight:bold;
	font-size:13px;
}

#topics{
    width:345px;
	margin-bottom:20px;
}

#topics th{
    background:url(../images/common/listmark01.gif) 6px center no-repeat;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	color:#006688;
	font-weight:bold;
	border-bottom:#CCCCCC 1px dotted;
}

#topics td{
    padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#CCCCCC 1px dotted;
}

#box01{
    width:345px;
	height:289px;
	background:url(../images/index/img_1.gif) top left no-repeat;
}

#box01 p,#box02 p{
    padding:10px;
	font-size:11px;
}
	

/* right-contents
-------------------------------- */	

#right-contents{
    width:340px;
	float:right;
	margin-top:10px;
	margin-bottom:30px;
}

#box02{
    width:340px;
	height:100px;
	background:url(../images/index/box_1.gif) top left no-repeat;
	padding-top:30px;
	margin-top:10px;
}


