@charset "UTF-8";
/*
Author: Shogo Nagayama
Version: 1.1
*/

/* 	HTML5 Boilerplate
 
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}					
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* End of Reset CSS 

fonts.css from the YUI Library: developer.yahoo.com/yui/ */

body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* 
 * HTML5 Boilerplate - minimal base styles 
 */

body, select, input, textarea { 
	color: #444; 
	/* font-family: Georgia, serif;  */	
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }
ul, ol { /*margin-left: 1.8em;*/ list-style: none; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
	padding: 15px; 
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid	  {	 }
input:invalid, textarea:invalid { 
	  border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
		 box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* By default the selection color is pink */
::-moz-selection{ background: #f16529; color:#fff; text-shadow: none; }
::selection { background:#f16529; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/* 共通部分いろいろ ============== */ 
body,
input,
textarea {
/*	font: 87.5% 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
/*	font: 100% 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
/*	font: 87.5% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font: 87.5% 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	_font-size: 100%; /* IE6 */
}
body {
	background: #04538B url(./img/bg-transparent.png) no-repeat center 20px;
	background: url(./img/bg-transparent.png) no-repeat center 20px , -moz-linear-gradient(top, #79B1D0, #04538B 80%,#04538B); /* FF3.6+ */
	background: url(./img/bg-transparent.png) no-repeat center 20px , -webkit-gradient(linear, left top, left bottom, from(#79B1D0), color-stop(0.8, #04538B), to(#04538B));  /* Chrome,Safari4+ */
	background: url(./img/bg-transparent.png) no-repeat center 20px , -o-linear-gradient(#428AB5, #04538B); /* Opera11.10+ */
	background: url(./img/bg-transparent.png) no-repeat center 20px , linear-gradient(top, #428AB5 0%,#04538B 80%, #04538B 100%); /* W3C */
	background-attachment: fixed;  /* 背景画像を固定する */
	_background: #006699; /* IE6 */
}
#tmp body {
	background:#04538B;
	background: -moz-linear-gradient(top, #79B1D0, #04538B 80%,#04538B); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#79B1D0), color-stop(0.8, #04538B), to(#04538B));  /* Chrome,Safari4+ */
	background: -o-linear-gradient(#428AB5, #04538B); /* Opera11.10+ */
	background: linear-gradient(top, #428AB5 0%,#04538B 80%, #04538B 100%); /* W3C */
}


hr {
	display: none;
}
em {
	font-weight: bold;
}
strong {
	color: #DC0C13;
	color: #E91F1A;
	font-weight: bold;
}
small,
#guide span {
	font-size: 85.7%;
	color: #666;
}
a:link small {
	color: #0066CC;
}
a:visited small {
	color: #3991E6;
}
.screen-reader-text {
	display: none;
}


/* リンク */
a:link {
	color: #0066CC;
}
a:visited {
	color: #3991E6;
}
a:hover {
	text-decoration: none;
}


/* 選択したテキストの見栄え ============== */
::selection {
	background: #0066CC;
}
::-moz-selection {
	background: #0066CC;
}


/* -clearfix ============== */
#wrap-social-lang:after,
.wrap-img:after,
#danger-obs:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #wrap-social-lang,
* html .wrap-img,
* html #danger-obs { zoom: 1; } /* IE6 */

*:first-child+html #wrap-social-lang,
*:first-child+html .wrap-img,
*:first-child+html #danger-obs { zoom: 1; } /* IE7 */


* html #content {
	zoom: 1;
}


/* 共通部分 ============== */
/* page */
#page {
	width: 940px;
	margin: 0 auto;
}

/* header */
header {
	width: 220px;
	float: left;
	/*position: fixed;*/
	margin-top: 10px;
/*	background-color: #1B384F;*/
}
header h1 a {
	display: block;
	width: 220px;
	height: 26px;
	text-indent: -2000px;
	background: url(./img/title-logo-jp.png) no-repeat;
	_background: url(./img/title-logo-jp-ie.png) no-repeat;	
}

header nav {
	margin-top: 10px;
	text-align: center;

	border-top: 1px solid #4791b9;
	border-bottom: 1px solid #6fa3c4;

}
header nav ul {
	padding:6px 0 6px 0px;
	border-top: 1px solid #8cbbd5;
	border-bottom: 1px solid #2177a5;
}

header nav a {
	display: block;
	padding: 3px 0 3px 15px;
	padding: 5px 0;
	text-shadow: 0 1px 2px #000;
	font-weight: bold;
}
header nav a:link {
	color: #FFF;
	text-decoration: none;
}
header nav a:visited {
	color: #FFF;
	text-decoration: none;
}
header nav a:hover {
	color: #FFED60;
	text-decoration: none;
}
header nav a:active {
	color: #FFED60;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
}

header nav .current a {
	color: #FFED60;
	text-shadow: 0 -1px 1px #000;
}

#bnr {
	margin: 10px 0 0;
	color:#FFF;
	font-size:85.7%;
}
#bnr .text{
	text-align:center;
}
#bnr .link{
	text-align:center;
}
#bnr .link a{
	color:#FFF;
}


#bnr-live{
	padding:10px;
	margin-top:10px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0.8);
	box-shadow:0 1px 3px #666;
}

/*
#bnr li {
	display: inline;
}
#bnr-naoj {
	margin-right: 5px;
}
*/


/* content */
#content {
	width: 620px;
	float: right;
}

/*
#lang {
	margin: 10px 0 25px;	
	text-align: right;
	line-height: 11px;
}
*/
section {
	clear: both;
}


/* sub-nav */ 
#sub-nav{
	position:relative;
}

