﻿@charset "UTF-8";
/* ++++++ BASIC STRUCTURE ++++++ */
* {
	margin: 0px;
	padding: 0px;
}
html {
	width:100%;
}

body {
	color:#ccc;
	background-color:#000;
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W4", Osaka, "MS PGothic",sans-serif;
	text-align:center;
}	
h1 {
	font-size:1.5em;
	line-height:1.5em;
	font-weight:bold;
}
h2 {
	font-size:1.3em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
p {
	margin-bottom:0.7em;
}

a {
	color:#fcc;
	text-decoration:none;
}
a:link {
 color: #fcc;
	text-decoration:none;
}
a:visited {
	color:#fcc;
	text-decoration:none;
}
a:hover {
	color:#ffe;
	text-decoration:underline;
}
table {
	border-collapse:collapse;
	border:1px solid #000;
}
th, td {
	border:1px solid #000;
	padding:5px;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-left:2em;
	margin-bottom:0.5em;
}

ul {
	margin-bottom:1em;
	margin-left:2em;
}

/* ++++++ FONT ++++++ */
html {font-size:medium}
body {
	line-height:1.5em;
	letter-spacing:0.17em;
}

input {
	font:inherit;
	letter-spacing:inherit;
}
 textarea {
	font:inherit;
	line-height:inherit;
	letter-spacing:inherit;
}

label, input {
	vertical-align: middle;
}
th, td {
	vertical-align: bottom;
}

/*  \*/
* html {font-size:small}
* html body {
	font-size:0.94em;
	line-height:1.4em;
	letter-spacing:0.1em;
}
* html table {
	font-size:1em;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html input {
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W4", Osaka, "MS PGothic",sans-serif;
	letter-spacing:0.09em;
}
* html textarea {
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W4", Osaka, "MS PGothic",sans-serif;
	letter-spacing:0.09em;
	line-height:1.4em;
}

*+html {font-size:medium}
*+html body {
	font-size:0.94em;
	letter-spacing:0.09em;
	line-height:1.4em;
}
*+html input { /* inherit しない */
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W4", Osaka, "MS PGothic",sans-serif;
	letter-spacing:0.09em;
}
*+html textarea {
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W4", Osaka, "MS PGothic",sans-serif;
	letter-spacing:0.09em;
	line-height:1.4em;
}
/*  */

/* ++++++ LAYOUT ++++++ */
#underbox {
	/* width:99%;
	margin-left:auto;
	margin-right:auto; */
	background-color:#210;
}
body#sub #underbox,
body#news #underbox {
	background-color:#210;
}

#header-outer {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.3em;
}
body#sub #header-outer,
body#news #header-outer {
	width:80%;
}
#container {
	text-align:left;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
body#sub #container,
body#news #container {
	width:79%;
	border-left:1px solid #432;
	border-right:1px solid #432;
}

#contents {
	float:left;
	width:75%;
}

#main #sidebar1 {
	float:right;
	width:22.5%;
}
#sub #sidebar1,
#news #sidebar1 {
	float:right;
	width:23%;
}

#footer {
	clear:both;
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
body#sub #footer,
body#news #footer {
	clear:both;
	width:79%;
	margin-left:auto;
	margin-right:auto;
}

/* ++++++ STYLE ++++++ */
/* ++++++ UNDERBOX ++++++ */
#underbox {
	border-top: 12px solid #603;
	padding-bottom: 8px;
}
#underbox p.sub-title {
	color: #999;
	font-family: georgia, palatino, sans-serif;
	font-style:italic;
	text-align:right;
	letter-spacing:1em;
	padding:0.4em 1.2em 0;
}
#underbox p.jtopt {
	text-align:right;
	background-color:#503;
	font-style:italic;
	line-height:1em;
	padding:1px 24px;
}

#underbox p.jtopt a {
	color:#f00;
}
#underbox p.jtopt a:link {
	color:#f00;
}
#underbox p.jtopt a:visited {
	color:#f00;
}
#underbox p.jtopt a:hover {
	color:#fc9;
}

/* +++ HEADER +++ */
#header-outer {
	text-align:center;
	padding:3px 0px;
	/* border-top:3px solid #3169C6;
	border-bottom:3px solid #3169C6; */
	border-top:3px solid #939;
	border-bottom:3px solid #939;

}
body#sub .header-PR,
body#news .header-PR {
	font-style:italic;
	padding:0.4em 0px 0;
}

