@charset "utf-8";

/*--全体の設定--*/

*{
 margin:0;
 padding:0;
 font:normal normal normal 100%/150% Verdana; 
 color:#696969;
 border:0;
}

html{
 scrollbar-face-color:#ffffff;
 scrollbar-track-color:#ffffff;
 scrollbar-arrow-color:#ffe4b5;
 scrollbar-highlight-color:#ffffff;
 scrollbar-shadow-color:#ffffff;
 scrollbar-3dlight-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
}

a:link {
 color:#696969;
 font-size:100%;
 text-decoration:none;

}
a:active {
 color:#696969;
 font-size:100%;
 text-decoration:none;
}
a:visited {
 color:#696969;
 font-size:100%;
 text-decoration:none;
}
a:hover {
 color:#dddddd;
 font-size:95%;
 text-decoration:none;
}

body {
 background-color:#ffffff;
}

/*--mainの設定--*/

#up{
 width:500px;
 font-size:80%;
 padding-top:50px;
 padding-bottom:25px;
 padding-left:50px;
 padding-right:0px;
 line-height:120%;
 text-align:left;
}

#term{
 margin-left:50px;

}

/*--main更新履歴のボックス--*/

#rbox{
 width:240px;
 border-color:#f0e68c;
 border-top:1px;
 border-top-style:dashed;
 border-bottom:1px;
 border-bottom-style:dashed;
 margin-left:130px;
 text-align:right;
}

.in{
 width:230px;
 height:68px;
 background-color:#ffffff;
 overflow:auto;
 padding-right:10px;
 text-align:right;
}

.renew{
 color:#bbbbbb;
 font-size:88%;
 text-align:right;
 padding-top:8px;
 line-height:150%;
}

/*--about・contents0103・links・contact共通設定--*/

.title {
 color:#555555;
 font-weight:normal;
 font-size:70%;
 text-decoration:none;
 text-align:left;
 margin-top:20px;
}

/*--aboutの設定--*/

#me{
 width:450px;
 margin-top:35px;
 text-align:center;
}

.item {
 color:#222222;
 font-size:75%;
 font-style:italic;
 text-align:right;
 margin-right:10px;
 margin-left:75px;
 border-bottom:1px;
 border-bottom-color:#f0e68c;
 border-bottom-style:solid;
}

.intro {
 font-size:70%;
 line-height:140%;
 text-align:left;
 margin-left:80px;
 padding-top:10px;
}

ul{
 margin:0 0 0 4px;
 list-style:none;
}

#me a:link {
 color:#696969;
 font-size:100%;
 text-decoration:none;

}
#me a:active {
 color:#696969;
 font-size:100%;
 text-decoration:none;
}
#me a:visited {
 color:#696969;
 font-size:100%;
 text-decoration:none;
}
#me a:hover {
 color:#f0e68c;
 font-size:90%;
 text-decoration:underline;
}


/*--linksの設定--*/

.item2 {
 color:#222222;
 font-size:75%;
 font-style:italic;
 line-height:200%;
 text-align:right;
 margin-right:10px;
 margin-left:15px;
 border-bottom:1px;
 border-bottom-color:#f0e68c;
 border-bottom-style:solid;
}

.text2 {
 font-size:70%;
 line-height:140%;
 text-align:left;
 margin-right:20px;
}

a.myhover:link {
 color:#336699;
 font-size:100%;
 text-decoration:none;

}
a.myhover:active {
 color:#336699;
 font-size:100%;
 text-decoration:none;
}
a.myhover:visited {
 color:#336699;
 font-size:100%;
 text-decoration:none;
}
a.myhover:hover {
 color:#f0e68c;
 font-size:95%;
 text-decoration:underline;
}

.banner{
 width:88px;
 height:31px;
 border:0;
 padding:3px;
}