#naoj{
	position:absolute;
	top: 10px;
	right:90px;
}

#lang{
	position:absolute;
	top: 10px;
	right:0px;
}
#lang a{
	display:block;
	width:70px;
	line-height:30px;	
	/*border:1px solid #ccc;*/
	border-radius:4px;

	background-color:#428AB5;

	background: -moz-linear-gradient(top, #428AB5, #04538B);
	background: -webkit-gradient(linear, left top, left bottom, from(#428AB5), to(#04538B));
	background: -o-linear-gradient(#428AB5, #04538B);

	color:#fff;
	/*font-weight:bold;*/
	text-decoration:none;
	text-align:center;
	text-shadow: 0 1px 0 #000;
	box-shadow: 0 1px 3px #333;
}
#lang a:hover{
	color: #FFED60;
}
#lang a:active{
	text-shadow: 0 -1px 0 #000;
}

/*
#lang a:hover{
	opacity:0.7;
}
*/

/* article */
article {
	clear: both;
	margin: 10px 0 20px;
	margin: 50px 0 20px;
	padding: 20px;
	background-color: #FFF;
	box-shadow: 0 2px 4px #333;
}
article h1 {
	margin: 0;
	padding: 1em 0;
	font: 171% 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,sans-serif;
	border-top: 1px solid #999;
}
article h2 {
	font: 143% 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,sans-serif;
}
article h3 {
	margin: 2em 0 0.5em;
	font-size: 129%;
}

h2 {
	margin: 2em 0 0.5em;
	padding-top: 10px;
	border-top: 1px solid #999;
}
h1 + h2 {
	margin: 10px 0 0.5em;
	padding: 0;
	border:none;
}

article p {
	margin-bottom: 1em;
	line-height: 150%;
}
article ul {
	margin: 0 0 1em 1em;
}
article ul li {
	padding-left: 18px;
	background: url(./img/icon-list.png) left 6px no-repeat;
}
figure{
	margin:0 0 20px;
}
.for-press{
	padding:10px 10px 0;
	margin:10px 0;
	font-size:85.7%;
	border: 1px solid #999;
	background-color:#f7f7f7;
}
article .for-press p{
	margin-bottom:0;
}

.memo {
	color: #666;
	font-size: 85.7%;
}

/* image */
.wrap-img {
	width: 580px;
	margin-bottom: 20px;
}
.img {
	float: left;
	width: 380px;
}
.img-caption {
	float: right;
	width: 190px;
	padding-top: 3px;
	font-size: 87.5%;
	border-top: 1px solid #999;
}
.img-caption p{
	margin-bottom:0;
}

.wrap-img-2 {
	margin-bottom: 20px;
}
.img-2 {
	line-height: 1;	
	margin-bottom: 10px;
}
.img-caption-2 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 87.5%;
	border-left: 1px solid #999;
}
* html .wrap-caption-2 {
	margin-bottom: 20px;
} /* IE6 */ 
*:first-child+html .wrap-caption-2 {
	margin-bottom: 20px;
} /* IE7 */


