@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
/* CSS Document */

/* ------------------------------
Site info	: Tomohiro Muda Official Site
Summary		: base styles
Created		: 2007/05/08
LastUpdate	: 2009/01/29
------------------------------ */





body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textare,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}



html {
	overflow-y : scroll;
	height: 100%;
}

body {
	font-size: 78%;
	font-family:"MS ゴシック", "Osaka", Arial, Helvetica, sans-serif;
	line-height: 1.8;
	color: #888888;
	height: 100%;
	background-color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1em;
}

ol,ul { list-style: none; }

fieldset, img, hr {
	border: 0;
}

hr {
	border: none;
}

a:link,a:visited,a:active {
	outline: none;
}

a {
	text-decoration: underline;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

.hidden {
	visibility: hidden;
	font-size: 1px;
	height: 1px;
}

.prt {
	visibility: hidden;
	font-size: 1px;
}

.right {
	text-align:right;
}

.clr {
	clear: both;
}

.fs11px {
	font-size: 11px;
}


/* ------------------------------

__Layout

------------------------------ */

#topPage {
	background-image: url(../img/bodyback.gif);
	background-repeat: repeat-x;
	background-color: #2F2F2F;
}

#bodylayout {
	width: 800px;
	background-image: url(../img/inback.gif);
	background-repeat: repeat-y;
	border-right: 6px solid #1A1A1A;
	border-left: 6px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
	padding-bottom: 50px;
}

#bodylayout-top {
	width: 800px;
	height: 650px;
	background-image: url(../img/topback.jpg);
	background-repeat: no-repeat;
	position:relative;
}


#headerTopics {
	width: 800px;
	height: 60px;
	background-image: url(../img/h_topics.jpg);
	background-repeat: no-repeat;
}

#headerPublicity {
	width: 800px;
	height: 60px;
	background-image: url(../img/h_publicity.jpg);
	background-repeat: no-repeat;
}

#headerShop {
	width: 800px;
	height: 60px;
	background-image: url(../img/h_originalprint.jpg);
	background-repeat: no-repeat;
}

#headerGallery {
	width: 800px;
	height: 60px;
	background-image: url(../img/h_gallery.jpg);
	background-repeat: no-repeat;
}

#headerProfile {
	width: 800px;
	height: 60px;
	background-image: url(../img/h_profile.jpg);
	background-repeat: no-repeat;
}

#headerContact {
	width: 800px;
	height: 60px;
	background-image: url(../img/h_contact.jpg);
	background-repeat: no-repeat;
}

.section {
	padding-top: 13px;
	padding-bottom: 20px;
	clear:both;
}

.content {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}



#footer {
	height: 30px;
	text-align: center;
	clear: both;
}

/*@media all and (max-width: 414px) {
	#bodylayout {
		width: 100%;
	}

	#headerGallery {
		width: 100%;
	}
}*/
/* ------------------------------

__Navigation

------------------------------ */

#gnavibox {
	background-color: #222222;
	height: 35px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#gnaviboxTop {
	background-color: #222222;
	height: 35px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 380px;
}


#gnavi li {
	display: inline;
	float: left;
	margin-right: 13px;
	margin-bottom: 5px;
	border-left: 2px solid #000000;
	margin-top: 5px;
}


#gnavi li a {
	display: block;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#pankuzu {
	top: 35px;
	position: relative;
	left: 10px;
	font-size: 0.8em;
}


/* ------------------------------

__Text Decoration

------------------------------ */

#content h3 {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}


.gotop {
	text-align: right;
	clear: both;
}

.pageTitle {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #996402;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 7px;
}

.heading_a {
	font-size: 1.3em;
	font-weight: bold;
}

.heading_b {
	color: #FFF;
	font-weight: bold;
	border-top: 1px solid #444444;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-top: 3px;
}

.heading_c {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 9px;
	border-left: 4px solid #FFFFFF;
	color: #CCC;
}

.heading_d {
	font-weight: bold;
	color: #CCC;
}




.bold {
	font-weight: bold;
}

.fs8 {
	font-size: 0.8em;
}

.fs13 {
	font-size: 1.3em;
}

.center {
	text-align: center;
}

.boxBlack {
	background-color: #222;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.boxGray {
	background-color: #444;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.dlist_1 dt {
	font-size: 1.2em;
	color: #CCC;
}

.dlist_1 dd {
	margin-bottom: 13px;
}

/* ------------------------------

__Text Decoration Profile page only

------------------------------ */

.albumbox .palbum {
	float: left;
	height: 350px;
	width: 220px;
	border: 1px solid #666666;
	margin: 7px;
	padding: 5px;
}

