﻿/* ページの基本デザイン用CSS */
body{
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #555555;
	background-color: #E9E9E9;
	text-align:left;
}

h1{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Century Gothic;
	font-size:110%;
        color: #443333;
	font-weight: normal;
	letter-spacing: 1px;
        line-height: 1.2;
        padding-left: 20px;
        padding-top: 15px;
	margin: 0px;
	background-position: top right;
	background-repeat: no-repeat;
	height: 85px;
	text-align:left;	
}
h2 {
	color: #443333;
	font-size:110%;
	text-align:left;
        border-bottom: 1.5px solid #443333;
	padding-left: 5px;
	margin-top: 0.5em;
        margin-right: 250px;
	margin-bottom: 0px;
}
h3 {
	font-size:110%;
	color: white;
        font-weight: bold;
        background-color: #BFB595;
	font-size: 110%;
        padding-left: 5px;
    text-align:left;
	margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 3px;
	clear:both;
}
p {
	font-size: 100%;
	line-height: 150%;
}

p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
        color: #FF6633; 
	background: none;
	}
/* サブメニュー
	---------------------------------------------*/
#side{
	font-size: 14pix;
        font-normal: bold; 
}
#side ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#side li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	}
	#side li a {
		display: block;
		width: 138px !important;
		width /**/: 160px;
		padding: 5px 5px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
                font-weight:bold;                
                color: #666666;
		text-decoration: none;
		background: url(../images/sidenav_bg_off.gif) left center no-repeat;
	}
	
    #side li a:hover 	{
          #2B6A80;
		color: #3A93AF; 
		background: none;
	}


