@charset "utf-8";
/*
Theme Name: timeless
Theme URI: http://www.f-timeless.com/
Description: timelessのWebサイト用に作成
Version: 0.1
Author: m.iza
Author URI: http://www.f-timeless.com/
Tags: fixed-width, two-columns, widgets

*/

/* ------------------------------------------------ */
/* ---------------- Global Setting ---------------- */
/* ------------------------------------------------ */

/* ★OK */
html {
	background-color: #000000;

	/*background-color: #140606;*/
	/*background: url("images/bg.jpg") repeat;*/

	width: 100%;
	height: 100%;
}

/* ★OK */
body {
	font-family: 
		Meiryo, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, 
		"MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #ccc;
	font-size: 12px; /* Resets 1em to 10px */
	padding-bottom: 40px;
}

/* ★OK */
#logo {
	margin: 0px auto;
	padding: 0;
	border: none;
	width: 900px;
}

/* ★OK */
#page {
	margin: 0px auto;
	padding: 0;
	border: none;
	width: 900px;
	text-align: left;
	background-color: #000000;

}

/* ★未使用？ */
#header {
	margin: 0 0 0 0px;
	padding: 0;
	/*width: 900px;*/
	height: 221px;
	background: url("images/header.jpg") no-repeat bottom center;
	background-color: #140606;
	border-color:#3E0000;border-width:1px;border-style:solid;
}

/* ★未使用？ */
#headerimg {
	margin: 0;
	width: 100%;
	height: 221px;
}


/* ★OK */
#timeless_header {
	margin: 0 0 0 0px;
	padding: 0;
	width: 900px;
	/*height: 442px;*/
	/*background: url("images/timlessheader.jpg") no-repeat bottom center;*/
	background-color: #140606;
	/*border-color:#3E0000;border-width:1px;border-style:solid;*/

}
/* ★OK */
#timeless_headerimg {
	margin: 0;
	width: 100%;
	height: 327px;
}

#content {
	float: left;
	margin: 0px 0 0;
	padding: 20px 0 20px 45px;
	width: 450px;
	line-height: 1.6em;
}

#timeless_content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 30px 0 20px 20px;
	width: 900px;
/*	line-height: 1.6em;*/
}

#sidebar {
	margin-left: 645px;
	padding: 20px 0 10px 0;
	width: 290px;
}

/* ★OK */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	border: none;
	/*width: 900px;*/

}


/* ------------------------------------------------ */
/* ---------------- 各種要素の設定 ---------------- */
/* ------------------------------------------------ */
#content_h1 {
	font-size : 14px;
	background-color:#000;
	border-left:solid 10px #8f7c68;
	border-top:solid 1px #C8C8C8;
	border-right:solid 1px #000; 
	border-bottom:solid 1px #C8C8C8;
	padding-top:8px;
	padding-left:10px;
	height : 30px;
	width:700px;
	font-weight: bold;
}


h1 {
	margin: 0;
	padding-top: 20px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

h2 {
	margin: 30px 0 0;
	width : 800px;
	text-decoration: none;
}

h3 {
	margin: 30px 0 0;
	padding: 0;
	text-decoration: none;
	color: #333;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

cite {
	text-decoration: none;
}

code {
	font: monospace;*/

}

small {
	line-height: 1.5em;
	color: #777;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	letter-spacing: .07em;
	cursor: help;
}

select {
	width: 130px;
}

strike {
	color: #777;
}

/* ------------------------------------------------ */
/* ----------------- リンクの設定 ----------------- */
/* ------------------------------------------------ */
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fc9;
	text-decoration: underline;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2 a, h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #06c;
	text-decoration: none;
}

h3 a, h3 a:visited {
	color: #333;
}

h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a img {
	border: none;
}

.entry p a:visited {
	color: #b85b5a;
}


/* ------------------------------------------------ */
/* ------------------ ヘッダ関連 ------------------ */
/* ------------------------------------------------ */
#headerimg .description {
	text-align: center;
	text-decoration: none;
	color: white;
}

/* ------------------------------------------------ */
/* ------------- メインコンテンツ関連 ------------- */
/* ------------------------------------------------ */
#content .entry {
	line-height: 1.4em;
}

