﻿@charset "UTF-8";

/* ++++++ BASIC STRUCTURE ++++++ */
* {
	margin:0px;
	padding:0px;
}
body, table, caption, th, td, form, input, textarea {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
/*  \*/
* html body, * html table, * html caption, * html th, * html td, * html form, * html input, * html textarea {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
body {
	color:#333;
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc0ff,EndColorStr=#FFFFFF);
	text-align:center;
  background: -moz-linear-gradient(top, ffc0ff, FFFFFF);
}
/*  */
a {
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
table, img {
	border:0px none transparent;
}
table {
	border-collapse:collapse
}
caption, th {
	font-weight:bold;
}

/* ++++++ LAYOUT ++++++ */
#content {
  width:952px;
/*
	background-color: #4A7A2A;
*/
  border: 1px solid #4A7A2A;
	margin: 0px auto !important;
}
#underbox {
  margin: 0px;
	background-repeat:repeat-y;
	background-position:100% 0%;
	text-align:left;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#header {
  margin:0px;
	background-image:url(images/top02.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
/*	background-color:#fff;*/
	text-align:left;
	width:950px;
  height:140px;
	padding-top:1em;
}
#globalnav{
  margin:0px;
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:0% 100%;
	width:950px;
  height:40px;
	padding:10px 0px 3px;
}
#container {
  margin:0px;
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:0% 100%;
	text-align:left;
 	clear:left;
	overflow:auto;
	width:950px;
	padding:10px 0px 3px;
}
#sidebar1{
	color:#333;
/*
	background-color:#D7FFFF;
*/
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#C8E4F9,EndColorStr=#E9F5FD);
  border: 5px dotted #030;
	float:right;
	width:220px;
	margin-top:10px;
}
#contents{
	color:#000;
	float:right;
	width:700px;
}
#footer {
  margin:0px;
	background-image:url(images/footer_bar.jpg);
	background-repeat:repeat-x;
	background-position:0% 100%;
/*
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#C8E4F9);
*/
	text-align:center;
	width:950px;
	padding-bottom:4px;
}

/*
.tl{background: url(images/tr.gif) left top no-repeat;}
.bl{background: url(images/br.gif) left bottom no-repeat;}
.tr{background: url(images/tl.gif) right top no-repeat;}
.br{background: url(images/bl.gif) right bottom no-repeat;}
*/

/* ++++++ COMMON ++++++ */
/* +++ HEADER +++ */
#header h1.sitename {
 	font-size:2.5em;
	font-weight: bold;
	line-height:0em;
	margin:0px 0px 10px 80px;
	padding:25px 0.5em 15px 150px;
}
#header h1.sitename a {
	color:#00C000;
}
#header h1.sitename a:link {
	color:#00C000;
}
#header h1.sitename a:visited {
	color:#00C000;
}
#header h1.sitename a:hover {
	color:#FF8080;
}

#header p.sitename {
 	font-size:1.5em;
	font-weight: bold;
	padding:0px 2.0em;
	line-height:0.5em;
	padding:0px 0.5em 5px 230px;
	color:#FF8080;
}

#header p {
	padding:0px 17.5em;
	line-height:1em;
}

/* +++ GLOBALNAV +++ */
#globalnav ul {
	text-align:center;
	overflow:auto;
	margin:0px 0px 1px 320px;
	list-style:none;
}
/* \*/
* html #globalnav ul {
	margin-left:540px;
}
/*  */
#globalnav ul li {
	display:inline;
}
#globalnav ul li a {
	color:#008000;
	background-color:#D7FFFF;
	display:block;
	float:left;
	width:100px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#globalnav ul li.first a{
	border-left:1px solid #999;
}
#globalnav ul li a:link {
	color:#008000;
}
#globalnav ul li a:visited {
	color:#008000;
}
#globalnav ul li a:hover {
	color:#333;
	background-color:#fe9;
}

/* +++ CONTAINER +++ */
#container p.topagetop {
	clear:both;
	text-align:right;
	margin:1em;
}
/* +++ CONTENTS +++ */
.contentsbody {
	background-color:#fff;
	margin:5px 5px 5px 10px;
	padding:8px;
}
.contentsbody h1{
	background-image:url(images/title_bar.jpg);
	background-repeat:no-repeat;
	font-size:1.2em;
	font-weight: bold;
	line-height:1em;
	margin:1em 0px 0.5em;
	padding:8px 0px 10px 36px;
	border-bottom:3px double #ccc;
}
.contentsbody h2{
	background-image:url(images/listmark02.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-size:1.2em;
	font-weight: bold;
	line-height:1em;
	margin:0px 5px 0.2em;
	padding-left:16px;
}
.contentsbody h3{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 5px 0.2em;
}
.contentsbody h3.center{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 5px 0.2em;
  text-align:center;
}
.contentsbody h3.left-padding{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:10px 5px 0.2em;
	padding-left:50px;
}
.contentsbody h4{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 5px 0.2em;
}
.contentsbody p {
	margin:0px 1.5em 0.5em;
}

.contentsbody p.center {
	text-align:center;
}

.contentsbody p.name {
	margin:0px 1.5em 0em;
	text-align:right;
}

.contentsbody p em {
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}

.contentsbody p strong {
	font-size:1.1em;
	font-weight:bold;
	font-style:normal;
}
.contentsbody blockquote {
}

/* ++++ SIDEBAR1 ++++ */
#sidebar1 .sidemenu {
	margin:5px 0px;
	padding:6px;
}
#sidebar1 .sidemenu ul {
	list-style:none;
	padding-left:10px;
}
#sidebar1 .sidemenu ul li{
	border-bottom:1px solid #ccc;
}
#sidebar1 .sidemenu h2 {
	color:#333;
	background-color:#fff;
	background-image:url(images/listmark02.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:10px;
	padding:5px 5px 5px 21px;
	border-top:3px double #eee;
	border-bottom:3px double #eee;
}
#sidebar1 .sidemenu a {
	color:#666;
	background-image:url(images/listmark03.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	display:block;
	padding:5px 5px 5px 19px;
}
#sidebar1 .sidemenu a:link {
	color:#666;
}
#sidebar1 .sidemenu a:visited {
	color:#666;
}
#sidebar1 .sidemenu a:hover {
	color:#666;
	background-color:#ffe;
}

#sidebar1 p.rss {
	text-align:center;
}

#sidebar1 p.rss a {
	color:#666;
	background-color:#fc6;
	display:block;
	margin:0px 40px 10px;
	padding:2px 0px;
}
#sidebar1 p.rss a:link {
	color:#666;
}
#sidebar1 p.rss a:visited {
	color:#666;
}
#sidebar1 p.rss a:hover {
	color:#666;
	background-color:#ffd;
}

#sidebar1 p.counter {
	padding:5px 5px 5px 21px;
}


/* +++ FOOTER +++ */
#footer p {
	padding:0px 1em;
}
#footer address {
	color:#000;
	padding:1em 0px;
}


/* +++ TABLE +++ */
#sinryo{
	table-layout:fixed;
}
table,th,td{
	border=2px solid;
	padding:2px;
  text-align:center;
}
th{
	background-color:#E7FFFF;
}
td{
	background-color:#FFE3FF;
}
td.comment{
	background-color:#E7FFFF;
}

