@charset "utf-8";


@font-face {
	font-family: 'Chunkfive';
	src:	url('Chunkfive.otf');
}
/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/

html {
	overflow-y: no-display;
}
body {
	line-height: 1.4;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h1 {
	line-height: 1.0;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	margin: 10px 0;
	padding: 5px 0;
//	border-top: 1px solid #AAAAAA;
//	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}

p {
	margin: 0px 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 10px 20px;
}
ul li {
	list-style: disc;
}
ol {
	margin: 10px 30px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 0;
}
dl dd {
	margin-left: 30px;
}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
//	border-top: 1px solid #999999;
}

table {
	margin: 3px 0;
}
table tr th {
	padding: 3px;
//	border: 2px solid #FFFFFF;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 3px;
//	border: 2px solid #FFFFFF;
}
table tr td input {
	margin: -2px 0;
}

form {
	margin-bottom: 20px;
}
form legend {
	display: none;
}
form dl dd {
	margin: 0 0 10px 0;
}
form dl dd input, form dl dd textarea {
	padding: 1px;
}
form dl dd select {
	padding: 2px;
}
form ul {
	margin: 15px 0;
}
form ul li {
	list-style: none;
}
form p {
	margin: 20px 0;
}
form p input {
	padding: 3px 3px;
}

img {
	vertical-align: middle;
	margin: auto 1px;
}

input[type="button"] {
	box-shadow: 0 1px 2px #666;
	border-radius: 3px;
}
input[type="button"]:hover {
	cursor: pointer;
	border-radius: 3px;
}
input[type="button"]:active {
	box-shadow: 0 0 1px #666;
	position: relative;
	top: 1px;
	border-radius: 3px;
}
input[type="submit"] {
	box-shadow: 0 1px 2px #666;
}
input[type="submit"]:hover {
	cursor: pointer;
}
input[type="submit"]:active {
	box-shadow: 0 0 1px #666;
	position: relative;
	top: 1px;
	//background: url(./img/image_btn.png) left top no-repeat;
}
#image-btn {
	border: 0px;
	width: 100px;
	height: 30px;
	background: url(image_btn.png) left top no-repeat;
}

a:link	 {color:#002299; text-decoration:none; font-weight:bold; }
a:visited  {color:#804020; text-decoration:none; font-weight:bold; }
a:active   {color:#202060; text-decoration:none; font-weight:bold; }
a:hover	{color:#F05525; text-decoration:none; font-weight:bold;}
A:hover img {position:relative;top:1px;}

//カレンダー用
div#cnavi {
//	position: fixed;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	max-width : 200px;
	margin: 0 auto;
//	border: 1px solid #666666;
	padding: 0px;
	pointer-events: none;
}
.ynavi	{
	background-color: rgba(240,240,240, 0.8);
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 9px;
	font-family: "Chunkfive";
	font-weight:bold;
	pointer-events: auto;
}
.mnavi	{
	background-color: rgba(240,240,240, 0.8);
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 9px;
	font-family: "Chunkfive";
	font-weight:bold;
	pointer-events: auto;
}
.weekday	{
	background-color:#fff5f5;
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	color:#888;
	top:10px;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 9px;
	font-family: "Chunkfive";
	pointer-events: auto;
}
.today{
	background-color:#cfc;
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	color:#888;
	font-weight:bold;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 13px;
	font-family: "Chunkfive";
	pointer-events: auto;
}
.sunday		{
	background-color:#ffcccc;
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	color:#c33;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 9px;
	font-family: "Chunkfive";
	pointer-events: auto;
}
.saturday	{
	background-color:#cceeff;
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	color:#66f;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 9px;
	font-family: "Chunkfive";
	pointer-events: auto;
}
.holiday	{
	background-color:#ffaaaa;
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	color:#c33;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 9px;
	font-family: "Chunkfive";
	pointer-events: auto;
}
.noday	{
	background-color:#eeeeee;
	text-align: center;
	margin-left: auto ;
	margin-right: 0;
	color:#c33;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);	
	font-size: 9px;
	font-family: "Chunkfive";
	pointer-events: auto;
}

/********* 基本構造 *************************************************/

div#main {
	margin: 0 auto;
	width : 100%;
}
div#container {
	width : 50%;
	margin: 0 auto;
	padding: 150px 0px 0px 0px;	//上右下左の順
	border: 10px solid #444444;
}
div#menu {
//	border-top: 1px solid #999999;
//	border-bottom: 1px solid #999999;
}

/********* メニュー *************************************************/

