﻿/*
Theme Name: YouLuck Theme
Theme URI: http://youluck.kir.jp
Description: This is Original Theme for Youluck-factory.
Author: Negura-Nao
Author URI: http://nnaosaloon.com
Version:0.1
*/
@import url(css/html5reset-1.6.1.css);
@import url(css/navi.css);
@import url(css/faq.css);

/* 基本構造 */
body {
	font-family:'メイリオ','Hiragino Kaku Gothic Pro',sans-seerif;
	background:#fff url(images/body.png);
	background-repeat: repeat-x;
	background-attachement: fixed;
	color: #8d6449;
}
a {
	text-decoration: none;
	color: #c96f00;
}
a img {
	border: none;
}


/* コンテナ */
div#container {
	width:900px;
	margin:0 auto;
	position:relative;
	padding :0px 0px 0px 0px;
	text-align:left;
}

/* ヘッダ */
div#header {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #fff;
	background:url(images/titlebanner_900x90.png) ;
	background-repeat:no-repeat;
}

div#header h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	font-size:3.125em;
	font-family:Century gothic, Arial,serif,'ＭＳ Ｐ明朝','ヒラギノ明朝 Pro W3','平成明朝',serif;
	width:271px;
}

div#header p#desc {
	font-size:0.75em;
	color: #444444;
	margin: 55px 200px 0 0;
	float: right;
	font-family:Century gothic, Arial,serif,'ＭＳ Ｐ明朝','ヒラギノ明朝 Pro W3','平成明朝',serif;
	font-style:italic;
}


/* フッター */
div#footer {
	clear: both;
	border-top:solid 3px #a86f4c;
	padding: 6px 0;
}
address {
	font-size:0.75em;
	font-style: normal;
	font-family: verdana,sans-serif;
	margin: 0;
}


/* コンテンツ */
div#content {
	width: 560px;
	float: left;
}
p#pagetitle {
	background:url(images/category-title-bg.png);
	background-repeat:repeat-y;
	font-size: 1em;
	font-weight: bold;
	background-color:#fffbf5;
	color: #b26e00;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
	margin-top: 0;
	margin-bottom:10px;
}

/* コンテンツアーティクル */

div.items-group {
	/* clear:both; */
}

div.items-group article:first-child {
	margin-right: 40px;
}

div#items-pickup article {
	width: 240px;
	float: left;
	padding-bottom: 20px;
}

div#items-pickup article:after {
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

div#items-pickup article img {
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}




/* コンティニューボタン装飾 */
.continue-button {
	border: solid 1px #dd7a56;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #f7b977;
	background-color: #f7b977;
	float: right;
	padding: 10px 15px 10px 15px;
	font-size: 0.750em;
	margin: 0 0 10px;
	clear: both;
}

.continue-button a {
	font-weight: bold;
	color: #ffffff;
}

/* 投稿記事 */
div.post {
	display: block;
	border: solid 1px #b26e00;
	border-radius: 5px;
	margin: 20px 0 10px;
	padding: 10px;
	box-shadow:4px 4px 3px #9a493f;
	overflow: hidden;
	background-color: #ffffff;
	background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#fff6e5));
	background: -webkit-linear-gradient(#ffffff 0%, #fff6e5 100%);
	background: -moz-linear-gradient(#ffffff 0%, #fff6e5 100%);
	background: -0-linear-gradient(#ffffff 0%, #fff6e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#fffff6e5');
}

	
div.post h2 {
	background-color:#fffbf5;
	background-image: url(images/titlebar.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	padding:10px 30px;
	margin: 10px 0 10px;
}

div.post h4 {
	background-color:#fffbf5;
	background-image: url(images/titlebar.png);
	background-repeat: no-repeat;
	font-size: 0.813em;
	padding:6px 30px;
	margin: 10px 20px 10px;
}

div.post p {
	font-size:0.875em;
	line-height:1.6;
	margin: 10px 0 ;
}

/* 投稿日時・カテゴリ */
div.post p.postinfo {
	font-size:0.750em;
	color: #b26e00;
	text-align:right;
	margin: 20px 0 10px;
	clear: both;
}

/* 投稿内・リスト */
div.post ul {
	list-style: none outside none;
}
div.post li {
	font-size:0.875em;
	list-style: none outside none;
	margin: 8px 0 8px 24px ;
}
div.post li span {
	font-size: 0.688em;
	color: #9e9478;
}


/* 記事内の画像 */
.aligncenter		{display: block;
			margin-left: auto;
			margin-right: auto;
			}
.alignleft		{float: left;
			margin-right: 10px;
			margin-bottom: 10px;
			}
.wp-caption		{border: solid 1px #b26e00;
			text-align: center;
			padding-top: 5px;
			}
.alignright		{float: right;
			margin-left: 10px;
			margin-bottom: 10px;
			}
div.post img		{border: none;
			}

/*ページリンク*/
span.oldpage		{float:left;
			}
span.newpage		{float:right;
			}
p.pagelink a		{font-size: 0.75em;
			color:#b26e00;
			}
p.pagelink		{overflow: hidden;
			width: 100%;
			}

/* コメント */
#comments		{
	display: block;
	border: solid 1px #b26e00;
	border-radius: 5px;
	margin: 20px 0 10px;
	padding: 10px;
	box-shadow:4px 4px 3px #9a493f;
	overflow: hidden;
	background-color: #ffffff;
	background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#fff6e5));
	background: -webkit-linear-gradient(#ffffff 0%, #fff6e5 100%);
	background: -moz-linear-gradient(#ffffff 0%, #fff6e5 100%);
	background: -0-linear-gradient(#ffffff 0%, #fff6e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#fffff6e5');
}
#comments h3		{font-size: 0.875em;
			border-bottom: solid 1px #b26e00;
			padding-bottom: 3px;
			margin-top: 20px;
			}
#comments p		{font-size: 0.75em;
			}
#comments p a		{color: #b26e00;
			}
#comments input, #comments textarea
			{display : block;
			}
#comments textarea	{width: 500px;
			}
#comments .required	{color: #ff0000;
			}
#comments code		{display: block;
			margin-top: 5px;
			font-size: smaller;
			}
