@charset "Shift_JIS";

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

/*--フォントリンク時のアクション--*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
.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: 110%;
 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;
}

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

div.reset {
	clear: both;
	font-size: small;
}

p.totop {
	width:640px;
	margin: 0 auto;
	font-size: x-small;
	text-align: right;
	border-top: 1px solid #cccccc;
}

a.new-window {
	padding-left: 12px;
	background-image: url(../img/new_window.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.new-window02 {
	padding-left: 12px;
	background: url(../img/new_window2.gif) no-repeat left center;
}

a.new-window-wt {
	padding-left: 12px;
	background-image: url(../img/new_window_wt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

span.new-window {
	margin-left: 0.5em;
	font-size: x-small;
	color:#3366cc;
}
.moji-grayred {
	color: #CC0000;
}



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