div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 0px 0;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

/********* 記事一覧 *************************************************/
div#article{
//	pointer-events: none;
//	pointer-events: auto;
}
div#article h2 {
	pointer-events: auto;
	background-color: #F5F5F5;
}
div#article div.article {
	position: relative;
//	pointer-events: auto;
	font-size: 16px;
	text-shadow:
		0 2px 0 #fff,
		2px 0 0 #fff,
		0 -2px 0 #fff,
		-2px 0 0 #fff,
		-2px -2px 0 #fff,
		2px -2px 0 #fff,
		-2px 2px 0 #fff,
		2px 2px 0 #fff
	;
	margin: 0px 3px 0px 3px;
	padding: 5px 15px 10px 15px;
//	border: 1px solid #AAAAAA;
	background-color: rgba(255,238,221,0.5); //#FFEEDD;
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);
	overflow: hidden;
}
div#article ul.date {
	pointer-events: auto;
	margin: 10px 0px 0px 0px ;
	padding: 6px 30px 3px 10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-color: rgba(255,186,147,0.8); // #FFBA93;
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);	
}
div#article ul.info {
	position: absolute;
	font-size: 8px;
	bottom: 0px;
	right: 15px;
	margin: 0;
	//text-align: right;
}
div#article ul.info li {
	display: inline;
	margin-left: 5px;
}

/********* コメント一覧 *********************************************/

div#comment ul.info {
	margin: 0;
	text-align: right;
}
div#comment ul.info li {
	display: inline;
}

/********* トラックバック一覧 ***************************************/

div#trackback ul.info {
	margin: 0;
	text-align: right;
}
div#trackback ul.info li {
	display: inline;
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* 設定編集 *************************************************/

div#config form div.data h3 {
	margin: 20px 0 15px 0;
	padding: 3px;
	background-color: #EEEEEE;
}

/********* 個別指定 *************************************************/

.attention {
	color: #FF0000;
	font-weight: bold;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 100%;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html body table tr td {
	font-size: 100%;
}

#jquery-ui-draggable {
//	pointer-events: none;
	position: fixed;
	bottom: -210px;
	right: 0px;
	margin: 0px; 
	padding: 0px;
	border: 0px solid #AAAAAA;
}
#jquery-ui-draggable2 {
//	pointer-events: none;
	position: fixed;
	bottom: -10px;
	left: 0px;
	margin: 0px; 
	padding: 0px;
	border: 0px solid #AAAAAA;
}
#display {
}


/*******************************
* 左からの吹き出し
********************************/
.left_balloon {
	position: relative;
	background: rgba(192, 208, 255, 0.8);
//	border: 1px solid #777;
	margin: 10px;
	padding: 10px;
	border-radius: 20px;
	margin-left: 30px;
	margin-right: 20%;
	clear: both;
	max-width: 800px;
	float: left;
//	opacity: 0.8;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);	
	direction: ltr;
}
.left_balloon:before {
	content: " ";
	position: absolute;
	top: 10px;
	left: -15px;
	border-radius: 8px;
	background: rgba(192, 208, 255, 0.8);
	display: block;
	height: 13px;
	width: 15px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);	
}
/*バルーンの中にspanで入れて使う*/
.left_time {
	position: absolute;
	font-size: 8px;
	float: right;
	bottom: 0px;
	right: -38px;
}
.left_icon {
	position: absolute;
	border-radius: 40px;
	float: left;
	top: -20px;
	left: -50px;
	width: 40px;
	height: 40px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);	
}
.left_name {
	position: absolute;
	font-size: 30%;
	float: left;
	top: -15px;
	left: 0px;
}
/*******************************
* 右からの吹き出し
********************************/
.right_balloon {
	position: relative;
	overflow: visible;
	background: rgba(160,255,102,0.8);
//	border: 1px solid #777;
	margin: 10px;
	padding: 10px;
	border-radius: 20px;
	margin-right: 30px;
	margin-left: 20%;
	clear: both;
	max-width: 800px;
	float: right;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);	
	direction: ltr;
}
.right_balloon:after {
	content: " ";
	position: absolute;
	top: 10px;
	right: -15px;
	border-radius: 8px;
	background: rgba(160,255,102,0.8);
	height: 13px;
	width: 15px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);	
}
/*バルーンの中にspanで入れて使う*/
.right_time {
	position: absolute;
	font-size: 30%;
	float: left;
	bottom: 0px;
	left: -38px;
}
.right_icon {
	position: absolute;
	border-radius: 40px;
	float: right;
	top: -20px;
	right: -50px;
	width: 40px;
	height: 40px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);	
}
.right_name {
	position: absolute;
	font-size: 30%;
	float: right;
	top: -15px;
	right: 0px;
}

