@charset "Shift_JIS";
body {
	font: 13px arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {

	font: 100%;
}
select,input,textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}
hr {
	display: none;
}
a:link {
	color: #414191;
}
a:visited {
	color: #414161;
}
a:hover {
	color: #914141;
}
a:active {
	color: #914141;
}
/* リスト */
.text ol {
	margin: 0 0 1em 35px;
	list-style: decimal;
}
.text ul {
	margin: 0 0 1em 35px;
	list-style: square;
}
dl {
	margin: 0 0 1em 5px;
}
dt {
	color: #9A5434;
	font-weight: bold;
}
dd {
	margin: 0 1em 1em 1.5em;
}
/* 強調・追加・削除 */
em {
	font-weight: bold;
}
strong{
	font-weight: bold;
	color: #814121;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
b { font-weight: bold; } /* 太字 */
i { font-style: italic; } /* 斜体 */
big { font-size: 107%; } /* 文字大 */
small { font-size: 85%; } /* 文字小 */
tt { font-family: monospace; } /* 等幅 */

.menu
    {
    float:left;
    width:162px;
    background-color: #D3FFB8;

    }

.main
    {
    float:left;
    width:640px;
    background-color: #CCCCCC;
    border: 0px;
    }
.main_cont
    {
    float:right;
    width:474px;
    background-color: #D1F0FF;

    }
.main_left
    {
    float:left;
    width:140px;
    background-color: #FFE2B2;

    }

.foot
    {
    clear:left;
    background-color: #FFFFCC;
    width:800px;
    height: 20px;
    }
    
.head
    {
    background-color: #FFFFCC;
    width:800px;
    height: 70px;
    }
/* キーワード */
h1 {
	padding: 0.3em 1em 0.3em 21px;
	font-size: 167%;
	letter-spacing: 0.2em;
	color: #9A4414;
}
/* ページの概要 */
.description {
  position: absolute;
  top: 50px;
  left: 10px;
}
.description2 {
  position: absolute;
  top: 20px;
  left: 400px;
}
#hidari3 {
        float: left;
        width:156px;
        text-align:left;
        margin:0 auto;
        border-style:double;   
        border-width:5px;   
        border-color:#FF00FF; 
        background-color:#FFF0F5
}