@charset "euc-jp";

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,table,th,td { 
   margin:0;
   padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	font-size: 75%;
	line-height: 150%;
	color: #666666;
	padding:10px 20px 0 30px;
	}
a:link    {color: #666666; text-decoration: none;}
a:visited {color: #999999; text-decoration: none;}
a:hover   {color: #0000FF; text-decoration: underline;}
a:active  {color: #666666; text-decoration: none;}


div#loginImg {
	width:100%;
	height:500px;
	margin:0 auto;
	padding:0;
	background:  url("alumnicafe/images/bg_img.jpg") no-repeat left top;
}
div#loginImg table{
	text-align:center;
	margin:0 auto;
}
div#loginImg td{
	text-align:left;
	margin:0;
	padding:2px 0;
}

/*トップページ制御
--------------------------------------------------------*/

table#listTop {
	width:100%;
	margin:0;
	padding:0;
}
table#listTop td {
	padding:3px 10px 3px 0;
	vertical-align:top;
	background:  url("alumnicafe/common/images/dot_line.gif") repeat-x bottom;
}
.txtLine15 {
	color: #000000;
}
table.input {
	text-align:center;
}
div#indexImg {
	background:  url("alumnicafe/images/cafe.jpg") no-repeat right top;
}
div#indexImg p{
	width:75%;
}
.bgMenu {
	background-color: #C8FF78;
	line-height: 30px;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.lineGray {
	background: url(alumnicafe/common/images/dot_line.gif) repeat-x center;
}
.new {
	color: #C36964;
	font-weight: bold;
}
.bgList {
	background-color: #FFEECD;
	color: #666666;
}
table.list td {
	text-align:left;
	padding:2px 5px;
}
.txtRedCaution {
	color: #FF0000;
}

.Title18strong {
	color: #666666;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
.txtGrayCaution {
	font-size: 83%;
	line-height: 140%;
	color: #666666;
	magin:0;
	padding:0;
}
.back_rand {
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*フォームサイズの制御
---------------------------------------------*/
.fomrsize200 {
	width: 200px;
}
.fomrsize300 {
	width: 300px;
}
.fomrsize400 {
	width: 400px;
}

/*登録内容編集ページ
---------------------------------------------*/
table#editArea {
	width:100%;
	margin:0;
	padding:0;
}
#editArea td {
	padding:10px 10px 10px 5px;
}
table#solidArea {
	margin:0;
	padding:0;
}
#solidArea td {
	padding:3px 20px 3px 0px;
}
.bold {
	font-weight: bold;
	color: #666666;
}
/*一覧ページ制御
--------------------------------------------------------*/

table#list {
	width:100%;
	margin:0;
	padding:0;
}
table#list td {
	padding:3px 10px 3px 0;
	text-align:left;
	vertical-align:top;
	background:  url("alumnicafe/common/images/dot_line.gif") repeat-x bottom;
}
