@charset "shift_jis";
body {
	background-color: #E8E8E8;
	text-align: center;	
	margin: 0px;
	padding: 0px;
}
/*ヘッダーを含めたエリア*/
#all{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	line-height: 130%;
}
/*メインエリア*/
#main {
	width: auto;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}
/*文章エリア*/
.writing{
	padding-right: 15px;
	padding-left: 15px;
}
/*リンク装飾*/
a:link{
	color:#003399;
	text-decoration: none;
}
a:visited{
	color:#003399;
	text-decoration: none;
}
a:hover {
	color:#003399;
	text-decoration: underline;
}

/*アイコン*/
.icon {
	background-image: url(../img/common/icon_s.gif);
	background-repeat: no-repeat;
	background-position: left 45%;
	padding-left: 10px;
}

/*ページ上部へのリンク*/
.toplink{
	text-align: right;
	padding-top: 30px;
	font-size: 85%;

}
.icon_top {
	background-image: url(../img/common/icon_top.gif);
	background-repeat: no-repeat;
	background-position: left 45%;
	padding-left: 12px;
}

/*地震関連ページ上部へのリンク*/
.toplink2{
	text-align: right;
	padding-top: 5px;
	font-size: 85%;

}

/*見出し*/
.title{
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.sub_title {
	font-weight: bold;
	text-indent: 10px;
}

/*真ん中寄せ*/
.center{
	text-align: center;
}
.clear{
	clear: both;
}

/*赤ボタン*/
.red_btn{
	display: block;
	background-image: url(../img/common/btn_red.gif);
	width: 188px;
	height: 36px;
	background-repeat: no-repeat;
	position: relative;
}
.red_btn_bg{
	background-image: url(../img/common/btn_red.gif);
	width: 188px;
	height: 36px;
}
.red_btn span {
	position: absolute;
	bottom: 11px;
	left: 28px;
	font-weight: 600;
	color: #666666;
}
a.red_btn:link{
	color:#CCCCCC;
	text-decoration: none;
}
a.red_btn:visited{
	color:#000000;
	text-decoration: none;
}
a.red_btn:hover {
	background-image: url(../img/common/btn_red_over.gif);
	color:#000000;
	text-decoration: none;
	cursor: pointer; 
}

/*赤ボタン＿文字赤*/
.red_btn_red{
	display: block;
	background-image: url(../img/common/btn_red.gif);
	width: 188px;
	height: 36px;
	background-repeat: no-repeat;
	position: relative;
}
.red_btn_bg{
	background-image: url(../img/common/btn_red.gif);
	width: 188px;
	height: 36px;
}
.red_btn_red span {
	position: absolute;
	bottom: 10px;
	left: 30px;
	font-weight: 600;
	color: #C00;
}
a.red_btn_red:link{
	color:#CCCCCC;
	text-decoration: none;
}
a.red_btn_red:visited{
	color:#000000;
	text-decoration: none;
}
a.red_btn_red:hover {
	background-image: url(../img/common/btn_red_over.gif);
	color:#000000;
	text-decoration: none;
	cursor: pointer; 
}

/*赤ボタンワイド*/
.red_btn_w{
	display: block;
	background-image: url(../img/common/btn_red.gif);
	width: 188px;
	height: 36px;
	background-repeat: no-repeat;
	position: relative;
}
.red_btn_bg_w{
	background-image: url(../img/common/btn_red.gif);
	width: 188px;
	height: 36px;
}
.red_btn_w span {
	position: relative;
	top: 3px;
	left: 30px;
	font-weight: 600;
	color: #666666;
}
a.red_btn_w:link{
	color:#000000;
	text-decoration: none;
}
a.red_btn_w:visited{
	color:#000000;
	text-decoration: none;
}
a.red_btn_w:hover {
	background-image: url(../img/common/btn_red_over.gif);
	color:#000000;
	text-decoration: none;
	cursor: pointer; 
}
/*科学院のご案内*/
.btn_margin{
	margin-bottom: 5px;

}
.red_big_btn{
	background-image: url(../../information/image/red_btn_b.gif);
	width: 188px;
	height: 81px;
	background-repeat: no-repeat;
	position: relative;
}
.red_btn_info{
	display: block;
	width: 165px;
	height: 27px;
	position: relative;
	float: right;
}
a.red_btn_info:hover {
	background-image: url(../../information/image/red_btn_b_over.gif);
	background-repeat: no-repeat;
	color:#000000;
	text-decoration: none;
	cursor: pointer; 
}
.red_btn_sub{
	display: block;
	width: 165px;
	height: 27px;
	position: relative;
	float: right;
}
a.red_btn_sub:hover {
	background-image: url(../../information/image/red_btn_b_over02.gif);
	background-repeat: no-repeat;
	color:#000000;
	text-decoration: none;
	cursor: pointer; 
}
.red_btn_info span,.red_btn_sub span {
	position: absolute;
	bottom: 5px;
	font-weight: 600;
	color: #666666;
}
.red_btn_info span {
	padding-left: 15px;
}
.red_btn_sub span {
	padding-left: 37px;
}

/*キャンバス*/
.month{
	font-weight: 600;
	color: #666666;
	font-size: 110%;
}
a.month:link{
	color: #666666;
	text-decoration: none;
}
a.month:visited{
	color: #666666;
	text-decoration: none;
}	
a.month:hover {
	color: #FF6666;
	text-decoration: underline;
	cursor: pointer; 
}

/*組織センター*/
.soshiki_icon {
	background-image: url(../../soshiki/image/soshiki_sub.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 140px;	
}

.soshiki_icon a:link{
	display: block;
	font-weight: bold;
	text-indent: 25px;
	padding-top: 6px;
	color: #003366;
	text-decoration: none;
}
.soshiki_icon a:visited{
	display: block;
	font-weight: bold;
	text-indent: 25px;
	padding-top: 6px;
	color: #003366;
	text-decoration: none;
}
.soshiki_icon a:hover {
	color: #003366;
	text-decoration: underline;
}.copyright {
	list-style-position: outside;
	list-style-type: decimal;
}
