@charset "utf-8"; /* 文字エンコードの設定（削除不可） */
/* ********************************************** */
/* ハイテックツートン（２カラム）                 */
/*                      Little Prayer / Chato Aoi */
/* ********************************************** */
@media screen{ /* スクリーンメディア用 */
/* 全称 */
* {
	margin : 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
/* html・body */
html	{	}
 /* 罫線 */
hr{ display: none; }
  /* #PAGETOPなどへのリンク部分 */
ul.modori{
	list-style: none;
	text-align: right;
}
 /* 画像 */
img{
	border: none;
	max-width: 100%;
}

/* リンク設定 */ 
a:link,
a:visited {
	color: #333333;
	text-decoration : none;
}
a:active,
a:hover {
	color : #ffcc33;
	text-decoration : underline;
}

/* リスト設定 */ 
ul,ol{
	list-style-position:inside;
	margin : 0;
} 

/* ページ */
body {
	/* 背景 */
	background:#ffffff url(bg-x.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	background-attachment:fixed;

	/* フォント */
	font-size:10pt;  
	color:#666666;  
	font-family:Verdana,Osaka,'MS P Gothic';
	font-weight:normal;
}

#PAGETOP {
	/* 内容全体の幅 */
	max-width:700px;
	/* 余白 */
	margin:1em auto;
	padding:0px 0px;
}

/* ヘッダー */

#HEADER {
}
#HEADER h1 {
}
h1:first-letter{
	color:#000000;
}
/* パンくずリスト */
ul#PAN {
	list-style-type:none;
	margin : 10px;
	padding: 0;
	display: none;
}
ul#PAN li{
	display:inline;
}
ul#PAN li:before{
	content:"+";
}

/* メニュー設定 */
#MENU{
}
#MENU ul{
	margin : 10px 0;
	padding: 0 10px;
	list-style-type: square;
}
#MENU li{
	margin : 0;

}

/* 記事本文 */
#KIZI {
}
.text{
	margin : 1em;
}

/* フッター部分 */
#FOOTER{
	/* メニューのフロートを解除 */
	clear: both;

	text-align:right;
	border-top: 1px solid #000000;
	margin : 3em 0 0 0;
	padding: 1em 0;
}
div#FOOTER h2 { display: none; }

div#FOOTER ul{
	margin : 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
div#FOOTER li,
div#FOOTER address {
	list-style-type: none;
}
div#FOOTER li {
}


/* 見出し設定 */ 

h2{
	font-size: 12px;
	color: #ffffff;
	background: #000000;
	margin : 0;
	padding: 5px 10px;
}

h3{
	font-size:12px;
	color:#000000;
	border-left:4px solid #000000;
	margin:10px 0px 5px 0px;
	padding:7px 8px;
}
h4{
	font-size:12px;
	color:#666666;
	border-left:4px solid #cccccc;
	margin:10px 5px 5px 5px;
	padding:2px 5px;
}

/* その他要素 */ 
em{font-style:normal;font-weight:bold;}
strong{color:#3366cc;background-color:#ccffff;}
ins{text-decoration:none;border-bottom:1px solid #33aaff;}
del{text-decoration:line-through;}
/* 整形テキスト */
pre{
	width: 100%;
	overflow: auto;
	border:1px solid #000000;
}

/* 引用 */
blockquote{
	border: dashed #000000 1px;
	margin : 0 auto;
	padding: 5px;
	line-height: 160%;
	background-color: #ffffdd;
}
q{
	border-bottom: dashed #000000 1px;
	background-color: #ffffdd;
}

}
/* ********************************************** */
@media handheld, tty{ /* モバイルメディア用 */

/* (仮) */
div {
	position: static;
	margin : 0;
	padding: 5px;
}

}/* ********************************************** */
/*640px*/
@media screen and (min-width : 640px){
div#HEADER,
div#MENU {
	float: left;
	width: 240px;
	margin : 0;
	maddimg: 0;
}
#MENU{
	/* ヘッダーのフロートを解除 */
	clear: both;
}

#KIZI {
	margin : 0px 0px 20px 245px;
	padding: 0 ;
}

}/* ********************************************** */
@media print{ /* 印刷メディア用 */

/* (仮) */
body	{background-color:#ffffff; color:#000000; font-family:Serif;}
a[href]::before	{content:"("attr(href)")";}
ul#PAN,ul.modori,#MENU,#FOOTER	{display: none;}
div	{position: static;}

}
