﻿@charset 'utf-8';


/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Chicago, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #000000;
	text-align: center;
	overflow: hidden;
	
    background-image:url(../up/temps94b.gif); 
    background-attachment:fixed;
    background-repeat:repeat-y; 
    background-position:right top;
}

h1 {
	padding: 10px;
	color: #000000;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 8px;
}
h2 {
	margin: 0px 0px 5px 12px;
	padding-left: 10px;
	letter-spacing: 3px;
	border-left: 10px solid #cccccc;
	font-weight: bold;
	font-size: 120%;
}

p, li, dt, dd, address {
	line-height: 1.4;
}
p, dl {
	margin: 10px 12px;
}
ul {
	margin-bottom: 10px;
	margin: 10px 12px;
}
li {
	margin-left: 15px;
}
em {
	font-weight: bold;
}
address {
	padding: 10px;
	font-size: 80%;
	text-align: right;
}

form ul li {
	list-style: none;
	margin: 0px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd textarea {
	margin-top: 2px;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select, form textarea {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	color: #333333;
	padding: 1px;
	font-family:'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}
@media screen {
	form input, form select {
		font-family: Verdana, Chicago, 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;
}

a {
	text-decoration: none;
}
a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:hover {
	background-color: #000000;
	color: #ffffff;
}
a:active {
	background-color: #cccccc;
	color: #000000;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 450px;
	margin: 0px auto;
}
html>body div#container {
}

div#header, div#menu, div#mail, div#footer {
}

div#header p {
	margin: 0px 15px;
	letter-spacing: 2px;
}

div#menu ul {
	margin: 0px;
	padding: 5px 10px 0px;
	text-align: right;
}
div#menu ul li {
	display: inline;
	margin-left: 10px;
}

div#mail .mail {
	margin: 30px 0px;
	padding: 10px 0px 5px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-width: 2px 1px 5px;
}
.main {
	border-top: 1px solid #000000;
	margin:0px 2px;
}
dl.kakuninn dt {
	color: #000000;
	font-weight: bold;
}
dl.kakuninn dd {
	margin-bottom: 10px;
}
dl.kakuninn dd p {
	margin: 0px;
}



