/*
Theme Name: TDA
Theme URI: http://www.tda.jp/
Version: 1
Author: brain&hands
*/

@CHARSET "UTF-8";

/*
 * 共通部分用スタイル
 * ファイル名：common.css
 * 文字コード：UTF-8
 * 改行コード：LF
 */

*:first-child+html {height:1%;}
* html {height:1%;}

/* 
 * 目次
 * 1. タグ初期化
 * 2. レイアウト定義
 * 3. 汎用クラス定義
 */

/* 1. タグ初期化 ここから */
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,brockquote,pre,table,caption,th,td,address,form,fieldset,legend,object {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,table,code,kbd,samp,acronym,input,textarea {
  font-size: 100%;
  font-weight:normal;
}

a, ins {
  text-decoration: none;
}

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

fieldset, img {
  border:0;
}
a img {
  border: none;
}

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

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

ul {
  list-style:none;
}

/*
ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
*/

caption,th {
  text-align:left;
}

abbr,acronym {
  border:0;
}

q:before,q:after {
  content:'';
}
/* タグ初期化 ここまで */





/* 2. 汎用クラス定義 ここから */

/* 回り込み解除 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.left {
	float: left;
}

.right {
	float: right;
}

/* wordpress用 */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.ddsg-pagenav {
	padding: 5px 0;
}


/* 文字列強調 */
.bold {
  font-weight: bold;
}

/* 要素非表示 */
.hide {
  display: none;
}

/* 要素インライン化 */
.inline {
  display: inline;
}

/* 要素ブロック化 */
.block {
  display: block;
}
/* 汎用クラス定義 ここまで */





/* 2. レイアウト　ここから */

/* 初期設定*/
div {
	line-height: 1.6;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Lucida Grande", Verdana, Arial, sans-serif;
	background: #CCC;
	font-size: 13px;
	color: #333;
}

p {
	line-height: 1.8;
}

*html body { /* for IE6 */
	font-size: small;
}
  
*:first-child+html body { /* for IE7 */
	font-size: small;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover	{
	color: red;
}

a:active {
	color: #000;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}

/* ヘッダー */
#header {
	width: 700px;
	height: 100px
}

#header h1 {
	height: 40px;
	text-indent:  -2222px;
	background-image: url(./images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	left: 35px;
}

#header #headerLine {
	color: #FFF;
	font-size: 80%;
	letter-spacing: 1px;
	height: 20px;
	background-color: red;
	padding: 5px 0 0 35px;
}

#helloImage {
	width: 640px;
	height: 270px;
	margin: 20px 30px 0 30px;
	background-color: silver;
}

/* ナビゲーション */
ul#globalNavigation {
	position: absolute;
	top: 75px;
	left: 35px;
	font-size: 100%;
}

ul#globalNavigation li {
	float: left;
}

ul#globalNavigation li a {
	display: block;
	padding: 0 0 5px 20px;
	margin:0 10px 0 0;
	background-image: url(./images/label_global.gif);
	background-repeat: no-repeat;
}

ul#utilityNavigation {
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 80%;
}

ul#utilityNavigation li {
	float: left;
}

ul#utilityNavigation li a {
	display: block;
	padding: 0 0 0 12px;
	margin:0 10px 0 0;
	background-image: url(./images/label_redCircle.gif);
	background-repeat: no-repeat;
}

.pageNavigation {
	clear: both;
	padding-top: 30px;
}

/* トップページ */
#news {
	width: 630px;
	padding: 20px 35px;
	clear: both;
}

#news h2 {
	font-size: 170%;
	letter-spacing: 1px;
	border-bottom: 2px red dashed;
	margin: 0 0 10px 0;
}

#news #primary {
	float: left;
	width: 300px;
	position: relative;
}

#news #secondary {
	float: right;
	width: 300px;
	position: relative;
}

#news h3 {
	color: red;
	font-size: 100%;
	padding: 2px 4px;
	border: 1px solid red;
	margin: 0 0 10px 0;
}

#news dl.newsList {
	font-size: 90%;
}

#news dl.newsList dt {
	float: left;
	padding: 0 0 0 10px;
	background-image: url(./images/label_redTriangle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#news dl.newsList dd {
	width:290px;
	float: left;
	margin: 0 0 5px 10px;
	padding: 0 0 6px 0;
	line-height: 1.6;
	border-bottom: dashed 1px #CCC;
}

#news ul.listButtom {
	position: absolute;
	top: 2px;
	left: 250px;
}

#news ul.listButtom li a {
	font-size: 90%;
	color: #666;
}

#news ul.listButtom li a:hover {
	color: red;
}

/* コンテンツページ */
#content {
	width: 630px;
	padding: 20px 35px;
	clear: both;	
}

#content #primary {
	float: right;
	width: 410px;	
}

