@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------------
CSS Information

 File name:      form.css
 Author:         mk
 Style Info:     フォーム
----------------------------------------------------------- */

@import url('base.css');
@import url('form.css');

div#wrapper {  
        width: 700px;  
        margin: 0 auto;  
        text-align: left;  
    }  	
/* table1*/
#catalog .table1 {
	font-size:13px;
	line-height:2.0;
	border-collapse: collapse;
    border: 1px #69432b solid; 
	width:633px;
	padding-bottom:10px;
}


#catalog .table1 td, th {
padding: 5px 10px;
	}
#catalog .table1 td {
border: 1px #69432b solid; 
}

#catalog  .table1  .table_right {
	width:500px;
}
#catalog  .table1  .table_left {
	background-color:#f5ebdc;
	width:90px;
	text-align:center;
}

#catalog .table1 td .box1 {width:100px;}
#catalog .table1 td .box2 {width:450px;}
#catalog .table1 td .box3 {width:150px;}

/* table2*/
#catalog .table2 {
	font-size:13px;
	line-height:2.0;
	border-collapse: collapse;
    border: 1px #69432b solid; 
	width:633px;
	padding-bottom:10px;
}

#catalog .table2 td, th {
padding: 5px 10px;
	}
#catalog .table2 td {
border: 1px #69432b solid; 
}

#catalog  .table2 .table_right {
	width:500px;
}
#catalog .table2  .table_left {
	background-color:#f5ebdc;
	width:20px;
	text-align:center;
}

#catalog .table2 td .box1 {width:100px;}
#catalog .table2 td .box2 {width:450px;}
#catalog .table2 td .box3 {width:150px;}


#catalog .table2 td .title {
	background-color:#f5ebdc;
	padding-left:30px;
}

#catalog .table2  .title_back  {
	font-size:13px;
	background-color:#f5ebdc;
	
}
/* red*/
.red {
color:#C00
	}
/* line*/
.line {
text-align:center;
	}
	
#cyusyaku{	
	overflow:hidden;
}
#cyusyaku .leftbox{
	float:left;
	width:px;
}
#cyusyaku .rightbox{
	float:right;
	width:px;
	color:#F00;
	font-weight:bold;
	text-align:right;
}
.catalog-type01{
	width:633px;
}
.catalog-type01 .cyui{
	color:#F00;
	font-weight:bold;
}
