@charset "utf-8";
@import "base.css";
/*
description	=	"産業能率大学通教校友会　トップページ設定";
filename	=	"./index.css";
*/


/* 
[0] ヘッダの設定
*/
h1{
	margin:0;
	padding:0;
}
h2{
	height:30px;
	font-size:1.0em;
	padding:4px 0 0 1em;
	_padding:7px 0 0 1em;
	margin:0;
	background-image : url(top_h2_backimg.gif);
	background-repeat:no-repeat;
	font-weight:normal;
	color:#FFF;
}
h2.secand{
	margin:1.5em 0 0 0;
}



/*
[1] トップ画像内のテキスト設定
*/
div#text1{
	position: absolute;
	width:280px;
	padding:0;
	margin:0;
	font-size:0.8em;
	line-height:1.5em;
	left:377px;
	top:220px; 
	/*220*/
}
/*
[2] カラム設定
*/
div#column-left{
	width:207px;
	float:left;
	padding:1em 0 0 0;
}
div#column-mid{
	width:456px;
	_width:453px;
	float:left;
	padding:1em 17px 0 17px;
}
/* 2014.01.08 add  */
div#column-mid2{
	width:600px;

	float:left;
	padding:1em 17px 0 17px;
}
div#column-right{
	width:153px;
	float:left;
	padding:1em 0 0 0;
	margin:0;
}
/*
[3] テキスト設定
*/

p.title{
	color:#009E96;
}

/* お知らせ */
dl{
	padding:0;
	margin:0 1em;
}
dt{
	font-size:0.8em;
	line-height:1.4em;
	padding:0.5em 0 0 0;
	margin:0;
}
dd{
	font-size:0.8em;
	line-height:1.4em;
	padding:0 0 0.5em 0;
	margin:0;
	border-bottom: dotted 1px #666;
}
dd#last{
	font-size:0.8em;
	line-height:1.4em;
	padding:0 0 0.5em 0;
	margin:0;
	border-bottom: none;
}
dd a{
	color:#0047BF;
	text-decoration:none;
}
dd a:hover{
	text-decoration:underline;
}


/* 3カラム目の画像リンク設定 */
div#column-right img{
	padding-bottom:5px;
}
