/*
THEME NAME: htf
DESCRIPTION: 占いハートフル 用テーマ
AUTHOR: J-style
*/

@charset "utf-8";

#toolbar_upper_max {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: normal;
	width:120px;
}
#toolbar_upper_min{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: normal;
}

.ie6dummy{
	width:1000px;
	height:500px;
	top:0px;
	left:0px;
	tex-align:center;
	margin:0;
	padding:0;
	position:fixed;
	filter:alpha(opacity=90);
	opacity:0.90;
	-ms-filter: "alpha(opacity=50)";
}

.toolbar_upper {
	position:fixed;
	font-size:13px;
	color:#666;
	line-height:1.5em;
	text-align:left;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;
	background:transparent url('../../image/admin_bg.png');
	padding:0 0 0 0;
	margin-top:0px;
	z-index:10;
	top:0px;
	left:0px;
}
.toolbar_upper a, .toolbar_upper a:visited {
	text-decoration:none;
	color:#fff;
}
ul.toolbar_menu,
ul.toolbar_menu_min{
	list-style:none;
	background:none;
	padding:0;
	margin:0;
	z-index:20;
}
ul.toolbar_menu_min{
	float:left;
}
ul.toolbar_submenu{
	list-style:none;
	background:transparent url('../../image/admin_bg.png');
	margin:0;
	padding:2px 0;
	border:1px solid #666;
	position:absolute;
	display:none;
	z-index:30;
	width:120px;
	top:-2px;
	left:116px;
}
ul.toolbar_menu li{
	position:relative;
	color:#fff;
	padding:0 2px 0 10px;
	margin:0;
	text-decoration:none;
	height:25px;
	line-height:25px;
	background-image:url(../../image/arrow2.png);
	background-repeat:no-repeat;
	background-position:right top;
	cursor:pointer;
}
ul.toolbar_menu_min li{
	position:relative;
	float:left;
	color:#fff;
	padding:0 15px 0 17px;
	margin:0 2px;
	text-decoration:none;
	height:25px;
	line-height:25px;
	background-image:url(../../image/arrow3.png);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}
ul.toolbar_menu_min li a{
	padding:0;
	color:#fff;
	text-decoration:none;
	display:block;
	outline:none;
}
ul.toolbar_menu li a,
ul.toolbar_submenu li a{
	padding:0;
	color:#fff;
	text-decoration:none;
	display:block;
	outline:none;
}
ul.toolbar_menu li a:hover,
ul.toolbar_menu_min li a:hover,
ul.toolbar_submenu li a:hover{
	color:#fff;
	background:none;
	text-decoration:none;
}
ul.toolbar_submenu li{
	float:none;
	color:#fff;
	padding:0 5px;
	margin:0;
	background:none;
	text-decoration:none;
	height:25px;
	line-height:25px;
	cursor:pointer;
	position:relative;
	zoom:1;
}
.tool_menuHover{
	color:#333;
	background-color:#999999;
}
.toolleft{
	float:left;
	line-height:25px;
	margin:0 5px;
}
.toolkit_switch{
	color:#fff;
	cursor:pointer;
	margin:0 5px;
}

#tinyUrl {
	width: 640px;
	height: 90px;
	font-size:18px;
	color:#fff;
	line-height: 1.5em;
	text-align: center;
	border:3px solid #999;
	background-color:#333;
	padding:5px;
	margin-top: -45px;
	margin-left: -320px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index:40;
	opacity: 0.8;
	display:none;
}
#tinyUrl input {
	background-color: #333;
	border: 2px solid #999;
	padding: 2px;
	color: #fff;
	font-size: 14px;
	width: 80%;
}
#tinyUrl a {
	color: #fff;
	background:none;
}
#tinyUrl table th {
	width: 160px;
	padding-right:10px;
	text-align: right;

}
#tinyUrl table td{
	width: 480px;
	text-align: left;
}

#shareQHMPage{
  text-align: left;
  font-size: 14px;
}

#shareQHMPage h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
}


