@charset "utf-8";

@import url("init.css");
@import url("layout.css");
@import url("droppy.css");

body {
	color: #000;
	font-size:80%;
}

#container {
	background-color: #FFF;
}

/*リンクカラー*/
a:link,
a:visited {
	color: #0072A8;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.green {
	color: #84b82c;
}

/* header */
h1 {
	margin: 16px 0 22px 25px;
	text-align: left;
}

h1 img {
	display: block;
	padding: 0;
}

#header {
	margin-bottom: 15px;
	position: relative;
	z-index: 100;
}

#header ul#top-breadcrumb {
	position: absolute;
	top: 0px;
	right: 19px;
	padding: 5px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
/* IE7 スタイル */
*:first-child+html #top-breadcrumb {
	top: 12px;
}

#header ul#top-breadcrumb li {
	padding: 0 5px 0 10px;
	display: inline;
	background: url("../img/arrow.gif") no-repeat 0;
}
#header ul#top-breadcrumb li.first {
	background: none;
}
#header ul#top-breadcrumb li a {
	padding: 0 0 0 12px;
}


#header #top-textsize {
	position: absolute;
	top: 38px;
	right: 19px;
}
/* IE7 スタイル */
*:first-child+html #top-textsize {
	top: 50px;
}


#top-btn {
	position: absolute;
	top: 0;
	right: 9px;
}
#top-btn dt {
	position: relative;
}
#top-btn dd {
	position: absolute;
	top: 43px;
	right: 5px;
}

/* メニュー部分 */
h2 {
	clear: both;
	margin-bottom: 10px;
}
h2 img {
	display: block;
}
#nav-area {
	padding: 8px 29px;
}
#nav {
	background-image: url(../img/gnavi.jpg);
	height: 40px;
}
#nav a {
	padding: 14px 50px;
	color: #000;
	font-weight: bold;
	font-size: 116%;
}
#nav a:hover {
	text-decoration: none;
}

#nav li.hover a {
	background: url("../img/nav_bg_h.jpg") repeat-x;
}
#nav ul {
	top: 44px;
	width: 170px;
	border: 1px solid #D6DBBF;
}
#nav li ul li a {
	padding: 7px 12px;
	background-color: #FFF;
}
#nav li.hover ul li a {
	background-color: #ccc;
	background-image: none;
}
#nav li.hover ul li a.hover {
	background-color: #f0f0f0;
	background-image: none;
}
#nav ul a {
	border-bottom: none;
	opacity: 1;
	filter: none;
}

/* グローバルナビ */
#globalNavi, #globalNavi ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	position:relative;
}
#globalNavi	{
	position:relative;
	margin: 0 24px;
}
#globalNavi li	{
	float:left;
	position:relative;
	padding: 0 7px 0 0;
}
#globalNavi li.right {
	padding-right: 0;
}
#globalNavi ul {
	width: 164px;
	position: absolute;
	top: 40px;
	left: 3px;
	display: none;
	border: 1px solid #D6DBBF;
	z-index:10;
	background-color: #FFF;
	padding-bottom: 14px;
}
/* IE7 スタイル */
/*
*:first-child+html #globalNavi ul {
	zoom:100;
}
*/

#globalNavi ul li a	{
	width: 136px;
	height: 100%;
	display: block;
	padding: 7px 5px 4px 20px;
	color: #0072A7;
	text-decoration: none;
	text-align: left;
}
#globalNavi ul li a:hover	{
	text-decoration: underline;
}
#globalNavi ul li.first a	{
	padding: 16px 5px 4px 20px;
}
#globalNavi ul li.first a:hover	{
	text-decoration: underline;
	width: 100%;
	height: 100%;
}

/* 追加項目
----------------------------------------------------------- */
#globalNavi ul li ul {
	top: 0px;
	left: 164px;
}
#globalNavi ul ul{
display:none;
}


/* お知らせ */
h3 {
	position: relative;
	margin-bottom:10px;
}
h3 a img {
	position: absolute;
	top: 1px;
	left: 804px;
}

ul#info {
	margin-bottom: 40px;
	padding: 12px 15px;
	background-color: #F7F7F7;
	border: 1px solid #B3B3B3;
	width: 858px;
}
ul#info li {
	margin: 12px 0 4px 0;
	padding-bottom: 6px;
	background: url("../img/line_main.gif") no-repeat 0 100%;
}
ul#info li a span {
	padding: 0;
	color: #000;
	text-decoration: none;
}
ul#info li.last {
	background: none;
}