#content #secondary {
	float: left;
	width: 195px;
}

#content  #primary h3 {
	color: red;
	font-size: 100%;
	border: 1px solid red;
	padding: 2px 0 2px 5px;
	margin: 0 0 10px 0;
}

#content  #secondary h3 {
	margin: 0 0 10px 0;
}

.contentBody {
	margin:0 0 36px 0;
}

#content .postDate {
	float: left;
	font-size:80%;
	padding-right: 5px;
	margin-bottom: 10px;
}

#content .postCategory a {
	background-color: red;
	color: white;
	font-size:90%;
	border-bottom: 1px solid red;
	padding: 2px 4px;
	margin: 0 0 15px 5px;
}

#content h4 {
	color: red;
	font-size: 90%;
	border-left: 3px solid red;
	padding: 0 0 0 5px;
	margin: 10px 0 10px 5px;
}

#content h5 {
	color: red;
	font-size: 85%;
	padding: 0 0 0 12px;
	margin: 10px 0 5px 5px;
	background-image: url(./images/label_redCircle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content p {
	font-size: 85%;
	line-height: 1.6;
	padding: 0 0 0 5px;
}

#content ul {
	font-size: 85%;
	padding: 0 0 0 4px;
}

#content ul li {
	margin-bottom: 5px;
}

#content ul.red li {
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	background-image: url(./images/label_redTriangle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content ul.link li {
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	background-image: url(./images/label_redTriangle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content ul li.pdf {
	padding: 0 0 0 14px;
	margin-bottom: 5px;
	background-image: url(./images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content ul li ul {
	font-size: 100%;
	padding: 0 0 0 4px;
}

#content ul li ul li {
	margin:3px 0 0 0;
}

#content ol {
	font-size: 85%;
	padding: 0 0 0 4px;
}

#content ol li {
	padding: 0 0 0 0;
	margin:0 10px 3px 18px;
}

#content table {
	font-size: 85%;
	margin: 5px 0 0 0;
	border: 3px solid #aaa;
}

#content th {
	color: red;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #aaa;
}

#content td {
	padding: 5px;
	border-right: 1px solid #aaa;
}

#content td a {
	padding-left: 12px;
	background-image: url(./images/link_redCircle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

/* フッター */
#footer {
	clear: both;
	text-align: center;
	padding: 30px 35px;
	font-size: 90%;
}

#footer h4 {
	font-size: 120%;
}

#copyright {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid red;
}
/* レイアウト　ここまで*/




