@charset "utf-8";

/********** Common {{{ **********/

table#fesMap tr td.noneStyle a:link, table#fesMap tr td.noneStyle a:visited,
table#fesMap tr td a:link, table#fesMap tr td a:visited {
	color:#F60;
}

table#fesMap tr td.noneStyle a:hover {
	text-decoration: underline;
	color:#F60;
}

.error-input input, .error-input select {
	background-color:#ffe4d2;
	border:solid 1px #fa6c0f;
}
.error-input label {
	background-color:#ffe4d2;
	border:solid 1px #fa6c0f;
	padding: 5px;
}

/* 注意書き段落2 */

.entryP002{
  width: 658px;
  margin: 0px 20px 5px;
  padding: 10px 0px;
  border: dotted 1px #333333;
  text-align: center;
}


.icon {position: relative; padding: 0; cursor: pointer; top: 1px; left: 2px; float: left;}
.icon span.ui-icon {float: left; margin: 0;}

p.note {
	font-size: 11px;
	font-style: italic;
	margin: 0 5px 0 20px;
}

.ui-dialog .ui-dialog-titlebar {
	background:#E6FAFF;
}

/********** Common }}} **********/

/********** Chart {{{ **********/

#chart {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:250px;
	height:250px;
	background-image: url(http://chart.apis.google.com/chart?cht=r&chs=250x250&chls=3,0,0&chm=B,FF990080,0,0,5&chma=30,30,22,30&chxt=x,y&chxl=0:|%20|%20|%20|%20|%20|%20|1:|E|D|C|B|A&chd=t:100,75,25,75,75,100,100);
	background-repeat: none;
}
#chart .chart-label-n {
	position: absolute;
	top: -5px;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
#chart .chart-label-ne {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	right: 0;
	width: 40%;
	height: 2em;
	font-size: 15px;
	line-height: 1em;
	text-align: right;
	vertical-align: center;
}
#chart .chart-label-se {
	position: absolute;
	top: 180px;
	right: 0;
	width: 40%;
	height: 2em;
	font-size: 14px;
	line-height: 1em;
	font-size: 15px;
	text-align: right;
	vertical-align: middle;
}
#chart .chart-label-nw {
	position: absolute;
	top: 50px;
	left: 0;
	width: 40%;
	height: 2em;
	font-size: 15px;
	line-height: 1em;
	text-align: left;
	vertical-align: middle;
}
#chart .chart-label-sw {
	position: absolute;
	top: 180px;
	left: 0;
	width: 40%;
	height: 2em;
	line-height: 1em;
	font-size: 15px;
	text-align: left;
	vertical-align: center;
}
#chart .chart-label-s {
	position: absolute;
	bottom: -20px;
	width: 100%;
	font-size: 15px;
	text-align: center;
}

.chart {
	display: block;
	margin: 10px 10px 0 10px;
	width:150px;
	height:150px;
	background-repeat: none;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.chart .chart-label-n {
	position: absolute;
	top: 2px;
	left: 0; 
	width: 100%;
	font-size: 9px;
	text-align: center;
	z-index: 10;
}
.chart .chart-label-ne {
	position: absolute;
	top: 35px;
	right: 0;
	width: 40%;
	height: 2em;
	font-size: 9px;
	line-height: 1em;
	text-align: right;
}
.chart .chart-label-se {
	position: absolute;
	right: 0;
	top: 105px;
	width: 40%;
	height: 2em;
	font-size: 9px;
	line-height: 1em;
	text-align: right;
}
.chart .chart-label-nw {
	position: absolute;
	top: 35px;
	left: 0;
	width: 40%;
	height: 2em;
	font-size: 9px;
	line-height: 1em;
	text-align: left;
}
.chart .chart-label-sw {
	position: absolute;
	top: 105px;
	left: 0;
	width: 40%;
	height: 2em;
	font-size: 9px;
	line-height: 1em;
	text-align: left;
}
.chart .chart-label-s {
	position: absolute;
	top: 132px;
	left: 0; 
	font-size: 9px;
	text-align: center;
	width: 100%;
}

/********** Chart }}} **********/

/********** Slider {{{ **********/
.slider {
	margin-left: 10px;
	width: 120px;
	height: 10px;
	line-height: 0;
	float: left;
}
.jslider .jslider-scale { position: relative; top: -5px; }

#sliders {
	float: left;
	margin: 5px 0 0 0;
	padding:0;
}
#sliders > div {
	margin:0;
	padding:0;
}

/********** Slider }}} **********/

/********** Tag Cloud {{{ **********/

.tag {
	float: left;
	width: 100px;
	margin-left: 5px;
}

ul.tagCloud {
	margin: 10px auto 30px;
	padding: 20px 10px 10px 30px;
	line-height: 1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 20px; /* ここで相対的に文字サイズを変更 */
	line-height: 1.2;
}

ul.tagCloud li a {
	padding: 0 5px;
	position: relative;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #eee;
	white-space:nowrap;
}

