/* all reset */
*{
margin: 0px;
padding: 0px;
font-size: 100%;
border: 0;
font-style: normal;
font-weight: normal;
}

body.entrance{
background-color: #ffffff;
color: #888888;
font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
font-size: 100%;
margin-top: 5px;
margin-left:10px;
padding:10px;
}

body.top{
background-color: #ffffff;
color: #888888;
font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
margin-top:10px;
margin-left:10px;
padding:10px;
font-size: 100%;
line-height: 140%;
}

a		{ color: #994422; text-decoration : none;}
a:link	{color: #994422; text-decoration : none;}
a:visited{ color: #996644; text-decoration: none; }
a:active	{ color: #994400; text-decoration: none; }
a:hover	{color: #994400; background-color: #ffeebb; text-decoration : none;}

li {
list-style-type: square;
list-style-image : url("material/list.png");
}

#side {
float: left;
width: 200px;
padding: 0px 0px 0px 10px;
}


#main {
padding: 0px 0px 0px 250px;
}

.title{
text-align: center;
}

#index{
text-align: center;
}

.separate{
padding-bottom: 20px;
}

.update{
text-align: left;
color:#662200;
background-color:#ffddaa;
margin: 20px 0px 20px 0px;
padding: 1px;
}

.g-title{
font-family: "Verdana";
font-size: 10px;
font-weight: bolder;
letter-spacing: 5px;
color: #ffaa66;
background-image: url(material/title_s.png) ;
background-repeat: no-repeat;
background-position: left;
width: 200px;
height: 20px;
padding: 3px 0px 10px 15px;
}

.g-text{
padding: 10px 0px 20px 20px;
}

.m-title{
font-family: "Verdana";
font-size: 12px;
font-weight: bolder;
letter-spacing: 11px;
color: #ffaa66;
background-image: url(material/title_m.png) ;
background-position: left;
background-repeat: no-repeat;
width: 500px;
height: 25px;
padding: 8px 0px 10px 20px;
}

.m-text{
padding: 10px 0px 20px 10px;
width: 500px;
}


.footer{
text-align: right;
vertical-align: bottom;
color:#662200;
background-color:#ffddaa;
margin: 50px 0px 20px 0px;
padding: 1px;
}

