@charset "Shift_Jis";
  /*colorpick 背景色(グレーがかった紫):#cc0000;
  紫:#cc0000;
*/

*						{
  margin:0;
  padding:0;
  background-color:transparent;
}
/*基本指定*/

p						{
  }
/*指定なし*/

dl						{
  }
/*指定なし*/

form					{
  }
/*指定なし*/

* html input, * html textarea, * html select
						{
  border:1px solid #EEE;
}
input:focus, textarea:focus, select:focus
						{
  color:#FFF;
  background-color:#cc0000;
  border:1px solid #cc0000;
}
/*各ID*/

/*ヘッダーの指定*/

*>div#HEADER			{
  position:				fixed;
}
/*ナビゲーションの指定*/

*>div#NAVI				{
  position:				fixed;
  min-height:				100%;
}
/*コンテンツの指定*/

*>div#CONTENTS		{
  min-height:				100%;
  height:					auto;
}
*>h3.subtitle			{
  margin:					10px 0;
  font-family:				"Century Gothic", Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;
  font-size:				1.4em;
  color:					#cc0000;
  line-height:				40px;
}
*>h3.subtitle:first-letter	{
  padding:				20px;
  font-size:				1.5em;
  color:					#FFF;
  background-image:		url(../img/subtitle_first-letter.png);
  background-repeat:		no-repeat;
  background-position:	50% 50%;
}
* html h3.subtitle		{
  margin:					10px 0;
  font-family:				"Century Gothic", Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;
  font-size:				1.4em;
  color:					#cc0000;
}
/*フッターの指定*/

div#FOOTER address	{
  }
/*その他テンプレートのための指定*/



TD{
  font-size : 11px;
  line-height : 15px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-width : 1px 1px 1px 1px;
}
H6{
  color : black;
  background-image : url(http://hime15.jp/bg.gif);
  font-size : 15px;
}
H5{
  color : #FF9999;
}
BODY{
  font-size : 11px;
  margin-top : 1px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 1px;
  scrollbar-face-color:FFFFFF;
  scrollbar-highlight-color:FFFFFF;
  scrollbar-shadow-color:FFFFFF;
  scrollbar-3dlight-color:FFFFFF;
  scrollbar-arrow-color:CC0000;
  scrollbar-track-color:FFFFFF;
  scrollbar-darkshadow-color:FFFFFF;
}
PRE{
  color : #000000;
  font-weight : bold;
  background-color : #ffd2e9;
}
A{
  color : #cc0000;
  text-decoration : none;
}
A:LINK{
  color : #cc0000;
}
A:VISITED{
  color : black;
}
A:HOVER{
  color : #000000;
  text-decoration : underline;
}
H4{
  color : #ffffff;
  background-color : #cc0000;
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #cc0000 #cc0000 #cc0000 #cc0000;
}
FORM{
  font-size : 12px;
}

