@charset "utf-8";



/*============================================================
Common
============================================================*/


body {
  font-family: Helvetica;
  font-size:85%;
  margin: 0 0 0 10px;
  padding: 0;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
background:url(
http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/alice_back.png);
  color:#595959;
}

img{
  border:none;
}

a:link,
a:visited {
  color:#663300;
  text-decoration:none;
}

a:focus,
a:hover,
a:active {
  color:#990000;
  text-decoration:none;
}



/*============================================================
Header
============================================================*/

#header_box{
  position: relative;
}


#header {
	background:url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/alice_hed02.png) no-repeat 50% 0 ;
	background-size: 100% auto;
	-webkit-background-size:100% 100%;
	padding: 0 10px 0px;
	margin:0 0 10px;
	min-height: 120px;
	-webkit-box-sizing: border-box;
	position:relative;
}

#header h1 {
	color: #fff;
	font: 20px/30px Helvetica;
	margin:47px 0px 0px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
	position: absolute;
	top: 0;
}
#header h1 a {
	color: #990000;
	padding:0px;
	text-align: left;
　　　　　　　filter:dropshadow(color=white,offX=-1,offY=-1); 
}


#header ul {
  margin-top: 15px;
}

h2 {
  font: 13px/16px Helvetica;
  margin-left:10px;
  margin-right:10px;
}

h2#pagetitle {
  color:#663300;
  font-weight:bold;
  text-align:center;
  font-size:120%;
  border-bottom: 1px dotted #FF9999;
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%;
  padding: 20px 0px 20px 0px;
  margin: 0px 10px 0px 10px;
 clear:both; 
}

.box{
  margin:10px;
}

/*============================================================
Ad
============================================================*/

.ad01{
  text-align:center;
  margin:10px 0px;
}

.ad02{
  text-align:center;
  margin:10px 0 30px;
}



/*============================================================
Pager
============================================================*/

.pager {
	text-align:center;
  margin: 0px 10px 0px 10px;
	padding:13px 0;
	font-size:85%;
	color:#FFFFFF;
        width: 93%;
}
.pager_box {
}
.pager_box a {
	margin-right:3px;
	padding:6px 10px;
    border-radius: 10px;        
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;   
}
.pager_box a:link,
.pager_box a:visited {
	background-color:#FF6699;
	border:2px solid #FFFFFF;
	text-decoration:none;
	color:#FFFFFF;
}
.pager_box a:focus,
.pager_box a:hover,
.pager_box a:active {
	background-color:#CC3300;
	border:2px solid #FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.pager_box strong {
	background-color:#CC3300;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:3px;
	padding:6px 10px;
    border-radius: 10px;        
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;   
}

/*
.pager{
	text-align:center;
	background-color:#0099FF;
	border:2px solid #FFFFFF;
	background:#fb2801;
	margin:10px 0;
}

.pager ul {
	width:280px;
	margin:0 auto;
}

.pager ul li {
	float:left;
	padding: 10px 5px;
	list-style-type: none;
	font-size:85%;
	margin:0;
}

.other_entry{
	width:100px;
	margin:4px auto;
	font-style:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.next_entry{
	width:100px;
	margin:4px auto;
	font-style:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	text-align:right;
}


*/

/*============================================================
subtitle
============================================================*/

/* Normal lists and metal 　　　Topページ*/

body#normal h3 {
  text-shadow: #666 0 1px 0;
  margin: 0;
  padding: 5px 10px;
  font: bold 15px Helvetica;
  text-align:center;
  border-bottom: 1px dotted #FF9999;
}


body#normal {
  margin: 0;
  padding: 0;
  background-color: rgb(255,255,255);
}



/*============================================================
Button
============================================================*/

a.button ,input.button{
	color:#663300;
	font: bold 120%/46px Helvetica;
	text-decoration: none;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	border-width: 0px 14px 0px 14px;
	display: block;
	margin:5px 0;
}
input.button {
	width:100%;
	height:45px;
	background-color: white;
	padding: 0 0 5px 0;
}
a.white ,input.white{
	color:#663300;
	text-shadow: #fff 0px 1px 0;
	-webkit-border-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/sm01_whiteButton.png) 0 14 0 14;
}

a.white02 {
	-webkit-border-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/sm01_whiteButton02.png) 0 14 0 14;
}

