/*メイン部分の設定です*/
body{
margin: 0px;
padding: 0px;
SCROLLBAR-BASE-COLOR:#000000;
SCROLLBAR-ARROW-COLOR:#FFFFFF;
SCROLLBAR-TRACK-COLOR:#000000;
color: #808080;
font-size: 10px;
line-height: 18px;
font-weight: lighter;
font-family: VERDANA;
}

/*リンク関連の設定です*/
a{
line-height: 20px;
font-weight: bold;
text-decoration: none;
color: #393533;
}
a:link ,a:visited ,a:active{color: #393533;}
a:hover{
color:saddlebrown;
text-decoration: underline;
}

/*其の他オプション関係*/


/* ベース部分 */
#base{
width: 100%;
height: 100%;
}

#contents{
padding: 20px;
}


img{
border-style: none;
}

/* 見出し */
.caption{
width: 90%;
background: url(img/icon.gif) no-repeat 0px 30%;
padding-left: 18px;
border-bottom-color: gray;
border-bottom-style: dotted;
border-bottom-width: 1px;
font-size: 12px;
line-height: 18px;
}
.mtitle{
margin-bottom: 20px;
color: #393533;
padding-left: 18px;
background: url(img/icon.gif) no-repeat 0px 50%;
font-size: 12px;
line-height: 18px;
font-weight: bold;
font-family: VERDANA;
text-align: left;
}
.mtitle:first-letter {color:#a0522d;}


/* テキスト部分 */
.text{
width: 80%;
padding-left: 25px;
padding-top: 10px;
padding-bottom: 20px;
font-size: 12px;
line-height: 18px;
}


/* イメージ部分 */
.imaged{
width: 100%;
text-align: center;
padding-top: 10px;
}

input,textarea,select {            /* フォーム内の設定  */
	font-size       :12px;             /* 文字サイズ  */
	color           :#666666;          /*   文字色    */
	border          :1 solid #666666; /* 線の太さ、色*/ 
}
table{
font-size: 11px;
}
