@charset "utf-8";
/*
Theme Name: うさフェスタ2013
Description: うさフェスタ2013テーマ(うさぎのしっぽ様)
Author: surfboard
*/


/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.6;
}
h1, h2, h3 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
	outline: none;
}

/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
	width: 800px;
	padding-bottom: 30px;
}
#content {
	margin: 0 0 25px 0;
	padding: 0 25px;
	clear: both;
}
#primary,
#secondary {
	float: left;
	width: 204px;
}

#primary {
	padding-bottom: 30px;
}

#secondary {
	clear: left;
}

#side-concept {
	float: right;
	width: 175px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

* html body {	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 80%;
}/* for IF6 */

*:first-child+html body {
	font-size: 80%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Arial;
} /* for ie7 */

input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
	font-size: 80%; /* Resets 1em to 10px */
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
pre {
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
code {
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	width: 1180px;
	margin: 0 auto;
}

#bg-wrapper {

	margin: 0 auto;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: url(images/common/bg-body.gif) repeat left top;
	margin: 0;
	padding: 0;
}
body,
input,
textarea {
	color: #444444;
}
hr {
	background-color: #b1af91;
	color: #b1af91;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0;
	padding: 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #318a00;
	text-decoration: underline;
}
a:visited {
	color: #318a00;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #318a00;
	text-decoration: none;
}

a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =right menu
-------------------------------------------------------------- */
#r-menu a:link,
#r-menu a:visited {
	color: #333333 !important;
	text-decoration: none !important;
}

#r-menu a:hover {
	color: #333333 !important;
}

#r-menu {
	position: relative;
	padding-top: 9px;
}

#r-menu h2#rmtitle1 {
	width: 204px;
	height: 26px;
	background: url(images/common/side/rmtitle-event.png) no-repeat left top;
	font-size: 0;
	text-indent: -99999px;
}

#r-menu h2#rmtitle2 {
	width: 204px;
	height: 28px;
	background: url(images/common/side/rmtitle-service.png) no-repeat left top;
	font-size: 0;
	text-indent: -99999px;
}

#r-menu ul {
	background: url(images/common/side/bgm-rightmenu.png) repeat-y left top;
	width: 195px;
	position: relative;
	left: -10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior: url("pie/PIE.htc");
	margin: 0 0 15px 0 !important;
}

#r-menu ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #d8d8d4;
}

#r-menu ul li.r-lastmenu,
#r-menu ul li.rightinfo1,
#r-menu ul li.rightinfo2 {
	border-bottom: none;
}

#r-menu ul li.rightinfo1 {
	padding: 13px 0 0 0;
	text-indent: -99999px;
	width: 195px;
	margin: 0;
	height: 60px;
}

#r-menu ul li.rightinfo1 span {
	display: block;
	background: url(images/common/side/s-eventdate.png) no-repeat 16px top;
	width: 195px;
	height: 16px;
}

#r-menu ul li.rightinfo1 p {
	display: block;
	background: url(images/common/side/right-date.png) no-repeat 16px top;
	width: 195px;
	height: 32px;
	padding: 0;
	margin: 0 !important;
}

#r-menu ul li.rightinfo2 {
	padding: 0;
	text-indent: -99999px;
	width: 195px;
	margin: 0;
	height: 39px;
}

#r-menu ul li.rightinfo2 span {
	display: block;
	background: url(images/common/side/s-eventplace.png) no-repeat 16px top;
	width: 195px;
	height: 16px;
}

#r-menu ul li.rightinfo2 p {
	display: block;
	background: url(images/common/side/right-place.png) no-repeat 16px top;
	width: 195px;
	height: 13px;
	padding: 0;
	margin: 0 !important;
}


#r-menu ul li a {
	display: block;
	background: url(images/common/side/arrow-green.png) no-repeat 176px 50%;
	padding: 2px 12px 2px 15px;
	font-size: 95%;
}

#r-menu ul li a:hover {
	background: #e2f3d0 url(images/common/side/arrow-green.png) no-repeat 178px 50%;
}

