@charset "UTF-8"; /* PublishCharset into mt-config.cgi */


/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
	font-size: 11pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/*　罫線　*/
.main {
color: #666666;
/* background-color: #666666; */
border-style: dotted;
border-color: #666666;
}



/* リンク */
a,
a:link,
a:visited {
	color: #30942d;
	text-decoration: none;
}
a:hover {
	color: #30492d;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 150px;
    height: 24px;
	margin-top: 5px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
	padding: 0px;
	color: #eee;
	background: #fff;
	text-align: left;
	height: 188px;
}

#header #logo {
	margin-top: 0px;
	height: 50px;
	width: 990px;
}

#header #pict {
	margin-top: 0px;
	height:138px;
	width: 990px;
}

/* ヘッダ */

#header div {
    position: relative;
}
#header div p {
    position: absolute;
    top: 0;
    left: 0;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}




/* ブログ記事日付 */
/*.date {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 2px;
}*/

/* ブログ記事日付・各タイトル */
.date {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	padding-left: 10px;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
	line-height: 1.5;
	background-color: #999999;
	letter-spacing: 0.12em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	padding-left: 10px;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
	line-height: 1.5;
	background-color: #999999;
	letter-spacing: 0.12em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ブログ記事タイトル */
.entry-header {
	padding-left: 5px;
	border-left: 3px solid #999;
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ブログ記事 */
.entry {
	width: auto;
	color: #444444;
	background: #f8f8f8;
	font-size: 75%;
	line-height:2em;
	word-break: break-all;
	margin-top: 0;
	margin-bottom: 15px;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
 	   border: 1px solid #296657;
 	   background: #2A8C4A;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
	    border-bottom: 1px solid #296657;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
 	   border: 1px solid #296657;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
 	   border-top: 1px dotted #999999;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 75%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}






.side dt,
.side dd {
    margin: 0;
    padding: 0;
}



/* サイドメニュー */
.side {
	background-color: #f8f8f8;
	color: #333;
	font-size: 70%;
padding: 5px 15px 20px 15px;
	line-height: 2em; 
}

.side ul,
.side ol {
	list-style-type: none;
}
.side ul li {
	list-style-type: none;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュータイトル */
.sidemenutitle {
margin: 0 15px 0 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 70%;
	line-height: 1.5;
	text-decoration: none;
	background-color: #999999;
	letter-spacing: 0.12em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
	padding-left: 0px;
}
.side #categories ul ul {
    padding-left: 0px;
}
.side #categories li {
    list-style-type: circle;
}







/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    list-style-type: none;
}
ul#tags .module-list-item {
    display:  list-item;
    list-style-type: none;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
    list-style-type: none;
}
ul#tags li.taglevel2 {
    font-size: 125%;
    list-style-type: none;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
    list-style-type: none;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
    list-style-type: none;
}
ul#tags li.taglevel5 {
    font-size: 100%;
    list-style-type: none;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
    list-style-type: none;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
	margin-bottom: 5px;
	text-align: left;
	color: #666666;
	font-size: 70%;
	line-height: 1.5;
	margin-top: 5px;
	padding-left: 16px;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #296657;
    background-color: #f8f8f8;
    text-align: center;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #296657;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html &gt;; body #comment-email,
html &gt; body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-four-column,
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	text-align: center;
	background-color: #fff;
}

.layout-four-column #container,
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 0;
}

.layout-one-column #container {
    margin-bottom: 0;
}




/* 4カラム固定レイアウト幅 */
.layout-four-column #box {
	position: relative;
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #f8f8f8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}





/* 4カラム固定レイアウト */

.layout-four-column #main-box {
	position: relative;
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;

}
	
.layout-four-column #content {
	width: 451px;
	float: left;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.layout-four-column #links-left-box {
	width: 149px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
}


.layout-four-column #links-right-box-one {
	width: 193px;
	float: left;
	padding: 0;
}

.layout-four-column #links-right-box-two {
	width: 192px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
}


.layout-four-column #center {
	float: left;
	width: 647px;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #f8f8f8;
}

.clear-both{
	clear: both;
}





