@charset "utf-8";
/* input.css */


/* メイン */
#main_contents {
	width : 720px;
	float: right;
}
#main_contents h2#title01{
	border-bottom: 1px solid #999;
	border-left: 8px solid #006;
	font-size: 1.5em;
	line-height: 1.8em;
	padding-left: 10px;
	font-weight: bold;
	margin: 10px 0 ;
}


#main_contents table {
	border : #f0f0f0 ;
	padding : 10px 0 10px 0 ;
}

#main_contents th {
	width : 130px ;
	border : #f0f0f0 ;
	text-align : left ;
	font-weight :bold ;
	padding : 0 0 13px 10px ;
	background-color : #f0f0f0 ;
}

#main_contents td {
	padding : 10px ;
	border : 1px solid #f0f0f0 ;
}

#main_contents textarea {
height : 90px ;
width : 400px ;
}

.red {
	color : red ;
}

#confirm {
	margin : 15px 0 ;
	text-align : center ;
}

#main_contents p {
	color : red ;
}

#main_contents .main_text {
	color : #000000;
	line-height : 1.5;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main_contents #indispensable {
	color: #F00;
	margin-bottom: 10px;
	margin-left: 10px;
}
