@charset "Shift_JIS";

/* *****************************************************
 *	1.Reset
 * *****************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 1px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

input,textarea{
	font-size:1em;
	}


/* Body
-------------------------------------------------------------- */

body{
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5; 
	}

/* Text
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #900;
	font-weight: bold;
	line-height:1;
	margin: 0 0 1.5em;
	padding: 1.5em 0 0;
	}
h1         { font-size:1.8em; padding-top:0; }
h2         { font-size:1.6em; padding-top:0; }
h3         { font-size:1.6em; color:#000; }
h4, h5, h6 { font-size:1.4em; color:#000; padding-top:0; }


p{
	font-size: 1.2em;
	line-height:1.5;
	margin: 0 0 1.5em 0;
	}

/* List
-------------------------------------------------------------- */

ul, ol, dl {
	font-size: 1.2em;
	line-height:1.5;
	}

ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; margin-bottom: .5em;}
dl dd       { margin-left: 1.5em;}

li ul, 
li ol       { margin:0 1.5em; }

dd ul,
dd ol,
dd dl,
li ul, 
li ol,
li dl,
ul p, 
ol p,
dl p        { font-size: 1em; }

ul h3, 
ol h3,
dl h3       { font-size: 1.25em; line-height:1; }

/* HR
-------------------------------------------------------------- */

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.8em;
  border: none; 
}


/* Links
-------------------------------------------------------------- */

a { font-size: 1em; }

a:link,
a:visited {
  background: transparent;
  text-decoration: underline;
}
.external_url a:link:after,
.external_url a:visited:after {
  content: " (" attr(href) ") ";
}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.8em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
td          { background: #ececec; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

th p,
td p        { margin-bottom:0; }

/* Img
-------------------------------------------------------------- */

img{
	border: solid 1px #ccc;
	vertical-align:bottom;
	margin: 0 0 1.8em;
	}

/* Form
-------------------------------------------------------------- */

label       { display:block; }
legend      { font-size: 1.2em; line-height:1.5; margin: 0 0 1.5em; }

input.text, 
textarea, 
select      { margin:0.5em 0; border:1px solid #bbb; }

input.text  { width:300px; padding:3px; }

textarea    { width:350px; height:250px; padding:3px; }


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


#menu,
.moveTOtop,
.Paging,
.menuPaging,
.hide_print { display:none; }


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


#gauche     { padding: 0 0 1.8em; border-bottom: solid 1px #bbb; }
#gauche h1 a{ text-decoration: none; color: #900; }

#centre     { padding: 3.6em 0 0;}

.copy       { padding: 1.8em 0 0; }
.copy p     { padding: 1.5em 0 0; border-top: solid 1px #bbb; }


#articles   { list-style:none; }
#articles li{
	margin: 1.8em 0 0;
	padding: 0 10px;
	border: solid 1px #ccc;
	}
#articles li th{ width: 25%; }

.print_nobrdr li{ border: 0 none; }
.print_nolstyle { list-style:none; }

#chrono .era1{background-color:#CCCC66;}
#chrono .era2{background-color:#CC9999;}
#chrono .era3{background-color:#CCCCFF;}
#chrono .era4{background-color:#CC9966;}

.cred       { color:#c00; }



