@charset "shift-jis";

/* BACE
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
body {
	font-size: 80%;
	line-height: 1.4;
	color: #333333;
	background-color: #E7E7E7;
}
img {
	border: none;
}
#wrapper {
	width: 795px;
	background: #FFFFFF;
}

/* HEADER
---------------------------------------------*/
#header {
	padding-top: 150px;
	background: url(../images/top.jpg) left top no-repeat
}

/* NAVIGATION
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
	border-bottom: 3px solid #CCCCCC;
	list-style: none;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: #000000 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}
#globalNav li a.stay {
	color: #FFFFFF;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* LAYOUT
---------------------------------------------*/
#content {
	width: 100%;
}

/* home.html # SolarTAO計画とは
---------------------------------------------*/
#about img	{
	float: right;
	margin: 0px 20px 0px 20px;
}

#about h1	{
	margin: 20px 290px 20px 20px;
	font-size: 150%;
	font-weight: bold;
	padding: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#about h2	{
	margin: 20px 290px 20px 20px;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 10px;
}
        
#about p {
	margin: 20px 0px 20px 40px;
	font-size: 100%;
}

/* home.html # 最新ニュース
---------------------------------------------*/
#news	{
	clear: both;
}
#news h1	{
	margin: 20px 290px 20px 20px;
	font-size: 150%;
	font-weight: bold;
	padding: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
}
.section	{
	clear: both;
	margin: 20px 40px;
	border: 1px solid silver;
	background-color: #efefef;
}
.section h2 {
	color: #ffffff;
	font-size: 110%;
	margin: 7px;
	padding: 0.2em 0.5em;
	background-color: #4682b4;
}
.section img	{
	float: left;
	margin: 20px;
}
.section p	{
	margin: 25px;
	font-size: 100%;
}

/* news/****.html # 本文
---------------------------------------------*/
#main	{
	margin: 20px;
	text-align: justify;
	text-justify: inter-ideograph
}
#main h1 {
        font-size: 150%;
        font-weight: bold;
        padding: 0px 10px;
        border-bottom: 1px solid #CCCCCC;
}
#main h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 15px;
	border-left: 7px solid #708090;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 13px;
}
#main ul {
	font-size: 105%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 37px;
	margin-right: 35px;
}
#main li {
	margin: 0;
	padding: 3px 0;
}
.subtitle	{
	font-size: 110%;
	font-weight: bold;
	padding: 0px 12px;
}
#main p {
	margin: 25px;
	font-size: 110%;
}

.text-center {
	 text-align:center;
}

table.grtable   {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: silver;
        font-size: 90%;
}
table.grtable tr     {
	background-color: #efefef;
}
table.grtable td  {
	padding: 5px 5px 2px 5px;
	vertical-align: top;
	text-align:left;
}

table.wtable   {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: silver;
        font-size: 90%;
}
table.wtable tr     {
	background-color: white;
}
table.wtable td  {
	padding: 5px 5px 2px 5px;
	vertical-align: top;
	text-align:left;
}

table.wnltable	{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px;
		}
table.wnltable tr	{
	background-color: #ffffff;
	font-size: 95%;
		}
table.wnltable td  {
	vertical-align: top;
	text-align:left;
}

#comment	{
	margin: 30px 30px 30px 30px;
	font-size: 90%;
}


/* 共通
---------------------------------------------*/
.link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}

.right	{
	text-align:right
}

.lang  {
       text-align: right;
       font-size:15px;
       margin: 10px 10px 10px 10px;
}
/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
	margin-top: 40px;
	padding: 5px 10px 5px 10px;
}


/* 更新履歴
(いつ？何のページを編集しているとき？どのように変更？)

2011.02.01
「出版物・メディア」ページ作成のため
#main li {padding: 10px 0;}→ {padding: 3px 0;}

2011.01.14
「news/20101005/20101005.html」ページ作成のため
#main h2
を追加

2012.08.09
wtable → wnltable に変更、wtable を罫線有りに変更

---------------------------------------------*/
