/* CSS Document */

#title2{
	width:500px;
	height:40px;
	margin-bottom:0px;
	margin-left:60px;
}

#title3{
	width:650px;
	height:35px;
	margin-bottom:20px;
	margin-left:60px;
	margin-top:20px;
}


#contents{
	width:500px;
	margin-left:135px;
	margin-top:0px;
	}

.waku{
	width:500px;
	margin:0px;
	padding:0px;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	}

.maker-table {
	width:500;
	border-top:1px solid #CCCCCC;
/*	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;  */
	margin-top:10px;
}

.maker-table td {
	border-bottom:1px solid #CCCCCC;
	padding:0px;
}

.txt_title{
	font-size:12pt;
	color:#666666;
	border-right:1px solid #CCCCCC;
	}

.back{
	background-color:#EBEBEB;
	border-right:1px solid #CCCCCC;
	}

.back2{
	background-color:#EBEBEB;
	border-left:1px solid #CCCCCC;
	}

.txt_maker{
	font-size:10pt;
	color:#666666;
	border-right:1px solid #CCCCCC;
	}  

.name{
	width:100px;
	float:left;
	padding-left:15px;
	}

.add{
	padding-left:50px;
	float:left;
	padding-bottom:30px;
	}

.prod{
	vertical-align:bottom;
	margin-left:20px;
	}

.clear{
	clear:both;
	}


/*各項目見出しの設定*/
.title4{
    height:30px;
	line-height:30px;
	padding-left:13px;
	margin-bottom:20px;
	margin-top:10px;
	border-color:#DCDCDC;
	border-width:1px;
	border-style:solid;
	background:#F8F8F8;
	font:"ＤＦＰ細丸ゴシック体";
	font-size:14px;
	color:#333333;
	}

/*page-top*/
.page-top a {
	float:right;
}

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


/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac ＼*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}