ul.tagCloud li.level1 a {
	z-index: 6;
	font-size: 145%;
	color: #424242;
}

ul.tagCloud li.level2 a {
	top: 5px;
	z-index: 5;
	font-size: 136%;
	color: #5e5e5e;
}

ul.tagCloud li.level3 a {
	font-size: 114%;
	color: #7a7a7a;
	z-index: 4;
}

ul.tagCloud li.level4 a {
	top: 5px;
	z-index: 3;
	font-size: 100%;
	color: #888888;
}

ul.tagCloud li.level5 a {
	font-size: 85%;
	color: #999999;
	z-index: 2;
}

ul.tagCloud li.level6 a {
	z-index: 1;
	font-size: 75%;
	color: #a3a3a3;
}

/* オンマウス */
ul.tagCloud li a:hover {
	border-color: #666;
	z-index: 10;
	color: #000;
	background-color: #eee;
}

/********** Tag Cloud }}} **********/

/********** サークルWiki {{{ **********/

#circle-body{
	margin: 0 8px 0 8px;
	padding: 0;
	border-top: 1px solid #e3e3d9;
	clear: both;
	padding-top: 1em;
}

#circle-tab {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#circle-tab ul {
	margin: 0 0 0 20px;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#circle-tab ul li  {
	display: inline;
	list-style: none;
}

#circle-tab ul a,#circle-tab ul span,#circle-tab ul a.current {
	width: 30px;
	display: block;
	float: left;
	padding: 0;
	margin: 1px 10px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #333;
}

#circle-tab ul span,#circle-tab ul a.current,#circle-tab ul a.current:hover {
	border: 1px solid #e3e3d9;
	border-bottom: none;
	background: white;
	padding-bottom: 2px;
	margin-top: 0;
}

#circle-tab ul a {
	border: 1px solid #e3e3d9;
	border-bottom: none;
}

#circle-tab ul a:hover {
	margin-top: 0;
	border-color: #e3e3d9;
	padding-bottom: 1px;
}

/********** サークルWiki }}} **********/

/********** サークルWiki 履歴 {{{ **********/

.diff-table {
	width: 500px; clear: both; 
	border: 1px solid white;
}
.diff-table .diff-marker {
	text-align: right;
	width: 10px;
}
.diff-table .diff-context, .diff-table .diff-added, .diff-table .diff-deleted, .diff-table .diff-changed, .diff-table .diff-text {
	width: 260px;
}
.diff-table .diff-context {
	background: #eee;
}
.diff-table .diff-added {
	background: #bfb;
}
.diff-table span.diff-changed {
	background: #fc0;
}
.diff-table .diff-deleted {
	background: #f88;
}
.diff-table .diff-changed {
	background: #fd8
}
.diff-table .diff-changed ins {
	color: red;
	background: #fc0;
	text-decoration: none;
}
.diff-table .diff-added ins {
	text-decoration: none;
}
.diff-table .diff-lineno {
	font-weight: bold;
}
.diff-table .diff-text {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.diff-table caption {
	font-size: 12px;
	font-weight: bold;
}

/********** サークルWiki 履歴 }}} **********/

/********** サークルWiki登録フォーム {{{ **********/
	.full-screen-editor, div.closeme {
		text-align:right;
	}
	.wikiForm .full-screen-editor {
		margin: 3px 25px 3px 0;
	}
	.form-example {
		margin: 0;
		padding: 0;
	}
	.form-example .full-screen-editor {
		float: right;
	}
	.example-title {
		margin: 0;
		padding: 0;
		float: left;
	}
	.example-body {
		padding: 5px;
		border: 1px dotted black;
	}
	.wikiForm .example-body {
		margin: 0 24px 5px 0;
	}
	.wikiForm textarea {
		background: red;
	}
	#screen {
	}
	#screen table {
		width: 760px;
	}
	#screen .right {
		width: 300px;
		text-align: center;
	}
	#screen td {
		vertical-align: top;
		text-align: left;
		padding: 5px;
	}
	#screen-title {
		margin-left: 10px;
	}
	#screen-editor {
		width: 100%;
		height: 500px;
		background-color:#FFFFFF;
		border:solid 1px #999999;
		font-size:13px;
	}
	.example {
		margin:0;
		padding:0;
	}
	#circle-form th {
		vertical-align: top;
		padding-top: 10px;
	}

/*.word { margin:10px 0px 0px 0px; padding:25px 40px 0px 40px; text-align:center; background:url(/wiki/circle/images/bg_wordbox_small.gif) no-repeat top center; height:52px; width:156px; }*/
.word { margin:0px 0px 3px 0px; padding:5px 2px; text-align:center; background:#def0f2; border:1px dotted #93b1de; font-size:10px; }
.wordbox { background:url(/wiki/circle/images/bg_wordbox.gif) no-repeat top left; width:240px; height:95px; margin:0px 0px 0px 40px; padding:25px 30px 0px 30px; text-align:center; }

/********** サークルWiki登録フォーム }}} **********/