table {
	width: 580px;
	margin: 1em 0 2em;
	font-size: 85.7%;
	text-align: left;
	border-bottom: 1px solid #999;
}
* html table	 {
	border-top: 1px solid #999;
} /* IE6 */
 
*:first-child+html table {
	border-top: 1px solid #999;
} /* IE7 */


caption {
	font-weight: bold;
}
th {
	padding: 7px 3px 4px;
	font-weight: normal;
}
tr {
/*	border-top: 1px solid #CCC;*/
}
td {
	padding: 7px 3px 4px;
}
.table-heading {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #F5F5F5;
}
tr:nth-child(odd) {
	background-color: #F5F5F5;
}
tr:hover {
	background-color: #FFFFD9;
}
tr.table-heading:hover {
	background-color: #F5F5F5;
}

* html th {
	background-color: #F5F5F5;
} /* IE6 */

*:first-child+html th {
	background-color: #F5F5F5;
}/* IE7 */


/* social */
#wrap-social{
	border-top: 1px solid #0A3055;
}
#social {
	padding-top: 20px;
	border-top: 1px solid #8cbbd5;

}
#social iframe {
}


/* guide */
#guide {
	width:560px;
	height:30px;
	line-height:30px;
	margin: 30px 0 0;
	padding:10px;
	background-color:#f7f7f7;
}

#next {
	float:right;
	width:240px;
	text-align:right;
	padding-right: 22px;
	background: url(./img/icon-next.png) right center no-repeat;
}
#previous {
	float:left;
	width:240px;
	padding-left: 22px;	
	background: url(./img/icon-previous.png) left center no-repeat;
}




/* footer */
footer {
	clear: both;
	margin: 15px 0;
	font-size: 87.5%;
	color: #FFF;
	text-align: right;
}
footer ul {
	list-style: none;
}
footer li {
	display: inline;
	padding-left: 10px;
}
footer a:link {
	color: #67A7E6;
	color: #A1C4E5;
	color: #8BB8E2;
}
footer a:visited {
	color: #67A7E6;	
	color: #A1C4E5;
	color: #8BB8E2;
}
footer a:hover {
	color: #A1C4E5;
	color: #8BB8E2;
}


/* home ============== */
#home section {
	width: 380px;
	color:#FFF;
	padding: 374px 0 0;
	background: url(./img/home-heading.png) 70px 70px no-repeat;
	_background: url(./img/home-heading-ie.png) 70px 40px no-repeat;
}

#description {
 /*   background-color: rgba(0,0,0,0.5);*/
	margin-bottom: 40px;
}
#notice {
	width: 370px;
	color: #000;
	margin-bottom: 40px;
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 2px 4px #333;

}
#notice h1 {
	color: #FFF;
	line-height: 25px;
	padding: 0 0 0 5px;
	background: #04538B;
	background: -moz-linear-gradient(top, #428AB5, #04538B);
	background: -webkit-gradient(linear, left top, left bottom, from(#428AB5), to(#04538B));
	background: -o-linear-gradient(#428AB5, #04538B);
}
#notice ul li{
	margin: 10px 0;
	padding-left: 18px;
	color: #666;
	background: url(./img/icon-list.png) left 6px no-repeat;
}
#notice ul li span{
	font-size:85.7%;
}
#home #social {
	border-top: 1px solid #6fa3c4;
}
#home section aside{
	border-top: 1px solid #024577;
}
.new{
	font-size:85.7%;
	color: #E91F1A;
	text-shadow: 0 0 3px #E91F1A;
}