#r-menu ul li.rightbtn1 {
	border-bottom: none;
	padding: 0 15px;
	margin: 0 0 1px 0;
}

#r-menu ul li.rightbtn2 {
	border-bottom: none;
	padding: 0 15px;
	margin: 0 0 5px 0;
}

#r-menu ul li.rightbtn3 {
	padding: 0 15px 10px 15px;
	margin: 0;
}

#r-menu ul li.rightbtn1 a,
#r-menu ul li.rightbtn2 a,
#r-menu ul li.rightbtn3 a {
	padding: 0;
	background: none;
	margin: 0 auto;
}

#r-menu ul li.rightbtn1 a:hover,
#r-menu ul li.rightbtn2 a:hover,
#r-menu ul li.rightbtn3 a:hover {
	padding: 0;
	background: none;
	margin: 0 auto;
}

#r-menu ul#rmenu-service li a {
	font-size: 85%;
} 

/* =Common
-------------------------------------------------------------- */
#side-concept h2#s-concept {
	width: 175px;
	height: 532px;
	background: url(images/common/side/left-concept.png) no-repeat left top;
	text-indent: -99999px;
}

#side-concept p#s-present {
	width: 175px;
	height: 219px;
	background: url(images/common/side/left-present.png) no-repeat left top;
	text-indent: -99999px;
}



#topicpath {
	height: 20px;
	font-size: 85%;
	padding: 3px 15px;
	background: #f7f7f7;
	margin: 0 10px 20px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior: url("pie/PIE.htc");
	position: relative;
}

#topicpath p {
	margin: 0 !important;
}

.topicpath02 {
	background: url(images/common/dot.gif) repeat-x bottom;	
}

#content div.topicpath02 p {
	padding: 0 15px 8px 15px;
	margin: 0 5px 10px 0;
	font-size: 85%;
}

.m-bmargin {
	margin-bottom: 25px;
}

.s-contents {
	padding: 0 15px;
	clear: both;
}

/* =Header
-------------------------------------------------------------- */
#header {
	height: 133px;
}

#header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#header a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

#site-title {
	float: left;
	width: 386px;
	height: 91px;
	padding: 14px 0 0 0;
}

#site-title a {
	display: block;
	width: 386px;
	height: 91px;
	text-indent: -99999px;
	background: url(images/common/header/site-logo.png) no-repeat left top;
	overflow: hidden;
	font-size: 0;
}

#site-title a:hover {
	background-position: left bottom;
	height: 91px;
	overflow: hidden;
}

#c-header {
	float: right;
	width: 775px;
	padding-top: 17px;
}

#c-header p#h-catch {
	background: url(images/common/header/h-catch.png) no-repeat left top;
	width: 775px;
	height: 49px;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
}



/* =Gnavi
-------------------------------------------------------------- */
#gnavi {
	width: 775px;
	height: 37px;
	padding: 0;
	list-style: none;
	margin: 0;
	clear: both;
}

#gnavi li {
	float: left;
	margin: 0;
	padding: 0;
}

#gnavi li a {
	display: block;
	width: 100%;
	height: 37px;
	background: url(images/common/header/ganvi.png) no-repeat left top;
	overflow: hidden;
	text-indent:-999999px;
}

/* g-navi rollover */

#gnavi li.n-artist{ width: 157px;}
#gnavi li.n-artist a{ background-position: 0 0;}
#gnavi li.n-artist a:hover{ background-position: 0 -37px;}

#gnavi li.n-makers{ width: 154px;}
#gnavi li.n-makers a{ background-position: -157px 0;}
#gnavi li.n-makers a:hover{ background-position: -157px -37px;}

#gnavi li.n-access{ width: 155px;}
#gnavi li.n-access a{ background-position: -311px 0;}
#gnavi li.n-access a:hover{ background-position: -311px -37px;}

#gnavi li.n-map{ width: 154px;}
#gnavi li.n-map a{ background-position: -466px 0;}
#gnavi li.n-map a:hover{ background-position: -466px -37px;}