div.other_plugin{
	font-size:13px;
	color:#333;
	text-align:left;
	line-height:1.2em;
	width:150px;
	padding:0;
	margin:5px 0 0;
	position: fixed;
	top:0px;
	right:0px;
	z-index:10;
	display:none;
	box-sizing: content-box;
}
.other_plugin_box{
	margin:0;
	padding:2px 0;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:transparent url('../../image/othertool_bg.png');
}
.other_plugin_box_title{
	margin:0;
	padding:0;
	height:25px;
	line-height:25px;
	color:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:transparent url('../../image/admin_bg.png');
	text-align:center;
	box-sizing: content-box;
}
ul.other_plugin_menu {
  padding: 0;
  box-sizing: content-box;
}
ul.other_plugin_menu li{
	display:block;
	margin:0;
	height:25px;
	line-height:25px;
	padding:0 2px 0 20px;
	background-image:url('../../image/arrow.png');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
	position:relative;
	z-index:20;
	box-sizing: content-box;
}
ul.other_plugin_sub{
	margin:0;
	padding:2px 0;
	background:transparent url('../../image/othertool_bg.png');
	width:170px;
	border:1px solid #999;
	position:absolute;
	display:none;
	right:146px;
	top:-2px;
	z-index:30;
	box-sizing: content-box;
}
ul.other_plugin_sub li{
	color:#333;
	display:block;
	background-image:none;
	margin:0;
	padding:0 5px;
}
span.insert_cmd{
	display:none;
}
.menuHover{
	background-color:#2A50F4;
	color:#FFFFFF;
}
.subHelpHover{
	color:#FFFFFF;
	background-color:#ECA300;
}
.nouse{
	color:#666 !important;
}

#preview_bar_overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: black;
	opacity: .8;
	z-index: 1040;
}

#preview_bar{
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	height:50px;
	color:white;
	z-index: 1040;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}
#preview_bar .btn{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

#preview_bar form {
	display: inline;
}

.qblog_edit_form {
  margin-top: 20px;
}
.qblog_edit_form table > tbody th {
	white-space: nowrap;
}

.qblog_edit_form .qblog_categories {
	list-style-type: none;
/* 	display: none; */
	padding: 4px 0;
}
.qblog_edit_form .qblog_categories li {
	width: auto;
	cursor: pointer;
}

.qblog_edit_form input[name=title] {
	color:black;
	font-size:13pt;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width:100%;
}
.qblog_edit_form input[name=category] {
	color:black;
	font-size:13pt;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.qblog_edit_form input[name=image] {
	color:black;
	font-size:13pt;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.qblog_edit_form input[name=qblog_date] {
	color:black;
	font-size:13pt;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width:100%;
}

.qbog_edit_form .form-horizontal .form-actions {
    padding-left: 120px;
}

.qblog_edit_form .input-group .form-control,
.qblog_edit_form .input-group .btn {
	height: 38px;
}

#msg {
	color:black;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13pt;
	margin-bottom: 5px;
}

#body .qblog_categories {
    margin: 0;
    padding:4px;
}

.qblog_edit_form ul.qblog_categories li {
    float:left;
    margin:2px;
}

.qblog_edit_form ul.online_help {
    display:none;
}

.qblog_categories {
    position: relative;
    top: 0;
    left: 0;
    border:none;
    box-shadow:none;
}

.qblog_edit_form div.set-thumbnail{
    display:none;
    border:1px solid #ccc;
    border-radius:3px;
    padding:10px;
    color:#666;
}

.qblog_edit_form ul.typeahead.dropdown-menu {
    text-align:left
}

.qblog_edit_form input:-moz-placeholder {
    color: #999
}

.qblog_edit_form input::-webkit-input-placeholder {
    line-height:30px;
}

