﻿@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: alumn.css
-----------------------------------*/

/*-----------------------------------
同窓生の皆様へ
-----------------------------------*/
#alumn {
	width:748px;
	height:auto;
	margin:15px 0px 0px 0px;
	color:#848484;
	font-size:0.8em;
}
/*-----------------------------------
工科同窓会長挨拶
-----------------------------------*/
#alumn .greeting {
	width:748px;
	height:auto;
	margin:0px;
	padding:0px;
}

#alumn .greeting h3 {
	background:url(../images/greeting_title.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	height:22px;
	width:180px;
}

#alumn .greeting p {
	margin:10px 0 0 0;
	padding:0 20px 0 30px;
	line-height:1.5em;
	text-align:justify;
}

#alumn .greeting .name {
	text-align:right;
	margin:20px 20px 15px 0;
	padding:0px;
}
/*-----------------------------------
キャンパスニュース
-----------------------------------*/
#alumn .campusnews {
	width:748px;
	height:auto;
	margin:0px;
	padding:0px;
}

#alumn .campusnews h3 {
	background:url(../images/campusnews_title.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	height:22px;
	width:180px;
}

#alumn .campusnews .images{
	width:350px;
	height:250px;
	margin:10px 0 0 30px;
	padding:0px;
	float:left;
}
* html body #alumn .campusnews .images{
	margin:10px 0 0 15px;
}
#alumn .campusnews .text{
	margin:75px 0 0 20px;
	padding:0px;
	line-height:2em;
	float:left;
}
/*-----------------------------------
住所変更
-----------------------------------*/
#alumn .address {
	width:748px;
	height:auto;
	margin:0px;
	padding:0px;
}

#alumn .address h3 {
	background:url(../images/address_title.jpg) no-repeat;
	text-indent:-9999px;
	margin:30px 0 0 0;
	padding:0px;
	height:22px;
	width:250px;
}
#alumn .address p {
	margin:10px 0 0 0;
	padding:0 20px 0 30px;
	line-height:1.5em;
}
/*-----------------------------------
お問い合せ
-----------------------------------*/
#alumn .inquiry {
	width:748px;
	height:auto;
	margin:0px;
	padding:0px;
}
#alumn .inquiry p {
	margin:15px 0 0 0;
	padding:0 20px 0 30px;
	line-height:1.5em;
	text-align:justify;
}