#gnavi li.n-qanda{ width: 155px;}
#gnavi li.n-qanda a{ background-position: -620px 0;}
#gnavi li.n-qanda a:hover{ background-position: -620px -37px;}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	background: url(images/common/bg-pagebody.png) repeat-y left top;
	margin-bottom: 35px;
	height: 1%;
}

#content,
#content input,
#content textarea {
	color: #444444;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre {
	margin-bottom: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 120%;
	line-height: 1.5;
}
#content code {
	font-size: 110%;
}
#content dt,
#content th {
	color: #444;
}

#content h2,
#content h3,
#content h5,
#content h6 {
	line-height: 1.5;
	margin: 0 0 20px 0;
}
#content table {
	border: none;
	text-align: left;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 100%;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-titlebox {
	height: 100%;
	padding: 0 0 18px 0;
	margin: 0 25px;
	z-index: 1;
}

#content h1.newsentry-title {
	background: url(images/common/bg-newsentrytitle.gif) repeat;
	height: 1%;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 17px 0;
	padding: 10px 20px 10px 120px;
	position: relative;
	z-index: 2;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
}

#c-newslist a:link,
#c-newslist a:visited {
	text-decoration: none !important;
}

#c-newslist a:hover,
#c-newslist a:active {
	text-decoration: none !important;
}


#c-newslist h2.newslist-entrytitle {
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.4;
	margin: 2px 0 8px 0;
	padding: 5px 10px;
	background: #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior: url("pie/PIE.htc");
	position: relative;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
}

#content #c-newslist p.newslist-date {
	margin: 0;
	color: #333 !important;
	font-weight: bold;
	font-size: 90%;
}

#c-newslist .newslist-entrynews {
	color: #444 !important;
}

.bg-newslistitem {
	margin-bottom: 10px;
	border: 1px solid #d5dfc1;
	padding: 1px;
}

#c-newslist a {
	display: block;
	padding: 10px 20px;
	background: #f4f9e6 url(images/common/bg-newslistbox.png) no-repeat right bottom;
}

#c-newslist a:hover {
	background: #f3f3f3 url(images/common/bg-newslistbox.png) no-repeat right bottom;
}


#newsentrytitlebox {
	z-index:1;
	position: relative;
	padding-top: 17px;
}

#content p.newsentry-meta {
	float: left;
	color: #318a00;
	margin: 0;
	padding: 5px 0 0 0;
	width: 99px;
	height: 97px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/common/bg-newsdate.png) no-repeat left top;
	z-index: 5;
}

span.t-entrydated {
	font-size: 182%;
	position: relative;
	top: 19px;
	left: -5px;
}

span.t-entrydatey {
	font-size: 100%;
	display: block;
	position: relative;
	left: -6px;
	top: 15px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

.entry-content {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 725px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #7d6118;
	font-size: 90%;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #7d6118;
	font-size: 90%;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f4f5e5;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 40%;
}

.nav-previous a {
	background: url(images/common/i-previous.gif) no-repeat left;
	padding-left: 15px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 40%;
}

.nav-next a {
	background: url(images/common/i-next.gif) no-repeat right;
	padding-right: 15px;
}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}

.back-newslist {
	text-align: center;
	clear: both;
}

.back-newslist a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
#primary a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.sidebanner {
	margin: 0;
	padding: 0;
}

.sidebanner li {
	margin: 0;
	padding: 0;
	zoom: 1;
}

.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 5px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: underline;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

/* index What's new */
#indexnews {
	background: url(images/common/index/img-reon.png) no-repeat 655px 17px;
	min-height: 265px;
}

#whatsnew {
	background: url(images/common/index/dot-lightgrey5.gif) repeat-x left 10px;
	padding: 0;
	margin: 0;
	position: relative;
	width: 635px;
}

#whatsnew h2 {
	position: relative;
	margin: 0 0 20px 0;
}

