@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Verdana, Geneva, Arial, sans-serif;
	background: #fff url('img/ic_bg.gif');
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 75%; /* IE */
}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

/* ナビゲーションバー ---------------------------------------------*/
#nav
   {margin: 10px auto 10px;
   padding: 0;
   }
#nav ul
   {
	width:822px;             /* リスト全体の幅 */
	height:33px;             /* リスト全体の高さ */
	list-style:none;         /* リストマークを無しにする */
	margin: 0;
	padding: 0;
   }

/* 各項目 */
#nav li
   {
	width:137px;             /* 項目の幅 */
	height:33px;             /* 項目の高さ */
	float:left;
	margin: 0;
   }

/* リンク部分 */

.top a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/navibar.gif);   /* リンク範囲の背景画像設定 */
    background-position:0px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
.top a:hover
   {
    background-image:url(img/navibar.gif);    /* マウスが上に来た時の背景画像設定 */
    background-position:0px -33px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

.philosophy a
   {
	display:block;             /* リンク範囲をブロックに変換 */
	width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
	height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(img/navibar.gif);/* リンク範囲の背景画像設定 */
	background-position:-137px 0px;
	/* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
	text-indent:-1000em;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
   }
.philosophy a:hover
   {
    background-image:url(img/navibar.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-137px -33px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

.business a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/navibar.gif);/* リンク範囲の背景画像設定 */
    background-position:-274px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.business a:hover
   {
    background-image:url(img/navibar.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-274px -33px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
   }
.report a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/navibar.gif);   /* リンク範囲の背景画像設定 */
    background-position:-411px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
.report a:hover
   {
    background-image:url(img/navibar.gif);    /* マウスが上に来た時の背景画像設定 */
    background-position:-411px -33px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

.contact a
   {
	display:block;             /* リンク範囲をブロックに変換 */
	width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
	height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(img/navibar.gif);/* リンク範囲の背景画像設定 */
	background-position:-548px 0px;
	/* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
	text-indent:-1000em;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
   }
.contact a:hover
   {
    background-image:url(img/navibar.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-548px -33px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

.info a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/navibar.gif);/* リンク範囲の背景画像設定 */
    background-position:-685px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.info a:hover
   {
    background-image:url(img/navibar.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-685px -33px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
   }

	/*--------------------------------------------------------*/	
#content {
	font-size: 1.1em;
	margin-left: 10px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	font-size: 12px;
	color: #666;
	margin: 0 0 0 5px;
	}

.widecolumn {
	line-height: 1.6em;
	padding: 0 30px 0 30px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.description {
	font-size: 1em;
	text-align: right;
	float:right;
	margin-top: 30px;
	color: #666666;
	}

.opaimg a:hover img { opacity:0.8; filter:alpha(opacity=60); }

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}

h4 {
	font-size: 1.3em;
	margin: 20px 0 13px 0;
	line-height: 1em;
	padding-top: 7px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	}

h5 {
	color: #660033;
	font-weight: bold;
	font-size: 1.0em;
	margin:0;
}

	
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #147;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	border-top: 1px dotted #eee;
	margin-top: 3px;
	border-bottom: 1px dotted #eee;
	margin-bottom: 3px;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 5px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 842px;
	}

#header {
	margin: 0 0 0 10px;
	padding: 0;
	width: 820px;
	}

#headerimg {
	margin: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 580px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 10px 0;
	width: 600px;
	}
	
.topcat {
	padding: 10px 5px 10px 15px;
	margin: 10px 0 5px;
	width: 340px;
	background-color:#F0F0F0;
	border: 1px solid #ddd;
	background-image: url(img/window_bg.png);
	}

.rss {
	text-align: right;
	margin-right: 10px;
	float: right;
	}
	
.more {
	text-align: right;
	margin-right: 10px;
	xfloat: right;
	}


.topcat li {
	list-style-type:none;
	margin-left: 0px;
	}

.topcat h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
	}
	
	
.post {
	margin: 0 10px 20px 10px;
	padding-bottom: 5px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 5px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 20px auto 0;
	width: 822px;
	clear: both;
	border-top: solid 1px #ccc;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 5px 0 0 5px;
	padding: 0;
	}
	
.widecolumn h2 {
	margin: 20px 0 0 -20px;
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	padding: 5px 0 0 20px;
	}	

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	xpadding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 0px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	line-height: 14px;
	list-style-position: inherit;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 10px;
	width: 190px;
	float: left;
	border-left: dotted 1px #ccc;
	margin-bottom: 5px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 185px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 10px;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/

.dotline { 1px dotted #cccccc; width:100%;}


/* Captions */
.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;
}
/* End captions */

/* Navigation
	--------------------------------------------------*/
	
x#nav {
	padding: 0;
	margin: 5px 0 5px 0;
	float: left;
	height: 33px;

}

x#nav a:link, #nav a:visited {color:#006666; text-decoration:none; }
x#nav a:hover {
	color:#5DB046;
	text-decoration:underline;
}

