﻿/*共通*/
*{
margin: 0;
padding: 0;
color:#3c3c3c;
}
img{
border:0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-decoration: none;
}
a:link    { color: #0000cc; text-decoration: none; }
a:visited { color: #0000cc; text-decoration: none; }
a:hover   { color: #ff0000; text-decoration: underline; }
a:active  { color: #0000cc; text-decoration: none; }
#container {
margin-top:10px;
margin-left: auto;
margin-right: auto;
width: 700px;
background-color: #fff;
border-left-color: #4ea904;
border-right-color: #4ea904;
border-top-color: #4ea904;
border-bottom-color: #4ea904;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
}
#header{
height:55px;
margin:5px;
padding:0px;
}
.heder_image{
vertical-align:bottom;
}
#navigator{
height:20px;
margin:0px;
text-align:center;
vertical-align:middle;
border-top-color: #4ea904;
border-bottom-color: #4ea904;
border-top-style: solid;
border-bottom-style: solid;
}
#contents{
height:auto;
margin:5px;
padding:0px;
}
#copyritht {
vertical-align: bottom;
margin: 0px;
font-size: 75%;
padding: 0px;
text-align: center;
vertical-align: middle;
clear: both;
margin:0px auto;
border-top-color: #4ea904;
border-top-style: solid;
}
.margin_top_10{
margin-top:10px;
}
.margin_left_60{
margin-left:60px;
}
.align_center {
text-align: center;
}
.align_left {
text-align: left;
}
.font_small{
font-size: small;
}
/*ごあいさつ*/
.top_img{
padding:2px 3px;
}
