@charset "utf-8";

body
{
	margin:0;
	padding:0;
	color: white;
	background: black url(../img/style/background.jpg) center top no-repeat fixed;
	font-size:87.5%; /* 14pt */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ' ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: none;
}

@media only screen and (max-width: 46em)
{
body
{
	min-width: 41em;
}
}

@media only screen and (min-width: 1501px)
{
body
{
	background-image: url(../img/style/background2.jpg);
}
}

/****************************************
  Global Layout
 ****************************************/
#HEADER,
#MENU,
#MAIN,
#FOOTER
{
	width: 80%;
	min-width:42em;
	max-width:80em;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

@media only screen and (max-width: 46em)
{
#HEADER,
#MENU,
#MAIN,
#FOOTER
{
	width: 40em;
	min-width: 0;
}

}

/****************************************
  Header
 ****************************************/
#HEADER
{
}

#HEADER p
{
	margin:0 3em;
	padding:1em 0;
	font-weight:normal;
	font-size:100%;
}

@media only screen and (max-width: 46em)
{
#HEADER p
{
	margin-left: 2em;
	margin-right: 2em;
}
}

#HEADER a
#HEADER a:visited
{
	margin:0;
	padding:0;
	color: white;
	background-image:none;
	text-decoration:none;
}

#HEADER a:hover,
#HEADER a:active
{
	text-decoration:underline;
}

#HEADER img
{
	color: white;
	vertical-align:middle;
	margin:0;
	padding:0;
	max-width:100%;
}

/****************************************
  Menu
 ****************************************/

#MENU
{
}

#MENU ul
{
	margin:0;
	padding:0 1em 0 3em;
	list-style-type:none;
	min-height:1em; /* IE7 */
	background: transparent;
}

@media only screen and (max-width: 46em)
{
#MENU ul
{
	padding-left:2em;
}
}

/* clearfix*/
#MENU ul:after
{
	content: "";
	display: block;
	clear: both;
}

#MENU li:before
{
	content: none !important;
	visibility: hidden;
	display: none;
}

#MENU li
{
	float:left;
	padding:0;
	margin:0;
	white-space:nowrap;
	color:#eee;
	background:transparent;
}

#MENU li.selected
{
	color:black;
	background:transparent;
}

#MENU li a
{
	display:block;
	margin:0 0.1em;
	padding:0 0.5em;
	height:1.5em;
	line-height:1.5em;
	color:white;
	text-decoration:none;
	background:rgb(128,128,128);
	background:rgba(128,128,128,.6);
	border-radius:         0.5em 0.5em 0 0;
}

#MENU li a:visited
{
	color:white;
}


#MENU li a:hover,
#MENU li a:active
{
	color:black;
	background:rgb(255,255,255);
	background:rgba(192,192,255,.6);
	text-decoration:none;
	text-shadow: 0 0 0.6em white, 0 0 0.3em white; 
}

#MENU li.selected a
{
	color:black;
	background:rgb(255,255,255);
	background:rgba(192,192,255,.6);
	text-shadow: 0 0 0.6em white, 0 0 0.3em white; 
}

#MENU li.selected a:visited
{
	color:black;
}

#MENU li.selected a:hover,
#MENU li.selected a:active
{
}

/****************************************
  Main Contents
 ****************************************/

#MAIN
{
	border-radius:         1em;
	background: rgb(255,255,255); /* fail safe */
	background: -moz-linear-gradient(   top, rgba(192,192,255,.6) 0, rgba(240,240,255,.9) 6em, rgba(255,255,255,1) 9em);
	background: -webkit-linear-gradient(top, rgba(192,192,255,.6) 0, rgba(240,240,255,.9) 6em, rgba(255,255,255,1) 9em);
	background: -o-linear-gradient(     top, rgba(192,192,255,.6) 0, rgba(240,240,255,.9) 6em, rgba(255,255,255,1) 9em);
	background: -ms-linear-gradient(    top, rgba(192,192,255,.6) 0, rgba(240,240,255,.9) 6em, rgba(255,255,255,1) 9em);
	background: linear-gradient(  to bottom, rgba(192,192,255,.6) 0, rgba(240,240,255,.9) 6em, rgba(255,255,255,1) 9em);
	color: black;
}

#MAIN h1
{
	margin:0;
	padding:1.75em 1.75em 0.875em 1.75em;
	line-height:1;
	font-size:171.43%; /* 24pt */
	font-weight:normal;
	text-shadow: 0 0 0.5em white, 0 0 0.1em white; 
}

.section
{
	padding: 1em 3em;
	line-height:1.6;
	min-height:1em; /* IE7 */
}

@media only screen and (max-width: 46em)
{
#MAIN h1
{
	padding:1.167em 1.167em 0.5833em 1.167em;
}

.section
{
	padding-left: 2em;
	padding-right: 2em;
}
}

.section .subsection
{
	margin:0.5em 0em;
	min-height:1em; /* IE7 */
}

/* clearfix*/
.section:after,
.section .subsection:after
{
	content: ""; 
	display: block; 
	clear: both; 
}

/****************************************
  Footer
 ****************************************/

#FOOTER
{
}

#FOOTER address
{
	margin: 0.5em;
	padding: 0;
	text-align:center;
	font-style:italic;
	color: white;
	text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black; 
}

/************ Section Title ************/
h2
{
	margin:0 0 0.4375em 0;
	padding:0 0 0.2em 0.4375em;
	font-size:114.286%;
	font-weight:normal;
	background:url(../img/style/h2.png) no-repeat 0% 100%;
}

h3
{
	margin:1em 0 0.5em 0;
	padding:0 0 0 1.25em;
	background:url(../img/style/h3.png) no-repeat 0% 0.3em;
	font-size:100%;
	font-weight:normal;
}

h2 a,
h2 a:visited,
h3 a,
h3 a:visited
{
	color:black;
	text-decoration:underline;
	padding:0;
}


/************ Paragraph ************/

p
{
	margin:0.5em 0 0.5em 0;
	padding:0;
}

/************ List ************/

ul
{
	margin:0.5em 0;
	padding:0;
	list-style-type:none;
}

ul li
{
	margin:0;
	padding:0;
}

dt:before,
ul li:before
{
	margin-right:0.5em;
	content: "\002605";
	color: #009fb9;
}

ol
{
	margin:0.5em 0 0.5em 1.5em;
	padding:0;
	list-style-type:decimal;
}

ol li
{
	margin:0;
	padding:0;
	background-image:none;
}

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

li ul li:before
{
	margin-right:0.5em;
	content: "\0025b6";
	color: #009fb9;
}


dl
{
	margin:0.5em 0;
	padding:0;
}

dt
{
	margin: 0;
	padding:0;
}

dd
{
	margin: 0;
	padding:0 0 0 2.5em;
}

/************ Paragraph and Definition List for figure ************/

p.figure,
p.figure_r,
p.figure_l
{
	margin:0;
	padding:0.5em 1.0em;
}

p.figure_r
{
	float:right;
	padding-right:0;
}

p.figure_l
{
	float:left;
	padding-left:0;
}

.border img
{
	padding:0px;
	margin:0px;
	border:1px solid #808080;
}

/************ Table ************/

table
{
	margin:0.5em 0;
	padding:0;
	empty-cells:show;
	border-collapse:collapse;
	border-bottom:1px solid #aaa;
}

caption
{
	margin:0;
	padding:0.4em;
	text-align:left;
}

td,
th
{
	margin:0;
	padding:0.25em 0.5em;
	border-top:1px solid #aaa;
}

th
{
	text-align:center;
	font-weight:normal;
	background: #eee;
}

td
{
	text-align:left;
	font-weight:normal;
}

tr.link:hover
{
	cursor:pointer;
	background-color:#ddf;
}




/************ Form ************/

form
{
	margin :0.5em 0;
	padding:1em;
	border: 1px solid #ccc;
	background-color: white;
	border-radius:         1em;
	box-shadow:         inset 2px 2px 4px 0 rgba(0,0,0,.2);
}

form ul li:before
{
	margin-right:0.5em;
	content: "\0025b6";
	color: #009fb9;
}

.essential
{
	color: red;
	font-weight: bold;
}

.public
{
	background: rgb(255,192,192);
	background: rgba(255,192,192,.5);
}

/************ Other Inline Elements ************/
a:link
{
	text-decoration:underline;
	color:#24f;
	font-weight:inherit;
	font-style:inherit;
}

a:link.img
{
	text-decoration:none;
}

a:visited
{
	color:#86f;
}

pre
{
	font-family:monospace;
	font-size:100%;
}

del
{
	text-decoration:line-through;
}

ins
{
	font-weight:bold;
	text-decoration:none;
}

img
{
	margin:0;
	padding:0;
	border-width:0;
	max-width:100%;
}

/************ For toppage ************/
.preflist,
.livelist
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding:1em;
	border: 1px solid #ccc;
	background-color: white;
	border-radius:         1em;
	box-shadow:         inset 2px 2px 4px 0 rgba(0,0,0,.2);
	line-height: 1.6em;
}