x.nav {
	font-family: Verdana,"ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Hiragino Kaku Gothic Pro", Geneva, Arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	word-spacing: 0.4em;
	letter-spacing: 0.01em;
	left: 15px;
}


/* from yogafest.jp
	--------------------------------------------------*/

.j9 {
	font-size: 9px;
	text-align: left;
	line-height:12px;
	font-weight: normal;
	font-style: normal;
}
.j10 {
	font-size: 0.7em;
	text-align: left;
	line-height:13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

.j10n {
	font-size: 10px;
	line-height:13px;
	font-weight: normal;
	font-style: normal;
}

.j11 {
	text-align: left;
	color: #5C5C5C;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	}

.j11n {
	color: #5C5C5C;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	}
	
.j12 {
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	font-style: normal;
}

.j10b {
	font-size: 10px;
	line-height:13px;
	font-weight: bold;
	font-style: normal;
}

.j14 {
	font-size: 14px;
}

.j16 {
	font-size: 16px;
	line-height: 120%;
}

.j18 {
	font-size: 18px;
}

.j12gr {
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
	font-style: normal;
	color: #484848;
}
.tableborder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 20px;
}
.j11k {

	text-align: left;
	color: #303030;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}

.e10 {font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;font-size: 10px;}

.post-meta {color: #5C5C5C; }
.post-meta-key {
	color: #660033;
	font-weight: bold;
	font-size: 110%;
}

#sub_header {
	background:url(img/subimg_news.gif) no-repeat;
	margin: 0 0 15px 0;
	height: 60px;
}
/* ---- *news ----*/
.cat-3 {
	background-image: url(img/subimg_news.gif);
	background-repeat: no-repeat;
	margin: 5px 0 15px 0px;
	height: 60px;
}

/* ---- *reports ----*/
.cat-5 {
	background-image: url(img/subimg_wnreport.gif);
	background-repeat: no-repeat;
	height: 60px;
}

.cat- {
	background-image: url(img/subimg_news.gif);
	background-repeat: no-repeat;
	height: 60px;
}

/* TitleText-box
	--------------------------------------------------*/
.titletable {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 5px;
	width: 760px;
}

.title {
	font-family: Geneva, Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 22px;
	text-align: left;
	line-height: 1.2em;
	letter-spacing: -1.5px;
	color: #660033;
}

.titleJ {
	font-family: Verdana,"ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Hiragino Kaku Gothic Pro", Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
	padding: 3px;
	letter-spacing: 1px;
	border-top: 0;
	color: #333;
	text-align: right;
}

/* category-box
	--------------------------------------------------*/
.categorybox {
	margin: 5px 8px 0 3px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	width: 375px;
	float: left;
	min-height:98px;  
	height:auto !important;  
	height:98px; 
	}

.categorybox img {
	margin: 0;
	padding: 0;
	border: 0 none;
	width: 50px;
	height: 50px;
}

.indexbox {
	margin: 0 0 3px 0;
	padding: 3px 5px 3px 5px;
	border:1px #999 solid;
	color: #666;
	float: left;
	min-height:95px;
	height:auto !important;
	height:95px;
	font-size: 11px;
	width:265px;
	text-align: left;
	}
	
.indexbox img {
	float: left;
	margin:0 5px 0 0;
	padding: 0;
	border: 0;
	width: 75px;
	height: 75px;
}

.studio {
	font-size: 10px;
	margin-top: 10px;
	line-height: 120%;
}

.inst {
	font-size: 1ems;
	color:#5C5C5C;
	line-height:120%;
	}

.topcat img { border:0; } 
.topcat a:hover img { opacity:0.8; filter:alpha(opacity=60); }

/* contactform
	--------------------------------------------------*/
span.wpcf7-list-item { display: block; }

.formtable_td{
	text-align: left;
	color: #5C5C5C;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	border-bottom:1px solid #dddddd;
	}

/* exibitor
	--------------------------------------------------*/
.desc {
	font-size: 1.8em;
	color:#CC6666;
	line-height:1.3em;
	letter-spacing: -0.1em;
	}

.exibititle {
	font-size: 1.5em;
	color:#666;
	line-height:1.3em;
	margin-top:5px;
	}
	

/* table type01
	--------------------------------------------------*/
.item-info-box,
.info-box {
	margin: 10px 50px 10px 50px;
	padding: 0px 15px 0px 0px;
	font-size: 12px;
	line-height: 1.6em;
}

.item-info-box dl,
.info-box dl {
	background: url(img/dotline_gr.gif) repeat-x left bottom;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 7px 0px;
}

.item-info-box dt,
.info-box dt {
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #333333;
}

.item-info-box dd,
.info-box dd {
	margin: 0px 0px 3px 120px;
	padding: 0px 0px 0px 10px;
	border-left: 3px #DDDDDD solid;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

.right {	text-align: right;
}
.center {	text-align: center;
}
.left {	text-align: left;
}
.blue {	color: #006699;
}
.gray {	color: #333333;
}