#whatsnew h2 img.main-newstitle {
	padding: 0 15px 0 25px;
	background: #fff;
}

#whatsnew h2 span {
	position: absolute;
	right: 0;
	padding-left: 15px;
	background: #fff;
}

#whatsnew ul.news li a:link,
#whatsnew ul.news li a:visited  {
	text-decoration: none;
	
}

#whatsnew h3.sub-newstitle {
	position: relative;
	left: 0;
	float: left;
	width: 180px;
}

#whatsnew ul.news li a:link h3,
#whatsnew ul.news li a:visited h3 {
	text-decoration: underline !important;
	color: #318a00;
}

#whatsnew ul.news li a:hover h3 {
	text-decoration: none !important;
}


#whatsnew ul.news {
	list-style: none;
	float: left;
	width: 455px;
	margin: 0;
	padding: 0;
}

#whatsnew ul.news li {
	padding: 0;
	margin: 0 0 2px 0;
}

#whatsnew ul.news li a {
	display: block;
	padding: 7px 15px;
	background: #f4f9e6;
}

#whatsnew ul.news li a:hover {
	background: #f3f3f3;
}

#whatsnew ul.news li a h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 90%;
}

#whatsnew ul.news li a span {
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 85%;
}


#whatsnew a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}





/* =Footer
-------------------------------------------------------------- */

#footer {
	padding-bottom: 30px;
	background: #67b555 url(images/common/footer/bgb-footer.gif) no-repeat -150px bottom;
	height: 100%;
	clear: both;
}

#footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#bg-footer {
	background: url(images/common/footer/bg-footer.png) repeat-x top;
}

#colophon {
	width: 1180px;
	margin: 0 auto;
	height: 1%;
}

#pagetop {
	position: relative;
	z-index: 10;
}

#pagetop a img {
	position: absolute;
	right: 70px;
	top: -59px;
}

#pagetop a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

#foot-logo {
	text-align: center;
	margin-bottom: 19px;
}

#foot-logo a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

#fbar {
	height: 281px;
}

#fbar-present {
	float: left;
	width: 371px;
	height: 281px;
	background: url(images/common/footer/bg-present.png) no-repeat left bottom;
}

#fbar-present ul {
	list-style: none;
	padding: 0 25px;
	margin: 0;
}

#fbar-present ul li {
	margin: 0;
	padding: 0 0 5px 0;
	height: 65px;
	overflow: hidden;
	background: url(images/common/footer/fbar-bgpresent.png) no-repeat left top;
}

#fbar-wanted {
	float: left;
	width: 784px;
	padding-left: 25px;
}

#fbar-wanted h2 img {
	padding-left: 141px;
}

#fbar-wanted dl {
	float: left;
}

#fbar-wanted dl#fbar1 {
	width: 332px;
	height: 205px;
	background: url(images/common/footer/bg-fbar1.png) no-repeat left top;
}

#fbar-wanted dl#fbar1 li {
	width: 110px;
}

#fbar-wanted dl dd ul li.fbar-sline {
	padding-right: 1px;
	background: url(images/common/footer/bg-fbarside.png) no-repeat right top;
}

#fbar-wanted dl#fbar1 li span {
	display: block;
}

#fbar-wanted dl#fbar1 li span.fbar-mline {
	background: url(images/common/footer/bg-fbarmiddle.png) no-repeat center bottom;
	padding-bottom: 1px;
}

#fbar-wanted dl#fbar2,
#fbar-wanted dl#fbar3 {
	width: 221px;
	height: 205px;
	padding-left: 5px;
	background: url(images/common/footer/bg-fbar23.png) no-repeat 5px top; 
}

#fbar-wanted dl#fbar1 dd ul li,
#fbar-wanted dl#fbar2 dd ul li,
#fbar-wanted dl#fbar3 dd ul li {
	float: left;
}

#fbar-wanted ul {
	list-style: none;
	
}

#foot-attention {
	width: 100%;
	height: 77px;
	color: #444444;
	clear: both;
}