.exnote-agwrapper {
  position: relative;
}
.exnote-agwrapper textarea {
	color:black;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
	font-size:13pt;
  line-height: 1.5em;
  padding: 4px 6px;
  resize: none;
  height: 300px;
  box-sizing: border-box;
}
.edit_form .exnote-agwrapper textarea {
  height: 300px;
  min-height: 100%;
}
.exnote-agwrapper pre.exnote-agshadow {
  padding: 4px 6px;
  display: block;
  min-height: 300px;
	font-size:13pt;
  line-height: 1.5em;
  padding-top: 2em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.edit_form .exnote-agwrapper pre.exnote-agshadow {
  min-height: 300px;
}

.cpButtonSet > [class*=qhm-btn] {
  border-radius: 0;
  border-right-style: none;
}
.cpButtonSet > [class*=qhm-btn]:first-child {
  border-radius: 3px 0 0 3px;
  border-right-style: none;
}
.cpButtonSet > [class*=qhm-btn]:last-child {
  border-radius: 0 3px 3px 0;
  border-right-style: solid;
}
.cpButtonSet > [class*=qhm-btn].qhm-btn-separate-left {
  border-radius: 0 3px 3px 0;
  border-right-style: solid;
  margin-right: 5px;
}
.cpButtonSet > [class*=qhm-btn].qhm-btn-separate-right {
  border-radius: 3px 0 0 3px;
}
.cpButtonSet > [class*=qhm-btn].qhm-btn-separate-left.qhm-btn-separate-right {
  border-radius: 3px;
}
.qhm-haik-color-btn:hover {
  box-shadow: 0 0 5px green;
  cursor: pointer;
}

form.myshop-cart-form input[type=image],
form.myshop-cart-form input[type=submit],
form.myshop-cart-form input[type=text],
form.myshop-cart-form select{
  width:auto;
  color:black;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	height:auto;
	font-size:13px;
	margin:0px;
	padding:1px;
}
form.myshop-cart-form input[type=text]{
	border: 2px inset;
	border-radius:0px;
	margin:0px;
	padding:0px;
	font-size:11px;
}
form.myshop-cart-form select{
	padding:0px;
	border:1px solid;
}
#searchmenu label{
	display:inline;
}
.qhm_search label{
	display:inline;
}

.qhm-btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.qhm-btn-default:hover {
  text-decoration: none;
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.qhm-btn-info {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.qhm-btn-info:hover {
  text-decoration: none;
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.qhm-btn-primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.qhm-btn-primary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.qhm-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.qhm-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.qhm-btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}

.anchor_super {
  margin: 0;
  padding: 0;
  line-height: 1em;
}


/*
input[type=submit], input[type=button] {
border-style:none;
display: inline-block;
color: #fff;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
font-size: 18px;
padding: 8px 14px 9px;
background-color: #2981e4;
}
input[type=submit]:hover {
background-color: #2575cf;
}

input[type=button] {
color: #fff;
font-size: 14px;
background-color: #aaa;
}
input[type=button]:hover {
background-color: #999;
}

*/



#wrapper {
background-color:#FAFAFA;
border:1px solid #A1A1A1;
margin:1px auto 1em auto;
padding:8px 18px;
text-align:left;
width:650px;
}

#summary {
border-left:solid 4px #999;
clear:both;
color:#666;
margin:45px 0 0;
padding-left:5px;
}

#note {
border-bottom:solid 1px #999;
padding-bottom:5px;
}

h1 {
color:#444;
font-size:12px;
font-weight:400;
margin:0;
padding:0;
}

#header {
background:transparent url(header.gif) repeat-x scroll 0 0;
}

#logo {
background-color:#fff;
font-size:25px;
padding:0;
text-align:center;
}

#logo img {
width:748px;
}

#logo a {
color:#630;
text-decoration:none;
}

#logo a:hover {
background:none;
color:#ccc;
text-decoration:none;
}

#logo_text {
margin-bottom:8px;
text-align:center;
}

#logo_text a {
color:#fff;
font-family:Verdana,sans-serif;
font-size:28px;
line-height:150px;
text-decoration:none;
}

#navigator * {
margin:0;
padding:0;
}

#navigator {
background-color:#A1A1A1;
border:1px solid #A1A1A1;
font-size:14px;
height:24px;
margin:0;
padding:3px;
}

#navigator a:hover {
background:none;
color:#333;
}

#navigator p {
color:#eee;
}

