@chaeset "Shifr_JIS";

/*======================================================================
テキスト・フォント設定
======================================================================*/
/*----------------------------------------------------------------------
リンク時のアクション
----------------------------------------------------------------------*/
/*--画像リンク時アクション--*/
a img {
	border: none;
}

/*--フォントリンク時のアクション--*/
a:link {
	color: #00369D;
	text-decoration: none;
}
a:visited {
	color: #0088dd;
	text-decoration: none;
}
a:hover {
	color: #e4007f;
	text-decoration: underline;
}
a:active {
    color: #FF0000;
    text-decoration: underline;
    font-size: 100%;
}
.textorange {
	color: #FF6600
}

/*----------------------------------------------------------------------
見出し
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 130%;
 color: #000000;
}

h2{
 font-size: 125%;
 color: #006699;
}

h3{
 font-size: 120%;
 color: #333333;
}

h4{
 font-size: 100%;
 color: #333333;
}

h5{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

/*----------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------*/
.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;
}

/*----------------------------------------------------------------------
見出し・小見出し
----------------------------------------------------------------------*/
/*---小見出し---*/
.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;
}

/*----------------------------------------------------------------------
文字色色指定
----------------------------------------------------------------------*/
.red{
	color:#FF0000;
}

