﻿/* ページの基本デザイン用CSS */
body{
	font-family:Tahoma, verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align:center;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px;
	background: url(images/vjot-top.jpg) top right no-repeat #E60000;
	height: 150px;
}

h1 div{
	width: 40%;
	margin-left: 10px;
	/*padding-top: 4%;*/
	text-align: left;
}

h1 img {
	float: left;
	margin-left:15px;
	border: 0;
	vertical-align: middle;
}

h2 {
	color: #666666;
	font-size:120%;
	border-left: 12px solid #FF6600;
	padding-left: 5px;
	margin-top: 0.75em;
	margin-bottom: 0px;
}

h3 {
	/*background-image:url(h3_bg.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;*/
	font-size: 90%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
p {
	font-size: 90%;
	line-height: 150%;
}

p span a{
	font-size: 80%;
	font-weight: normal;
	text-decoration: underline;
}

address {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	text-align:center;
	padding-top: 15px;
	clear: both;
	height: 35px;
	background-color: #E60000;
}

address a {
	color: #FFF;
	font-style: normal;
}

p img {
	float: right;
	margin:5px;
}

#path {
	font-size: 75%;
	line-height:100%;
	text-align:right;
	padding: 10px 0;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

h1 a {
	color:#FFFFFF;
	font-weight: normal;
}


p#navibar {
	font-size: 75%;
	line-height:115%;
	position: relative;
	padding-top: 10px;
	border-top: dotted 1px #CCC;
}

p#note {
	font-size: 75%;
	line-height:115%;
	padding-top: 10px;
}

span#right{ 
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:right; 
}

span#right a{
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

#data{
	padding-top: 10px;
	font-size: 90%;
	font-weight: normal;
}

table {
	border: 1px solid;
	margin-bottom: 25px;
}

th {
	font-weight: bold;
	width: 40%;
}

caption{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td a {
	font-size: 80%;
	text-decoration: underline;
	font-weight: normal;
}

#side h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:90%;
}
#side h2 a {
	color: #D93E02;
	font-weight:normal;
}

#side h2 a:hover {
	color: #E60000;
	text-decoration: underline;
}

#side ul {
	font-size: 70%;
	margin: 0px;
	padding-left:5px;
	padding-bottom: 10px;
	color: #D93E02;
}

#side ul a{
	color: #D93E02;
	font-weight:normal;
}

#side ul a:hover {
	color: #E60000;
	text-decoration: underline;
}

form {
	font-size:90%;
	}
#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	text-align:left;
}

div ul li{
	list-style-type: disc;
	list-style-position: inside;
}

.list a{
	font-size:80%;
	font-weight: normal;
	text-decoration: underline;
}

.indent{
	font-size: 85%;
	line-height: 140%;
	margin-left: 30px;
}


