E\@charset "utf-8";

@media screen {
}

body, h1, h2, h3, div, p {
	margin:0;
	padding:0;
}

body {
	font-family: "ćBćAćFćF", Meiryo, Osaka, "ćć©ććč@ć“ Pro W3", "Hiragino Kaku Gothic Pro", "EEE E[ćGćLćEÆ", "MS PGothic", sans-serif;
	font-size:1em;
       color:#666;
	background:#fff url(images/background_img.jpg) repeat-y top center;
}

h1 {
	font-size:2em;
       margin-top:60px;
	margin-bottom:8px;
}

h2 {
	font-size: 1em; 
}

h3 {
	font-size:1em;
	margin-bottom:12px;
}

img {
	float:right;
	margin-top:0;
	margin-left:0;
}


/* XHTML 1.0 */

/*//////////////////////////////////////////////////////////////////////////////////*/

#header {
	width:100%;
	height:150px;
	margin:0 auto;
	padding:10px 0;
	text-align:right;
	background:#17a url(../images/header_img.jpg) no-repeat top center;
	color:#fff;
}

#header h1 {
	font-size:2em;
       margin-top:60px;
	margin-bottom:8px;
	margin-right:10px;
}
/*//////////////////////////////////////////////////////////////////////////////////*/

#nav {
	width:100%;
	height:36px;
	margin:0 auto;
	padding:10px 0;
	background-color:#17a;
}

#nav h3 {
	display:none;
}

#nav a:link{
	color:#fff;
       text-decoration: none; }
#nav a:visited{
	color:#fff;
	text-decoration: none; }
#nav a:active{
	color:#fff;
	text-decoration: none; }
#nav a:hover {
	color:#17a; 
	background:#fff;
	text-decoration: none;
}

#nav ul {
	margin:0;
	padding:0 0px 4px 8px;
}


#nav ul li {
	width:auto;
	margin: 0 0.5% 1px 0.5%;
	padding:4px 1% 2px 1%;
	font-size:1em;
	list-style-type:none;
	float:left;
	background-color:#17a;
	border:2px solid #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
/*//////////////////////////////////////////////////////////////////////////////////*/

#article {
	clear:left;
	width:100%;
	margin:0 auto;
  	padding:5px 0;
   	font-size:1em;
	line-height: 26px;
}

#article ul {
	margin-left:24px;
	padding:0 10px 0 0;
}

#article ol {
	margin-left:24px;
	padding:0 10px 0 0;
}

#article p {
	text-indent: 1em;
	padding:0 5px;
	margin-bottom:10px;
}

#article a:link, a:visited {
	color:blue;
       text-decoration: none; }

#article a:hover { color:#fff; 
          text-decoration: none;
          background:blue;}

#article h1{
	background-color:#066;
       font-size:1em;
	color:#fff;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px 8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

#article2 {
	clear:left;
	width:100%;
	margin:0 auto;
  	padding:5px 0;
   	font-size:1em;
	line-height: 26px;
}

#article2 p {
	text-indent: 1em;
	padding:0 5px;
	margin-bottom:10px;
}

#article2 a:link, a:visited {
	color:blue;
       text-decoration: none; }

#article2 a:hover { color:#fff; 
          text-decoration: none;
          background:blue;}

#article2 h1{
	background-color:#066;
        font-size:1em;
	color:#fff;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px 10px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

#article2 ul {
	margin:0;
	padding:0 0 20px 8px;
}

#article2 ul li {
	width:46%;
	margin: 6px 2px 6px 2px;
	padding:4px 0 4px 2px;
	font-size:1em;
	list-style-type:none;
	float:left;
	border:2px solid #066;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

#article3 {
	clear:left;
	width:100%;
	margin:0 auto;
  	padding:5px 0;
   	font-size:1em;
	line-height: 26px;
}

#article3 ul {
	margin-left:24px;
	padding:0 10px 0 0;
	font-size:1.1em;
}

#article3 ol {
	margin-left:24px;
	padding:0 10px 0 0;
}

#article3 p {
	text-indent: 1em;
	margin-bottom:10px;
}

#article3 a:link, a:visited {
	color:blue;
       text-decoration: none;
letter-spacing: 1px; }

#article3 a:hover { color:#fff; 
          text-decoration: none;
          background:blue;}

#article3 h1{
	background-color:#066;
       font-size:1em;
	color:#fff;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px 8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

/*//////////////////////////////////////////////////////////////////////////////////*/#footer {
	clear:left;
	width:100%;
	margin:0 auto;
	margin-bottom:5px;
	padding:5px 0;
	background-color:#17a;
	color:#fff;
}

address {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

table
{
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #808080;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #808080;
}

table th
{
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-align: left;
    background-color: #E0E0E0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #808080;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    white-space: nowrap;
}

table td
{
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #808080;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #808080;
}


.trmen0
{
	background-color: #8888FF;
	color: #FFFFFF;
}

.trmen1
{
	background-color: #FFFFFF;
}

.trmen2
{
	background-color: #E0E0FF;
}

.left
{	text-align: left;
   
	}

.kotoshi{background-color:#FFFACD}

.center{text-align:center}