#navigator ul li {
background:url("navi_li.gif") no-repeat 0 50%;
float:left;
font-size:14px;
list-style-type:none;
margin:0 10px 0 3px;
padding:0 0 0 20px;
}

#content h2.title {
color:#999;
font-size:12px;
text-align:right;
display:none;
}

#content h2.title a {
color:#999;
text-decoration:none;
}

#content h2.title a:hover {
color:#ccc;
text-decoration:none;
}

#lastmodified {
color:#777;
font-size:12px;
text-align:right;
}

#body h2 {
color:#367EA6;
font-size:20px;
padding:10px 0 5px;
}

#body h3 {
border-bottom:1px solid #367EA6;
color:#367EA6;
font-size:16px;
padding:5px;
}

#body h4,#body h2.calender {
border-left:solid 5px #367EA6;
color:#367EA6;
font-size:14px;
padding:5px;
}

#body ul.list1 {
margin-bottom:1em;
margin-left:16px;
margin-top:1em;
padding-left:16px;
}

#body ol.list1 {
list-style-type:decimal;
margin-bottom:1em;
margin-left:16px;
margin-top:1em;
padding-left:16px;
}

#body ol.list2 {
list-style-type:lower-roman;
margin-left:16px;
padding-left:16px;
}

#body ol.list3 {
list-style-type:lower-alpha;
margin-left:16px;
padding-left:16px;
}

#body del {
color:#444;
}

hr {
border-top:2px solid #999;
margin:5px 0;
}

#wrap_sidebar {
background-color:#EEE;
border:none;
float:left;
margin-top:8px;
overflow:hidden;
width:19%;
}

#sidebar {
color:#666;
margin:0;
}

.bar h3 {
color:#666;
padding:5px 0 0 10px;
}

.bar h4 {
background-image:url("bar_h4_bg.gif");
background-position:left top;
background-repeat:no-repeat;
color:#666;
padding:2px 0 3px 23px;
}

.bar h4 a {
color:gray;
text-decoration:none;
}

.bar h2,.bar h5 {
color:#666;
font-size:1.2em;
font-weight:700;
margin:5px 0;
padding:7px 0 5px 5px;
text-align:left;
}

.bar h2 a:visited,.bar h5 a:visited {
color:#111;
}

#menubar {
background-image:url("bar_bg.png");
background-repeat:repeat;
border:none;
color:#666;
font-size:0.9em;
line-height:1.2em;
margin:0;
}

#search_form {
background-color:#fff;
background-image:url("bar_bg.png");
background-repeat:repeat;
border:none;
color:#666;
margin:0;
text-align:center;
}

#search_form h1,#search_form h2,#search_form h3,#search_form h4,#search_form h5 {
background:none;
background-image:url("bar_h2_bg.png");
background-position:left top;
background-repeat:no-repeat;
border-style:none;
color:#fff;
font-size:1em;
padding:7px 0 5px 5px;
text-align:left;
}

#toolbar {
font-size:11px;
padding:3px 0;
text-align:center;
}

#footer {
background-color:#fff;
border:1px solid #eee;
color:#666;
margin:0;
padding:5px 0;
width:100%;
}

#footer a:hover {
color:#fff;
}

#copyright {
font-size:11px;
text-align:center;
}

