@charset "EUC-JP";

/* made by Rucie Everfield @ OFFICE tique 2008 */

/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	margin: 0;
	padding: 0;
	background-color: #aaa;
	color: #666;
	font: 12px/1.5em Helvetica, Arial, Hiragino Kaku Gothic Pro, sans-serif;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #039;
	text-decoration: none;
}
a:active,
a:hover {
	color: #36c;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* [Layout] */
div#wrapper {
	width: 800px;
	margin: 0 auto 0;
	padding: 0;
	background: #f0f0f0 url(http://garden.tique.net/img/main_bg.png) repeat-y;
}
div#header {
	width: 800px;
	height: 139px;
	background: #666 url(http://garden.tique.net/img/title_bg.jpg) no-repeat;
}
div#menu {
	width: 800px;
	height: 42px;
	background-color: #000;
}
div#article {
	width: 600px !important;
	float: left;
}
div#contents {
	width: 381px !important;
	padding: 10px 9px 0 10px;
	float: right;
}
div#pagenavi {
	width: 381px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
	color: #333;
}
div#navigation {
	width: 200px;
	float: left;
	color: #999;
}
div#accessory {
	width: 200px;
	float: left;
	color: #333;
}
div#footer {
	width: 800px;
	height: 40px;
	margin: 20px 0 0;
}

/* [Header] */
div#title {
	width: 800px !important;
	height: 80px !important;
	padding-top: 40px;
	float: left;
}
div#title h1 {
	padding: 0;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
}
div#title h1 a {
	color: #f90;
	text-decoration: none;
}
div#title p {
	width: 590px;
	margin: 3px 0 0 200px;
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
	color: #ccc;
}

/* [Menu] */
div#menulist { 
	width: 800px;
	margin: 0 auto;
}
div#menulist ul {
	list-style-type: none;
}
div#menulist li {
	 display: inline;
}
div#menulist a {
	display: block;
	position: relative;
	color: #f90;
}

ul#menu_button {
	width: 800px;
	height: 42px;
	margin: 0;
	overflow: visible;
	background: #333 url(http://garden.tique.net/img/menu_bg.jpg) no-repeat;
}
ul#menu_button li a {
	width: 200px;
	height: 42px;
	padding: 0px;
	float: left;
	text-decoration: none;
	text-align:center;
}

div#submenu{
	margin: 0 auto;
	width: 800px !important;
	position: relative;
}
div#submenu div.submenu_box {
	visibility: hidden;
	position: absolute;
	width: 200px !important;
	padding: 5px 0;
	text-align: left;
	font-size: 10px;
	color: #666;
	border-bottom:1px solid #666;
	background: #e0e0e0 url(http://garden.tique.net/img/submenu_bg.jpg);
}
div#submenu div.submenu_box ul {
	padding: 0 5px 0 20px;
	list-style-image: url(http://garden.tique.net/img/navi_ul.gif);
}
div#submenu div.submenu_box ul ul {
	width: 149px !important;
	list-style-image: url(http://garden.tique.net/img/navi_ul.gif);
}
div#submenu div.submenu_box p {
	text-align: center;
}
div#submenu_e {
	left: 0;
}
div#submenu_c {
	left: 200px;
}
div#submenu_a {
	left: 400px;
}
div#submenu_l {
	left: 600px;
}

/* [Entry] */
div.entry {
	width: 381px;
	padding-bottom: 16px;
}
div.entry h2 {
	width: 381px !important;
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
}
div.entry h2 a {
	color: #333;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #666;
}
div.entry_state {
	width: 376px;
	margin-bottom: 10px;
	padding-right: 5px;
	background-color: #03c;
	text-align: right;
	font-size: 10px;
	color: #fff;
	background: url(http://garden.tique.net/img/st_bg.png);
}
div.entry_state a {
	color: #fff;
}
div.entry_body {
	margin-bottom: 1.6em;
	line-height: 1.6em;
}
div.entry_more {
	display: block;
	margin-bottom: 2em;
	line-height: 1.6em;
}
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin: 12px;
	background-color: #ccf;
}
div.entry h3 {
	font-weight: bold;
}
div.entry em {
	font-weight: bold;
}
div.entry ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 12px 0;
}
div.entry ol {
	list-style-type: decimal;
	padding-left: 30px;
	margin: 12px 0;
}
div.entry dl {
	margin: 12px 0;
}
div.entry dl dt {
	font-weight: bold;
}
div.entry dl dd {
	padding-left: 20px;
}

