/* CSS Document */

/* ページ本体の設定 */
body {
font-size: 11px;
color: #000;
margin: 0px;
background-color: #fff;
line-height: 130%;
text-align: center;
margin-right: auto;
margin-left: auto;
}


/* リンク（基本色） */
a:link  {
font-size: 11px;
color: #fff;
text-decoration: none;
}

a:visited {
font-size: 11px;
color: #fff;
text-decoration: none;
}

a:hover {
font-size: 11px;
color: #0066ff;
text-decoration: underline;
}

a:active {
font-size: 11px;
color: #0066ff;
text-decoration: underline;
background-color: #ffff99;
}

/* リンク（メイン部） */
#Main_right a:link  {
font-size: 11px;
color: #99CC00;
text-decoration: none;
}

#Main_right a:visited {
font-size: 11px;
color: #99CC00;
text-decoration: none;
}

#Main_right a:hover {
font-size: 11px;
color: #0066ff;
text-decoration: underline;
}

#Main_right a:active {
font-size: 11px;
color: #0066ff;
text-decoration: underline;
background-color: #ffff99;
}



/* ページ設定(基本) */
#Wrapper{
width: 800px;
font-size: 11px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
}

#Header{
width: 800px;
height: 34px;
margin: 10px auto 5px;
float: left;
}

#Main{
width: 800px;
margin-left: auto;
margin-right: auto;
float: left;
}


#Main_right{
width: 600px;
float: left;
}

#Footer{
width: 800px;
height: 20px;
background: url(../images/copyright.gif);
float: left;
margin-top: auto;
margin-left: auto;
margin-right: auto;
}

#Footer_menu{
width: 800px;
height: auto;
float: left;
text-align: left;
margin-left: auto;
margin-right: auto;
padding: 3px inherit;
border-top: 1px dotted #666666;
}

#Footer_menu ul {
margin-top: 5px;
vertical-align: -3px;
font-size: 11px;
color: #666666;
text-decoration: none;
}
#Footer_menu li {
background: url(../images/common/menu_circle.gif) no-repeat 1px 0px;
padding-left: 15px;
margin-right: 5px;
list-style-type: none;
float:left;
}

#Footer_menu a:link  {
font-size: 11px;
color: #666666;
text-decoration: none;
}

#Footer_menu a:visited {
font-size: 11px;
color: #666666;
text-decoration: none;
}

#Footer_menu a:hover {
font-size: 11px;
color: #0066ff;
text-decoration: underline;
}

#Footer_menu a:active {
font-size: 11px;
color: #0066ff;
text-decoration: underline;
background-color: #ffff99;
}

h2  {
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
padding: 3px 0px 0px 5px;
border-width: 0px 0px 0px 0px;
border-color: #FFCC66 #CCCCCC #FFCC66 #CCCCCC;
border-style: solid dotted solid solid;
}

h3  {
width: 520px;
height: 20px;
font-size: 14px;
font-weight: bold;
color: #666666;
background: url(../images/common/point03.gif) no-repeat;
text-indent: 23px;
margin-left: 10px;
border-bottom: 1px dotted #0099FF ;
}

h4  {
width: 580px;
height: 20px;
font-size: 14px;
font-weight: bold;
color: #666666;
background: url(../images/common/point03.gif) no-repeat;
padding-top: 3px;
text-indent: 23px;
text-align: left;
border-bottom: 1px dotted #0099FF;
}

h5  {
font-size: 14px;
font-weight: bold;
color: #0066FF;
text-decoration: none;
}

h6  {
font-size: 11px;
color: #999999;
text-decoration: none;
}

p{
font-size: 12px;
padding: 5px 0px;
}

li{
font-size: 12px;
color: #333333;
text-decoration: none;
padding: 0px;
}

hr{
width: 180px;
height: 1px;
color: #ccc;
}


address{
color: #FF9900;
font-style: normal;
font-size: 11px;
}

.small{
font-size: 11px;
}