/*- 会員紹介レイアウト -*/
#memberDetail {
	width: 630px;
	padding: 35px 0 35px 0;
	border-top: 3px solid #FF0000;
	border-bottom: 3px solid #FF0000;
}
#memberName {
	width: 230px;
	height: 105px;
	float: left;
	margin-right: 25px;
}
#memberProfile {
	width: 365px;
	height: 105px;
	float: left;
}
.memberWork, .memberWorkLast {
	width: 210px;
	height: 220px;
	float: left;
}
.areaEast {
	text-indent: -9999px;
	background-image: url(./images/icon-areaEast.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.areaWest {
	text-indent: -9999px;
	background-image: url(./images/icon-areaWest.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.areaMiddle {
	text-indent: -9999px;
	background-image: url(./images/icon-areaMiddle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.alphabet {
	font-size: 110%;
}
.name {
	font-size: 300%;
	background-image: url(./images/line-name.gif);
	background-repeat: no-repeat;
	background-position: 0 1.3em;
}
#memberProfile li {
	text-indent: 100px;
	margin-bottom: 0.5em;
}
.category {
	background-image: url(./images/icon-category.gif);
	background-repeat: no-repeat;
}
.company {
	background-image: url(./images/icon-company.gif);
	background-repeat: no-repeat;
}
.telephone {
	background-image: url(./images/icon-telephone.gif);
	background-repeat: no-repeat;
}
.url {
	background-image: url(./images/icon-url.gif);
	background-repeat: no-repeat;
}
.recital {
	background-image: url(./images/icon-recital.gif);
	background-repeat: no-repeat;
}
.memberWork {
	background-image:url(./images/line-work.gif);
	background-repeat: no-repeat;
	background-position: 205px 0;
}
.memberWork, .memberWorkLast {
	margin-top: 15px;
}
.caption {
	margin: 10px 0 0 5px;
	text-indent: 8px;
	background-image:url(./images/list-caption.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#memberComment h5 {
	height: 18px;
	text-indent: -9999px;
	background-image:url(./images/icon-commnet.gif);
	background-repeat: no-repeat;
	margin: 25px 0 10px 0;
}
#memberComment p {
	font-size: 85%;
	line-height: 160%;
}





/* スライドショー */
#mySlideshow
{
	width: 640px;
	height: 270px;
	margin: 20px 30px 0 30px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./images/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('./images/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('./images/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('./images/fleche2.gif') no-repeat top right; }/*
Theme Name: TDA
Theme URI: http://www.tda.jp/
Version: 1
Author: brain&hands
*/

@CHARSET "UTF-8";

/*
 * 共通部分用スタイル
 * ファイル名：common.css
 * 文字コード：UTF-8
 * 改行コード：LF
 */

*:first-child+html {height:1%;}
* html {height:1%;}

/* 
 * 目次
 * 1. タグ初期化
 * 2. レイアウト定義
 * 3. 汎用クラス定義
 */

/* 1. タグ初期化 ここから */
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,brockquote,pre,table,caption,th,td,address,form,fieldset,legend,object {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,table,code,kbd,samp,acronym,input,textarea {
  font-size: 100%;
  font-weight:normal;
}

a, ins {
  text-decoration: none;
}

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

fieldset, img {
  border:0;
}
a img {
  border: none;
}

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

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

ul {
  list-style:none;
}

/*
ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
*/

caption,th {
  text-align:left;
}

abbr,acronym {
  border:0;
}

q:before,q:after {
  content:'';
}
/* タグ初期化 ここまで */





/* 2. 汎用クラス定義 ここから */

/* 回り込み解除 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.left {
	float: left;
}

.right {
	float: right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}





/* 文字列強調 */
.bold {
  font-weight: bold;
}

/* 要素非表示 */
.hide {
  display: none;
}

/* 要素インライン化 */
.inline {
  display: inline;
}

/* 要素ブロック化 */
.block {
  display: block;
}
/* 汎用クラス定義 ここまで */





/* 2. レイアウト　ここから */

/* 初期設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Lucida Grande", Verdana, Arial, sans-serif;
	background: #CCC;
	font-size: 13px;
	color: #333;
}

p {
	line-height: 1.8;
}

*html body { /* for IE6 */
	font-size: small;
}
  
*:first-child+html body { /* for IE7 */
	font-size: small;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover	{
	color: red;
}

a:active {
	color: #000;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}

/* ヘッダー */
#header {
	width: 700px;
	height: 100px
}

#header h1 {
	height: 40px;
	text-indent:  -2222px;
	background-image: url(./images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	left: 35px;
}

#header #headerLine {
	color: #FFF;
	font-size: 80%;
	letter-spacing: 1px;
	height: 20px;
	background-color: red;
	padding: 5px 0 0 35px;
}

#helloImage {
	width: 640px;
	height: 270px;
	margin: 20px 30px 0 30px;
	background-color: silver;
}

/* ナビゲーション */
ul#globalNavigation {
	position: absolute;
	top: 75px;
	left: 35px;
	font-size: 110%;
}

ul#globalNavigation li {
	float: left;
}

ul#globalNavigation li a {
	display: block;
	padding: 0 0 0 20px;
	margin:0 10px 0 0;
	background-image: url(./images/label_global.gif);
	background-repeat: no-repeat;
}

ul#utilityNavigation {
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 80%;
}

ul#utilityNavigation li {
	float: left;
}

ul#utilityNavigation li a {
	display: block;
	padding: 0 0 0 12px;
	margin:0 10px 0 0;
	background-image: url(./images/label_redCircle.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* トップページ */
#news {
	width: 630px;
	padding: 20px 35px;
	clear: both;
}

#news h2 {
	font-size: 170%;
	letter-spacing: 1px;
	border-bottom: 2px red dashed;
	margin: 0 0 10px 0;
}

#news #primary {
	float: left;
	width: 300px;
	position: relative;
}

#news #secondary {
	float: right;
	width: 300px;
	position: relative;
}

#news h3 {
	color: red;
	font-size: 100%;
	padding: 2px 4px;
	border: 1px solid red;
	margin: 0 0 10px 0;
}

#news dl.newsList {
	font-size: 90%;
}

#news dl.newsList dt {
	float: left;
	padding: 0 0 0 10px;
	background-image: url(./images/label_redTriangle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#news dl.newsList dd {
	width:290px;
	float: left;
	margin: 0 0 5px 10px;
	padding: 0 0 6px 0;
	line-height: 1.6;
	border-bottom: dashed 1px #CCC;
}

#news ul.listButtom {
	position: absolute;
	top: 2px;
	left: 250px;
}

#news ul.listButtom li a {
	font-size: 90%;
	color: #666;
}

#news ul.listButtom li a:hover {
	color: red;
}

/* コンテンツページ */
#content {
	width: 630px;
	padding: 20px 35px;
	clear: both;
}

#content #primary {
	float: right;
	width: 410px;	
}

#content #secondary {
	float: left;
	width: 195px;
}

