@charset "utf-8";

/*　在校生・卒業生のメッセージ
------------------------------------------------------------ */

#img_top {
    width: 780px;
	_width: 800px;
	padding: 0 10px;
	background: url(../common/images/img_message.jpg) left top no-repeat;
	text-indent: -9999em;
	height: 150px;
}

.message_box {
    width: 538px;
	_width: 558px;
	background: url(../common/images/message_bg.jpg) left top no-repeat;
	padding: 10px;
	position: relative;
}

.message_box3 {
    width: 538px;
	_width: 558px;
	background: url(../common/images/message_bg3.jpg) left top no-repeat;
	padding: 10px;
	position: relative;
}

.message_box4 {
    width: 538px;
	_width: 558px;
	background: url(../common/images/message_bg4.jpg) left top no-repeat;
	padding: 10px;
	position: relative;
}

.message_box6 {
    width: 538px;
	_width: 558px;
	background: url(../common/images/message_bg6.jpg) left top no-repeat;
	padding: 10px;
	position: relative;
}

.message_box .photo,
.message_box3 .photo,
.message_box4 .photo,
.message_box6 .photo {
    /*width: 352px;*/
	width: 538px;
	height: 94px;
}

.message_box .photo .title,
.message_box3 .photo .title,
.message_box4 .photo .title,
.message_box6 .photo .title {
    margin-top: -90px;
	margin-left: 120px;
}

.message_box .go,
.message_box3 .go,
.message_box4 .go,
.message_box6 .go {
    width: 50px;
	height: 16px;
	position: absolute;
	left: 130px;
	top: 76px;
}

.message_box .no,
.message_box3 .no,
.message_box4 .no,
.message_box6 .no {
    width: 130px;
	height: 34px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.message_box .txt,
.message_box3 .txt,
.message_box4 .txt,
.message_box6 .txt {
    width: 538px;
	padding-top: 10px;
}

.g_box02 {
    width: 180px;
	padding: 1px 5px;
	text-align: center;
	border: 1px solid #333;
	background-color: #666;
	font-size: 0.9em;
	color: #FFF;
	float: right;
	margin-bottom: 1em;
	/*clear: both;*/
}

.g_box02 a {
    color: #FFF;
	text-decoration: none;
}
.g_box02 a:hover {
    color: #FFCC00;
	text-decoration: underline;
}