#header {
	background-image: url('images/bg-tile2.png');
	background-repeat:repeat-x;
	background-position:50% 10%;
	height:300px;
	}
body#sub #header,
body#news #header {
	height:180px;
	margin:0px 5px;
}

#header-banner {
	background-image: url('images/tanjou2.png');
	background-position:50% 10%;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:300px;
}
body#sub #header-banner,
body#news #header-banner {
	background-position:50% 25%;
	height:180px;
}
#header .sub-title2 {
	color: #999;
	font-family: georgia, palatino, sans-serif;
	font-style:italic;
	letter-spacing:1em;
	padding-top:16px;
}

#header h1 {
	font-family: georgia, palatino, sans-serif;
	font-size:3em;
	font-style:italic;
	margin-top:126px;
	line-height:1.1em;
}
body#sub #header h1,
body#news #header h1 {
	font-family: georgia, palatino, sans-serif;
	font-style:italic;
	padding-top:36px;
	padding-left:36px;
	font-size:2em;
	text-align:left;
	margin-top:0px;
}
body#sub #header p.sub-title,
body#news #header p.sub-title {
	color: #422;
	font-size:1.2em;
	font-style:italic;
	text-align:center;
	letter-spacing:1em;
	padding-top:80px;
}

#header h1 a {
	/* color:#3169C6; */
	color:#707;
}
#header h1 a:link {
	color:#707;
}
#header h1 a:visited {
	color:#707;
}
#header h1 a:active {
	color:#707;
}
#header h1 a:hover {
	color:#707;
	text-decoration:none;
}

/* ++++++ CONTAINER ++++++ */
#container {
	overflow:auto;
	padding-top:0.8em;
	padding-bottom:0.8em;
}

/* ++++++ CONTENTS ++++++ */
#contents {
	/* border-right:1px solid #3169C6; */
	border-right:1px dashed #717;
}
#contents .intro-outer1{
	margin:1em 4em 2em 3em;
	background-image: url('images/intro-left.gif');
	background-repeat:no-repeat;
	}
#contents .intro-outer2 {
	background-image: url('images/intro-right.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}
#contents .introtext {
	background-image: url('images/intro-border.gif');
	background-repeat:repeat-x;
	background-position:left top;
	margin-left:20px;
}
#contents .introtext-inner {
	background-image: url('images/intro-border.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-left:-20px;
	margin-right:20px;
	padding-top:25px;
	padding-left:30px;
	padding-bottom:5px;
}

#contents .introtext p {
}

/*  \*/
* html #contents .intro-outer1{
}
* html #contents .introtext .inner2 {
}
* html #contents .introtext {
	border-left:5px double #330;
	margin-left:0px;
	height:5em;
}
* html #contents .introtext-inner {
	border-right:5px double #330;
	margin-right:0px;
	padding-left:40px;
}
/*  */
#contents .introtext .intro-boshu {
	padding-bottom:10px;
}

body#main #contents .article {
	margin-right:2em;
	margin-left:3em;
	margin-bottom:1em;
	padding-right:1em;
	padding-bottom:0.5em;
	border-bottom:1px dashed #550;
}
body#sub #contents .article {
	margin-right:1.5em;
	margin-left:2em;
	border:0px;
}
body#news #contents .article {
	margin-right:6em;
	margin-left:6em;
	border:0px;
}

body#sub #contents table.activity {
	border-collapse:collapse;
	margin-bottom:1em;
	border:2px solid #044;
	background-color:#011;
}
body#sub #contents table.activity th {
	border:1px solid #044;
	border-bottom:3px double #044;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

body#sub #contents table.activity td {
	border:1px solid #044;
	border-bottom:1px dashed #044;
	vertical-align:middle;
	padding:5px;
}
body#sub #contents table.apparatus {
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
	border:2px solid #025;
	background-color:#000;
}
body#sub #contents table.apparatus td.value{
	text-align:center;
}

/*  \*/
* html body#sub #contents table.apparatus {
	width:92%;
}
/*  */
body#sub #contents table.apparatus th {
	border:1px solid #025;
	border-bottom:3px double #025;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

