@charset "Shift_JIS";

/*======================================================================
テキスト・フォント設定
======================================================================*/
/*----------------------------------------------------------------------
リンク時のアクション
----------------------------------------------------------------------*/
/*--画像リンク時アクション--*/
a img { border: none;}
/*--フォントリンク時のアクション--*/
a:link { color: #0000FF; text-decoration: none;}
a:visited { color: #0000FF; text-decoration: none;}
a:hover { color: #FF5500; text-decoration: underline;}
a:active { color: #FF0000; text-decoration: underline;}

/*----------------------------------------------------------------------
文字色指定
----------------------------------------------------------------------*/
.red{ color:#FF0000;}
.orange-2 { color: #FF6600}
.orange-3{ color:#FF8800;}
.orange-1{ color:#FF5500;}
.blue { color: #000095}

/*----------------------------------------------------------------------
文字サイズ指定
----------------------------------------------------------------------*/
.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;}
.size1 { font-size: 9px }
.size2 { font-size: 10px }
.size3 { font-size: 12px }
.size4 { font-size: 14px }
.caption {font-size:0.8em;line-height:100%;}
.font-size85{font-size:85%;	line-height:140%;}
.font-size90{font-size:90%;	line-height:140%;}
.font-size95{font-size:95%;	line-height:140%;}
.font-size105{font-size:105%;}
.font-size110{font-size:110%;}
.font-size115{font-size:115%;}
.font-size120{font-size:120%;}
.font-size125{font-size:125%;}
.font-size130{font-size:130%;}
.font-size135{font-size:135%;}
.font-size140{font-size:140%;}

/*--テキスト回り込み設定--*/
.text-align-right { text-align: right;}
.text-align-center { text-align: center;}
.text-align-left { text-align: left;}

/*----------------------------------------------------------------------
見出し
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px;}
h1{ font-size: 130%;}
h2{ font-size: 125%;}
h3{ font-size: 120%;}
h4{ font-size: 110%;}
h5{ font-size: 100%;}
/*----------------------------------------------------------------------
小見出し
----------------------------------------------------------------------*/
.komidashi-lineleft-red {
	color:#333333;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding: 3px 0 3px 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
.komidashi-lineleft-orange {
	color:#333333;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding: 3px 0 3px 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
/*---小見出し---*/
.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: 5px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	color:#2b7966;
}
.komidashi-orange{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding: 5px 0 5px 5px;
	margin: 5px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
}
.komidashi-green{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #89d73c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding: 5px 0 5px 5px;
	margin: 5px 0px 0px 0px;
	font-size: 1.2em;
	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: 5px 0 5px 5px;
	margin: 5px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
}
.komidashi-noline{
	color:#333366;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.5em;
	padding: 5px 0 5px 5px;
	margin: 5px 0 0px 0;
}
.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;
}
/*----------------------------------------------------------------------
テキストインデント
----------------------------------------------------------------------*/
/*---一文字アキ---*/
.textindent-1em {
	text-indent:1em;
}