@charset "utf-8";
/****************************************************/
/* hosplug website Basic CSS         */
/****************************************************/
/* 16px = 1.4em  */
/* 14px = 1.2em  */
/* 12px = 1em    */
/* 11px = 0.92em */
/* 10px = 0.84em */
/*  9px = 0.75em */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #444;
	width: 800px;
	background: #d5d6d7 url('images/bg.jpg') no-repeat;
}

#page {
	width: 800px;
	background: #d5d6d7 url('images/bg.jpg') repeat-y;
}

a:link {
	color: #06c;
	text-decoration: none;
}
a:visited {
	color: #56b;
	text-decoration: none;
}
a:hover {
	color: #549fff;
	text-decoration: underline;
}
a:active {
	color: #f32d93;
	text-decoration: underline;
}

img {
	border: none;
}

/* !文字大きさ */
p {
	line-height: 1.7em;
	margin: 0 0 1em;
}
h1 {
	font-size: 2em;
	margin: 1em 0;
}
h2 {
	color: #777;
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 0;
}
h5 {
	font-size: 1em;
	margin: 0;
}

h5.name:before {
	content: "◼";
	color: #999;
	margin-right: 0.2em;
}
h6 {
	font-size: 0.92em;
	padding: 0 0 0 6px;
	margin: 0 0 1em;
	color:#777;
}

.font_smaller {
	font-size: smaller;
}
.font_larger {
	font-size: larger;
}

.underline {
	text-decoration: underline;
}

.highright {
	font-size: 1.4em;
	line-height: 1.7em;
	margin: 0 0 20px;
	font-weight: bold;
	text-align: center;
	color: #843D43;
	background-color: #FFE5F9;
	border: 1px solid #747D99;
}

.copyright {
	font-size: 0.84em !important;
	color: #777;
	text-align: right;
}

/* 字間広め見出し*/
.midasi {
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.3em;
	margin: 15px 0;
}
/* 字間1文字分*/
.space05em {
	letter-spacing: 0.5em;
}
.space1em {
	letter-spacing: 1em;
}

/* !マージン */
.large_margin_top {
	margin-top: 1em;
}

.large_padding_top {
	padding-top: 1em;
}

/* !文字位置 */
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.vtop {
	vertical-align: top;
}

.gray1 {
	color: #666;
}
.gray2 {
	color: #989898;
}

.note {
	font-size: 0.92em;
	color: #555;
}

.new {
	font: 75% 'Arial Black';
	color: red;
	padding: 0px 3px;
	margin-left: 5px;
	border: 1px solid red;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}

.bold {
	font-weight: bold;
}

/* ニコ動用 */
object.nicovideo {
	border: 1px #ccc solid;
	overflow: hidden;
}

/* !ヘッダ ----------------------------------------*/
#header {
	width: 800px;
	height: 128px;
	background: url('images/head.png') no-repeat;
	overflow: hidden;
}

#head_icon {
	border: 0;
	margin: 28px 286px 12px 287px;
}

#header h1 {
	line-height: 0;
	font-size:1px;
	margin-top: -300px;
}
#header h2 {
	line-height: 0;
	font-size:1px;
	margin-top: -300px;
}

.hidden {
	display: none;
}

/* !ヘッダメニュー ----------------------------------------*/
#globalMenu {
	margin: 10px 140px 10px 136px; /* ページ右の影部分4pxを配慮 */
	padding: 0;
	width: 524px;
	height: 22px;
	overflow: hidden;
}

#globalMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalMenu ul li {
	float: left;
}
#globalMenu ul li span {
	display: block;
	width: 10px;
	height: 22px;
	margin-top: 22px;
	overflow: hidden;
}

#globalMenu img {
	border: 0;
}

/* !ページタイトル */
#pagetitle, #blogtitle {
	text-align: center;
	width: 736px;
	margin: 0 0 20px;
	padding: 8px 0;
	background: url('images/bg-pagetitle.png') repeat-y;
}
#pagetitle h2, #blogtitle h2 {
	font-weight: bold;
	text-shadow: 0px 1px 1px #9e9a8b;
	color: #ffaa53;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 4px;
}
#pagetitle p, #blogtitle p {
	color: #777;
	line-height: 1.2em;
	margin-bottom: 0;
}

/* 説明の青い枠 */
#captionText {
	color: #444;
	background-color: #d9e1ec;
	padding: 8px;
/*
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/
}
#captionText p {
	margin: 0;
}

#captionText .sb-inner {
	background:#d9e1ec;
}


/* !タブメニュー(中央揃え) ----------------------------------------*/
.TabbedPanels, .TabbedPanelsL {
	margin: 0;
	padding: 0;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	position: relative;
	overflow: hidden;
}

.TabbedPanels ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	float: left;
}

.TabbedPanels ul li {
	position: relative;
	left:-50%;
	top: 1px;
	float: left;
	margin: 0px 1px 0px 0px;
	font: bold 0.84em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}

.TabbedPanels ul li.TabbedPanelsTabSelected, .TabbedPanelsL ul li.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.TabbedPanels ul li a {
	display: block;
	padding: 2px 10px;
	color: black !important;
	text-decoration: none !important;
}

.TabbedPanels li:hover {
	background-color: #CCC;
}

.TabbedPanels_Content {
	clear: both;
	padding-top: 20px;
	border-top: solid 1px #999;
	background-color: #fff;
}
.TabbedPanels_Content li:hover {
	background-color: white;
}