#foot-attention h3 {
	float: left;
	width: 371px;
	height: 77px;
	overflow: hidden;
}

#foot-attention h3 img {
	padding-left: 25px;
}

#foot-attention p {
	width: 755px;
	float: right;
	padding: 15px 0 0 0;
}

#finfo a:link,
#finfo a:visited,
#finfo a:hover {
	color: #fff !important;
}

#finfo {
	clear: both;
	padding-top: 33px;
	width: 100%;
}

#finfo #fnavarea {
	float: left;
	width: 865px;
	padding-top: 4px;
}

#finfo #fnavarea dl {
	float: left;
	width: 192px;
}

#finfo #fnavarea dl#fnav1 {
	background: url(images/common/footer/bg-fnav01.png) no-repeat left top;
	padding: 8px 0 0 18px;
}

#finfo #fnavarea dl#fnav2 {
	background: url(images/common/footer/bg-fnav02.png) no-repeat left top;
	padding: 8px 0 0 18px;
}

#finfo #fnavarea dl#fnav3 {
	background: url(images/common/footer/bg-fnav03.png) no-repeat left top;
	padding: 8px 0 0 18px;
}

#finfo #fnavarea dl#fnav4 {
	background: url(images/common/footer/bg-fnav04.png) no-repeat left top;
	padding: 8px 0 0 18px;
}

#finfo #fnavarea dl dt {
	padding: 0 0 15px 0;
}

#finfo #fnavarea dl dd ul li {
	padding: 5px 0 5px 0;
}

#finfo #fnavarea dl dd ul li a {
	display: block;
	line-height: 1.5;
	background: url(images/common/footer/arrow-wh.gif) no-repeat left 50%;
	padding: 1px 0 1px 11px;
	font-size: 95%;
}

#finfo #fnavarea dl dd ul {
	list-style: none;
}

#foot-info {
	float: right;
	width: 290px;
}

#foot-info ul {
	list-style: none;
	margin-bottom: 15px;
}

#f-siteinfo {
	background: url(images/common/footer/bg-footer.gif) repeat-x left bottom;
}

#f-siteinfo ul {
	background: url(images/common/footer/f-info.gif) no-repeat left top;
	padding: 0 0 0 77px;
	list-style: none;
}

#f-siteinfo ul li {
	margin-bottom: 9px;
}

.foot-cname {
	color: #fff;
	font-size: 100%;
	margin: 0;
	padding: 15px 0 0 5px;
}

.foot-cname span {
	font-weight: normal;
	font-size: 85%;
}

.foot-add {
	font-style: normal;
	color: #444;
	font-size: 85%;
	padding: 5px;
	color: #fff;
	letter-spacing: 1px;
}

.f-addbox {
	background: url(images/common/footer/bgfbar-rabbit.png) no-repeat 151px bottom;
	padding: 0 0 15px 0;
}

#foot-info p.fbar-rabbittail {
	padding: 0 0 8px 0;
	margin: 0;
}

#foot-info p.copyright {
	padding: 0 10px 0 0;
	margin: 0;
	color: #c9f3a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* =pagetitle(common)
-------------------------------------------------------------- */
h1.spo-title {
	background: url(images/common/bg-potitle.jpg) no-repeat left top;
	height: 77px;
	font-size: 131%;
	padding: 39px 0 0 43px;
	color: #1f211c;
	letter-spacing: 1px;
}

