@charset "utf-8";
@import "../ext/ext.css";
/* Pink Style */
/* COMMON STYLE
--------------------------------------------------------- */
body#bd {
	color: #333333;
	background: url(images/bg.jpg) #EEEEEE;
}

/* Normal link */
a {
	color: #417AD4;
}

/* Heading */
h3 {
	border-top: none;
	border-right: none;
	border-left: solid 4px #98C0FF;
	border-bottom: solid 2px #DDDDDD;
	padding: 5px 0 2px 5px;
	background-color: #eeeeee;
}

h4 {
	border-top: none;
	border-right: none;
	border-left: solid 2px #98C0FF;
	border-bottom: dotted 1px #98C0FF;
	padding: 3px 0px 1px 5px;
	background-color: transparent;
}

h5 {
	
}

/* list */
ul li {
	background: url(./images/bullet-gray.gif) no-repeat 18px 8px;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #CCCCCC;
	background: #EEEEEE;
}

/* HEADER
--------------------------------------------------------- */
#wrapper h1 {
	height: 20px;
	background-image:
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAHElEQVQImWP4+/fvf6Z///4xMP39+5eBAIs8JQAf0DyNIkkAHQAAAABJRU5ErkJggg==")
		;
	background-repeat: repeat-x;
	background-color: #cccccc;
	color: #777777;
}

#headerwrap {
	background: #dddddd;
}

#header p.logo-text a {
	color: #555555;
}

#header p.site-slogan {
	color: #555555;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
	/* SPOTLIGHT
--------------------------------------------------------- */
#botslwrap {
	background: #222222;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	border-top: 5px solid #CCCCCC;
	background-color: #EEEEEE;
}

#footer {
	color: #555555;
}

#footer .copyright {
	color: #555555;
}

#footer li a {
	color: #333333;
	text-decoration: undarline;
}

#footer li a:hover,#footer li a:active,#footer li a:focus {
	color: #555555;
	text-decoration: undarline;
}

/* ことランキング
--------------------------------------------------------- */
.tokorank td.text {
	border-bottom: 2px dotted #FFB0C1;
	padding: 5px 0;
}

.tokorank td.image {
	padding: 3px;
}
