
/**********************************************************************
基本情報エリア
**********************************************************************/
body
{
background-color: #ffffff;
font-size: 0.96em;
FONT-FAMILY: verdana, sans-serif;
}

a:link	{ text-decoration:none; color:#333333; }
a:visited{ text-decoration:none; color:#333333; }
a:hover	{ text-decoration:none; color:red; }
a:active{ text-decoration:none; color:red; }


blockquote
{
text-align: left;
line-height: 125%;
}

/**********************************************************************
ヘッダーエリア
**********************************************************************/
#header
{
/*border:solid 1px #000000;*/
margin: auto;
width: 600px;
}

.h_image
{
/*border: solid 1px #000000;*/
/*border-top: 18px;*/
margin: auto;
background-color: transparent;
height: 120px;
background-image: url("image/ahiru_top.jpg");
background-repeat: no-repeat;
/*background-attachment: fixed;*/
}

.h_menu
{
margin-bottom: 2px;
/*
border:solid 1px #000000;
margin: auto;
border-right:solid 1px #000000;
border-left:solid 1px #000000;
border-bottom:solid 1px #000000;
padding: 3px 4px;
text-align: center;
color: #000000;
font-weight: bold;
background: darkorange;
*/
}

.h_menubox a:link, .h_menubox a:visited{
color:#ffffff;
font-weight: normal;
}

.h_menubox a:hover, .h_menubox a:active{
color:red;
font-weight: normal;
}

.h_menubox
{
width: 100px;
padding: 2px 1px;
text-align: center;
color: #000000;
background: #000000;
}


/**********************************************************************
フッターエリア
**********************************************************************/
#footer
{
margin: auto;
width: 600px;
/*background: #ffffff;*/
}

.f_00
{
margin-top: 0px;
border-top:solid 0px #000000;
border-left:solid 10px orange;
font-size: 0.88em;
text-align: left;
padding: 2px 4px;
background: #ffffff;
}

.f_01
{
margin-top: 0px;
border-top:solid 2px #000000;
font-size: 0.88em;
text-align: right;
padding: 2px 4px;
background: #ffffff;
}

.f_02
{
/*border:solid 1px #330033;*/
font-size: 0.88em;
text-align: left;
padding: 2px 4px;
color: #ffffff;
background: #000000;
}


INPUT,TEXTAREA
{
font-size: 0.90em;
}


