@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #666;
}

a {
	outline-style: none;
	color: #000;
}

a:link,
a:visited
{
    text-decoration: underline;
}
  
a:hover,
a:active {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* CONTAINER
------------------------------------------------------------------------------*/

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	height: 110px;
}

#logo {
	float: left;
	width: 164px;
	margin-top: 20px;
}

#navArea {
	float: right;
	width: 756px;
}

#iconList {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

#iconList li {
	float: left;
	width: 16px;
	margin-right: 10px;
}

#gNav {
	float: right;
	width: 756px;
}

#gNav li {
	float: left;
	margin-right: 40px;
	position: relative;
}

#gNav li:hover > ul {
    display: block;
}

.dropdown {
	width: 150px;
	padding: 30px 10px 20px;
	display: none;
	position: absolute;
	z-index: 99999;
	background: url(../images/bg_dropdown.png) no-repeat;
}

.dropdown li a {
	font-size: 10px;
	line-height: 2.0;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	margin-top: 30px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #CCC;
}

#home #wrapper,
#galleryArea {
	overflow: hidden;
	height: 0;
}

.cnt {
	float: left;
	width: 310px;
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
}

.cnt p {
	line-height: 1.75;
}

.cntTitle {
	height: 45px;
	background: url(../images/bg_cnt_title.png) repeat-x left bottom;
	margin-bottom: 20px;
}

.cntTitle h2 {
	float: left;
}

.cntTitle p {
	float: right;
	width: 54px;
}

.textLink {
	padding-left: 20px;
	background: url(../images/icon_link.png) no-repeat left center;
	margin-top: 15px;
}

.textLink a:hover,
#infoListHome dd a:hover,
.diaryHome .title a:hover,
.name a:hover,
#lNav li a:hover,
.category a:hover,
.eventsEntry a:hover,
.shopEntry h3 a:hover,
.linksEntry h3 a:hover,
#itemsCnt h2 a:hover,
#topicPath a:hover {
	background: #D9D9D9;
}

/* HOME INFOMATION
------------------------------------------------------------------------------*/

#infoListHome dt,
#infoCnt dt,
#feed dt {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 60px;
	margin-bottom: 5px;
}

#infoListHome dd,
#infoCnt dd,
#feed dd {
	margin-bottom: 20px;
}

#infoListHome dd a,
#infoCnt dd a,
#feed dd a {
	line-height: 1.75;
}

.infoWorks {
	background: url(../images/icon_works.png) no-repeat;
}

.infoEvents {
	background: url(../images/icon_events.png) no-repeat;
}

.infoMedia {
	background: url(../images/icon_media.png) no-repeat;
}

.infoItems {
	background: url(../images/icon_items.png) no-repeat;
}

.infoLinks {
	background: url(../images/icon_links.png) no-repeat;
}

#feed dt {
	background: url(../images/icon_blog.png) no-repeat;
}

/* HOME KIRIE, MEDIA
------------------------------------------------------------------------------*/

.kirieHome,
.mediaHome {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.kirieHome dl,
.mediaHome dl {
	border-left: 5px solid #000;
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
}

.kirieHome dt,
.mediaHome dt {
	margin-bottom: 10px;
}

.kirieHome dd,
.mediaHome dd {
	color: #000;
	font-size: 20px;
}

.kirieHome .thumb,
.mediaHome .thumb {
	float: left;
	width: 100px;
}

.kirieHome .text,
.mediaHome .text {
	margin-left: 120px;
}

.kirieHome .textLink,
.mediaHome .textLink {
	margin-left: 120px;
}

#wbList li {
	float: left;
	width: 230px;
	height: 306px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* HOME WORKS
------------------------------------------------------------------------------*/

#worksListHome li {
	float: left;
	width: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* HOME ITEMS
------------------------------------------------------------------------------*/

.itemsHome {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}

.itemsHome .thumb {
	float: left;
	width: 100px;
}

.itemsHome .name,
.itemsHome .text {
	margin-left: 120px;
}

.itemsHome .name {
	margin-bottom: 10px;
}

/* TWITTER
------------------------------------------------------------------------------*/

#twitter {
	height: 300px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	padding: 30px 0;
}

/* SUB
------------------------------------------------------------------------------*/

#side {
	float: left;
	width: 250px;
}

#main {
	float: right;
	width: 720px;
	padding-top: 10px;
}

#main p {
	line-height: 1.75;
	margin-bottom: 20px;
}

#main p a {
	line-height: 1.75;
}

