@charset "Shift_JIS";


/*===========================
日本グループ・ダイナミックス学会
http://www.groupdynamics.gr.jp/
Copyright (c) All rights reserved by the Japanese Group Dynamics Association, 2007.
※
CSS2準拠

===========================*/



/*日本語コンテンツと英語コンテンツ*/
#language ul, #language li {
	float: left;
}
#language li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.english {}
.english a {}
.english a, .english a:link, .english a:visited {
	background-image: url(../common/images/english001.gif);
	height: 18px;
	width: 79px;
	margin-top: 18px;
	margin-right: 10px;
	text-indent: -9999em;
	display: block;
	text-decoration: none;
	margin-left: 10px;
}
.english a:hover {
	background-image: url(../common/images/english003.gif);
}
.japanese {}
.japanese a {}
.japanese a, .japanese a:link, .japanese a:visited {
	background-image: url(../common/images/japanese002.gif);
	text-indent: -9999em;
	display: block;
	height: 17px;
	width: 91px;
	margin-top: 19px;
	text-decoration: none;
}
.japanese a:hover {
	background-image: url(../common/images/japanese003.gif);
}




.title {
	height: 70px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-indent: -9999em;
}


.main-image {
	background-color: #FFFFFF;
	background-image: url(../image/main_image.jpg);
	width: 800px;
}

/*最新ニュース*/
.news {
	padding-top: 25px;
}
.news h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 500px;
	margin-bottom: 10px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.news h2 b {
	color: #003300;
}
.news dt{
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
	float: left;
	line-height: 1.8em;
	letter-spacing:0px;
	text-indent: 20px;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
	width: 85px;
}
.news dt a {
	line-height:1.8em;
}
.news dd a{
	width: 400px;
	margin-left: 15px;
	font-size: 0.8em;
	line-height: 1.8em;
}

/*お知らせ*/
.info1 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.info1 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 500px;
	margin-bottom: 10px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.info1 h2 b {
	color: #003300;
}
.info1 dt {}
.info1 dd {
	width: 460px;
	font-size: 0.8em;
	line-height: 1.8em;
	background-image: url(../image/icon.gif);
	padding-left: 2em;
	background-repeat: no-repeat;
}
.info1 dd a {
	width: 460px;
	line-height: 1.8em;
}

