@charset "utf-8";
/* CSS Document */

/* @override http://www.column-jp.com/common/css/cotact.css */

#Container
	{
	margin-top: 15px;
	}

#Content
	{
	width: 600px;
	float: right;
	margin: 0 auto;
	}
	
#Content h2
	{
	text-indent: 0;
	border-bottom: 3px solid #2147a8;
	margin-bottom: 25px;
	padding-left: 5px;
	}
	
#Content h3
	{
	color: #2147a8;
	border-bottom: 2px dotted #CCC;
	margin: 15px 0 10px;
	}		

#Content p
	{
	margin:5px 0 15px;
	font-size: 12px;
	}

#Content dl
	{
	padding: 0 15px;
	}

#Content dt
	{
	padding-left: 10px;
	}	
#Content dd
	{
	margin: 5px 0 10px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 10px;
	clear: both;
	vertical-align: top;
	}
	


#Content table td
	{
	border-bottom: 1px solid #CCC;
	padding: 15px 0 10px 10px;
	}
	
.txt,
.txtbox
	{
	padding: 2px;
	border: 1px solid #CCC;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	width: 300px;
	}	

.txtbox
	{
	width: 500px;
	}	
		
p.sbt
	{
	text-align: center;
	}

#Left
	{
	float: left;
	width: 300px;
	margin: 20px 0 0;
	}
	
#Left ul#SubMenu
	{
	margin: 15px 0;
	}	
	

#Left ul li
	{
	border-bottom: 1px dotted #CCC;
	padding: 5px 0 5px 5px;
	}
	
#Left ul li a
	{
	text-decoration: none;
	background: url(../img/house/arrow.png) no-repeat 0 center;
	padding-left: 14px;
	color: #666;
	display: block;
	}
	
#Left li a:hover	
	{
	color: #ff7400;
	}
