@charset Shift_JIS;

/* 長田高校１８回生同期会ホームページのスタイル */
body {
	background-image: url("image/NGTbakgnd.png");
	color: #444;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.42857;
}

a:link {
	color: #04c;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

a:visited {
	color: #44e;
	text-decoration: none;
}

/* ヘッダー */

/* ページタイトル部分 */
.lead {
	font-size: 22.5px;
	color: #6f6f6f;
	line-height: 1;
	margin: 0px 0px 20px;
}

/* グローバルメニュー */
.global-nav {
	font-size: 16px;
	padding: 0px 15px;
	background-color: #a0a0c0;
}

.nav-list {
	margin: 0px;
	padding: 0px;
}

.nav-item {
	display: inline-block;
	color: #ffffff;
	padding: 13px 15px;
}

.nav-item:hover {
	background: #8080c0;*/
}

.nav-item a:link {
	color: #ffffff;
}

nav-item a:visited {
	color: #ffffff;
}

.active {
	background-color: #C0C0C0;
}

/*　表　*/
table {
	font-size: 16px;
	border: 2px solid #999;
	border-collapse: collapse;
	margin: 10px 10px 30px 10px;
}

th, td {
	border: 2px solid #999;
	padding: 8px 15px 8px 8px;
}

th {
	background-color: #ffffe8;
	font-weight: normal;
}

/* パーツ */

.img-circle {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}

.btn {
	margin: 6px;
	padding: 12px 24px;
	border: #aab2bd solid 1px;
	background: #aab2bd;
	color: #fff;
	vertical-align: baseline;
	text-align: center;
	white-space: nowrap;
	font-size: 1em;
	line-height: 1;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

btn_lg {
	padding: 18px 36px;
}

.btn_normal:hover {
	border: #ccd1d9 solid 1px;
	background: #ccd1d9;
}