/* !タブメニュー(左揃え) ----------------------------------------*/

.TabbedPanelsL ul {
	margin: 0;
	padding: 0;
	float:left;
}

.TabbedPanelsL ul li {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.92em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}


/* !コンテンツ ----------------------------------------*/
#main_content {
	font-size: 1em;
	padding: 20px 34px 0 30px;
	overflow: hidden;
}
#content { /* blog 本文*/
	margin: 0 30px 10px 0;
	font-size: 1em;
}
#main_content_small { /* bbs */
	margin: 20px 34px 0 30px;
	font-size: 1em;
	overflow: hidden;
}

/* !インフォメーション */

#information.margin320 {
	margin-top: 320px;
}
#information.margin33 {
	margin-top: 33px;
}
#information.margin294 {
	margin-top: 294px;
}

#information dl, .list dl {
	margin-left: 1em;
}

#information dl dt, .list dl dt {
	clear: left;
	float: left;
	width: 5.5em;
	padding: 1px 0 1px 0.5em;
	border-left: solid 0.5em #CCC;
}

#information dl dd, .list dl dd {
	margin-left: 6.5em;
	padding: 1px 0;
	margin-bottom: 10px;
}

#information ul, .list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.midasi_bar {
	height: 24px;
	background-image: url(images/midasi_bar.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	padding-left: 22px;
	text-shadow: 0px 1px 1px #ccc;
}


/* !バナー */
.qr {
	border: 1px solid #666;
}

#banner {
	margin-top: 2em;
	border-top: 1px dashed #444;
	padding: 12px 0;
}

#banner p {
	font-size: 10px;
	text-align: center;
}

#banner p img {
	vertical-align: middle;
	margin-right: 3px;
}

#banner p a {
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px #aaa;
	padding: 4px;
	margin-right: 5px;
	border-radius: 4px;
	color: #555;
	text-decoration: none;
	position: relative;
}
#banner p a:hover {
	background-image: url('images/mini_button_back.png');
}
#banner p a:active {
	color: red;
	top: 1px;
	left: 1px;
}

#banner strong {
	font-size: 0.84em;
}

#banner code {
	font-family: "Courier New", monospace;
	overflow-y: auto;
	width: 470px;
	height: 3.04em;
	display: block;
	border: 1px dashed #999;
	margin-left: 242px;
	margin-top: 4px;
	padding: 2px;
	font-size: 0.92em;
	line-height: 1em;
}

* html #banner code {
	height: 46px;
}

/* !メールフォーム */
#mailform {
	clear: both;
	margin-top: 30px;
}
#mailformbox {
	background-repeat: no-repeat;
	background-image: url(images/mailform_back.jpg);
	background-position: 130% bottom;
	clear: both;
	padding: 22px 10px 10px;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}
#mailformbox table {
	border-collapse: collapse;
	margin-left: 5em;
	margin-bottom: 14px;
}

.mailformItem {
	text-align: right;
	vertical-align: top;
	padding: 4px 4px 6px 30px;
	width: 9em;
	border-left: solid 1px #abb1d1;
	border-right: solid 1px #abb1d1;
	background-color: #f1f3ff;
}
.mailformInput {
	padding: 4px 4px 6px 10px;
}

#mailformbox .textField {
	vertical-align: top;
	width: 30em;
	font-size: 1em;
	border: solid 1px #999;
}
#mailformbox textarea {
	font-size: 1em;
	width: 30em;
	height: 10em;
}

.ondes {
	color: #aaa;
}

/* メールフォームなどのアイコン位置補正 */
.icon, a:hover .icon {
	vertical-align: -1px;
	margin: 0;
	padding: 0;
	border: none;
}

.arrowLink {
	margin-left: 1.1em;
	padding: 0;
}

.arrowLink li {
	margin: 0;
	list-style-image: url('images/arrow002.png');
}


/* 枠線 */
.box {
	margin-left: auto;
	padding: 0.5em;
	border: solid 1px #999;
	border-radius: 6px;
/*
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/
	overflow: hidden;
	margin-bottom: 0.5em;
}

.box_dashed {
	padding: 0.5em;
	color: #444;
	border: 1px #444 dashed;
	margin-bottom: 0.5em;
}
.red_box_dashed {
	padding: 0.5em;
	color: #444;
	font-weight: bold;
	border: 2px #e22 dashed;
	margin-bottom: 0.5em;
	background-color: #ffc4c7;
}

.box_dotted {
	padding: 0.5em;
	color: #444;
	border: 1px #444 dotted;
	margin-bottom: 0.5em;
}

.box p, .box_dashed p, .box_dotted p {
	margin-bottom: 0;
}

.red {
	color: red;
}
.pink {
	color:purple;
}

/* !画像関連 */

.keyImage {
	margin-bottom: 20px;
}

/* !テキストの画像回り込み */
.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* !回り込み解除 */
.clearboth {
	clear: both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* エラーページ用ボックス*/
.error {
	width: 460px;
	border: 1px solid #888;
	margin: 30px 128px 70px;
	padding: 10px;
}

.construction {
	width: 460px;
	padding: 10px;
	margin: 30px 128px 70px;
	text-align: center;
}

/* !フッタ ----------------------------------------*/
#footer {
	font-size: 10px;
	background: url('images/foot.png') no-repeat bottom;
	height: 40px;
	text-align: right;
	margin-top: 20px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#footer span {
	font-family: Arial;
	font-size: 11px;
	line-height: 40px;
	vertical-align: middle;
	color: white;
}