/* 画像ナビ */
ul#img-navi {
	margin-bottom: 32px;
	height: 88px;
}
ul#img-navi li {
	margin-right: 7px;
	display: inline;
}
ul#img-navi li.last {
	margin-right: 0px;
}

* html ul#img-navi li {
	margin-right: 19px;
}

/* お問い合わせ */
#contact {
	margin-right: 24px;
	position: relative;
	width: 894px;
	min-height: 170px;
	background: #efefef;
}

* html #contact {
	height: 170px;
}

#contact ul {
	margin: 0 730px 0 18px;
	padding: 22px 0 13px;
}
#contact ul li {
	padding-bottom: 9px;
}
#contact ul li a {
	padding-left: 18px;
	background: url("../img/arrow_sq.gif") no-repeat;
}
#main-btn {
	position: absolute;
	top: 22px;
	left: 197px;
}
#main-btn dl {
	position: relative;
}
#main-btn dl dd img {
	position: absolute;
	top: 83px;
	left: 22px;
}


/* ヘッダ、テキストサンプル */
p.temp-txt {
	padding: 0 0 20px;
	width: 888px;
	line-height: 1.6;
}
p.temp-txt.right {
	text-align: right;
}

* html p.temp-txt {
	width: 888px;
}

p.temp-txt.tit-3 {
	padding: 4px 0 0 8px;
	line-height: 1;
	background-image: url(../img/ttl3_l.jpg);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	width: 888px;
}
p.temp-txt.tit-4 {
	font-weight: bold;
	padding: 14px 8px;
	line-height: 1;
}


p.temp-txt.tit-5 {
	padding: 0;
	line-height: 1;
}

p.temp-txt span {
	color: #84B82C;
}

.img-txt {
	margin-bottom: 27px;
	position: relative;
	min-height: 100px;
}

* html .img-txt {
	height: 100px;
}

.img-txt img {
	position: absolute;
	top: 12px;
}

.img-txt p {
	padding-left: 144px;
	width: 455px;
}

* html #main .img-txt p {
	width: 605px;
}

.margin {
	margin-bottom: 20px;
}

/* side最新の記事 */
#content {
	position: relative;
}

#side-new {
	border: 1px solid #b3b3b3;
	border-width: 0 0 1px 1px;
	position: absolute;
	top: 1px;
	right: 720px;
	width: 160px;
}

* html #side-new {
	width: 263px;
}

#side-new dt img {
	display: block;
	position: absolute;
	left: -1px;
}

#side-new dd {
	padding-top: 65px;
}

#side-new dd ul{
	margin: 0 4px;
}

#side-new dd ul li{
	padding-bottom: 20px;
	background-image: url(../img/line_sm.gif);
	background-repeat: no-repeat;
}

#side-new dd ul li a {
	margin-top: 20px;
	padding-left: 18px;
	display: block;
	background: url("../img/arrow_sq.gif") no-repeat 0 2px;
}

#side-new ul {
	margin: 70px 0 0 12px;
}

#side-new ul li {
	padding-bottom: 9px;
}

/* footer */
#footer {
	background-image: url(../img/footer.jpg);
	height: 57px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}

#footer ul {
	margin-left: 12px;
	padding: 10px 0 8px;
	display: block;
	clear: both;
}

#footer ul li {
	padding: 0 5px;
	display: inline;
	background: url("../img/line_bread.gif") no-repeat 0;
}

#footer ul li.first {
	background: none;
}

#footer ul li a {
	padding: 0 7px
}

#footer address {
	padding: 12px 0 0 25px;
	border-top: 2px solid #03c;
	height: 49px;
	color: #999;
	background: #f5f5f5;
}

* html #footer address {
	height: 65px;
}

/* main追加分 */

#main h3 {
	position: relative;
	margin-bottom: 30px;
}

#main h3 a img {
	position: absolute;
	top: 9px;
	left: 500px;
}

#main h4 {
	position: relative;
	background-image: url(../img/ttl2.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	height: 25px;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
	background-position: bottom;
}

#main h5 {
	position: relative;
	background-image: url(../img/ttl2_a.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	height: 25px;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
	background-position: bottom;
}

#main p {
	padding: 0 0 20px;
	width: 706px;
	line-height: 1.6;
}

* html #main p {
	width: 560px;
}