div.bluebox1 {
background-color:#fff;
border:solid 1px #33a;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.bluebox2 {
background-color:#eef;
border:solid 1px #33a;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.bluebox3 {
background-color:#ffe;
border:solid 1px #33a;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.bluebox4 {
background-color:#eef;
border:none;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.bluebox5 {
background-color:#ddf;
border:none;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.redbox1 {
background-color:#fff;
border:solid 1px red;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.redbox2 {
background-color:#fee;
border:solid 1px red;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.redbox3 {
background-color:#ffe;
border:solid 1px red;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.redbox4 {
background-color:#fee;
border:none;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.redbox5 {
background-color:#fdd;
border:none;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.graybox1 {
background-color:#fff;
border:solid 1px #000;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.graybox2 {
background-color:#eee;
border:solid 1px #000;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.graybox3 {
background-color:#ffe;
border:solid 1px #000;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.graybox4 {
background-color:#eee;
border:none;
max-width:100%;
padding:0 10px;
text-align:left;
}

div.graybox5 {
background-color:#ddd;
border:none;
max-width:100%;
padding:0 10px;
text-align:left;
}

span.handline {
text-decoration:underline;
}

#wrap_content {
background-color:#FFF;
border:1px solid #EEE;
margin-top:8px;
overflow:hidden;
width:100%;
}

#navigator2 {
clear:both;
padding:10px 0;
text-align:center;
width:100%;
}

img {
border:none;
vertical-align:middle;
}

#content {
border:none;
padding:0 15px;
}

#lastmodified {
margin:10px 0 0;
}

#body {
line-height:1.5em;
width:100%;
word-break:break-all;
}

#body h1,#body h2,#body h3,#body h4,#body input {
line-height:1em;
}

#body h1 {
margin:5px 0;
}

#body h2 {
margin:10px 0 5px;
}

#body h3 {
margin:15px 0 3px;
}

#body h4 {
margin:10px 0 0 3px;
}

#body ul {
margin:5px 0 5px 30px;
}

#body ul ul {
margin-left:30px;
}

dd {
margin:2px 0 5px 20px;
}

#body table {
max-width:100%;
word-break:break-all;
word-wrap:break-word;
}

pre {
background-color:#fff;
border-bottom:#889 2px solid;
border-left:#666 1px solid;
border-right:#889 2px solid;
border-top:#666 1px solid;
color:#444;
margin:15px;
overflow:auto;
padding:.5em;
white-space:pre;
word-wrap:break-word;
}

blockquote {
border-left:4px solid #666;
margin:1em 2em;
padding-left:0.3em;
}

em {
font-style:italic;
}

.style_th {
background-color:#f3f3f3;
border-color:#333;
color:inherit;
margin:1px;
padding:5px;
text-align:center;
}

.style_td {
background-color:#fff;
border-color:#333;
color:inherit;
margin:1px;
padding:5px;
}

span.noexists {
background-color:#FFFACC;
}

.small {
font-size:80%;
}

span.size1 {
font-size:xx-small;
}

span.size3 {
font-size:small;
}

span.size4 {
font-size:medium;
}

span.size5 {
font-size:large;
}

span.size6 {
font-size:x-large;
}

span.size7 {
font-size:xx-large;
}

#body textarea {
max-width:100%;
}

#header {
font-family:Verdana,sans-serif;
}

#navigator p {
margin-left:10px;
}

.bar {
line-height:1.3em;
padding:5px;
word-break:break-all;
}

.bar h1 {
font-size:1em;
font-weight:700;
margin:1px 0 0;
}

.bar h3,.bar h4 {
font-size:1em;
font-weight:700;
margin:4px 0 0;
}

.bar ul {
line-height:1.5em;
margin:0;
padding:2px 2px 5px 10px;
}

.bar li {
list-style-type:none;
}

.bar ul.list1 li {
margin-left:2em;
}

.bar ul.list2 li {
margin-left:3em;
}

.bar ul.list3 li {
margin-left:4em;
}

.bar img {
margin:0 auto;
padding:0;
}

#page_action .pa_edit,#page_action .pa_attach,#page_action .pa_diff,#page_action .pa_backup {
background-repeat:no-repeat;
height:20px;
padding-left:20px;
}

.pa_edit {
background-image:url("../../../image/edit.png");
}

.pa_attach {
background-image:url("../../../image/file.png");
}

.pa_diff {
background-image:url("../../../image/diff.png");
}

.pa_backup {
background-image:url("../../../image/backup.png");
}

.external_link {
background-image:url("../external_link.gif");
background-position:right;
background-repeat:no-repeat;
padding-right:15px;
}

div.edit_form textarea {
font-size:13pt;
min-width:99%;
width:95%;
}

#preview {
background-color:#ffc;
border-bottom:solid 2px #ccc;
border-right:solid 2px #ccc;
margin-bottom:20px;
}

.anchor_super {
font-size:0.4em;
vertical-align:40%;
}