/* [Comment] */
div#comments {
	width: 381px;
	padding: 15px 0 30px;
}
div#comments h3 {
	width: 381px;
	margin-bottom: 15px;
	padding: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: url(http://garden.tique.net/img/cm_bg.png) repeat-x center bottom;
}
div#comments dl.comment_body {
	width: 381px;
	padding-bottom: 20px;
}
div#comments dl.comment_body dt {
	width: 381px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-align: right;
	color: #999;
	border-bottom: 1px solid #36c;
}
div#comments dl.comment_body dd {
	margin-bottom: 15px;
	padding: 0 5px 5px;
}
div#comments h4 {
	width: 381px;
	margin-bottom: 15px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #36c;
}
dl#comment_form {
	width: 381px !important;
	padding: 10px 0;
	background-color: #fafafa;
}
dl#comment_form dt {
	width: 80px;
	padding: 0 0 5px 20px;
	float: left;
	clear: both;
}
dl#comment_form dd {
	margin-left: 110px;
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.text {
	width: 240px;
	margin-right: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}
dl#comment_form dd input#name {
	width: 130px;
}
dl#comment_form dd textarea {
	width: 240px !important;
	height: 8em;
	margin-right: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}
dl#comment_form dd input.button {
	margin-left: 10px;
	padding: 2px 5px;
}

/* [Trackback] */
div#trackback {
	width: 381px;
}
div#trackback h3 {
	width: 381px;
	margin-bottom: 15px;
	padding: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: url(http://garden.tique.net/img/cm_bg.png) repeat-x center bottom;
}
p.tb_link {
	width: 381px !important;
	margin-bottom: 30px;
	padding: 5px 0;
	background-color: #fafafa;
	font-size: 10px;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 381px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 381px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-align: right;
	color: #999;
	border-bottom: 1px solid #36c;
}
div#trackback dl.tb_body dd {
	padding: 0 5px;
}

/* [Profile] */
div#profile {
	width: 381px;
	padding-bottom: 50px;
}
div#profile h2 {
	width: 381px !important;
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-size: 14px;
}
div.profile_body {
	margin-bottom: 1.6em;
	line-height: 1.6em;
}
div.profile_body dl {
	margin: 12px 0;
}
div.profile_body dl dt {
	font-weight: bold;
}
div.profile_body dl dd {
	padding-left: 20px;
}

/* [Category Description] */
div#category {
	width: 381px;
	padding-bottom: 20px;
}
div#category h2 {
	width: 381px !important;
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-size: 14px;
}
div.category_body {
	margin-bottom: 1.6em;
	line-height: 1.6em;
}
div.category_body ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://garden.tique.net/img/navi_ul.gif);
}

/* [Navigation] */
div#navigation a {
	color: #fff;
}
div#navigation dl {
	width: 200px !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div#navigation dt {
	width: 200px !important;
	height: 20px;
	padding: 10px 0;
	margin-bottom: 5px;
	text-align: center;
}
div#navigation dd {
	width: 180px !important;
	padding: 0 10px;
}
div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://garden.tique.net/img/navi_ul.gif);
}

/* [Search] */
dl#search {
	width: 200px;
}
dl#search dt {
	width: 200px;
}
dl#search dd {
	text-align: center;	
}
dl#search dd input.form {
	width: 140px !important;
	background-color: #eee;
	border: 1px solid #ccc;
}
dl#search dd input.button {
	margin: 10px 0;
}

/* [Extra] */
dl#extra {
	padding-top: 15px;
}
dl#extra dt {
	display: none;
}

/* [Accessory] */
div#accessory dl {
	width: 200px !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div#accessory dl#recommends {
	text-align: center;
}
div#accessory dt {
	width: 200px !important;
	height: 20px;
	padding: 10px 0;
	margin-bottom: 5px;
	text-align: center;
}
div#accessory dd {
	width: 180px !important;
	padding: 0 10px;
}
div#accessory dd#twitterlist {
	width: 180px !important;
	padding: 0 10px;
	overflow: hidden;
}
div#accessory dd#reclist {
	margin-bottom: 1em;
}
div#accessory ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://garden.tique.net/img/navi_ul.gif);
}
div#accessory img.rec_img {
	margin: 0 auto;
}
#rec_ex {
	width: 180px;
	height: 300px;
	border: 0;
	padding: 0;
}

/* [Footer] */
div#footer address {
	height: 20px;
	background-color: #333;
	text-align: center;
	font-size: 10px;
	color: #ccc;
	background: url(http://garden.tique.net/img/foot_bg.png);
}
div#footer address img {
	margin-top: 5px;
}

/* [Typography] */
div#pagenavi,
div#title p,
div.entry_author,
div.entry_state,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
div#calendar_h,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
div#trackback dl.tb_body dt,
div#footer address {
	font-family: Georgia,Times New Roman,serif;
}

