﻿@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
html {
	background:url(../img/bb.jpg) center repeat-y;
	background-attachment: fixed;
}
object, embed {
	vertical-align:top;
	margin-bottom:0;
	font-size:0;
	padding-bottom:0;
}
body {
	font-size:12px;
	color:#666666;
	background:url(../img/bg.jpg) center repeat-y;
	background-attachment: fixed;
	line-height:1.4;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#000000;
}
* html body {
	font-size:75%;
}
*first-child+html body {
	font-size:75%;
}
/*firefox用*/
html>body {
	padding-right:1px;
}
/*クローム用*/
body:first-of-type {
	padding-left:1px;
}
.bottom {
	margin-bottom:0!important;
	padding-bottom:0!important;
}
a {
	color:#990000;
	text-decoration:underline;
}
img {
	border:none;
}
ul, ol {
	list-style:none;
}
div#content {
	width:960px;
	margin:0 auto 0;
	background-color: #FFFFFF;
}
div#main{
	margin:0 30px 28px;
	width:900px!important;
}
div.left {
	float:left;
}
div.right {
	float:right;
}
div#footer {
	font-size:83.4%;
	color:#FFFFFF;
	text-align:right;
	background-color:#000000;
	padding-top:0;
	padding:7px 17px;
	margin:0;
	clear:both;
	height:100%;
	margin-bottom:0!important;
}
h1.h1_img img {
	border:0;
	margin-bottom:20px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0!important;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
/*日本列島知恵プロジェクトと新着お知らせメールの左ナビゲーション*/
#in_navi {
	width:224px;
	background:url(../img/in_navi/toha_bottom.gif) bottom no-repeat;
	padding-bottom:34px;
	margin-left:50px;
}
#in_navi h2 {
	margin-bottom:23px;
}
#in_navi .no_bg {
	background:none!important;
}
#in_navi dl, #in_navi ul.mail {
	margin:0 16px;
	font-size:116.7%;
}
#in_navi dl a, #in_navi ul.mail a {
	color:#000000;
}
#in_navi dl a:hover {
	color:#990000;
	text-decoration:none;
}
#in_navi ul.mail a:hover {
	color:#990000;
	text-decoration:none;
}
#in_navi dl dt, #in_navi ul.mail li {
	background:url(../img/in_navi/boder.gif) top repeat-x;
	padding:9px 0 9px 5px;
}
#in_navi dl dt.list {
	padding-bottom:7px;
}
#in_navi dl dt.bottom_dt, #in_navi ul.mail li.bottom_dt {
	padding-bottom:0;
}
#in_navi dl dt a, #in_navi ul.mail li a {
	background:url(../img/in_navi/arrow.gif) left 50% no-repeat;
	padding-left:16px;
}
#in_navi dl dd {
	margin-left:27px;
}
#in_navi dl dd ul {
}
#in_navi dl dd ul li {
	background:url(../img/in_navi/arrow2.gif) left 50% no-repeat;
	padding-left:12px;
	margin-bottom:7px
}
#in_navi dl dd li.bottom_li {
	margin-bottom:11px;
}
/*新着お知らせ*/
#registration {
	width:545px;
	background:url(../img/mail/bg_mail_bottom.gif) bottom left no-repeat;
	padding-bottom:13px;
	margin-bottom:37px;
}
#registration h3 {
	color:#990000;
	font-size:133.4%;
	background:url(../img/mail/bg_mail_top.gif) top no-repeat;
	padding:17px 0 15px 17px;
	margin-left:0;
}
#registration p.lead {
	color:#333333;
	font-weight:bold;
	font-size:116.7%;
	line-height:1.2;
	padding-left:17px;
	margin-bottom:20px;
	text-indent:0;
}
#registration p.form {
	text-align:center;
	margin:0 0 20px;
}
#registration p.form span {
	color:#990000;
}
#registration .in_mail {
	margin-left:30px;
	border:1px #666666 solid;
	width:377px;
}
#registration p.btn_submit {
	margin-left:189px;
}
.mail_attention {
	margin-bottom:40px;
}
.mail_attention .attention {
	font-weight:bold;
}
.mail_attention .attention, .mail_attention .attention_lead, #registration p.form {
	color:#990000;
}
.right .mail_attention li {
	text-indent:-1em;
	margin-left:1em;
}
/*プリント時の改行指定*/
.c_line{
page-break-before:always;
}