.super_index {
color:#f90;
font-size:0.4em;
vertical-align:40%;
}

div.jumpmenu {
float:right;
font-size:0.6em;
text-align:right;
}

.note_super {
font-size:0.6em;
vertical-align:30%;
}

span.diff_added {
color:blue;
}

span.diff_removed {
color:red;
}

strong.word0 {
background-color:#FF6;
}

strong.word1 {
background-color:#A0FFFF;
}

strong.word2 {
background-color:#9F9;
}

strong.word3 {
background-color:#F99;
}

strong.word4 {
background-color:#F6F;
}

strong.word5 {
background-color:#800;
color:#FFF;
}

strong.word6 {
background-color:#0A0;
color:#FFF;
}

strong.word7 {
background-color:#886800;
color:#FFF;
}

strong.word8 {
background-color:#004699;
color:#FFF;
}

strong.word9 {
background-color:#909;
color:#FFF;
}

.amazon {
padding:.5em 1.5em;
text-align:center;
}

div.side_bar div.amazon {
margin-top:0.5em;
padding:0;
}

table.style_calendar {
background-color:#ccc;
border:solid 1px #ccc;
font-size:15px;
height:230px;
text-align:center;
width:200px;
}

td.style_td_today {
background-color:#ff9;
text-align:center;
}

td.style_td_sat {
background-color:#ddd;
text-align:center;
}

td.style_td_sun {
background-color:#fdd;
text-align:center;
}

td.style_td_day {
background-color:#eee;
text-align:center;
}

td.style_td_week {
background-color:#ccc;
color:#666;
font-weight:700;
text-align:center;
}

table.style_calendar a {
color:#000;
text-decoration:none;
}

table.style_calendar a strong {
color:#f60;
text-decoration:underline;
}

.bar table.style_calendar {
background-color:transparent;
border:none;
font-size:14px;
height:auto;
margin:0 auto;
min-width:99%;
text-align:center;
width:83%;
}

.bar table.style_calendar a {
background-color:transparent;
color:#000;
text-decoration:none;
}

.bar table.style_calendar a strong {
color:#666;
text-decoration:underline;
}

.bar td.style_td_week {
background-color:transparent;
color:#000;
font-weight:400;
text-align:center;
}

div.contents {
border:solid 1px #999;
border-bottom:solid 1px #fff;
border-right:none;
margin:15px 0;
width:80%;
}

div.contents:before {
background-color:#999;
color:#fff;
content:"もくじ";
display:block;
font-size:12px;
font-weight:700;
line-height:1em;
padding:2px;
text-align:center;
width:3.5em;
}

div.contents ul {
margin:7px 0 15px;
}

table.toc {
border:solid 1px #eee;
border-bottom:solid 1px #fff;
border-right:none;
font-size:1em;
margin:15px 0;
}

.toctitle {
background-color:#b0b0b0;
color:#fff;
font-size:12px;
font-weight:700;
line-height:1em;
padding:2px;
text-align:center;
}

div.counter {
font-size:70%;
}

hr.short_line {
margin:0 auto;
text-align:center;
width:80%;
}

div.img_margin {
margin-left:10px;
margin-right:10px;
}

div.img_margin_left {
margin:0 1em 0 0;
}

div.img_margin_right {
margin:0 0 0 1em;
}

div.ie5s div.img_margin_left {
margin:1em 1em 1em 0;
}

div.ie5s div.img_margin_right {
margin:1em 0 1em 1em;
}

li.navi_none {
display:inline;
float:none;
}

li.navi_left {
display:inline;
float:left;
text-align:left;
}

li.navi_right {
display:inline;
float:right;
text-align:right;
}

span.new1 {
color:red;
font-size:x-small;
}

span.new5 {
color:green;
font-size:xx-small;
}

span.counter {
font-size:1em;
}

td.vote_label {
background-color:#FCC;
}

td.vote_td1 {
background-color:#DDE5FF;
}

td.vote_td2 {
background-color:#EEF5FF;
}

#body .htmltagcloud {
font-size:12px;
line-height:340%;
}