h1.spre-title {
	background: url(images/common/bg-pretitle.jpg) no-repeat left top;
	height: 49px;
	font-size: 131%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	padding: 67px 0 0 25px;
	font-weight: bold;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

h1.setc-title {
	background: url(images/common/bg-servicetitle.jpg) no-repeat left top;
	height: 49px;
	font-size: 131%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	padding: 67px 0 0 25px;
	font-weight: bold;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

h1.sinfo-title {
	background: url(images/common/bg-infopagetitle.jpg) no-repeat left top;
	height: 49px;
	font-size: 131%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	padding: 67px 0 0 25px;
	font-weight: bold;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

h1.spage-title {
	background: url(images/common/bg-eventpagetitle.jpg) no-repeat left top;
	height: 49px;
	font-size: 131%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	padding: 67px 0 0 25px;
	font-weight: bold;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

h1.snews-title {
	background: url(images/common/bg-newspagetitle.jpg) no-repeat left top;
	height: 49px;
	font-size: 131%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	padding: 67px 0 0 25px;
	font-weight: bold;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

h2.snews-title {
	background: url(images/common/bg-newspagetitle.jpg) no-repeat left top;
	height: 49px;
	font-size: 131%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	padding: 67px 0 0 25px;
	font-weight: bold;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/* =Indexcontents(index.php)
-------------------------------------------------------------- */
#indexcontents {
	margin: 0 0 50px 0;
	height: 100%;
}

#indexcontents h2 {
	background: url(images/common/index/index-title.png) no-repeat left top;
	width: 800px;
	height: 580px;
	text-indent: -99999px;
}

#indexcontents p.indextxt01 {
	background: url(images/common/index/bg-indextitle.png) no-repeat right top;
	padding: 15px 320px 0 35px;
}

#indexcontents p.indextxt02 {
	padding: 0 35px;
}
/* =News(index,category-news.php)
-------------------------------------------------------------- */
.bg-note {
	border: 5px solid #eff3e6;
	padding: 0;
	height: 100%;
	clear: both;
	margin-bottom: 30px;
}

.bg-note:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.bg-note02 {
	border: 1px solid #d5dfc1;
	padding: 0;
	height: 100%;
	clear: both;
	height: 1%;
}

.bg-note02:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.entry-news {
	clear: both;
	padding: 25px 30px 0 30px;
	height: 100%;
}

.entry-news p {
	line-height: 2.0;
	margin-bottom: 15px;
}

#c-newslist .entry-news p a.readmore span.meta-nav {
	display: block;
	background: url(images/common/i-next.gif) no-repeat left;
	padding-left: 16px;
}

#c-newslist {
	padding-top: 10px;
}

#c-newslist div.newslist-titlebox {
	padding: 0 30px 18px 96px;
}

#c-newslist div.newslist-titlebox h2 a{
	display: block;
	padding: 1px 10px;
	background-color: #f0f2dd;
	text-decoration: none;
}

#c-newslist div.newslist-titlebox h2 a:link {
	color: #0c470a;
	text-decoration: none;
}

#c-newslist div.newslist-titlebox h2 a:visited {
	color: #0c470a;
	text-decoration: none;
}

#c-newslist div.newslist-titlebox h2 a:active,
#c-newslist div.newslist-titlebox h2 a:hover {
	background-color: #e6e8db;
	text-decoration: none;
}


/* =Pagenavi(category-news.php)
-------------------------------------------------------------- */
.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
}

.tablenav a {
	margin: auto 3px;
}

a.page-numbers, .tablenav .current {
	color: #e2373a;
	padding: 2px .4em;
	border:solid 1px #ffe3e3;
	background: #ffe3e3;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:link {
	text-decoration: none;
}

a.page-numbers:hover {
	color: #e2373a;
	background: #fff;
	border:solid 1px #e2373a;
}

.tablenav .current {
	color: white;
	background: #e2373a;
	border-color: #e2373a;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
}

.tablenav .next:hover {
	border: none;
	text-decoration:underline;
}

.tablenav .prev:hover {
	border: none;
	text-decoration:underline;
}


/* =Artist
-------------------------------------------------------------- */
#artistbox {
	height: 1%;
	margin-bottom: 10px;
}

#artistbox h2 {
	margin: 0 0 20px 0;
}

.txt-artist {
	padding: 0 0 0 0;
	width: 530px;
	margin-left: 15px;
	float: left;
	zoom: 1;
}

#content #artist-intro {
	margin-bottom: 25px;
}

#artist-intro span.artistmap {
	float: right;
	display: block;
	width: 180px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #037E00;
	line-height: 1.4;
}