#content  #primary h3 {
	color: red;
	font-size: 100%;
	border: 1px solid red;
	padding: 2px 0 2px 5px;
	margin: 0 0 10px 0;
}

#content  #secondary h3 {
	margin: 0 0 10px 0;
}

.contentBody {
	margin-bottom: 36px;
}

#content .postDate {
	float: right;
	font-size:80%;
	padding-right: 5px;
	margin-bottom: 10px;
}

#content h4 {
	color: red;
	font-size: 90%;
	border-left: 3px solid red;
	padding: 0 0 0 5px;
	margin: 10px 0 10px 5px;
}

#content h5 {
	color: red;
	font-size: 85%;
	padding: 0 0 0 12px;
	margin: 10px 0 5px 5px;
	background-image: url(./images/label_redCircle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content p {
	font-size: 85%;
	line-height: 1.6;
	padding: 0 0 0 5px;
}

#content ul {
	font-size: 85%;
	padding: 0 0 0 4px;
}

#content ul li {
	margin-bottom: 5px;
}

#content ul.red li {
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	background-image: url(./images/label_redTriangle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content ul.link li {
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	background-image: url(./images/label_redTriangle.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content ul li.pdf {
	padding: 0 0 0 14px;
	margin-bottom: 5px;
	background-image: url(./images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content ul li ul {
	font-size: 100%;
	padding: 0 0 0 4px;
}

#content ul li ul li {
	margin:3px 0 0 0;
}

#content ol {
	font-size: 85%;
	padding: 0 0 0 4px;
}

#content ol li {
	padding: 0 0 0 0;
	margin:0 10px 3px 18px;
}

#content table {
	font-size: 85%;
	margin: 5px 0 0 0;
	border: 3px solid #aaa;
}

#content th {
	color: red;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #aaa;
}

#content td {
	padding: 5px;
	border-right: 1px solid #aaa;
}

#content td a {
	padding-left: 12px;
	background-image: url(./images/link_redCircle.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* フッター */
#footer {
	clear: both;
	text-align: center;
	padding: 30px 35px;
	font-size: 90%;
}

#footer h4 {
	font-size: 120%;
}

#copyright {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid red;
}
/* レイアウト　ここまで*/




/*- 会員紹介レイアウト -*/
#memberDetail {
	width: 630px;
	padding: 35px 0 35px 0;
	border-top: 3px solid #FF0000;
	border-bottom: 3px solid #FF0000;
}
#memberName {
	width: 230px;
	height: 105px;
	float: left;
	margin-right: 25px;
}
#memberProfile {
	width: 365px;
	height: 105px;
	float: left;
}
.memberWork, .memberWorkLast {
	width: 210px;
	height: 220px;
	float: left;
}
.areaEast {
	text-indent: -9999px;
	background-image: url(./images/icon-areaEast.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.areaWest {
	text-indent: -9999px;
	background-image: url(./images/icon-areaWest.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.areaMiddle {
	text-indent: -9999px;
	background-image: url(./images/icon-areaMiddle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.alphabet {
	font-size: 110%;
}
.name {
	font-size: 300%;
	background-image: url(./images/line-name.gif);
	background-repeat: no-repeat;
	background-position: 0 1.3em;
}
#memberProfile li {
	text-indent: 100px;
	margin-bottom: 0.5em;
}
.category {
	background-image: url(./images/icon-category.gif);
	background-repeat: no-repeat;
}
.company {
	background-image: url(./images/icon-company.gif);
	background-repeat: no-repeat;
}
.telephone {
	background-image: url(./images/icon-telephone.gif);
	background-repeat: no-repeat;
}
.url {
	background-image: url(./images/icon-url.gif);
	background-repeat: no-repeat;
}
.recital {
	background-image: url(./images/icon-recital.gif);
	background-repeat: no-repeat;
}
.memberWork {
	background-image:url(./images/line-work.gif);
	background-repeat: no-repeat;
	background-position: 205px 0;
}
.memberWork, .memberWorkLast {
	margin-top: 15px;
}
.caption {
	margin: 10px 0 0 5px;
	text-indent: 8px;
	background-image:url(./images/list-caption.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#memberComment h5 {
	height: 18px;
	text-indent: -9999px;
	background-image:url(./images/icon-commnet.gif);
	background-repeat: no-repeat;
	margin: 25px 0 10px 0;
}
#memberComment p {
	font-size: 85%;
	line-height: 160%;
}





/* スライドショー */
#mySlideshow
{
	width: 640px;
	height: 270px;
	margin: 20px 30px 0 30px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./images/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('./images/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('./images/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('./images/fleche2.gif') no-repeat top right; }


/* 2009.11.10イベント用追記 */
#banner {
	width: 640px;
	height: 150px;
	margin: 20px 30px 0 30px;
}