﻿@charset "UTF-8";

/* ++++++ BASIC STRUCTURE ++++++ */
* {    
	margin:0px;
	padding:0px;
}
body, table, caption, th, td, form, input, textarea {
  font-size: medium;
  font-family: "ＭＳ 明朝", "ＭＳ P明朝", "ヒラギノ明朝 Pro W3", "平成明朝", serif;
  text-align: center;
  font-weight: normal;
}
/*  \*/
* 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:#fff;
	background-color:#D0C295;
	background-image:url(temp_images/back.jpg);
}
/*  */
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;
}

img.sum {
  margin: 9px;
}

table {
	border-collapse:collapse
}
caption, th {
	font-weight:bold;
}

/* ++++++ LAYOUT ++++++ */
#content {
  width:970px;
	background-color: #D0C295;
	background-image:url(temp_images/back-shadow.jpg);
	margin: 0px auto !important;
}
#underbox {
  margin:0px;
	background-repeat:repeat-y;
	background-position:100% 0%;
	text-align:left;
	width:950px;
}
#header {
	background-image:url(temp_images/head_sum.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
  width: 950px;
  height: 200px;
  margin: 0px 10px;
  padding: 0px;
}

#navi{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#B3B34C,EndColorStr=#D0C295);
  margin: 0px 10px;
	width:950px;
	padding: 0px;
}
#globalnav{
	width:950px;
	padding: 0px 0px 0px 0px;
}
#etcnav{
	width:950px;
  height:10px;
	padding:0px;
	font-weight: bold;
}
#container {
	background-color:#D0C295;
	background-position:0px 0px;
	width:950px;
  margin: 0px 10px;
}
#sidebar1{
	color:#333;
	background-color:#D0C295;
	float:left;
	width:220px;
	margin-top:10px;
}
#contents{
	color:#400;
	float:right;
	width:950px;
}
#footer {
	background-image:url(temp_images/footer_sum.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:center;
	width:950px;
  height:127px;
  margin: 0px 10px;
}

/* ++++++ COMMON ++++++ */
/* +++ HEADER +++ */
#header h1.sitename {
 	font-size:14px;
	font-weight: bold;
	line-height:0.8em;
	margin:0px 5px 0px 410px;
	padding:40px 0px 0px 0px;
}
#header h1.sitename a {
	color:#FFF;
}
#header h1.sitename a:link {
	color:#FFF;
}
#header h1.sitename a:visited {
	color:#FFF;
}
#header h1.sitename a:hover {
	color:#F00;
}

#header p {
 	font-size:2.5em;
  color:#C0FFFF;
	margin:8px 0px 0px 410px;
	line-height:1em;
}

#header p.xxlarge	{ color: #FFF; font-size: 30px;	font-weight: bold; line-height: 0.8em; }
#header p.xlarge	{ color: #FFF;	font-size: 19px;	font-weight: bold; line-height: 0.8em; }
#header p.large		{ color: #FFF;	font-size: 17px;	font-weight: bold; line-height: 0.8em; }
#header p.medium	{ color: #FFF;	font-size: 15px;	font-weight: bold; line-height: 0.8em; }
#header p.small		{ color: #FFF;	font-size: 12px;	font-weight: bold; line-height: 0.8em; }
#header p.xsmall	{ color: #FFF;	font-size: 10px;	font-weight: bold; line-height: 0.8em; }
#header p.xxsmall	{ color: #FFF;	font-size: 8px; font-weight: bold; line-height: 0.8em; }

#header p.small a:visited { color:#FFF; }
#header p.small a:hover { color:#FF8080; }

/* +++ GLOBALNAV +++ */
#globalnav ul {
	text-align:center;
	overflow:auto;
	margin:10px 0px 1px 10px;
	list-style:none;
}
/* \*/
* html #globalnav ul {
	padding-left:0px;
}
/*  */
#globalnav ul li {
	display:inline;
}
#globalnav ul li a {
	color:#FFFF80;
	background-color:#404000;
	display:block;
	float:left;
	width:101px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
#globalnav ul li.first a{
	border-left:1px solid #000;
}
#globalnav ul li a:link {
	color:#C0FFC0;
}
#globalnav ul li a:visited {
	color:#C0FFC0;
}
#globalnav ul li a:hover {
	color:#400;
	background-color:#C0C000;
}