.menubar .htmltagcloud {
font-size:6px;
line-height:340%;
}

.menubar .htmltagcloud span {
display:block;
}

.tagcloud0 {
font-size:100%;
}

.tagcloud1 {
font-size:110%;
}

.tagcloud2 {
font-size:120%;
}

.tagcloud3 {
font-size:130%;
}

.tagcloud4 {
font-size:140%;
}

.tagcloud5 {
font-size:150%;
}

.tagcloud6 {
font-size:160%;
}

.tagcloud7 {
font-size:170%;
}

.tagcloud8 {
font-size:180%;
}

.tagcloud9 {
font-size:190%;
}

.tagcloud10 {
font-size:200%;
}

.tagcloud11 {
font-size:210%;
}

.tagcloud12 {
font-size:220%;
}

.tagcloud13 {
font-size:230%;
}

.tagcloud14 {
font-size:240%;
}

.tagcloud15 {
font-size:250%;
}

.tagcloud16 {
font-size:260%;
}

.tagcloud17 {
font-size:270%;
}

.tagcloud18 {
font-size:280%;
}

.tagcloud19 {
font-size:290%;
}

.tagcloud20 {
font-size:300%;
}

.tagcloud21 {
font-size:310%;
}

.tagcloud22 {
font-size:320%;
}

.tagcloud23 {
font-size:330%;
}

.tagcloud24 {
font-size:340%;
}

#licence {
margin:10px;
}

#licence,#licence a,#licence a:hover {
color:#888;
font-size:10px;
text-align:right;
text-decoration:none;
}

a:link,a:visited,#body h2 a,#body h3 a,#body h4 a,#body h2.calender a {
color:#367EA6;
text-decoration:none;
}

a:hover,#body h2 a:hover,#body h3 a:hover,#body h4 a:hover,#body h2.calender a:hover {
color:#367EA6;
text-decoration:underline;
}

#logo_text a:hover,#navigator a {
color:#fff;
text-decoration:none;
}

#navigator ul,.contentsx li {
margin:3px 0;
}

#body strong,#body strong a,strong {
font-weight:700;
}

#body ul.list2,#body ul.list3 {
margin-left:16px;
padding-left:16px;
}

.bar a,table.style_calendar a:hover strong {
color:#666;
}

.bar a:hover,.bar h3 a:hover,.bar h4 a:hover {
color:#111;
text-decoration:none;
}

.bar h3 a,.bar h3 a:visited,.bar h2 a,.bar h5 a {
color:#4283B9;
text-decoration:none;
}

.bar h4 a:visited,#footer a {
color:#666;
text-decoration:none;
}

#content h2.title,#copyright p,.contentsx ul {
margin:0;
}

#body h1 a,#body h2 a,#body h3 a,#body h4 a,#header a,div.jumpmenu a {
text-decoration:none;
}

thead td.style_td,tfoot td.style_td,thead th.style_th,tfoot th.style_th {
background-color:#eee;
border-color:#333;
color:inherit;
}

div.ie5,div.ie5s,h5.side_label,ul.navi {
text-align:center;
}

span.size2,span.comment_date {
font-size:x-small;
}

.bar div.jumpmenu,.pa_reload,.pa_newpage,.pa_freeze,.pa_unfreeze,.pa_list,.pa_serch,.pa_whatnew,.pa_help,div.side_bar a.anchor_super {
display:none;
}

.edit_form,.clear {
clear:both;
}

td.style_td_caltop,td.style_td_blank {
background-color:#fff;
text-align:center;
}

.bar td.style_td_caltop,.bar td.style_td_sat,.bar td.style_td_sun,.bar td.style_td_blank,.bar td.style_td_day,.bar td.style_td_today {
background-color:transparent;
text-align:center;
}

div.qhmupdate .setproxy {
border:1px #ccc solid;
padding:1em;
color:#666;
margin-top:15px;
font-size:14px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

div.qhmupdate input[type=text], div.qhmupdate input[type=password] {
margin: 0;
font-size: 18px;
border: 1px solid #999;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 3px;
width: 260px;
}