/* いつ、どこで見られるの ============== */
#map-japan-extend{
/*	font-size: 85.7%;
	margin:0 0 20px;*/
	padding:10px;
	background-color:#eee;
}
#map-japan-extend h2{
	font-size:100%;
	margin:0;
	padding:0;
	border:none;
}
article #map-japan-extend ul{
	margin:0;
	padding:0;
}
article #map-japan-extend li{
	margin:0;
	padding:0;
	background:none;
}
#no-text{
}
#no-text a{
	display:block;
	height:60px;
	padding-left:71px;
	background: url(./img/icon-map-japan-no-text.jpg) left top no-repeat;
}
#detail{
}
#detail a{
	display:block;
	height:50px;
	padding-left:71px;
	background: url(./img/icon-s20121m.png) left top no-repeat;
}



/* How to observe ============== */
#download-guide {
	line-height: 74px;
}
#download-guide a {
	display: block;
	height: 74px;
	padding-left: 120px;
	background: url(./img/guide.png) left center no-repeat;
}




/* obs ============== */
#obs article h1,
#about-eclipse article h1{
	margin-bottom: 0;
	border-bottom: 1px solid #999;
}

#obs article h2{
	margin-top: 2em;
}

#danger-obs {
	list-style: none;
	width: 580px;
	margin: 0 0 28px;
	font-size: 87.5%;
}
#danger-obs img{
	display: block;
}
#danger-obs li {
	float: left;
	width: 180px;
	height: 220px;
	margin-bottom: 20px;
	padding: 0;
	background: none;
}

li.danger-obs-middle {
	margin: 0 20px;
}


/* for educator ============== */
li#educator-color,
li#educator-mono{
	padding:0;
	background:none;
}
li#educator-color a,
li#educator-mono a{
	display:block;
	width:295px;
	height:75px;
	margin:0 auto;
	padding: 10px 10px 10px 115px;
	border:4px solid #fff;
	text-decoration:none;
}
li#educator-color a:hover,
li#educator-mono a:hover{
	border:4px solid #3991E6;
}
li#educator-color a{
	background: #f7f7f7 url(./img/ss-for-educator-color.png) 10px 10px no-repeat;
}

li#educator-mono a{
	background:#f7f7f7 url(./img/ss-for-educator-mono.png) 10px 10px no-repeat;
}

p#solar2012 a{
	display:block;
	width: 420px;
	margin:0 auto;
	padding: 150px 0 10px;
	border:4px solid #fff;
	background: #f7f7f7  url(./img/ss-solar2012-s.png) center 10px no-repeat;
	text-align:center;
	text-decoration:none;
}
p#solar2012 a:hover{
	border:4px solid #3991E6;
}





/* English ============== */
.en {
	font-family: Optima, Sans-serif;
	text-align: justify;
}
.en h1,
.en h2,
.en h3 {
/*	font-family: Cochin,Bodoni SvtyTwo ITC TT, serif;*/	
	font-family: Optima, Sans-serif;
	font-weight: bold;
	color: #555;
	text-align: left;
}
.en header {
/*	font-family: Cochin,Bodoni SvtyTwo ITC TT, serif;*/
	font-family: Optima, Sans-serif;
	font-weight: bold;
	text-align: left;

}
.en header h1 a {
	background: url(img/title-logo-en.png) no-repeat;
	_background: url(img/title-logo-en-ie.png) no-repeat;
	height: 56px;
}
#home #home-section-en {
	background: url(./img/home-heading-en.png) center 40px no-repeat;
	_background: url(./img/home-heading-en-ie.png) center 40px no-repeat;
	padding:200px 0 0;
}

.en #description{
	margin-top:200px;
}


.en table {
	font-size: 100%;
}