#topicPath {
	margin-bottom: 30px;
}

#topicPath li {
	float: left;
    margin-right: 10px;
}

#current,
#cat {
	background: url(../images/icon_arrow.png) no-repeat left center;
    padding-left: 15px;
}

#profileCnt h2,
#worksCnt h2,
#eventsCnt h2,
#itemsCnt h2,
#infoCnt h2,
#mediaCnt h2,
#contactCnt h2,
#linksCnt h2 {
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	margin-top: 50px;
	margin-bottom: 20px;
}

#sub h1 {
	margin-bottom: 40px;
}

#lNav li {
	line-height: 2.0;
	padding-left: 20px;
	background: url(../images/icon_link.png) no-repeat left center;
}

/* PROFILE
------------------------------------------------------------------------------*/

#main #name {
	margin-bottom: 50px;
}

#profileCnt h2 {
	color: #000;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	margin-top: 50px;
	margin-bottom: 20px;
}

#profile {
	margin-bottom: 20px;
}

#profileCnt li {
	line-height: 1.75;
	list-style-type: disc;
	list-style-position: inside;
}

#mediaCnt #galleryArea {
	margin-top: 30px;
}

#galleryArea div {
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

/* EVENTS, ITEMS
------------------------------------------------------------------------------*/

.eventsEntry {
	margin-bottom: 50px;
}

.workShop {
	background: #F6F2EA;
	padding: 10px;
}

.eventsTitle {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 20px;
}

#eventsCnt h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

#eventsCnt h3 a {
	font-weight: bold;
}

.eventsEntry .category {
	padding-left: 20px;
	background: url(../images/icon_link.png) no-repeat left center;
}

.eventsEntry .thumb,
.itemsEntry .thumb {
	float: left;
	width: 200px;
}

.bizCardTate .thumb {
	float: left;
	width: 150px;
}

.bizCardYoko .thumb {
	float: left;
	width: 250px;
}

.eventsEntry .text,
.itemsEntry .text,
.itemsEntry .price,
.itemsEntry .btnCart {
	margin-left: 220px;
}

.eventsEntry .text,
.itemsEntry .text {
	padding-top: 10px;
}

.bizCardTate .text,
.bizCardTate .price,
.bizCardTate .btnCart {
	margin-left: 170px;
}

.bizCardYoko .text,
.bizCardYoko .price,
.bizCardYoko .btnCart {
	margin-left: 270px;
}

.eventsEntry dt,
.eventsEntry dd,
#contactCnt dt,
#contactCnt dd,
#mediaOrder dt,
#mediaOrder dd {
	line-height: 1.75;
	margin-bottom: 20px;
}

.eventsEntry dt,
#contactCnt dt,
#mediaOrder dt {
	border-left: 5px solid #000;
	color: #000;
	font-weight: bold;
	float: left;
	width: 165px;
	padding-left: 10px;
}

.eventsEntry dd,
#contactCnt dd,
#mediaOrder dd {
	margin-left: 180px;
}

.eventsEntry dd a {
	line-height: 1.75;
}

.mapLink {
	padding-left: 20px;
	background: url(../images/icon_google.png) no-repeat left center;
}

.itemsEntry .thumb {
	width: 200px;
}

.price span {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.itemsEntry h3,
.bizCardTate h3,
.bizCardYoko h3,
#mediaCnt h3 {
	border-left: 5px solid #000;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.shopEntry,
.linksEntry {
	border: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 10px;
}

.shopEntry h3,
.linksEntry h3 {
	font-size: 16px;
	padding-left: 20px;
	background: url(../images/icon_link.png) no-repeat left center;
	margin-bottom: 10px;
}

#itemsCnt .shopEntry p {
	margin-bottom: 5px;
}

#linksCnt .linksEntry p {
	margin-bottom: 0;
}

.switchHat {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	border: 1px #000 solid;
}

.switchHat:after {
    content: " ＋";
}

.nowOpen:after {
    content: " －";
}

/* CONTACT
------------------------------------------------------------------------------*/

select {
    border: 1px #000 solid;
	padding: 5px;
}

input[type=text],
textarea {
    border: 1px solid #000;
	width: 300px;
    padding: 5px;
	line-height: 1.5;
}

input[type=submit] {
	margin-left: 180px;
}

textarea {
	height: 100px;
}

#title_error,
#email_error,
#comment_error {
	padding: 10px;
	background: #F6F2EA;
	margin-bottom: 10px;
}

.youTube {
	margin-bottom: 10px;
}