#artist-intro span.artistmap a img {
	border: 3px solid #f0f2dd;
	padding: 1px;
}

#artist-intro span.artistmap a:hover img {
	border-color: 3px solid #dee3b7;
	padding: 1px;
}

#content #artist-intro span.artistmap a img {
	margin-bottom: 5px;
}

#content #artist-intro h3 {
	font-weight: bold;
	color: #338d00;
	margin: 0 0 5px 15px !important;
	font-size: 100%;
}

#content #artist-intro p {
	margin-left: 15px;
}

dl#att-artist {
	clear: both;
	padding: 0;
	margin: 0 10px 55px 10px;
	background: url(images/common/artist/bg-naname.gif) repeat-y right top;
}

dl#att-artist dt {
	float: left;
	width: 150px;
	height: 243px;
	background: url(images/common/artist/title-att.png) no-repeat left top;
	text-indent: -99999px;
}

dl#att-artist dd {
	float: right;
	width: 580px;
	margin: 0;
}

dl#att-artist dd ul {
	list-style: none;
	margin: 20px;
	padding: 20px 20px 12px 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url("pie/PIE.htc");
	position: relative;
}

dl#att-artist dd ul li {
	padding: 1px 0 1px 52px;
	margin: 0 0 8px 0;
}

dl#att-artist dd ul li.i-att01 {
	background: url(images/common/artist/i-att01.gif) no-repeat left 4px;
}

dl#att-artist dd ul li.i-att02 {
	background: url(images/common/artist/i-att02.gif) no-repeat left 4px;
}

dl#att-artist dd ul li.i-att03 {
	background: url(images/common/artist/i-att03.gif) no-repeat left 4px;
}

.artist-map {
	padding: 0 15px;
	margin-bottom: 35px;
	height: 1%;
}

.txt-amap {
	padding: 0 0 20px 15px;
	clear: both;
}

#artistbox .txt-amap h3 {
	font-weight: bold;
	font-size: 108%;
	color: #037e00;
	margin: 0 0 5px 0;
}


p.txt-click {
	font-size: 90%;
	text-align: right;
	font-weight: bold;
}


.bg-stitlebox {	
	padding: 15px 0 10px 15px;
	margin: 0;
	height: 100%;
}

h2.t-sstitle {
	font-size: 116%;
	letter-spacing: 1px;
	color: #ebf5e2;
	margin: 0 0 0 0;
	padding: 9px 0 15px 22px;
	background: url(images/common/artist/bg-artisttitle.png) no-repeat left top;
}

#artistbox {
	margin: 0 0 0 -20px;
	clear: both;
}

.artbox {
	background: #f7fae8 url(images/common/artist/bgb-artist.png) no-repeat left bottom;
	width: 345px;
	padding: 15px 20px 5px 0;
	float: left;
	margin: 0 0 15px 20px;
	zoom: 1;
	display: inline;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	behavior: url("pie/PIE.htc");
	position: relative;
}


#artistbox div.artbox p {
	margin: 0 0 5px 20px;
	font-size: 90%;
	padding: 0;
}

#content #artistbox div.artbox h3 {
	font-weight: bold;
	font-size: 100%;
	padding: 6px 0 0 46px;
	margin: 0 0 2px 0;
	color: #272a26;
	position: relative;
	top: 2px;
	min-height: 35px;
}

#content #artistbox div.artbox h3 span.artistno {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 108%;
	font-weight: normal;
	text-shadow: 0 1px 1px #666;
	padding: 10px 10px 10px 2px;
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	width: 22px;
	height: 22px;
	text-align: center;
	background: url(images/common/artist/bgt-artist.png) no-repeat left top;
}


#content #artistbox ul.pict-art img {
	border: 3px solid #fff;
	width: 70px !important;
	float: right;
	margin-bottom: 7px;
}

#content #artistbox ul.pict-art {
	float: right;
	margin: 5px 0 10px 15px !important;
	width: 76px;
	list-style: none !important;
}



