/* ページの基本デザイン用CSS */
body {
	background-color:#FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0px;
	padding:0px;
	font-style: normal;
	font-size: 100%;
	line-height: 1.6;
}
a {
	color: #330099;
	text-decoration: underline;
	font-weight:normal;
	}
	a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
	position: relative;
	left: 1px;
	top: 1px;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:250%;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px;
	text-indent: 30px;
	vertical-align: middle;
}
h2 {
	font-size:90%;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}
h3 {
	background-image:none;
	border:thin solid #CCCCCC;
	color: #333333;
	font-size: 90%;
	padding-left: 4px;
	clear:both;
	background-color: #FFFF99;
	background-position: left center;
	text-align: left;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 5px;
	}
h4 {
	background-image:none;
	color: #FF6633;
	font-size: 90%;
	padding-left: 4px;
	clear:both;
	background-color: #FFFFFF;
	background-position: left center;
	text-align: left;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	text-indent: 5px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
h5 {
	background-image:none;
	color: #333333;
	font-size: 90%;
	clear:both;
	background-position: left center;
	text-align: left;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-left: 15px;
	border-style: none;
	border-color: #FFFFFF;
	}
p {
	font-size: 90%;
	line-height: 150%;
	}
p img {
	float: left;
	margin-right:5px;
	border: 1px solid #FFFFFF;
	}
	
#contents {
	width:900px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;	
	background-image:none;
	background-position:right top;
	background-repeat:repeat-y;
	position:relative;
	margin:0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* メニュー */
#menu	{
	width: 900px;
	float: left;
	margin-bottom: 5px;
	background-position: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#menu ul	{
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #CCCCCC;
	margin-right: 0px;
	background-position: left;
	width: 900px;
}
 
#menu li	{list-style-type: none;
	float: left}
 
#menu li a	{
	display: block;
	width: 148px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #999999;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
 
#menu li a:hover	{background-color: #FF6633}
 
#menu li.menulast a	{border-right: none}

 
/* パンくずリスト */
#bread	{
	font-size: 0.9em;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}

#header {
	background-color: #FFCC66;
	background-image: url(matsui-ss.jpg);
	background-position: 1px center;
	background-repeat: no-repeat;
	height: 130px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: 50%;
	text-indent: 100px;
	}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight: normal;
	letter-spacing: normal;
	margin-left: 10px;
	text-indent: 15px;
	vertical-align: middle;
}
	
#header h2 {
	font-size: 100%;
	text-align: right;
	margin-right: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#side {
	float:left;
	width:250px;
	padding-left:10px;
	padding-right:10px;
	border: thin solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 15px;
}	
#side h2 {
	font-size:90%;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#side h2 a {
	color: #006666;
	font-weight:normal;
}
#side ul {
	font-size: 80%;
	margin: 0px;
	padding-left:15px;
}

#main {
	float:left;
	width:600px;
	padding-left:10px;
	padding-right:10px;
}

#footer {
	clear:both;
	background-color: #F0F0F0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#footer2 {
	clear:both;
	background-color: #FFCC66;
	padding: 5px;
	font-size: 80%;
	text-align: center;
}