#comments ul		{margin: 0;
			padding: 0;
			}
#comments li.compost	{list-style-type: none;
			border-bottom: dotted 1px #b26e00;
			margin-bottom: 20px;
			}
#comments p.cominfo	{text-align:right;
			}
#comments #comfeed a	{background-image: url(images/feed-icon-12x12-08.png);
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding-left: 17px;
			line-height: 1em
			color: #b26e00;
			text-decoration: none;
			}
#comments #comfeed	{background-color: #f6e2c2;
			padding: 8px;
			margin-top: 30px;
			}
#comments #trurl	{background-color: #f6e2c2;
			padding: 8px;
			margin-bottom: 30px;
			color: #b26e00;
			}


/* サイドバー */
div#sidebar {
	width: 300px;
	float: right;
}
div#underbar {
	width: 560px;
	float: right;
}
div.widget-container	{
	display: block;
	border: solid 1px #b26e00;
	border-radius: 5px;
	margin: 20px 0 10px;
	padding: 10px;
	box-shadow:4px 4px 3px #9a493f;
	overflow: hidden;
	background-color: #ffffff;
	background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#fff6e5));
	background: -webkit-linear-gradient(#ffffff 0%, #fff6e5 100%);
	background: -moz-linear-gradient(#ffffff 0%, #fff6e5 100%);
	background: -0-linear-gradient(#ffffff 0%, #fff6e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#fffff6e5');
}

div#sidebar p {
	font-size:0.875em;
	line-height:1.6;
	margin: 10px 0 ;
}

div#sidebar ul {
	padding: 0;
	margin:0;
	list-style-type: none;
}
div#sidebar h2 {
	background-image: url(images/widgetbar.png);
	color: #b26e00;
	padding: 8px 16px;
	margin: 0 0 10px;
	font-size:0.813em;
}

/* サイドバーリスト部分 */
div#sidebar li {
	padding:4px 0px;
}
div#sidebar li a {
	text-decoration:none;
	color: #b26e00;
	font-size:0.750em;
	}
div#sidebar li ul {
	margin-left;
	}
div#sidebar .page_item {
	padding:2px 0 2px 16px;
	}
div#sidebar .current_page_item {
	background-image:url(images/current_back.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	}
div#sidebar ul li .current_page_item a {
	font-weight:bold;
	color:#fff;
	}
div#sidebar ul li ul li .current_page_item a {
	font-weight:bold;
	color:#fff;
	}

div#sidebar .current_page_item a {
	font-weight:bold;
	color:#fff;
	}
div#sidebar .children li a {
	font-weight:normal;
	color:#b26e00;
	}

div#sidebar .cat-item {
	padding:2px 0 2px 16px;
	}
div#sidebar .current-cat {
	background-image:url(images/current_back.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	}
div#sidebar ul li .current-cat a {
	font-weight:bold;
	color:#fff;
	}
div#sidebar ul li ul li .current-cat a {
	font-weight:bold;
	color:#fff;
	}

div#sidebar .current-cat a {
	font-weight:bold;
	color:#fff;
	}


/* カレンダー */
.widget_calendar h2	{display: none}
#wp-calendar		{font-size: 0.75em;
			color: #b26e00;
			width: 180px;
			}
#wp-calendar a		{color: #b26e00;
			}
#wp-calendar td, #wp-calendar th
			{text-align: center;
			}
#wp-calendar caption	{font-weight: bold;
			text-align: left;
			font-size:  1.05em;
			padding: 8px 16px;
			margin: 0 0 10px;
			background-image: url(images/widgetbar.png);
			}
#wp-calendar #prev	{text-align: left;
			padding-top: 3px;
			}
#wp-calendar #next	{text-align: right;
			padding-top: 3px;
			}

/* フィード */
p.feed			{font-size:0.75em;
			font-family: Verdana,Helvetica,sans-serif;
			border: solid 1px #f29600;
			padding: 5px;
			margin: 25px 0;
			}
p.feed a		{color: #444444;
			text-decoration: none;
			}
p.feed img		{vertical-align: middle;
			margin-right: 8px;
			border: 0;
			}

/* DL用 */
div .dlsite {
	width:250px;
	display:block;
	float:left;
	padding:0 10px;
}


/* 固定ページ */
div#content.page	{width: 560px;
			}


/* クリア処理 */
.clear 			{
			clear:both;
			}