/*============================================================
Clearfix
============================================================*/

.pager:after {
  content:".";
  display:block;
  height:0.1px;
  clear:both;
  visibility:hidden;
  overflow:hidden; 
}

.pager {
  zoom:1;
}

/*\*/
* html .pager {
  height: 1px;
  overflow: visible;
}
/**/

.pager_top:after {
  content:".";
  display:block;
  height:0.1px;
  clear:both;
  visibility:hidden;
  overflow:hidden; 
}

.pager_top {
  zoom:1;
}

/*\*/
* html .pager_top {
  height: 1px;
  overflow: visible;
}
/**/



/*============================================================
Footer
============================================================*/

#footer {
	background: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/alice_footer02.png) no-repeat bottom;
        color: #663300;
	background-size: 100% auto;
	-webkit-background-size:100% auto;
	padding: 0 0 5px 0px;
	margin:0px;
	min-height: 69px;
	-webkit-box-sizing: border-box;
	position:relative;
  text-align:center;
}


#footer .footer_menu a{
  margin:0 10px 0;
}

#footer p{
  margin:4px 0 0px;
　　padding: 0 0 20px;
}

.footer_menu{
  margin:10px 0 40px 0;
}

.footer_copyright{
  font-size:85%;
  text-align:center;
  margin:4px 0　10px 0;
}

.footer_copyright address{
  padding:4px 0　10px 0;
  font-style:normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  text-align:center;
}



/*============================================================
TOP
============================================================*/

/* Entry --------------------------------------*/
ul.entry {
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 10px 0px 0px 0px;
  margin: 0px 10px 0px 10px;
}

ul.entry li {
  color: #663300;
  border-bottom: 1px dotted #FF9999;
  list-style-type: none;
}

ul.entry li.arrow {
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/alice_title_back02.png);
  background-position: right;
  background-repeat: no-repeat;
}

ul.entry li a{
  text-decoration: none;
  overflow: hidden;
  display: block;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  margin:0px 30px 10px 10px;
  padding: 10px 0px 0px 0px;
}

ul.entry li strong{
  margin:3px 0;
}

ul.entry li span{
  margin:3px 0;
  font-size:90%;
}



/* Menu --------------------------------------*/

ul.menu {
  color: #663300; 
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

ul.menu li {
  border-bottom: 1px dotted #FF9999;
  list-style-type: none;
}

ul.menu li.arrow {
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/alice_title_back02.png);
  background-position: right 50%;
  background-repeat: no-repeat;
  padding:5px 0;
}

ul.menu li a{
  color:#663300;
  text-decoration: none;
  overflow: hidden;
  display: block;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  margin:5px 30px 5px 10px;
  padding:5px 0;
}

ul.menu li strong{
  margin:3px 0;
  font-weight:normal;
  font-size:85%;
}

ul.menu li span{
  margin:3px 0;
}



/*============================================================
Entry
============================================================*/

#entry_box01{
  padding: 0px;
  margin: 55px 10px 0px 10px;
　　clear:both;
}

#entry_box{
  border-bottom: 1px dotted #FF9999;
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 20px 0px 0px 0px;
  margin: 0px 10px 0px 10px;
　　clear:both; 
}

#entry_box strong,
#tb_box strong{
  margin:20px 0;
  color:#663300;
}

.entry_date{
  text-align:right;
  margin:10px 0;
  font-size:85%;
}

.entry_category{
  font-size:85%;
  margin:10px 0 0;
}

.entry_category p{
  margin:5px 0;
}

#tb_box{
  padding: 0px;
  margin: 0px 10px 0px 10px;
  border-bottom: 1px dotted #FF9999;
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%;
}

.button_box{
  padding:10px 10px;
  text-align:center;
}



/*============================================================
Comment
============================================================*/