/* 4カラム固定レイアウト(ブログ記事全体) */
.layout-four-column .blog {
	padding: 0 15px 0px 15px;
	letter-spacing: 0.1em;
}



/* 4カラムリキッドレイアウト*/
/*

.layout-four-column-liquid #content {
	margin: 0 185px 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.layout-four-column-liquid #links-left{
    position: absolute;
    width: 150px;
    top: 95px;
    left: 15px;
}
.layout-four-column-liquid #links-right-one{
    position: absolute;
    width: 150px;
    top: 95px;
    right: 15px;
}

.layout-four-column-liquid #links-right-two{
    position: absolute;
    width: 150px;
    top: 95px;
    right: 15px;
}
*/
 






/* フッタ */

.layout-four-column #footer {
	width: 990px;
	height: 60px;
	background-color: #ecebe7;
	background-repeat: repeat-x;
	color: #666666;
	font-size: 10px;
	text-align: center;
	line-height: 3;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #c2cab2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
		}



input,textarea {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* Sidebar Submenu */

#menu .menu_main { background: url('../webpage/img/sidemenu/top.jpg') top left no-repeat; }
#menu .menu_event { background: url('../webpage/img/sidemenu/event.jpg') top left no-repeat; }
#menu .menu_information { background: url('../webpage/img/sidemenu/info.jpg') top left no-repeat; }
#menu .menu_about { background: url('../webpage/img/sidemenu/about.jpg') top left no-repeat; }
#menu .menu_interview { background: url('../webpage/img/sidemenu/interview.jpg') top left no-repeat; }
#menu .menu_works { background: url('../webpage/img/sidemenu/works.jpg') top left no-repeat; }
#menu .menu_contact { background: url('../webpage/img/sidemenu/contact.jpg') top left no-repeat; }


#menu {
	width: 120px;
	background-color: #f8f8f8;
	padding: 0 0 15px 15px;
}

#menu .menu_div 	{
	background-position: 0px -31px;
	background-repeat: no-repeat;
	padding: 0;
}

#menu a.menu_link { 
	background-position: 0px 0px; 
	display: block;
	margin: 0;
	padding:0;
	width: 120px;
	overflow:hidden;
	text-decoration: none;
	height: 31px;
}

#menu a.menu_link:hover { background: none; } 

#menu .menu_div a.selected,
#menu .menu_div a.selected:hover,
#menu div.selected,
#menu div.selected:hover {
	background-position: 0px -62px;
	background-repeat: no-repeat;
} 


#menu .menu_seperator {
	height: 10px;
}

#menu .submenu {
	margin-left: 3px;
	margin-bottom: 7px;
	width: 108px;
	padding: 0 0 7px 0;
}

#menu .submenu ul, #menu .submenu ul li {
l	ist-style: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#menu .submenu ul {
	padding: 7px 0 4px 0;
}

#menu .submenu ul li {
	padding-bottom: 3px;
}

#menu .submenu a {
	text-decoration: none;
	display: block;
}

#menu .submenu .current-cat a 			{ color: #f8f8f8; } 			/* selected submenu */
#menu .submenu .current-cat a:hover 	{ color: #fff; }
#menu .submenu .cat-item-25 			{ text-transform: none; }				/* Revelations Submenu */

/* END Sidebar Submenu */



/* サイドメニュー(サブカテゴリー写真) */

.thumbox {
	padding: 10px 15px 0px 15px;
}

.thumlist { 
	clear: both;
	width: 163px;
	font-size: 10px;

}

.thum {
	display: inline;
	float: left;
	overflow: hidden;
	vertical-align: middle;
	width: 60px;
	height: 34px;
	padding: 0px 10px 10px 0;
	font-size: 10px;
}

.thumtext {
	height: 34px;
	font-size: 10px;
	padding: 0px 0 10px 0;
}

.pick-up-photo {
	width: 163px;
	padding: 10px 15px 0px 15px;
}

.hr-right-box-two {
	width: 160px;
	margin-left: 15px;
	border-top: 1px dotted #999999;
	text-align: center;
}

.videoBar-bar {
}