.preflist a:link,
.preflist a:visited,
.preflist span
{
	white-space: nowrap;
	text-decoration:none;
}

.preflist a:hover,
.preflist a:active
{
	text-decoration:underline;
}

.preflist ul
{
	color: #777;
}

.fs_def0 { font-size: 85%; color: #777;}
.fs_defzz { font-size: 100%; color: #fff;}
.fs_def1 { font-size: 100%; }
.fs_def2 { font-size: 110%; }
.fs_def3 { font-size: 120%; }
.fs_def4 { font-size: 130%; }
.fs_def5 { font-size: 140%; }
.fs_def6 { font-size: 150%; }
.fs_def7 { font-size: 160%; }
.fs_def8 { font-size: 170%; }
.fs_def9 { font-size: 180%; }
.fs_def10 { font-size: 190%; }
.fs_def11 { font-size: 200%; }
.fs_def12 { font-size: 210%; }
.fs_def13 { font-size: 220%; }
.fs_def14 { font-size: 230%; }
.fs_def15 { font-size: 240%; }
.fs_def16 { font-size: 250%; }
.fs_def17 { font-size: 260%; }
.fs_def18 { font-size: 270%; }
.fs_def19 { font-size: 280%; }
.fs_def20 { font-size: 460%; }

/* END */