ul.comment {
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

ul.comment li {
  border-bottom: 1px dotted #FF9999;
  list-style-type: none;
  padding:10px;
}

ul.comment li strong{
  color:#663300;
  margin:3px 0;
}

ul.comment li p{
  font-size:90%;
  margin:5px 0;
}

ul.comment li div{
  text-align:right;
}

ul.comment li span{
  margin:3px 0;
  font-size:90%;
}



/*============================================================
Form
============================================================*/

ul.form {
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 10px 0;
  margin: 0px 10px 0px 10px;
}

.confirm_box {
  border-top: 1px dotted #FF9999;
  margin:0px 0 0;
  padding:10px 0 0;
}

.form_message{
  padding:10px;
}

ul.form li{
  list-style-type: none;
  padding: 3px;
  border: 1px dotted #FF9999;
  -webkit-border-radius: 6px;
  margin:3px 0 10px;
}

ul.confirm li{
  padding:8px 3px;
}

ul.form li.title{
  color:#663300;
  list-style-type: none;
  padding:0;
  border:none;
  margin:10px 0 0;
  font-weight:bold;
}

ul.form li.none{
  list-style-type: none;
  padding:0;
  border:none;
  margin:3px 0 0;
}

ul.form li.none p{
  margin:5px 0;
}


/* when you have a first li item on any list 　　　　エントリーの角Ｒの上下*/

ul.form li:first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

ul.form li:last-child{
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

ul.form li:hover { background: #fff; }

ul li input[type="text"],
ul li input[type="password"],
ul li textarea,
ul li select {
  color: #777;
  background: #fff url(../.png); /* this is a hack due the default input shadow that iphones uses on textfields */
  border: 0;
  font: normal 100% Helvetica;
  padding: 0;
  display: inline-block;
  margin-left: 0px;
  width: 100%;
  -webkit-appearance: textarea;
}

ul li textarea {
  height: 120px;
  padding: 0;
  text-indent: -2px;
}

ul li select {
  text-indent: 0px;
  -webkit-appearance: textfield;
  margin:0 0 0 3px;
}



/*============================================================
Plugin
============================================================*/

#plugin_box{
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 0px;
  margin: 0px 10px 0px 10px;


}

#plugin_box02{
  margin:0;
}

.plugin_profile{
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

.plugin_freearea{
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

/* profile --------------------------------------*/
dl.profile {
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

dl.profile dt {
  color:#331800;
  list-style-type: none;
}

dl.profile dd {
  list-style-type: none;
  margin:0 0 20px;
}


/*
new_entry
new_comment
new_tb
--------------------------------------*/
ul.plugin_list {
  color: #663300;
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

ul.plugin_list li {
  list-style-type: none;
}

ul.plugin_list li.arrow {
  background-position: right 40%;
  background-repeat: no-repeat;
}

ul.plugin_list li a{
  color:#663300;
  text-decoration: none;
  overflow: hidden;
  display: block;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  margin:0px 30px 10px 10px;
  padding-top: 10px;
}

ul.plugin_list li strong{
  color:#663300;
  margin:3px 0;
  font-weight:normal;
  font-size:85%;
}

ul.plugin_list li span{
  margin:3px 0;
  font-size:75%;
}


/*
link
category
monthly
--------------------------------------*/
ul.plugin_list li.arrow02 {
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/alice_title_back02.png);
  background-position: right 50%;
  background-repeat: no-repeat;
  padding:5px 0;
}



/*
tab
--------------------------------------*/
ul.tabs {
  float: left;
  list-style: none;
  height: 45px; /*--Set height of tabs--*/
  width: 93%;
  margin: 0px 10px 0 10px;
  padding: 0px;
}


ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 45px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 45px; /*--Vertically aligns the text within the tab--*/
  border-left: none;
  margin-bottom: -1px; /*--Pull the list item down 1px--*/
  overflow: hidden;
  position: relative;
}
ul.tabs li a {
  text-decoration: none;
  padding: 0 0px;
  outline: none;
}


.tab_container {
  overflow: hidden;
  clear: both;
  float: left; width: 93%;
  margin: 0px 10px 0 10px;
  padding: 0px 0px 0px 0px;
  background-image: url(http://blog-imgs-47-origin.fc2.com/w/e/n/wendys47j/antique_back.png); width: 93%; 
}
.tab_content {
  padding: 10px;
  font-size: 1.2em;
  padding: 0px 10px 20px 10px;
text-indent: 20px;
}
ul.tab_new li { list-style-type: none;
  text-align: left;
  padding: 0px;
  color: #663300;
  margin: 0px 15px 0px -20px;
   text-indent: 0;
  border-bottom: 1px dotted #FF9999;
　　line-height: 1.5em;
} 