#content .entry p {
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.post {
	margin: 0 0 40px;
}

.post hr {
	display: block;
}

#content .postmetadata {
	clear: both;
	padding-top: 5px;
	text-align: center;
	color: #777;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
}

#content .attachment {
	margin: 5px 0px;
	text-align: center;
}

#content .smallattachment {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 128px;
	text-align: center;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	text-align: center;
}


/* ------------------------------------------------ */
/* ---------------- サイドバー関連 ---------------- */
/* ------------------------------------------------ */
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	margin: 5px 0 0 10px;
}

#sidebar ul ol {
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar ul li {
	margin-bottom: 15px;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
}

#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style: decimal outside;
	color: #777;
}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar form {
	margin: 0;
}

#sidebar #searchform #s {
	padding: 2px;
	width: 108px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

/* ------------------------------------------------ */
/* ------------------ フッタ関連 ------------------ */
/* ------------------------------------------------ */
#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
}

/* add iza */
#footnavibox {
	clear: both;
	margin-bottom: 10px;
	padding: 12px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

#footnavi {
	width: 900px;
	margin: 0 auto;
	text-align: left;	
	color: #fff;
	}

#footnavi li { 
	display: inline;
	}

#footnavi li a {
	color: #fff;
	margin-right: 3px;
	}

#footnavi ul li a:hover {
	color: #fc9;
	}

#copybox {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	}

#copybox p,#copybox address {
	line-height: 1.4em;
	}


/* ------------------------------------------------ */
/* ----------------- コメント関連 ----------------- */
/* ------------------------------------------------ */
.commentlist {
	padding: 0;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height: 1.5em;
	text-transform: none;
	font-weight: normal;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	border: 1px solid #eee;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	display: block;
	margin: 0;
	font-weight: normal;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform p {
	margin: 5px 0;
}

#commentform input {
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
}

#commentform textarea {
	padding: 2px;
	width: 100%;
}

#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
}

.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	/*border-left: 1px solid #ddd;*/
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ------------------------------------------------ */
/* ------------------ 画像の設定 ------------------ */
/* ------------------------------------------------ */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background-color: #f3f3f3;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
}

/* ------------------------------------------------ */
/* --------------- カレンダーの設定 --------------- */
/* ------------------------------------------------ */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar caption {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

#wp-calendar th {
	text-transform: capitalize;
	font-style: normal;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* ------------------------------------------------ */
/* -------------------- その他 -------------------- */
/* ------------------------------------------------ */
.alt {
	margin: 0;
	padding: 10px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}


/* ------------------------------------------------ */
/* -------------------- その他 -------------------- */
/* ------------------------------------------------ */
/* ★OK */
#adress_footer {
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
	border: none;
	width: 900px;

}

/* ★OK */
#adress_info{
	float: left;
	width: 350px;
	margin: 0px;
	font-size: 10px;
/*	padding: 0px 0px 0px 20px;*/
}

/* ★OK */
#qr_info{
	font-size: 10px;
	float: left;
	margin: 0px;
/*	padding: 0px 0px -50px 750px;*/
}

/*************************************************/
#dropmenu, #dropmenu ul {
	border-bottom: 1px solid #333;
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:30px; 
	z-index:1; 
	width:100%; 
	background:#000; 
	font-weight:bold;} 

#dropmenu a {
	display:block; 
	padding:0.25em 1em; 
	color:#FFF; 
	border-right:1px solid #c8c8c8; 
	text-decoration:none; 
	background:#000;} 

#dropmenu a:hover {
	background:#888; 
	color:#fff;} 

#dropmenu li {
	float:left; 	
	position:relative;} 

#dropmenu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	top:2.9em; 
	left:-1px;} 

#dropmenu ul a {
	border-left:1px solid #c8c8c8;} 

#dropmenu li ul {
	border-top:1px solid #c8c8c8; 
	width:14.1em;} 

#dropmenu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	border-bottom:1px solid #c8c8c8;} 

#dropmenu ul ul {
	top:auto;} 

#dropmenu li ul ul {
	left:12em; 
	margin:0px 0 0 10px;} 

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 
