/* Body えんど注：全体的な初期値設定 */
/* ココカラ通常画面 */

body{
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-style: normal;
	color: #999933;
	background-position: left top;
	background-color:transparent;
	text-align: left;
	vertical-align: top;
	font-size: 1.0em;
	}

table {
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

/* ようこそ県立美術館へ、現在のHP、本文の色 */
td,tr,p,div {
	border-collapse:collapse;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color: #999933;
	}

/* Links original*/ /* 本文中のリンク */
a:link, a:visited{
	color:#669900;
	text-decoration: none; 
	font-weight:normal;
}
a:hover, a:active{
	color:#66cccc;
	text-decoration: none;
	font-weight:normal;
}

/* Horizontal Line */
hr {
	background: #aaaaaa;
	height:2px;
	border:1px inset;
	}

hr.separator {
	background: #FF9900;
	height: 1px;
	width: 75px;
	border: 0px;
}

/* メニュー関連 */
a.mainlevel:link, a.mainlevel:visited {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}
	
a.mainlevel:hover, a.mainlevel:active {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

a.sublevel:link, a.sublevel:visited {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	}
	
a.sublevel:hover, a.sublevel:active {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	}

/* トップページ */
.toppage{
	background-position: left top;
	background-image:url("../images/toppage_image.jpg");
	background-repeat:no-repeat;
	background-color:transparent;
}

div.search-area{
	z-index:2;
	margin: 0px 0px 0px 0px;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	position:absolute;
	top: 5px;
	width: 400px;
	left:390px;
	height:30px;
	visibility: visible;
	overflow: auto;
	text-align: right;
}
div.search{
	position:absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height:30px;
	text-align: right;
}

div.lang-top{
	z-index:1;
	position:absolute;
	width:300px;
	height:42px;
	left: 480px;
	top: 58px;
	visibility: visible;
	overflow: auto;
}
table.lang-top, table.lang-top td{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	text-align: right;
}

/* トップメニュー */
div.menu-top{
	z-index:3;
	position:absolute;
	width:418px;
	height:200px;
	left: 345px;
	top: 130px;
	visibility: visible;
	vertical-align:top;
	overflow: auto;
}
div.menu-top td{
	vertical-align:top;
	line-height:150%;
	width:50%;
    padding: 0 1em 0 0; /* 2009-01-13 */
}
div.menu-top a:link, div.menu-top a:visited {
	color:#888833;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}
	
div.menu-top a:hover, div.menu-top a:active {
	color:#ffcc00;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}


/* コンポーネント部のヘッダー部 */
.componentheading {
	padding: 15px 5px 5px 10px;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #888833;
	text-align:right;
	text-decoration:underline;
	text-indent: 0px;
	}

/* Content - Sections & Categories えんど注：ﾌﾛﾝﾄﾍﾟｰｼﾞにｾｸｼｮﾝやｶﾃｺﾞﾘ表示する場合 */
.contentpane {
	margin:15px 0px 0px 15px;
	border-collapse:collapse;
	padding: 0px;
	color: #00008B;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align:left;
	width:95%;
	}

.contentpaneopen {
	margin:0px 0px 0px 0px;
	padding:0px;
	border-collapse:collapse;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight:normal;
	text-align:left;
	width:95%;
	}
	
.contentpaneopen td{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 20px;
	border-collapse:collapse;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size: 0.9em;
	text-align:left;
	width:100%;
	}


td.contentheading {
	margin:0px;
	padding:3px;
	border-collapse:collapse;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#663366;
	text-align:left;
	border-left:solid 8px #ff9900;
	background-color:#ffffcc;
	}

.contentpagetitle {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size:101.5em;
	font-weight:bold;
	color:#9F9F70;
	text-align:left;
	}

/* For content item titles that are hyperlink instead of Read On */
/* 最新情報など */
a.contentpagetitle:link, a.contentpagetitle:visited{
	color:#888833;
	text-decoration: none;
}
a.contentpagetitle:hover, a.contentpagetitle:active {
	color:#ffcc00;
	text-decoration: none;
}

.contentdescription {
	padding: 5px;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color: #336633;
	text-align:left;
	padding-top:20px;
	}

/* readon(更に読む) Links */
a.readon:link, a.readon:visited {
	color:#999933;
	text-decoration: none;
	list-style:inside url(../images/ico_read.gif);
	list-style-type: disc;
	white-space: normal;
	}
a.readon:hover, a.readon:active {
	color:#ffcc00;
	text-decoration: none;
}

/* blogsection(ブログ) Links 更に...の記事*/
a.blogsection:link, a.blogsection:visited{
	color:#888833;
	text-decoration: none;
}
a.blogsection:hover, a.blogsection:active{
	color:#ffcc00;
	text-decoration: none;
}

/* weblinks(webリンク) Links */
a.weblinks:link, a.weblinks:visited{
	color:#888833;
	text-decoration: none;
}
a.weblinks:hover, a.weblinks:active{
	color:#ffcc00;
	text-decoration: none;
}

/* モジュールで使われるテーブル */
table.moduletable {
	margin: 0px 0px 0px 0px;
	border-collapse:collapse;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	width:100%;
	}

table.moduletable th {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #999966; /* メインメニュー・テンプレートセレクタなど見出し666633 */
	text-align: left;
	height: 1.25em;
	line-height: 1.25em;
	white-space:normal;
	border-top:outset 1px #eeeeee;
	border-bottom:outset 1px #eeeeee;
	}
	
table.moduletable td {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: normal;
	}
table.moduletable_lang table td{
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align:right;
}

/* (top用) */
a.module:link, a.module:visited{
	color:#ffffcc;
	text-decoration: none;
}
a.module:hover, a.module:active{
	color:#ffcc00;
	text-decoration: none;
}


/* テンプレートセレクタ入力フォーム */
.button {
	margin: 0px 0px 3px 0px;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #224444;
	background: #ffffff;
	height: 1.25em;
	line-height: 1.25em;
	border-left: inset 1px #aaaaaa;
	border-right: inset 1px #aaaaaa;
	border-top: inset 1px #eeeeee;
	border-bottom: inset 1px #eeeeee;
	}


/* searchbox サーチボックス */
.inputbox {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #224444;
	background: White;
	height: 1.5em;
	border-left: inset 10px #888888;
	border-right: inset 1px #888888;
	border-top: inset 1px #dddddd;
	border-bottom: inset 1px #dddddd;
	}

/* 検索結果アイテム */
.small {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
	color: #FF9900; 
	}

/** category text format and links えんど注：ｶﾃｺﾞﾘに関する記述 **/
.category {
	margin: 0px 0px 0px 10px;
	color: #00008B;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

/* category(カテゴリ) Links */
a.category:link {
	color:#663366;
	font-weight:bold;
	text-decoration: none;
}
a.category:visited{
	color:#8e8e8e;
	font-weight:bold;
	text-decoration: none;
}
a.category:hover, a.category:active{
	color:#ffcc00;
	font-weight:bold;
	text-decoration: none;
}

.poll {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color: #666666;
	height: 1.25px;
	line-height: 1.25px;
	}

/* 各ページのタイトル、本文の背景色 */

/* 検索結果のボーダー */
.sectiontableentry1, .contentpane {
	padding:0px 0px 0px 15px;
	background-color : #FFFFFF; 
	}
/* 検索結果のボーダー */
.sectiontableentry2 {
	padding:0px 0px 0px 15px;
	background-color : #ffffcc; 
	}

/* アイテムのテーブル */
.sectiontableheader { 
	background-color : #e6e6b3;
	color : #999966;
	font-weight : bold;
	}
	
.sectiontablefooter {
	background-color : #e6e6b3;
	color : #999966;
	font-weight : bold;
}

/* フロントページヘッダー部分 -最新情報- */
.frontpageheader {
	margin:0px 0px 0px 25px;
	font-weight : bold;
	color : #663366;
	text-align: left;
	}

.smalldark {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
	color: #333366;
	}

/* ニュースフィールド部分 */
.newsfeedheading {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #333333;
	text-align:left;
	}

.newsfeeddate {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #FF9900;
	font-weight: normal;
}

/* 作成日部分 */
.createdate {
	margin: 0px 0px 0px 5px;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #333399;
	text-decoration: none;
	font-weight: normal;
	}

/* 更新日部分 */
.modifydate {
	margin: 0px 0px 0px 5px;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #6666AA;
	text-decoration: none;
	font-weight: normal;
	}
		
.fase4rdf {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color: #9F9F70;
	font-weight: normal;
	}

/* fase4rdf(フェーズ４？って何) Links */
a.fase4rdf:link, a.fase4rdf:visited {
	color:#888833;
	text-decoration: none;
}
a.fase4rdf:hover, a.fase4rdf:active{
	color:#ffcc00;
	text-decoration: none;
}

table.searchintro {
  	background-color: #FFFFFF;
	border: solid 1px #777777;
	}

table.contact {
	background-color: #FFF000;
	border: solid 1px #777777;
	}

table.contact td.icons {
	background-color: #C6CBCE;
	}

table.contact td.details {
	background-color: #EEEEEE;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight: bold;
	}

/* Content pagenav -アイテムのテーブル下にあるナビ-*/
.pagenav {
	font-weight: bold;
	color: #999966;
}

/* pagenav(ページナビ用) Links */
a.pagenav:link, a.pagenav:visited{
	color:#888833;
	text-decoration: none;
}
a.pagenav:hover, a.pagenav:active{
	color:#ffcc00;
	text-decoration: none;
}

/* Content voting 投票のところ */
.content_rating {
	font-weight: normal;
	font-size: 0.9em;
}

.content_vote {
	font-weight: normal;
	font-size: 0.9em;
}

/* Pathway 現在のページ */
.pathway {
	margin: 0px;
	border-collapse:collapse;
	padding: 0px;
	color: #ffcc00;
	font-weight: normal;
	text-align:left;
	background-color:#999966;
	height:1.5em;
	line-height:1.5em;
}

/* pathway(現在のページ用) Links */
a.pathway:link, a.pathway:visited{
	color:#ffffcc;
	text-decoration: none;
}
a.pathway:hover, a.pathway:active {
	color:#ffcc00;
	text-decoration: none;
}

/* ************************************ */
/* This Template for only this Template */
/* *********************************** */
.table-main {
	border-collapse:collapse;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	width:800px;	/*画面全体の幅*/
}
/* 左メニュー部分のTD */
.td-menu {
	margin: 0px;
	border-collapse:collapse;
	padding: 0px;
	background-color: #999966;
	text-align: left;
	vertical-align:top;
	width: 180px;
}
.td-menu1 {
	margin: 0px;
	border-collapse:collapse;
	padding: 0px;
	background-color: #9999ff;
	text-align: left;
	vertical-align:top;
	width: 180px;
}

/* コンテンツ部分のTD */
.td-contents {
	margin: 0px;
	border-collapse:collapse;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: 620px;
}

/* 左メニュー部分のテーブル定義 */
.table-menu {
	margin: 0px;
	border-collapse:collapse;
	padding: 0px;
	text-align: left;
	width: 100%;
}
/* コンテンツ部分のテーブル定義 */
.table-contents {
	margin: 0px;
	border-collapse:collapse;
	padding: 0px;
	text-align: left;
	width: 100%;
}


/* 標準のサイトタイトル -ロゴの上に・・・のように描かれる-*/
.sitetitle {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:1pt;
	color:#999966;
	text-align:left;
	letter-spacing: 0px;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#FF9900;
	text-align:left;
}

/* menubar */
/* menu_bar(メニューバー) Links */		/* 下のメニューの色が変わる */
.menu_bar {
	text-align: center;
	vertical-align:text-top;
	border-collapse:collapse;
}
a.menu_bar:link, a.menu_bar:visited {
	font-size: 0.9em;
	color:#888833;
	text-decoration: none;
}
a.menu_bar:hover,a.menu_bar:active {
	font-size: 0.9em;
	color:#ffcc00;
	text-decoration: none;
}

.ss {  font-size: 85%; line-height: 110%;}
.ss2 {  font-size: 90%; line-height: 110%; color:#888833;}
.s10 {  font-size: 90%; line-height: 110%; color:#888833;}

table.htmtableborders {
	margin: 0px 30px 0px 30px;
}

/* 最新情報 */
div.latestnews-top {
	z-index:4;
	position:absolute;
	width:240px;
	height:165px;
	left: 270px;
	top: 370px;
	visibility: visible;
	overflow: auto;
}
div.latestnews-top table{
	background-color:transparent;
	color: #888833;
	text-align:left;
	vertical-align:top;
	overflow: auto;
	border-style:none;
}

div.latestnews-top table.moduletable th, div.newsflash_top table.moduletable th{
	margin: 0px 0px 0px 0px;
	color:#5C8330;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight:bold;
	text-align: left;
	height: 1.25em;
	line-height: 1.25em;
	border-collapse:collapse;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	background-color:transparent;
	}

ul.latestnews {
	margin: 0 0 0 0;
	}
li.latestnews {
	list-style-type:none;
	list-style-position: outside;
	font-size: 0.9em;
	}
.latestnews a:link, .latestnews a:visited{
	color:#999933;
	text-decoration: none; 
	font-weight:normal;
}
.latestnews a:hover, .latestnews a:active{
	color:#ffcc00;
	text-decoration: none;
	font-weight:normal;
}

/* ニュース（お知らせ） */
div.newsflash_top{
	z-index:5;
	position:absolute;
	width:245px;
	height:165px;
	left: 533px;
	top: 370px;
	visibility: visible;
	overflow: auto;
}
div.newsflash_top table{
	background-color:transparent;
    font-family:Arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color: #999933;
	text-align:left;
	vertical-align:top;
	overflow: auto;
	border-style:none;
}

div.newsflash_top table.moduletable table.contentpaneopen td{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	text-align:left;
	}

div.LayerFoot {
	z-index:6;
	position:absolute;
	width:800px;
	height:45px;
	left: 1px;
	top: 551px;
	visibility: visible;
}

/* mosCE editorでborder="0"のテーブルを表示させる */
.mceVisualAid {
	border: 1px dashed #BBBBBB;
}
