@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	background: url(../../../img/wall_14.jpg) repeat-x top center ;

	text-align: center;
}

h1 {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #666680;

	background-color: #EEEEEE;
	color: #444444;

	font-size: 15px;
	text-decoration: none;
	text-align: center;
}
h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px solid #BBBBBB;
}
h3 {
	margin: 10px 0px;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
em {
	font-weight: bold;
}
address {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #666680;
}
img {
	border: 0px;
}

code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}

dl {
	margin-bottom: 20px;
}
dl dt {
}
dl dd {
	margin-left: 30px;
}

form dl {
	margin-bottom: 15px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
	white-space: nowrap;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}

a:link, a:visited {
	color: #0000CC;

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

	text-decoration: underline;
}

a.menu:link, a.menu:visited {
	color: #0000CC;

	text-decoration: underline;
	font-size:11px;
}
a.menu:active, a.menu:hover {
	color: #FF7700;

	text-decoration: underline;
	font-size:11px;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;

	margin: 0px auto;
	padding: 30px;

	background: url(../../../img/000137921_2.jpg) no-repeat 10px 0px ;

	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ----- メニュー -------------------------------------- */

div#menu ul {
	margin: 20px 0px;
	text-align:right;
}
div#menu ul li {
	display: inline;
	margin-right: 10px;
}

/* ----- 個別指定 -------------------------------------- */

h2.last {
	display: none;
}
ul.last {
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #DDDDDD;

	background-color: #EEEEEE;
}
ul.last li {
	list-style-type: none;
}
ul.last li span.last_memory, ul.last li span.last_memory * {
	font-size: 20px;
	font-weight: bold;
}

ul.memory li a.file {
	font-weight: bold;
}

ul.tag {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
}
ul.tag li {
	display: inline;

	margin-right: 5px;

	color: #AAAAAA;
	line-height: 1.0;
}
ul.tag li a {
	text-decoration: none;
}
.title01 {
	margin-top:0px;
	margin-left:0px;
	font-size:26px;
	font-weight:bold;
 	color: #200080;
	text-shadow:3px 3px 2px #c0c000;
	text-align:center;
}
