/*
Theme Name: lana

Version: 1.0

*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}
.s-navi {
	font-size: 10px;
	display: none;
}
.gyokan {
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}

a {color: #01A9B6;}
a:hover {color: #F53679;}
a img {border: none;}

body {
	font-size: 12px;
	line-height: 18px;
	color: #542924;
	padding: 0px;
	margin: 0px;
	background-color: #F7EFE7;
}

p,code,ul {padding: 0 0 5px 4px;}

li {list-style: none;}

h1 {font: normal 1.6em ;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

/*h1,*/h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	margin: 5px;
	padding: 10px 5px 5px 20px;
	border: 1px solid #95996B;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	background-color: #F7EFE7;
}

.outer-container {
	/*background: url('img/lana_content_back.gif.jpg') no-repeat center bottom;*/
	/*padding-bottom: 20px;*/
}

/*-------------header--------------*/

#header-back {
	height: 180px;
	width: 820px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	background-image: url(image/header_back.jpg);
	background-repeat: repeat-x;
}

#header-top {
	height: 20px;
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	color: #F97B9C;
}
#header-top a {
	height: 20px;
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	color: #F97B9C;
}

#header {
	width: 780px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	background-image: url(image/lana_header.jpg);
	background-repeat: no-repeat;
}

#header .toplink {
	width: 267px;
	height: 100px;
	display: block;
	margin-left: 20px;
	float: left;
}
.top-none {
	display: none;
}

/*--------------navi----------------*/
#b-area {
	margin: 0px;
	padding: 0px;
	background-image: url(image/lana_topnavi_cara.gif);
	background-repeat: repeat-x;
}

#b-area #b-home a {
	margin: 0px;
	width: 101px;
	height: 30px;
	background-image: url(image/lana_topnavi_home01.gif);
	background-repeat: no-repeat;
	float: left;
}
#b-area #b-home a:hover {
	background-image: url(image/lana_topnavi_home02.gif);
	background-repeat: no-repeat;
}

#b-area #b-body a {
	margin: 0px;
	width: 97px;
	height: 30px;
	background-image: url(image/lana_topnavi_body01.gif);
	background-repeat: no-repeat;
	float: left;
}
#b-area #b-body a:hover {
	background-image: url(image/lana_topnavi_body02.gif);
	background-repeat: no-repeat;
}

#b-area #b-facial a {
	margin: 0px;
	width: 97px;
	height: 30px;
	background-image: url(image/lana_topnavi_facial01.gif);
	background-repeat: no-repeat;
	float: left;
}
#b-area #b-facial a:hover {
	background-image: url(image/lana_topnavi_facial02.gif);
	background-repeat: no-repeat;
}

#b-area #b-voice a {
	margin: 0px;
	width: 97px;
	height: 30px;
	background-image: url(image/lana_topnavi_voice01.gif);
	background-repeat: no-repeat;
	float: left;
}
#b-area #b-voice a:hover {
	background-image: url(image/lana_topnavi_voice02.gif);
	background-repeat: no-repeat;
}

#b-area #b-diary a {
	margin: 0px;
	width: 97px;
	height: 30px;
	background-image: url(image/lana_topnavi_diary01.gif);
	background-repeat: no-repeat;
	float: left;
}
#b-area #b-diary a:hover {
	background-image: url(image/lana_topnavi_diary02.gif);
	background-repeat: no-repeat;
}

#b-area #b-link a {
	margin: 0px;
	width: 97px;
	height: 30px;
	background-image: url(image/lana_topnavi_link01.gif);
	background-repeat: no-repeat;
	float: left;
}
#b-area #b-link a:hover {
	background-image: url(image/lana_topnavi_link02.gif);
	background-repeat: no-repeat;
}

#b-area #b-contact a {
	margin: 0px;
	width: 97px;
	height: 30px;
	background-image: url(image/lana_topnavi_contact01.gif);
	background-repeat: no-repeat;
	float: left;
}
#b-area #b-contact a:hover {
	background-image: url(image/lana_topnavi_contact02.gif);
	background-repeat: no-repeat;
}

/* headere & title */
.header {

}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
	display: none;
}
.header .title a:hover {
	border-color: #F60;
}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	/*background: #113D5F;
	height: 30px;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;*/
}
.path li,.path ul {display: inline;}
.path a {
	color: #69191D;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #3B5688;
	text-decoration: underline;
}

/* main */
.main {
	width: 820px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background-color: #F7EFE7;
}

