@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
} 
img {  
    border:0; 
} 

a img {
	border:none;
}

/*えんかく*/
div.history{ line-height:250%; margin:0 10px 0 0;}
div.history h3.title{ margin:10px 0 0 0; font-size:15px; border-bottom:#CCC solid 1px; border-left:#CCC solid 5px; padding:0 0 0 10px;}
div.history p.text{ padding:10px;} 
div.history table{ font-size:12px; width:500px; margin:10px 0 0 0; padding:0; border-collapse:separate; border-spacing:5px; border:#CCC solid 1px;}
div.history table td{padding:2px 5px; border:#CCC solid 1px;}
div.history table td.left-area{ width:80px; text-align:center;background:#F7F4E6; font-weight:bold;}


a { color:#333; text-decoration:none;}
a { color:#666; text-decoration:none;}
body  {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background:url(images/bg.jpg) repeat-x #FFF top left;
	margin: 0;
	padding: 0;
	text-align:center;
	color: #333;
	font-size:12px;
	behavior: url("http://dear-college.com/csshover.htc");
}
#container {
	width: 900px;
	overflow:hidden;
	text-align: left;
	margin:0px auto 50px auto;
	padding-top: 0px;
	padding:0;
	border:#CCC solid 1px;
	background:url(images/container-bg.jpg) no-repeat left top #FFF;
}

div#left-culumn{ width:320px; float:left; overflow:hidden;}
div#left-culumn div.left-inner{ margin:400px 20px 50px 120px;}
div#right-culumn{ width:570px; float:left; overflow:hidden;}
div#right-culumn div.right-inner{ margin:40px 30px 40px 40px ;}
div#right-culumn div.right-inner p.text{ font-size:12px; line-height:180%;}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