body#sub #contents table.apparatus td {
	border:1px solid #025;
	border-bottom:1px dashed #025;
	vertical-align:middle;
	padding:5px;
}
/*  \*/
* html #contents .article {
line-break:strict;
word-break:break-all;
word-wrap:break-word;
}
/*  */
#contents h2 {
	background-image: url('images/line-mark02.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-left:1em;
	margin-right:2em;
	color:#d6a;
	margin-bottom:0.8em;
	padding-bottom:0.7em;
	padding-left:0.8em;
	border-left:0.35em dotted #400;
}
#main #contents .article h3 {
	font-size:1em;
	font-weight:bold;
}
#main #contents .article h3 a {
	color:#fcc;
}
#main #contents .article h3 a:link {
	color:#fcc;
}
#main #contents .article h3 a:visited {
	color:#fcc;
}
#main #contents .article h3 a:hover {
	color:#fee;
	text-decoration:underline;
}
#sub #contents .article h3,
#news #contents .article h3 {
	clear:left;
	color:#099;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding-left:8px;
	border-left:6px dotted #0ff;
	border-top:1px dotted #066;
	border-bottom:1px dotted #066;
}
#sub #contents .article h4,
#news #contents .article h4 {
	clear:left;
	color:#090;
	margin-left:1em;
	margin-bottom:0.5em;
	border-bottom:1px dotted #060;
}
#sub #contents .article dl.profile {
	clear:left;
	font-weight:normal;
	margin-left:2em;
}

#sub #contents .article dl.profile dt {
	clear:left;
	display:block;
	float:left;
	font-weight:normal;
	width:6em;
	margin-bottom:0.15em;
}
#sub #contents .article dl.profile dd {
	margin-left:6em;
	margin-bottom:0.15em;
}

#contents .article p.date {
	color:#fbb;
	display:inline;
	font-family:mono;
	margin-right:1em;
}
#contents .article h3.mainlistup {
	display:inline;
}
#contents .article p.more {
	text-align:right;
}
#contents .article p.more a {
	color:#bfc4E8;
}
#contents .article p.more a:link {
	color:#bfc4E8;
}
#contents .article p.more a:visited {
	color:#bfc4E8;
}
#contents .article p.more a:hover {
	color: #9AE4E8;
	text-decoration:underline;
}

/* ++++++ SIDEBAR1 ++++++ */
#sidebar1 {
	overflow:auto;
}
#sidebar1 h2 {
	color:#c6c;
	font-size:1.1em;
	background-image: url('images/line-mark01.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:0.8em;
	padding-bottom:0.7em;
	padding-left:0.5em;
	border-left:10px dotted #400;
	margin-right:1em;
}	

#sidebar1 ul.sidemenu {
	margin-left:1.5em;
	margin-right:1em;
	margin-bottom:1em;
}
#sidebar1 ul.sidemenu li {
	padding-bottom:0.3em;
}
/*  \*/
* html #sidebar1 ul.sidemenu li {
	overflow:auto;
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
}
/*  */

/* #sidebar1 a {
	color:#fcc;
}
#sidebar1 a:link {
	color:#fcc;
}
#sidebar1 a:visited {
	color:#fcc;
}
#sidebar1 a:hover {
	color:#fee;
} */

/* ++++++ FOOTER ++++++ */
#footer {
	margin-top:1.3em;
	margin-bottom:0.5em;
	/* border-top: 1px solid #3169C6; */
	border-top: 3px double #717;
	padding-top:1.5em;
}
#footer ul {
	margin-left:0.8em;
	padding: 0px;
}
#footer ul li {
	display:inline;
}
#footer li a {
 color: #903;
 margin-right: 0.4em;
 margin-left: 0.4em;
}
#footer li a {
 color: #905;
}
#footer li a:link {
 color: #905;
}
#footer li a:visited {
	color:#905;
}
#footer li a:hover {
	color:#c07;
}
body#sub #footer div.siteinfo,
body#news #footer div.siteinfo {
	border-left:1px solid #432;
	border-right:1px solid #432;
}
#footer address {
}

#footer p.sitename {
	color: #9AE4E8;
	font-family: georgia, palatino, sans-serif;
	text-align:left;
	font-size: 2em;
	line-height:0.5em;
	font-style:italic;
	font-weight: bold;
	margin-left:56px;
}

#footer p.sitename a {
	color:#9AE4E8;
}
#footer p.sitename a:visited {
	color:#9AE4E8;
}
#footer p.sitename a:link {
	color:#9AE4E8;
}
#footer p.sitename a:hover {
	color:#9AE4E8;
	text-decoration:none;
}

/* +++ COMMON CLASS +++ */
.imgR {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	vertical-align:middle;
	border:3px solid #999;
}
.imgL {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:middle;
	border:3px solid #999;
}
.imgC {
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:middle;
	border:3px solid #999;
}
.clear {
	clear:both;
}