/* +++ ETCNAV +++ */
#etcnav ul {
	text-align:left;
	overflow:auto;
	margin:0px 20px;
	list-style:none;
	float:right;
}
/* \*/
* html #etcnav ul {
}
/*  */
#etcnav ul li {
	display:inline;
}
#etcnav ul li a {
	display:block;
	float:left;
	width:110px;
  padding-left:13px;
}
#etcnav ul li.first a{
}
#etcnav ul li a:link {
	color:#000;
	background-image:url(temp_images/navimark0.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#etcnav ul li a:visited {
	color:#000;
	background-image:url(temp_images/navimark0.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#etcnav ul li a:hover {
	color:#f00;
	background-image:url(temp_images/navimark1.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

/* +++ CONTAINER +++ */
#container p.topagetop {
	text-align:right;
	margin:10px;
}
#container a 					{color:#800000;}
#container a:link			{color:#800000;}
#container a:visited	{color:#800000;}
#container a:hover		{color:#00C000;}

#container .top-anime {
	width: 950px;
	height: 400px;
	margin: 0px;
	padding: 0px;
}
#container .topcorner-anime {
	background: #000000 url(temp_images/anime-back-top.jpg) no-repeat top;
	width: 620px;
	height: 20px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
}

#container .bottomcorner-anime {
	background: #000000 url(temp_images/anime-back-bottom.jpg) no-repeat bottom;
	width: 620px;
	height: 20px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
}


/* +++ CONTENTS +++ */
.contentsbody {
	background-color:#D0C295;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.contentsbody .B_crumbBox{
	color: #404000;
	font-size:1em;
	line-height:1em;
	margin:1em 10px 0.5em;
	padding:8px 0px 10px 10px;
}
.contentsbody h1{
	color: #330066;
	background-image:url(temp_images/h1-bar.gif);
	background-repeat:no-repeat;
	font-size:1.2em;
	font-weight: 900;
	line-height:1em;
	margin:1em 20px 0.5em;
	padding:8px 0px 10px 45px;
}
.contentsbody h2{
	color: #404000;
	background-image:url(temp_images/listmark02.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-size:1.2em;
	font-weight: bold;
	line-height:1em;
	margin:0px 20px 0.2em;
	padding-left:16px;
}
.contentsbody h3{
	color: #404000;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 20px 0.2em;
}
.contentsbody h3.center{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 20px 0.2em;
  text-align:center;
}
.contentsbody h3.left-padding{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:10px 20px 0.2em;
	padding-left:50px;
}
.contentsbody h4{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 20px 0.2em;
}
.contentsbody p {
	margin:0px 20px 0.5em 3em;
}

.contentsbody p.center {
	text-align:center;
	margin:0px 0em 0.5em 3em;
}

.contentsbody p.center_anime {
	text-align:center;
	margin:0px;
}

.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 {
}

.contentsbody th {
  text-align:center;
}

.contentsbody td {
  text-align:left;
}

.img-box {
  text-align:left;
  margin 10px;
}

.contentsbody p.xxlarge	{ color: #800000; font-size: xx-large;	font-weight: bold; line-height: 0.8em; }
.contentsbody p.xlarge	{ color: #800000;	font-size: x-large;	font-weight: bold; line-height: 0.8em; }
.contentsbody p.large		{ color: #800000;	font-size: large;	font-weight: bold; line-height: 0.8em; }
.contentsbody p.medium	{ color: #800000;	font-size: medium;	font-weight: bold; line-height: 0.8em; }
.contentsbody p.small		{ color: #800000;	font-size: small;	font-weight: bold; line-height: 0.8em; }
.contentsbody p.xsmall	{ color: #800000;	font-size: x-small;	font-weight: bold; line-height: 0.8em; }
.contentsbody p.xxsmall	{ color: #800000;	font-size: xx-small; font-weight: bold; line-height: 0.8em; }

/* +++ FOOTER +++ */
#footer p {
	padding:0px 1em;
}
#footer address {
	color:#800;
	padding:1em 0px 0px 0px;
}
#footer a 				{color:#00C000;}
#footer a:link		{color:#800000;}
#footer a:visited	{color:#800000;}
#footer a:hover		{color:#FF8080;}


#footer p.counter {
	color:#800;
	padding:60px 0px 0px 0px;
}

/* +++ TABLE +++ */
#sinryo{
	table-layout:fixed;
}
table,th,td{
  color: #800;
	border:2px solid #000;
	padding:2px;
  text-align:center;
}
th{
}
td{
}
table.access,td.access{
	border:0px;
  text-align:center;
}
table.fax,td.fax{
	border:2px solid #800;
  text-align:left;
}
table.fax_right,td.fax_right{
	border:0px;
  text-align:right;
}
td.comment{
}

