body {
	background-color: #e4e0d9;
	padding: 0px;
	margin: 0;
	font-size: 12px;
	/*height: 100%;*/
/*	background-image: -moz-radial-gradient(left 45deg, circle closest-corner, #cae0f2 10%, #4477a1 70%);
    background-image: -webkit-gradient(radial, left center, 10, left center, 90, from(#cae0f2), to(#4477a1));*/
}
a{
	color: #6DBCF4;

}
a:hover{
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-color: lightblue;
	-webkit-text-stroke-width: 2px;

}

#container{
	margin: 0 auto;
	/*margin: 0px;*/
	text-align: left;
	width: 890px;
}
h1{
	font-size: 30px;
	marginle:0px;
	color: #ff9966;
}
#header{
	margin: 0 auto;
	text-align: left;
	width: 890px;
	height: 10px;

}
header#header{
/*	background-color: #ffffff;*/
	height: 100px;
    background: -moz-linear-gradient(top, #ffffff, #cccccc);/* Firefox—p */  
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa));
}
header#header h1{
	padding: 5px;
	font-size: 16px;
	text-align: center;
	width: 890px;
	color: #333333;
}
#tweet_box{
	text-align: center;
}
article header h1{
	font-size: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid red;
	width: 200px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);

}


#kotoba_area {
margin:0;
padding:0;
/*	margin: 10px;
	padding: 0px;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-shadow: #aaa 4px 4px 4px;
	font-family: 'Tangerine', serif;
	font-size: 24px;
	font-weight: bold;
	width : 580px;
	height: auto;
*/
/*    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: white;
    height: 150px;
    outline: solid 1px #ccc;
	outline-offset: 5px;*/
}
#kotoba_area:hover{
	/*-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);*/
/*	background-color: #aaa;*/
	color: #326895;
	cursor: pointer;
}
#main{
	float: left;
    clear: both;
    width: 620px;	
    border:3px solid #ccc;     padding: 5px;
    margin:0px;
    height: 100%;
    /* css3 */    -moz-border-radius:20px;    -webkit-border-radius:20px;    border-radius:20px;    background:#fff; }
ul,li{  
    margin:0;  
    padding:0;  
    list-style: none;  
}
nav#header_navi{
    padding-left: 60px;
    font-size: 16px;
    width: 100%;
    margin: 10px;
    height: 20px;
    padding-top: 6px;
    background-color: #ffffff;
    border:1px solid #cccccc;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #ffffff;
    background: -moz-linear-gradient(top, #ffffff, #cccccc);/* Firefox—p */  
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
} 
 
nav#category{
    width: 600px;
    margin-top : 10px;
} 
nav#category ul{
    margin-left:300px; 
}
nav li{ 
    float: left; 
    text-align: center;  
    font-weight: bold;  
    /*border-right: solid 1px #000;*/  
    /*border-left: solid 1px #FFF;  */
}
nav#header_navi li{
    margin-left: 20px;
    margin-top: 0px;
    border-right: solid 1px #cccccc;
    padding-right: 20px;
}

nav#category li{
 /*   border:1px solid #cccccc;*/
    padding: 5px;
    /*-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
*/
}
#poplar_list{
   float: left;
   width: 280px;
   margin-left: 10px;
   padding: 0;
/*   border: 5px solid blue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}
#new_list{
   float: left;
   width: 280px;
   margin-left: 10px;
   padding: 0;
/*   border: 5px solid #c81e2b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}
.list > div{
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

.even{
	/*background: hsla(207,38%,47%,.8);*/
	background-color: #cafba1;
	/*color: #fff;*/
	color: #333333;
}

h2{
   	text-shadow: #aaa 2px 2px 2px;
	font-size: 16px;
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
/*	border: 1px solid red;*/
	color: #eeeeee;
/*	background-color: #aaaaaa;*/

}
footer{
	clear: both;
	width:100%;
	height: 30px;
	bottom:0;
	position: fixed;
	background-color: #333333;
	color: white;
	text-align: center;
}
/* creates opening quotation mark */

/* Rectangle-border style with curve
------------------------------------------ */

.rectangle-speech-border {    position:relative;     padding:10px 15px;     margin:1em 20px 3em 80px;    border:10px solid #5a8f00;     text-align:center;     color:#333;    background:#fff;     /* css3 */    -moz-border-radius:20px;    -webkit-border-radius:20px;    border-radius:20px;}
/* creates larger curve */.rectangle-speech-border:before {    content:"\00a0";     position:absolute;     z-index:10;     bottom:-40px;     left:50px;     width:50px;     height:30px;    border-style:solid;     border-width:0 10px 10px 0;     border-color:#5a8f00;     background:transparent;    /* css3 */    -moz-border-radius-bottomright:80px 50px;    -webkit-border-bottom-right-radius:80px 50px;    border-bottom-right-radius:80px 50px;}
/* creates smaller curve */.rectangle-speech-border:after {    content:"\00a0";     position:absolute;     z-index:10;     bottom:-40px;     left:50px;     width:20px;     height:30px;     border-style:solid;     border-width:0 10px 10px 0;     border-color:#5a8f00;     background:transparent;    /* css3 */    -moz-border-radius-bottomright:40px 50px;     -webkit-border-bottom-right-radius:40px 50px;     border-bottom-right-radius:40px 50px; }/* creates a small circle to produce a rounded point where the two curves meet */.rectangle-speech-border>:first-child:before {    content:"\00a0";     position:absolute;     z-index:1;     bottom:-40px;     left:45px;     width:10px;     height:10px;    background:#5a8f00;    /* css3 */    -moz-border-radius:10px;    -webkit-border-radius:10px;    border-radius:10px;}
/* creates a white rectangle to cover part of the oval border*/.rectangle-speech-border>:first-child:after {    content:"\00a0";     position:absolute;     z-index:1;     bottom:-10px;     left:76px;     width:24px;     height:15px;     background:#fff;}.rectangle-speech-border p{
	font-size: 24px;
	-webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.3)));
	text-shadow: #aaa 4px 4px 4px;
	font-family: 'Tangerine', serif;
	font-weight: bold;
}
#right{
	float: left;
	width: 280px;
	margin-left: 10px;
}
#qr{
	top: 25px;
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -20px;
	text-align: left;
}
#amazon_ad{
	top: 310px;
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -220px;
	text-align: left;

}
#ryuryu_ad{
	top: 1350px;
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: 50px;
	text-align: left;

}

