/*
 lace-p
	This theme was designed and built by e-ssence and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background-image : url(http://blog-imgs-22.fc2.com/s/o/r/sorauta1/lace-bgp10.jpg);
 background-repeat : repeat-y;
 background-position : center;
 background-attachment : fixed;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 line-height:150%;
}

img {
 border:0;
}

a {
      color: #BD5B6A;
      text-decoration:none;
}

a:hover {
      color : #9B5E70;
      text-decoration:underline;
}

#wrapper {
 width: 870px;
 margin: 0px auto;
 padding: 0px;
 background: #FFFCF4;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 color: #666666;
}

/* Scrollbar */
html{
 scrollbar-base-color:#FFFFFF;
 scrollbar-track-color:#FFFFFF;
 scrollbar-face-color:#FFFFFF;
 scrollbar-3dlight-color:#FFFFFF;
 scrollbar-shadow-color:#F8D1C7;
 scrollbar-darkshadow-color:#FFFFFF;
 scrollbar-arrow-color:#F8D1C7;
  }

/* Header */
#header {
 float: left;
 width: 100%;
 height: 80px;
 margin: 0px;
 padding: 0px;
 background: #FFFCF4;
}

#header #title {
 margin: 20px 0px 0px 60px;
 padding: 0px;
 color: #999999;
 font: bold 32px 'arial black', sans-serif;
 text-align: left;
}

#header #title a {
 color: #BD5B6A;
 text-decoration:none;
}

#header div#description {
 margin: 0px 0px 0px 100px;
 padding: 0px;
 color: #999999;
 font-size: 12px;
 text-align: left;
}

/* Main contents */
#contents {
 float: left;
 width: 495px;
 margin: 35px 0px 0px;
 padding: 0px;
 border-right: 1px dotted #CCCCCC;
 border-left: 1px dotted #CCCCCC;
 color: #999999;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 text-align: left;
}

#contents h2 {
 margin: 20px 20px 10px;
 padding: 5px 10px 5px;
 border-top: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 color: #999999;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 text-align: left;
}

#contents h2 a {
 color: #999999;
}

#contents .contents_body {
 margin: 20px 20px 50px 22px;
 padding: 0px;
}


#contents h3 {
 margin: 10px 10px 10px;
 padding: 10px 10px;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

/* Sidebar */
#firstSide { float: left;}
#secondSide { float: left;}

.sidebar {
 width: 170px;
 margin: 20px 5px 5px 3px;
 padding: 0px 0px 0px 5px;
 background: #FFFCF4;
 color: #999999;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 text-align: left;
}

.sidebar h4 {
 margin: 20px 10px 0px 3px;
 padding: 5px 10px 0px 5px;
 border-bottom: 1px dotted #CCCCCC;
 color: #999999;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 text-align: left;
}

.sidebar ul {
 list-style:none;
 width: 170px;
}

.sidebar p {
 padding: 2px 0px 0px 0px;
}

.sidebar li {
 line-height: 3px;
}

.sidebar li a {
 display:block;
 line-height: normal;
 padding: 5px 0px 0px 10px;
 color: #999999;
 font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 background: #FFF1F0;
 color: #999999;
}

/* Calender */ 
.calender td { 
color: #999999; 
text-align: center; 
font-size: 12px; 
margin: 0px; 
padding: 0px 3px; 
border-bottom: 1px dotted #CCCCCC; 
}

/* Form */

textarea,input,select {
margin: 0px 0px 0px 10px;
border: 1px solid #CCCCCC;
background-color: #ffffff ;
font-size: 12px;
color:#999999;
font-family: "MS UI Gothic", Sans-serif;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 20px 0px 0px;
 background: #FFFCF4;
 font-size: 12px;
 text-align: center;
}