/*******************************
* フキダシの割り込みを解除
********************************/
.clear_balloon{
  clear: both;
}
/*******************************
* 背景div
********************************/
div#chatback {
//	overflow-y: scroll;/* スクロール表示 */ 
//	overflow-x: visible;
	overflow-y: hidden;/* スクロール表示 */ 
	overflow-x: hidden;
	direction: rtl;
	pointer-events: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	border:dashed 1px #CCC;
}
div#chatopen{
	display: inline;
	height: 20px;
	width: 20px;
	background: #666;
	color:#fff;
}
div.open{
}

#loading {
//	width: 96px; /* gif画像の幅 */
//	height: 96px; /* gif画像の高さ */
	margin: -68px 0 0 -68px; /* gif画像を画面中央に */
	padding: 20px; /* gif画像を大きく */
//	background: #BABABA; /* gif画像の背景色 */
	opacity: 0.5; /* 透過させる */
//	border-radius: 15px; /* 丸角 */
	position: fixed; /* gif画像をスクロールさせない */
	left: 50%; /* gif画像を画面横中央へ */
	top: 50%; /* gif画像を画面縦中央へ */
}

#body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
//	border: 5px solid #666666;
}

#gl {
	position: absolute;//絶対座標
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border:dashed 1px #CCC
}
#glcanvas {
	position: fixed;
//	top: 10%;
	top: 0;
	left: 0;
//	right: 20%;
	right: 0;
	bottom: 0;
	margin: auto;
//	transform: translate(30%, -50%);
	border:dashed 1px #CCC
}
#inputform {
	pointer-events: auto;
	position: fixed;
	bottom: -5%;
//	left: 5%;
	right: 0;
	left: 0;
	margin: auto;
	width: 300px;
	height: 10%;
	padding: 20px 20px 20px 20px;
	border: 3px solid #AAAAAA;
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(80,80,80,0.5);	
}
#inputform #request{
	width: 60%;
	height: 30px;
	padding: 0px 10px 0px 10px;
	border-radius: 15px;
	border: 1px solid grey;
}
#inputform #request:focus{
	outline:none;
	box-shadow: 0px 0px 3px blue;
}

div#header {
	display:block;
	box-sizing: border-box;
	z-index: 1;
	position: fixed;
	border-radius: 20px;
	top: -20px;
	left: 0px;
//	min-width: 100%;
	width: 100%;
	height: 60px;
	padding: 20px 10px 0px 0px;	//上右下左の順
	margin: 10;
	overflow: visible;
	color: #FFFFFF;
	background-color: rgba(255,140,0, 0.8);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
div#logo {
	position: absolute;
//	top: 20px;
//	left: 50%;
	top: 80%;
	right: 0;
	left: 0;
	margin: auto;
	border:dashed 1px #CCC
}
span#menu ul li {
	display: inline;
	text-align: right;
	list-style: none;
	margin-right: 10px;
}

div#headericon {
	position: absolute;
	top: 20px;
	font-size: 20px;
	font-family: "Chunkfive";
	font-weight: bold;
	float: right;
}
div#navigation {
//	position: fixed;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	max-width : 200px;
	margin: 0 auto;
	border: 1px solid #666666;
	padding: 0px;
	pointer-events: none;
}
div#articleform {
	position: fixed;
	top: 0px;
	left: 0px;
	width : 40%;
	margin: 2%;
	padding: 10px 0px 10px 0px;	//上右下左の順
	border: 2px solid #666666;
}
div#feeds {
	overflow-y: scroll;/* スクロール表示 */ 
	overflow-x: visible;
	position: fixed;
	top: 0px;
	right: 0px;
	width : 70%;
	height: 100%;
	margin: 0;
	padding: 0px;	//上右下左の順
	border: 2px solid #666666;
}
div.picicon {
	width: 100px;
//	position: relative;
//	margin-left:auto;
float: right;
}
div.icon img {
	width: 100px;
	height: 100px;
	float: left;
	clip: rect(0px 100px 100px 0px);
}
img.icon {
	border-radius: 10px;
	float: left;
	width: 100px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);
}
div.thumb{
	display: inline-block;
	float: left;
	border-radius: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 60px;
	margin-right: 10px;
	box-shadow: 2px 2px 5px rgba(80,80,80,0.5);
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