.inner-artbox {
	float: left;
	width: 250px;
}

#artistbox div.artbox p.i-blog {
	word-break: break-all;
	margin: 0 0 5px 20px;
	clear: both;
	
}

#artistbox div.artbox p.i-url {
	word-break: break-all;
	margin: 0 0 5px 20px;
	clear: both;
}

#artistbox div.artbox p.i-url a {
	background: url(images/common/artist/i-url.gif) no-repeat left 50%;
	font-size: 95%;
	padding-left: 37px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

#artistbox div.artbox p.i-blog a {
	background: url(images/common/artist/i-blog.gif) no-repeat left 50%;
	font-size: 95%;
	padding-left: 37px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}


/* =Makers
-------------------------------------------------------------- */
#makers {
	height: 1%;
	padding-top: 25px;
	clear: both;
}

.makerbox {
	width: 361px;
	padding: 0;
	height: 1%;
	float: left;
	margin: 0 0 15px 0;
	zoom: 1;
	display: inline;
	border: 2px solid #e8e8e8;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	behavior: url("pie/PIE.htc");
	position: relative;
	min-height: 230px;
}

#content #makers div.makerbox h3 {
	padding: 1px 0;
	position: relative;
	height: 67px;
	margin: 0 !important;
}

.makerbox h3 img {
	padding-left: 33px;
}

.makerbox h3 span {
	position: absolute;
	left: -1px;
	top: 22px;
	height: 23px;
	width: 23px;
	background: url(images/common/maker/bg-no.png) no-repeat left top;
	text-align: center;
	line-height: 23px;
	color: #fff;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

* html body div#content div.makerbox h3 span {	
	font-size: 65%;
}/* for IF6 */

.makerbox div.ss-makerbox {
	margin: 0 14px 15px 14px;
	background: url(images/common/maker/dot-grey2px.gif) repeat-x left top;
	height: 1%;
	padding: 17px 0 0 10px;
}

#content #makers div.makerbox p {
	margin-bottom: 0;
}

.makerbox p.pict-maker {
	float: right;
}

.makerbox p.txt-maker {
	width: 210px;
	font-size: 85%;
}

.makerbox p.txt-maker02 {
	padding-right: 10px;
	font-size: 85%;
}

.makerbox p.txt-maker02 span {
	display: block;
}

.m-lmargin {
	margin-left: 20px;
}

* html body div.makerbox p.txt-maker {	
	font-size: 90%;
}/* for IF6 */

* html body div.makerbox p.txt-maker02 {	
	font-size: 90%;
}/* for IF6 */

.makerbox p.i-hp {
	background: url(images/common/maker/i-hp.png) no-repeat left 50%;
	padding: 5px 0 5px 35px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 90%;
}

h2.t-stitle {
	font-size: 116%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	letter-spacing: 1px;
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	line-height: 30px !important;
	height: 30px !important;
	padding: 2px 0 6px 15px;
	background: url(images/common/bg-stitle.png) no-repeat left top;
}

h2.ll-title {
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	color: #338d00;
	font-weight: bold;
	text-shadow: 0 1px 2px #e2e3d4;
	font-size: 167% !important;
	line-height: 1.4 !important;
}

/* =Photo
-------------------------------------------------------------- */
h2#phototitle {
	background: url(images/common/photo/bg-phototitle.jpg) no-repeat left top;
	color: #333;
	height: 46px;
	padding: 38px 0 0 78px;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
}

#content #photolist {
	background: url(images/common/photo/bg-photolist.jpg) repeat-y 170px top;
	height: 1%;
	margin: 0;
	padding: 0;
}

#content #photolist ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	zoom: 1;
}

#content #photolist ul li {
	float: left;
	width: 165px;
	height: 150px;
	margin: 0;
	zoom: 1;
	text-align: right;
}

#content #photolist ul li a img {
	border: 5px solid #ebe7e3;
}

#content #photolist ul li a:hover img {
	border: 5px solid #f8eadf;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}