/* content */
.content {
	float: right;
	width: 580px;
}
.content .descr {
	text-align: right;
	color: #69191D;
	font-size: 10px;
	margin: 0 10px 6px 10px;
	padding: 0 20px 3px 0;
	border-bottom: 1px dashed #69191D;
}
.content .entry {
	font-size: 12px;/*もともと1.2em*/
	margin: 10px 10px 0px 10px;
	padding: 0px;
	line-height: 22px;
}
.content li {
	line-height: 1.4em;
	list-style: url('image/li.gif');
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

/* navigation */
.navigation {
	float: left;
	width: 175px;
	background-image: url(image/lana_side_back.gif);
	/*border: 1px solid #B2CED6;*/
}

.side-space {
	width: 175px;
	height: 5px;
	background-image: url(image/lana_sidespace.gif);
}
.fake {
	margin-left: 4px;
	padding: 0px;
}
.navigation h2 {
	color: #D8112E;
	font-size: 14px;
	font-weight: bold;
	/*font: bold 1.1em Tahoma,sans-serif;*/
	line-height: 30px;
	margin: 10px 0 0 4px;
	padding-left: 32px;
	background-image: url(image/lana_blog_side.gif);
	background-repeat: no-repeat;
}
.navigation .fake ul {
	margin: 0;
	padding: 0;
}
.navigation .fake li {
	width: 169px;
	background-image: url(image/lana_side_point.gif);
	background-repeat: no-repeat;
}

.navigation .fake li a {
	font-size: 1.2em;
	color: #FF0B67;
	display: block;
	padding: 8px 5px 8px 15px;
	text-decoration: none;
	background-image: url(image/lana_side_point.gif);
	background-repeat: no-repeat;
}
.navigation .fake li a:hover {
	background-image: url(image/lana_side_point.gif);
	background-repeat: no-repeat;
	color: #01A9B6;	
}

/*------------footer----------*/
#footer {
	font-size: 10px;
	color: #542924;
	line-height: 16px;
	width: 780px;
	margin: 0px auto;
	padding-top: 10px;
	border-top: 2px solid #542924;
	text-align: center;
}

#footer #footermenu {
	width: 460px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#footer #footermenu ul {
	margin-top: 10px;
	padding: 0px;
}

#footer #footermenu ul li {
	list-style-type: none;
	background-image: url(image/lana_footer.gif);
	background-repeat: no-repeat;
	padding: 0 5px 0 12px;
	float: left;
}
#footer #footermenu ul li a{
	color: #542924;
}
#footer #footermenu ul li a:hover{
	color: #F53679;
	text-decoration: underline;
}

/* posts */
.post h1 {
	height: 30px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #644E13;
	margin: 10px 0px 0px 0px;
	padding: 10px 0 0 40px;
	background-image: url(image/lana_midashi.gif);
	background-repeat: no-repeat;
}
	
.post h1 a {
	/*border-bottom: 1px dashed #AAA;*/
	color: #69191D;
	text-decoration: none;
}
.post h1 a:hover {
	/*border-color: #F60;*/
	color: #3B5688;
}

.post {margin: 6px 0 2px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
	border: 4px solid #DDD;
}
/*.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}*/

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	font-size: 14px;
	line-height: 22px;
	/*fontとlineはなかった*/
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	font-size: 14px;
	margin: 1em 0;
	background: #FAFAFA;
	width: 480px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 400px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
/*#wp-calendar {color:#69191D;}*/

.navigation table caption {
	border-bottom-color:#69191D;
	padding-top: 10px;
}

.navigation table thead tr {
  border-bottom-color:#69191D;
  color:#69191D;
}

.navigation table th {border-bottom-color:#69191D;}

.navigation table td#today {
  border-color:#69191D;
  color:#69191D;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#E7D5D6;
}

.navigation table tfoot {border-top-color:#69191D;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  color:#69191D;
  display:inline-table;
  border-collapse:collapse;
  width:155px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 175px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

/*-------------said--------*/
.side-link {
	widht: 200px;
	line-height: 25px;
	margin: 0;
	font-size: 12px;
	color: #2875BC;
	background-image: url(image/oj_side_menu01.gif);
	background-repeat: no-repeat;
}
.side-link a {
	color: #2875BC;
	padding: 0 0 0 20px;
	display: block;
}
.side-link a:hover {
	color: #69191D;
	padding: 0 0 0 20px;
	background-image: url(image/oj_side_menu02.gif);
}

#recentcomments {
}
.recentcomments {
}