#main ul {
	padding: 0 0 20px 10px;
	line-height: 1.6;
}
#main ul li {
	padding: 0;
	list-style-type: square;
}

#main p span {
	color: #84B82C;
}

#main p.tit-3 {
	padding: 4px 0 0 8px;
	line-height: 1;
	background-image: url(../img/ttl3.jpg);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	width: 706px;
	clear: both;
}
#main p.tit-4 {
	padding: 0 0 0 16px;
	line-height: 1;
	background-image: url(../img/ttl3_about2.gif);
	background-repeat: no-repeat;
	height: 32px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	width: 706px;
	margin: 10px 0 8px;
	background-position: left bottom;
}

.img-txt {
	margin-bottom: 27px;
	position: relative;
	min-height: 130px;
}

* html .img-txt {
	height: 130px;
}

.img-txt img {
	position: absolute;
	top: 12px;
}

#main .img-txt p {
	padding-left: 150px;
	width: 395px;
}

* html #main .img-txt p {
	width: 545px;
}

#main p.float_left {
	float: left;
	width: 340px;
}
#main p.float_right {
	float: right;
	width: 365px;
}

/* sidebar左カラム */
#sidebar {
	padding: 0;
	border: 1px solid #B3B3B3;
	background-color: #FAFBF0;
}


dl#chintai-info dt img {
	display: block;
}

dl#chintai-info dd dl {
	padding: 15px 0 0 2px;
}

dl#chintai-info dd dl.last {
	background: none;
}

dl#chintai-info dd dl ul {
	padding: 10px 2px 0 0;
}

* html dl#chintai-info dd dl ul {
	height: 1%;
}
dl#chintai-info dd dl ul li {
	background-image: url(../img/line_sp.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 0 0 10px 4px;
	margin-bottom: 20px;
}
dl#chintai-info dd dl ul li.last {
	background: none;
}
dl#chintai-info dd dl ul li a {
	padding: 0 0 20px 20px;
	background-image: url(../img/arrow_sq.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
}


ul#bn-area {
	margin: 45px 5px 5px;
}

ul#bn-area li {
	padding-bottom: 15px;
}

ul#bn-area li a img {
	display: block;
}

/* お知らせテキスト */
#ntext-area {
	margin: 0 8px 0;
	width: 690px;
	min-height: 35px;
	position: relative;
	padding: 10px 0;
	clear: both;
}

* html #ntext-area {
	height: 35px;
}

#ntext-area dl {
	top: 8px;
	right: 0;
}

#ntext-area dt,
#ntext-area dd {
	float: left;
}

#ntext-area dt {
	color: #333;
	float: left;
	clear: both;
	width: 120px;
	padding: 0;
	margin: 0;
}

#ntext-area dd {
	line-height: 1.6;
	float: left;
	width: 560px;
	padding: 0;
	margin: 0;
}

#ntext-area span {
	display: inline;
	font-weight: bold;
}

/* プレビュー */
#prev-area {
	margin: 0  0 0 240px;
	width: 240px;
	min-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-top: 30px;
	clear: both;
}

* html #prev-area {
	height: 35px;
}

#prev-area dl {
	top: 8px;
	right: 84px;
	width: 209px;
}

#prev-area dt,
#prev-area dd {
	float: left;
}

#prev-area dt {
	font-weight: bold;
	font-size: 138%;
}

#prev-area dd {
	margin-top: 4px;
}

#prev-area li {
	padding-right: 3px;
	display: inline;
}

/* backnumberプレビュー */
#b-prev-area {
	margin: 0 0 0 350px;
	padding-top: 50px;
	width: 240px;
	min-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

* html #b-prev-area {
	height: 35px;
}

#b-prev-area dl {
	top: 8px;
	right: 84px;
	width: 209px;
}

#b-prev-area dt,
#b-prev-area dd {
	float: left;
}

#prev-area dt {
	font-weight: bold;
	font-size:b- 138%;
}

#b-prev-area dd {
	margin-top: 4px;
}

#b-prev-area li {
	padding-right: 3px;
	display: inline;
}


/* ページの先頭に戻る */
#pager_top{
	margin: 0;
	padding-top: 30px;
	min-height: 30px;
	width: 200px;
	text-align: right;
	float: right;
}

* html #pager_top {
	height: 35px;
}

/* TOPページに戻る */
#top_back{
	margin: 0;
	min-height: 30px;
	width: 200px;
}

