/* レイアウト調整 */
body{
	margin: 0;
	padding: 0;
	}
}
#index{
	align:center;
	valign:center;
}


#contents{
	width: 340px;
	margin: 0;
	padding: 0;
}	

#contents_sub{
	width: 250px;
	margin: 0;
	padding: 0;
}

#mailform {
	width: 500px;
	margin: 10px;
	padding:10px;
}


/* 書体調整 */

#main{
	font-family: san-serif;
}

#index a{
	font-size:12px;
	valign:center;
	text-decoration: none;
	font-color:#A1A1A1;
}


#header{
	background-color: #DDDDDD;
}

#navi{
	font-size:14px;
}

#menu{
	font-size: 14px;
}
	#menu h2{
		font-size: 16px;
	}
	
	#menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #CCCCCC;
	}
	
	#menu td{
		margin: 0;
		padding: 0;
	}
	
	#menu img{
		border: 0;
		margin: 0;
		padding: 0;
	}
	
#contents{
}
	#contents p{
		font-size:   13px;
		line-height: 1.5;
	}

	#contents h2{
		font-size: 16px;
		border-bottom: 2px solid #CCCCCC;
	}
	#contents h3{
		font-size: 14px;
	}


	
	#contents a{
	/*	text-decoration: none; */
	}

#contents_sub{
}
	#contents_sub p{
		font-size:   13px;
		line-height: 1.5;
	}

	#contents_sub h2{
		font-size: 16px;
		border-bottom: 2px solid #CCCCCC;
	}
	#contents_sub h3{
		font-size: 14px;
		border-bottom: 2px solid #CCCCCC;

	}

#footer{
	background-color: #DDDDDD;
}

#mailform {
		font-size: 12px;
		color: #333333;
}
	#mailform h2 {
		font-size: 14px;
		border-bottom: 2px solid #CCCCCC;
	}	

	#mailform p {
		font-size: 12px;
	}

	#mailform table {
		border-top: 1px solid #CCCCCC;
		border-bottom: none;
		border-left: 6px solid #9D9D9D;
		border-right: none;
		font-size: 100%; /* IE5 ではtableにフォントサイズが継承されない為 */
		width: 100%;

	}
	
	#mailform th {
		border-top: none;
		border-bottom: 1px solid #CCCCCC;
		border-left: none;
		border-right: none;
		background-color: #F3F3F3;
		padding: 10px;
		width: 90px;
	}
	
	#mailform td {
		border-top: none;
		border-bottom: 1px solid #CCCCCC;
		border-left: none;
		border-right: none;
		padding: 10px;
	}

	#mailform .submit {
		text-align: center;
		margin-top: 20px;

	}
	
	#mailform th em {
		font-style: bold;
		color: #FF0000;
		padding-left: 5px;
	}