.albumbox .palbum img {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* ------------------------------

__Text Decoration Shop page only

------------------------------ */

.albumbox_shop .palbum {
	float: left;
	height: 290px;
	width: 220px;
	border: 1px solid #666666;
	margin: 7px;
	padding: 5px;
}

.albumbox_shop .palbum img {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
 cursor: pointer;
}


/* ------------------------------

__Text Decoration Top page only

------------------------------ */


#bnrArea01 {
	position: absolute;
	width: 520px;
	top: 7px;
	right: 0px;
}

#bnrArea01 li {
	margin-bottom: 5px;
}

#topicsList {
	position: relative;
	width: 350px;
	top: 0px;
	right: 20px;
	left: 450px;
}

/* ------------------------------

__Text Decoration Topics page only

------------------------------ */


#topicslist {
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
}

#topicslist dt {
	margin-top: 40px;
	margin-bottom: 7px;
	clear:both;
}

#topicslist dd {
	border: 1px solid #222222;
	padding: 20px;
}

#topicslist dd img {
	float: right;
	margin:20px;
}

.year {
	float: right;
}

#topicslist dt .date {
	font-size: 0.8em;
	font-weight: normal;
}

#topicslist dt .title {
	font-size: 1.4em;
	font-weight: bold;
	color:#FFFFFF;

}

/* ------------------------------

__Text Decoration gallery page only

------------------------------ */

.gallerytheme li {
	background-color: #111111;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 5px;
	border-left: 3px solid #333333;
}

.gallerytheme h3 {
	display: block;
}

#galleryFlash {
	width: 100%;
}
.bxslider .txtSlider h3 {
	width: 400px;
	margin: 50px auto .5em;
	font-size: 2em;
	font-family: 'Lora', serif;
}
.bxslider .txtSlider .lead {
	width: 400px;
	margin: 0 auto 1em;
}
.bxslider .txtSlider .lead.en {
	font-family: 'Lora', serif;
}
.bxslider .txtSlider .signature {
	width: 400px;
	margin: 0 auto;
	text-align: right;
	font-size: 1.2em;
	font-family: 'Lora', serif;
}
.bxslider li > img {
	position: relative;
}
.bxslider li:before {
	content: "";
	display: block;
	background: url(../img/transparent.gif);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 414px) {
	.bxslider .txtSlider h3 {
		width: 620px;
		margin: 0 auto;
		font-size: 2em;
		font-family: 'Lora', serif;
	}
	.bxslider .txtSlider .lead {
		width: 620px;
		margin: 0 auto 1em;
		font-size: 0.9em;
		line-height: 1.5;
	}
	.bxslider .txtSlider .lead.en {
		font-size: 0.9em;
		font-family: 'Lora', serif;
	}
	.bxslider .txtSlider .signature {
		width: 620px;
		margin: 0 auto;
		text-align: right;
		font-size: 1.2em;
		font-family: 'Lora', serif;
	}

}

/* ------------------------------

__Text Decoration publicity page only

------------------------------ */
.publicity_list1 {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 20px;
}

.publicity_list1 li {
	margin-bottom: 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 5px;
	list-style-position: outside;
}

/* ------------------------------

__Text Decoration shop page only

------------------------------ */

.shoplist li {
	float: left;
	width: 150px;
	height: 260px;
	margin: 3px;
	background-color:#222;
	text-align: center;
	padding-top:3px;
	line-height: 1em;
	font-size: 0.8em;
	position: relative;
}

.shoplist img {
	margin-bottom: 7px;
}

.shoplist .title {
	height: 5em;
}

.shoplist li input {
	text-align: center;
	margin-top: 5px;
}

.shoplist a {
	text-decoration: none;
}

.shopbox_l {
	float: left;
	width: 410px;
	text-align: center;
}

.shopbox_r {
	float: left;
	width: 280px;
	margin-left: 10px;
}

.shopbox_dl {
	margin-bottom: 30px;
}

.shopbox_dl dt {
	padding-right: 7px;
	padding-top: 13px;
	font-weight: bold;
	vertical-align: top;
}

.shopbox_dl dd {
	padding-right: 7px;
	padding-top: 10px;
	vertical-align: top;
}

.buybtn {
	clear: both;
	text-align: right;
}

#count1,
#count2,
#count3 {
	font-size: 18px;
	font-weight: bold;
	width: 45px;
	height: 24px;
}

.lawtbl {
	width: 80%;
	font-size: 1em;
	background-color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}

.lawtbl th {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 30px;
	padding-top: 10px;
	white-space: nowrap;
	padding-left: 7px;
}

.lawtbl td {
	padding-left: 10px;
	border-left: 2px solid #999999;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-right: 7px;
}

.flowlist {
	list-style-type: decimal;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.flowlist li {
	margin-bottom: 0.5em;
}

.qalist {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.qalist dt {
	background-image: url(../img/q.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	color: #FFF;
}

.qalist dd {
	margin-bottom: 1.5em;
	background-image: url(../img/a.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

