﻿/*
Theme Name: sweet pop
Theme URI: http://impaint.org/
Description: sweet!
Author: impaint
Author URI: http://impaint.org/
Version: 1.0
*/

/*-----------------------------------------------------------------------------------------------
  基本
-----------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

body {
	scrollbar-face-color: #f5e6e9; 
	scrollbar-track-color: #f5e6e9; 
	scrollbar-arrow-color: #412920; 
	scrollbar-highlight-color: #f5e6e9; 
	scrollbar-shadow-color: #f5e6e9; 
	scrollbar-3dlight-color: #f5e6e9; 
	scrollbar-darkshadow-color: #f5e6e9;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	color: #ded8c2;
	font-size: 12px;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 1.5em;
}
img {
	vertical-align: bottom;
}
a {
	color: #fca8ac;
	text-decoration: none;
}
a:hover {
	color: #ff2e69;
	text-decoration: none;
}
a img {
	border: none;
}
input {
	vertical-align: middle;
	background: #f5e6e9;
	border: 3px double #412920;
}
textarea {
	background: #f5e6e9;
	border: 3px double #412920;
}

.inside {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*-----------------------------------------------------------------------------------------------
  ヘッダー
-----------------------------------------------------------------------------------------------*/
#header{
	background-image: url(images/headbg.png);
	background-position: top;
	background-repeat: repeat-x;
}
#header ul {
	position: absolute;
	height: 34px;
	top: 316px;
	float: left;
	left: 100px;
	margin:0px;
}
#header ul li {
	display: inline;
	font-size: 14px;
}
#header ul li a {
	display: block;
	float: left;
	line-height: 34px;
	color: #ded8c2;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a:hover {
	color: #ffe7d8;
	background: #db9989;
}
#header ul li.current_page_item a {
	color: #da8a7b;
	background: #dbcbbe;
}

#bgtitle {
	top: 0px;
	left: 0px;	
	position: absolute;
}
#topill {
	background-image: url(images/ill01.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 350px;
	position: relative;
}
#about {
	position: absolute;
	top: 118px;
	left: 100px;
}

/*-----------------------------------------------------------------------------------------------
  メイン
-----------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 590px;
	padding: 14px 0 0 0;
	color: #554240;
}
#main a {
	color: #b62477;
	text-decoration: none;
}
#main a:hover {
	color:#fca8b8;
	text-decoration: none;
}
#main p{
	margin: 0 10px;
}
h1 {
	font-size: 18px;
	margin: 6px 0 0 15px;
}
blockquote {
	padding: 0 0 0 4px;
	margin: 4px 10px 10px 20px;
	border-left: 4px double #b62477;
}
fieldset {
	padding: 0 0 0 10px;
	margin: 4px 10px 0 20px;
	border: 0px;
}
small {
	font-size: 10px;
	padding: 0 0 0 20px;
}
strong {
	font-size: 16px;
}

.article {
	width: 580px;
	margin: 20px 0 40px 0;
}
.diary {
	background: url(images/mainbg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 0 20px;
}
.diary hr {
	width: 510px;
	margin: 15px;
	border-bottom: 3px;
	border-style: double;
	border-color: #db9989;
}
.diary ol li{
	margin: 0 0 20px 30px;
	line-height:1.4em;
}
.hrimg {
	margin: 15px 0;
}
.amazon {
	position: relative;
	left: 30px;
	float: left;
	overflow: hidden;
}
.amazon img {
	margin: 0 -30px;
}
.amazon1 {
	position: absolute;
	left: 250px;
}
.amazon2 {
	position: absolute;
	left: 300px;
}
.leftmargin {
	float: left;
	margin-right: 20px;
}
.tablenav {
	line-height: 20px;
	text-align:center;
}
a.page-numbers, .tablenav .current {
	padding: 2px 4px;
	color: #b62477;
	border: solid 1px #b62477;
}
.tablenav .current {
	background: #db9989;
	border-color: #b62477;
}
a.page-numbers:hover {
	color: #fca8ac;
	border-color: #fca8ac;
}
.tablenav .next, .tablenav .prev {
	border: 0 none;
}

/*-----------------------------------------------------------------------------------------------
  サイドバー
-----------------------------------------------------------------------------------------------*/
#sidebar {
	scrollbar-face-color: #675247; 
	scrollbar-track-color: #675247; 
	scrollbar-arrow-color: #ded8c2; 
	scrollbar-highlight-color: #675247; 
	scrollbar-shadow-color: #675247; 
	scrollbar-3dlight-color: #ded8c2; 
	scrollbar-darkshadow-color: #ded8c2;
	width: 280px;
	float: right;
}
#menu {
	background: url(images/sidebg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 0px 30px;
}
h3 {
	position: relative;
	background-image: url(images/title.png);
	background-position: absolute; left: -30px;
	background-repeat: no-repeat;
	height: 23px;
	padding: 3px 0 6px 34px;
	font-size: 16px;
	color: #fffadc;
	font-weight: bold;
}
ul li{
	list-style-image: url(images/mark.png);
	margin: 0 0 0 12px;
	line-height:1.4em;
}
ul li a {
	color: #ded8c2;
}
ul li a:hover {
	color: #ff2e69;
}

#s {
	width: 150px;
	height: 16px;
	background: #d3bdb2;
	border: none;
	padding: 4px;
	color: #554240;
}
#btn {   
	position: relative;
	border: none;
	vertical-align:top;
	height: 24px;
	left: -4px;
}
.sideover {
	height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
	line-height:1.2em;
}
.sideover li {
	list-style-image: url(images/mark.png);
	line-height:1.4em;
	margin: 0;
}
.sideover a{
	color: #ded8c2;
}
.sideover a:hover {
	color: #ff2e69;
}
#twitter li {
	list-style-image: url(images/mark.png);
	line-height:1.2em;
	margin: 0 0 0 12px;
}
#twitter a {
	color: #fca8ac;
}
#twitter a:hover {
	color: #ff2e69;
}

.st-tag-cloud a {
	color: #ded8c2;
	text-decoration: none;
}
a:hover {
	color: #ff2e69;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  ページ
-----------------------------------------------------------------------------------------------*/
#page {
	width: 880px;
	margin: 20px 0 40px 0;
	color: #554240;
}
#page a {
	color: #b62477;
	text-decoration: none;
}
#page a:hover {
	color:#fca8b8;
	text-decoration: none;
}
#page p {
	margin: 0 0 16px 0;
}
#pageinside{
	background: url(images/pagebg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 0px 20px;
}
h2 {
	font-size: 22px;
	margin: 16px 0 24px 20px;
	color: #796fa3;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	margin: 6px 16px;
	color: #e13f6d;
}
hr {
	align: left;
	width: 800px;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #b62477;
}

ul.pict li {
	float:left;
	list-style:none;
	margin:4px 6px 6px 0;
}
ul.pict li a img {
	border: #f4f0ec solid 2px;
}
ul.pict li a:hover img {
	border: #b62477 dotted 2px;
}
.illust {
	margin: 10px 0 10px 4px;
	letter-spacing: 6px;
	font-size: 16px;
}
.hidden {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------------------
  フッター
-----------------------------------------------------------------------------------------------*/
#footer {
	padding: 20px 0 40px 0px;
	color: #898083;
}
#footer a{
	color: #898083;
	text-decoration: none;
}
#footer a:hover {
	color: #ff2e69;
	text-decoration: none;
}
#footer p{
	margin: 0 60px;
}

