@charset "utf-8";

/*==============================================================================
  タイトル: ispCP
  著者    : Obitastar
==============================================================================*/

/* 日本語サイト用 */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Mac用(入力ボックス内で2バイト文字が欧文フォントで表示される) { */
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}
/* } Mac用 */

pre {
  display: block;
  margin: 1em 0;
  font-family: monospace;
  white-space: pre;
}

code {
  font-family: monospace;
}

samp {
  font-family: monospace;
}

kbd {
  font-family: monospace;
}


/*=========================================*/
/*=========== ispCP用　カスタム ===========*/
/*=========================================*/


body {
	text-align:center;
	background: #fff url(./images/css/bg_all.gif) repeat-x top left;
	font-size: 88.5%;
	}

* html body {
	font-size: 84.9%;
	line-height: 1.1em;
	}

* + html body {
	font-size: 84.9%;
	line-height: 1.1em;
	}

html>/**/body, x:-moz-any-link, x:default {
	font-size: 82.9%;
	line-height: 1.1em;
	}

#gl_container {
	width: 920px;
	margin: 10px auto;
	text-align: left;
	background: url(./images/css/bg_center.gif) repeat-y center top;
	}

#gl_header {
	background: #890C08 url(./images/css/bg_header.gif) no-repeat bottom center;
	padding: 0 5px;
	width: 910px;
	height: 117px;
	}

#header-site-logo {
	margin: 0 0 10px 10px;
	float: left;
	display: block;
	background: transparent;
	}
	
#header-site-slogan {
	text-align: right;
	color: #000;
	padding: 15px 10px 0 0;
	}

#gl_menu {
	float: right;
	}

#gl_menu ul {
	background: url(./images/css/bg_menu.gif) repeat-x left;
	line-height: 20px;
	width: auto;
	}

#gl_menu li {
	line-height: 20px;
	display: block;
	}

#gl_menu li a, #gl_menu li a:link {
	border-right: 1px solid #c4100a;
	line-height: 20px;
	padding: 0 10px;
	color: #000;
	}

#gl_menu li a:hover {
	background: url(./images/css/bg_menu_b.gif) repeat-x left;
	line-height: 20px;
	color: #fff;
	}

#gl_navigation, #gl_navigation-alt {
	background: none;
	border: none;
	}

#gl_extra, #gl_extra-alt {
	background: none;
	border: none;
	}

.block-columnpad {
	padding: 0;
	}

.block-title, .block-title-left, .block-title-right {
	border-bottom: 1px dashed #890c08;
	background: none;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

.block-box-left, .block-box-right {
	background: #f9f0f7;
	padding: 10px;
	}

.block-title-left {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#gl_navigation {
	margin: 10px 15px 10px 0;
	}

* html #gl_navigation {
	margin: 10px 7px 10px 0;
	}

#gl_wrapper {
	margin: 10px 0 0 -217px;
	}

#gl_extra, #gl_extra-alt {
	margin: 10px 15px 10px 0;
	}

* html #gl_extra, * html #gl_extra-alt {
	margin: 10px 7px 10px 0;
	}

#gl_content {
	margin: 0 20px 20px 235px;
	}

#gl_content h2 {
	clear: both;
	}

#gl_content .block-box-left {
	background: #fff;
	}

.welcomeanddate-text {
	border-bottom: none;
	}

.welcomeanddate-text p {
	margin: 0;
	}

#gl_footer {
	background: #fff url(./images/css/bg_footer.gif) no-repeat bottom center;
	border-top: none;
	color: #000;
	height: 100px;
	}

#footer-copyright .footerlinks a {
	color: #000;
	}

#footer-copyright {
	color: #000;
	}

.footerlinks {
	margin: 5px 0 10px 0;
	}

#footer-copyright {
	padding: 5px 20px;
	}

#footer-copyright .footerlinks {
	float: left;
	text-align: left;
	}

.story-featured h1 {
	border-bottom: 2px dotted #000;
	font-size: 1.2em;
	padding: 0 0 0 40px;
	margin: 3px 0;
	line-height: 23px;
	color: #890c08;
	background: url(./images/css/icon_h1.gif) no-repeat 1% 1%;
	}

.story h1 {
	border-bottom: 2px dotted #000;
	font-size: 1.2em;
	padding: 0 0 0 40px;
	margin: 3px 0;
	line-height: 23px;
	color: #890c08;
	background: url(./images/css/icon_h1.gif) no-repeat 1% 1%;
	}

#gl_content h2 {
	border-bottom: 2px dotted #000;
	font-size: 1.2em;
	padding: 0 0 0 40px;
	margin: 3px 0;
	line-height: 23px;
	color: #890c08;
	background: url(./images/css/icon_h1.gif) no-repeat 1% 1%;
	}

* html .story-featured h1 {
	padding: 0 0 0px 40px;
	}

a.non-ul:link,
a.non-ul:visited,
a.non-ul:hover,
a.non-ul:active {
	color: #890c08;
	}

.story-footer {
	text-align: left;
	font-size: 1em;
	color: #000;
	}

#header-textbox {
	background: transparent url(./images/css/bg_search.gif) no-repeat scroll right top;
	border: none;
	height: 15px;
	padding: 3px 0 0 10px;
	width: 130px;
	}

#header-textbox:focus {
	background: transparent url(./images/css/bg_search.gif) no-repeat scroll right bottom;
	border: none;
	height: 15px;
	padding: 3px 0 0 10px;
	width: 130px;
	}

th {
	background: #f7dbdb;
	font-size: 1.1em;
	padding: 3px;
	}

.pluginRow2, .pluginRow2 td {
	background: #f9f0f7;
	}

.story-information {
	font-size: 1em;
	color: #000;
	}

a:hover {
	color: #8a0a07;
	}

#footer-copyright .footerlinks a:hover {
	color: #eee;
	}

/*=========================================*/
/*====== ispCP用　カスタム  dokuwiki ======*/
/*=========================================*/

div.dokuwiki .bar {
	background: #f7dbdb 0% 50%;
	border-top: 1px solid #fcc;
	border-bottom: 1px solid #fcc;
	}

div.dokuwiki input.button, div.dokuwiki button.button {
	border: 1px solid #ccc;
	}

div.dokuwiki input.edit, div.dokuwiki select.edit {
	border: 1px solid #ccc;
	}

div.dokuwiki h1 {
	font-size: 1.2em;
	}

div.dokuwiki h1,
div.dokuwiki h2,
div.dokuwiki h3,
div.dokuwiki h4,
div.dokuwiki h5 {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 3px 0;
	}

div.dokuwiki div.breadcrumbs {
	color: #000;
	font-size: 1em;
	padding: 1px 4px;
	}

div.dokuwiki div.meta {
	color: #000;
	font-size: 1em;
	}
