* { 
	margin: 0;
	padding: 0;
}
body{
	font-size: 13px;
	line-height: 1.6;
	color: #000000;
	text-align: center;
}
#header{
	background-image: url('img/banner.jpg');
	background-repeat: no-repeat;
	height: 60px;
	width: 780px;
}
#header h1 a{ 
	height: 60px;
	width: 780px;
	display: block;
	font-size: 9px;
	font-weight: normal;
	color: gray;
	text-align: right;
	text-decoration: none;
}
h2{
	font-size: 14px;
	background: url('img/h2.jpg') no-repeat;
	font-style: lighter;
	text-indent: 30px;
	color: #000000;
	margin: 10px 5px;
	width: 560px;
	line-height: 30px;
}	

h3{
	font-size: 14px;
	background: url('img/h3.jpg') no-repeat;
	font-style: lighter;
	text-indent: 30px;
	color: #000000;
	margin: 10px 5px;
	width: 560px;
	line-height: 30px;
	font-weight: normal;
}

h4{	padding: 1px 8px;
	font-size: 12px;
	margin: 10px 1px 5px 1px;
}

/* 　プルダウンメニューここから　　*/
ul#pulldown-menu a:hover {
        background: url('img/topnavih7.jpg') no-repeat;
}
ul#pulldown-menu li {
        float: left;
        background: url('img/topnavih7.jpg') repeat-x;
        position: relative;
        margin: 0 ;
        width: 129px;
        border-right: 1px solid green;
}
ul#pulldown-menu li a {
        display: block;
        text-align: left;
        text-decoration: none;
        color: #333333;
        height: 35px;
        font-size: 10px;
}
ul#pulldown-menu li ul li {
        background: url('img/topnavih7.jpg') repeat-x;
}
/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}
/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 10;
}

ul#pulldown-menu { /* IE6 対策 */
        behavior: url("csshover.htc");
}
/* 　プルダウンメニューここまで　　*/


/* 　ヘッダーナビの定義ここまで　　*/
#container{
	width: 780px;
	background-color: #ffffff;
	border: 1px solid #456c57;
	margin-top: 0;
	margin-right: auto;
	margin-left:  auto;
	text-align: left;
}
#contents{
	width: 600px;
	float: left;
	color: #000000;
	text-align: left;
}
.cont-pad p{
	padding-left: 10px;
}

.cont-pad{
	padding-left: 3px;
	padding-top: 10px;
}

table{
	font-size: 13px;
	line-height: 1.6;
	font-color: #000000;
	padding: 1px 5px 1px 5px #ffffff;
	border-collapse: collapse;
	border: 1px #276e3c solid;
}
tr{
	padding-left: 10px #ffffff;
}
td{
	padding-left: 10px #ffffff;
	border: 1px #276e3c solid;
	padding: 1px;
	padding-left: 3px;
}

.green{
	background-color: #edf8ac;
	font-size: 14px;
}

li{	font-size: 13px;
	line-height: 1.5 ;
	font-color: #000000;
	margin: 0 0 5px 15px;
	list-style: none;
}
a{ 	color: #0000ff;
   	text-decoration: none;
}
a:link{
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:active{
	color: #000000;
}
a:hover{
	color: #0000ff;
}
.right{
	float: right;
}
.left{
	float: left;
}
p{
text-indent: 1em;
margin: 10px 5px 10px 0px;
}
img{
	border-style: none;
}
.indent{
	margin-right: 0px;
	margin-bottom: -3px;
}

.red{
color: red;
}
.black{
color: black;
font-weight: normal; 
font-style: normal; 
}
.center{
text-align: center;
}
.blue{
color: blue;
}
.bluebold{
color: blue;
font-weight: bold;
}
.hako{
border: 1px solid #8181bc;
padding: 3px 6px 3px 5px;
margin: 0px 10px 10px 10px;
background-color: #e8edff;
width: 530px;
}
.copyright{
	color: #333;
}
.copyright a{
	color: #333;
	text-decoration: none;
}
.smallfont2{
	font-size: 10px;
	color: #4a4a4a;
	text-decoration: none;
}
.smallfont2 a{
	font-size: 10px;
	color: #4a4a4a;
	text-decoration: none;
}
.smallfont2 a:visited {
	color: #4a4a4a;
}
.smallfont2 a:hover {
	color: #4a4a4a;
}
.noindent{
text-indent: 0;
}
.indent a {
padding-left: 13px;
}
p.nobottom{
	margin-bottom: 1px;
	padding: 3	px;
}
#side{
	width: 175px;
	height: auto;
	float: right;
	color: #000000;
	background: #daffe1;
}
.sideber{
	width: 175px;
	text-align: center;
}
/* 　サイドナビの定義ここから　　*/
.sidenavi{
	font-size: 13px;
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.sidenavi ul, .sidenavi li{
	font-size: 13px;
	list-style-type: square;
	list-style-position: outside;
}
.sidenavi li{
	margin: 6px;
	margin-left: 15px;
	text-align: left;
	line-height: 16px;
}
.sidenavi a, .sidenavi a:link, .sidenavi a:visited{
	text-align: left;
	line-height: 20px;
	font-weight: bold;
}
.sidenavi a:hover{
	color: #ff0000;
}
/* 　サイドナビの定義ここまで　　*/
#footer{
	clear: both;
	width: 780px;
	color: #000000;
	text-align: center;	
	border-top: 1px solid #456c57;
	background-color: #ddffc6;
}