@chaeset "Shifr_JIS";

/*======================================================================
テキスト・フォント設定
======================================================================*/
/*----------------------------------------------------------------------
リンク時のアクション
----------------------------------------------------------------------*/
/*--画像リンク時アクション--*/
a img {
	border: none;
}

/*--フォントリンク時のアクション--*/
a:link {
	color: #348b02;
	text-decoration: none;
}
a:visited {
	color: #348b02;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
}
.textorange {
	color: #FF6600
;}

/*----------------------------------------------------------------------
見出し
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 115%;
 color: #006699;
}

H3{
 font-size: 110%;
 color: #333333;
  background-color : #004000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/*----------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------*/
.xx-small{
	font-size: xx-small;
}
.x-small{
	font-size: x-small;
}
.small{
	font-size: small;
}
.medium{
	font-size: medium;
}
.large{
	font-size: large;
}
.x-large{
	font-size: x-large;
}
.xx-large{
	font-size: xx-large;
}

/*--テキスト回り込み設定--*/
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
/*--テキスト回り込み設定--*/
#text-align-right {
	text-align: right;
}
#text-align-center {
	text-align: center;
}
#text-align-left {
	text-align: left;
}

/*----------------------------------------------------------------------
見出し・小見出し
----------------------------------------------------------------------*/
/*---小見出し---*/
.midashi-gray{
	width:100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2b7966;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	background-color:#EEEEEE;
	padding: 3px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	color:#2b7966;
}
.komidashi-orange{
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding: 6px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.komidashi-green{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #89d73c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding: 6px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.komidashi-skyblue{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #66CCFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding: 6px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.komidashi-noline{
	color:#333366;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.5em;
	margin: 0px;
	padding: 2px 0px 10px 0px;
}
.kokomidashi{
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	line-height:1.5em;
	font-weight: bold;
}
.danraku-title{
	margin: 0px;
	padding: 20px 0px 15px 0px;
	font-size: 1.2em;
	font-weight: bold;
}
.danraku-title-s{
	margin: 0px;
	padding: 20px 0px 5px 0px;
	font-size: 115%;
	font-weight: bold;
}

/*----------------------------------------------------------------------
文字色色指定
----------------------------------------------------------------------*/
.red{
	color:#FF0000;
}
.gray{
	color:#666666;
}
.white{
	color:#FFFFFF;
}
.kijitsu{
	color:#FFFFFF;
	font-size:10px;
}