
/*-- Main Contents Basic Setting Style --*/

a{
text-decoration: none;
color : RGB(88,106,235) ;
}

a:hover{
text-decoration: underline;
color : RGB(207,34,10) ;
}

ul , dl{}
ol{}
li{}
dd{}
dt{}


/*-- Header Blog Name Initial Setting --*/

h1{
background-color : transparent ;
color : inherit ;
border-color : gray ;
}

h1 a, h1 a:hover{}


h1 img{}


/*-- Heading Setting Style --*/

div.blog h1.title {
color : RGB(214,37,33) ;
border-color : RGB(164,72,72) ;
background-color: RGB(214,37,33) ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h1.title a{color : RGB(214,37,33) ;}
div.blog h1.title a:hover{
color : RGB(214,37,33) ;
text-decoration : underline ;
background-color:transparent;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}

div.blog h2.title {
color :RGB(188,48,48);
border-color : RGB(220,16,16) ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
background-color : RGB(255,200,200) ;

}
div.blog h2.title a{color:RGB(188,48,48);}
div.blog h2.title a:hover{ 
color:RGB(121,140,195);
text-decoration : underline ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}

div.blog h3.title {
color : RGB(124,48,48) ;
border-color : RGB(124,48,48) ;
background-color:RGB(255,250,240);
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h3.title a{color:RGB(124,48,48);}
div.blog h3.title a:hover{ 
color:RGB(220,44,44);
text-decoration : underline ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;

}

div.blog h4.title {
color : RGB(124,48,48) ;
border-color : RGB(124,48,48) ;
background-color:RGB(255,250,240);
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h4.title a{color:RGB(124,48,48);}
div.blog h4.title a:hover{ 
color:RGB(220,44,44);
text-decoration : underline ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;

}



/*-- Kiji Area Setting Style --*/

.description {}

.navi {color:RGB(164,100,100);}

#content {
color: RGB(37,33,24) ;
border-color : silver ;
}

div.blog{
color : #222222 ;
background-color : white ;
border-color : RGB(151,142,151) ;
}

.blogbody {
color : #222222 ;
background-color : transparent ;
border-color : RGB(151,142,151) ;
}

.date{}

div.text{
color : #222222 ;
background-color : transparent ;
border-color : RGB(151,142,151);
}

.posted{ }

div.text img{}

img.mag_img{}

.catch{color : gray ;}


/*-- Table in Kiji setting --*/



/*-- Footer setting --*/

#footer{
border-top-color : silver ;
}
.copyright{}

div.footer_element{}

div.powered a{
color : black !important ;
}

/*-- TopPage Fix Area --*/

div.top_contents_contents {
color : RGB(37,33,24) ;
border-color : RGB(151,142,151) ;
background-color : RGB(255,255,255) ;
}

div.top_contents_title{
color : RGB(227,0,0) ;
border-color : RGB(151,142,151) ;
background-color: RGB(227,0,0) ;
}

/* Top Midashi */

div.blog_top {
color : RGB(37,33,24) ;
background-color : transparent ;
border-color : RGB(151,142,151) ;
}

div.blog_top div.text {
color : RGB(37,33,24) ;
background-color : transparent ;
border-color : RGB(151,142,151) ;
}

div.blog_top h2.title{
color : RGB(1,84,47) ;
background-color: RGB(1,84,47) ;
border-color : RGB(1,84,47) ;
}

div.blog_top h2.title a {
color : RGB(1,84,47) !important 
}

div.blog_top h3.title{
color : RGB(237,27,0) ;
background-color: RGB(227,0,0) ;
border-color : RGB(237,27,0) ;
}

div.blog_top h3.title a {
color : RGB(237,27,0) !important 
}

div.blog_top h4.title{
color : RGB(120,60,55) ;
background-color: RGB(255,192,158) ;
border-color : RGB(120,60,55) ;
}

div.blog_top h4.title a {
color : RGB(120,60,55) !important 
}