* html #top_back {
	height: 35px;
}

/* お問い合わせ */
#btn_c {
	margin: 0 0 0 260px;
	min-height: 35px;
	width: 116px;
}
#btn_s {
	margin: 0 0 0 220px;
	min-height: 35px;
	width: 250px;
}

#inquiry_form {
	margin: 20px 0 15px;
	border: 1px #b3b3b3 solid;
	padding-bottom: 0px;
}
#inquiry_form p {
	padding: 20px 14px;
}
#inquiry_form dl {
	margin: 0;
}
#inquiry_form dl dt {
	float: left;
	width: 11em;
	padding: 10px 0;
	text-indent: 1em;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#inquiry_form dl dt.last {
	padding: 10px 0 100px 0;
}

#inquiry_form dl dd {
	padding: 10px 0.5em 10px 13em;
	line-height: 150%;
	background-image: url(../img/line_inquiry.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	color: #999;
}
#inquiry_form dl dd span {
	color: #DD0000;
	padding-left: 0.4em;
}
#inquiry_form dl dd.last {
	background: none;
	padding: 10px 2em 15px 13em;
}


/* dt 3px ズレ対策 IE 用 */
#inquiry_form dl {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}
#inquiry_form dl::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 入会案内 */
#btn_c2 {
	margin: 0 0 0 350px;
	min-height: 35px;
	width: 116px;
}
#btn_s2 {
	margin: 0 0 0 320px;
	min-height: 35px;
	width: 250px;
}

#admission_form {
	margin: 20px 0 15px;
	border: 1px #b3b3b3 solid;
	padding-bottom: 0px;
}
#admission_form p {
	padding: 20px 14px;
}
#admission_form dl {
	margin: 0;
}
#admission_form dl dt {
	float: left;
	width: 12em;
	padding: 10px 0;
	text-indent: 1em;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#admission_form dl dt.last {
	padding: 10px 0 100px 0;
}

#admission_form dl dd {
	padding: 10px 2em 10px 15em;
	line-height: 150%;
	background-image: url(../img/line_admission.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	color: #999;
}
#admission_form dl dd span {
	color: #DD0000;
	padding-left: 0.4em;
}
#admission_form dl dd.last {
	background: none;
	padding: 10px 2em 15px 15em;
}

/* dt 3px ズレ対策 IE 用 */
#admission_form dl {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}
#admission_form dl::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 組織情報 */
#information {
	padding: 0;
}
#information dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 1px #b3b3b3 solid;
}
#information dl dt {
	float: left;
	width: 20em;
	padding: 10px 0px;
	font-weight: bold;
	text-indent: 8em;
	line-height: 200%;
	letter-spacing: 2px;
}
#information dl dd {
	padding: 10px 0 10px 20em;
	line-height: 200%;
	border-bottom: 1px #666 dotted;
	letter-spacing: 2px;
}
#information dl dd.last {
	border-bottom-style: none;
}

/* 会報バックナンバー */
.backnumber	{
	border: 1px solid #DDD;
}
.backnumber th	{
	border: 1px solid #DDD;
	color: #333;
	background-color: #F0F8FF;
	width: 400px;
	text-align: left;
	padding: 4px 4px 4px 8px;
	font-size: 93%;
}
.backnumber td	{
	border: 1px solid #DDD;
	color: #333;
	text-align: left;
	padding: 4px 8px;
	font-size: 93%;
	width: 200px;
}

/*語科別同窓会 */
.association	{
	border: 1px solid #DDD;
}
.association th	{
	border: 1px solid #DDD;
	color: #333;
	background-color: #F0F8FF;
	padding: 10px 4px 10px 8px;
	text-align: center;
}
.association td	{
	border: 1px solid #DDD;
	color: #333;
	padding: 10px 8px;
}

/*サークル別同窓会 */
#circle {
	padding: 50px 30px;
	background-color: #F0F8FF;
}


/* 会費制度 */
.fee {
	border: 1px solid #DDD;
}
.fee th	{
	border: 1px solid #DDD;
	color: #333;
	background-color: #F0F8FF;
	padding: 10px 4px 10px 8px;
	text-align: center;
}
.fee td	{
	border: 1px solid #DDD;
	color: #333;
	padding: 10px 10px 10px 16px;
	vertical-align: top;
}
.fee td.back {
	background-color: #F0F8FF;
	font-weight: bold;
	vertical-align: middle;
}
