@charset "Shift_JIS";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページの基本デザイン用CSS                             */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	list-style:none;
}

body {/* ページ全体の設定 */
	background-color: #FFFEFD;
	color: #000000;
	font-family: "Verdana","MS ゴシック","osaka";
}

img  {
    border: none;
    vertical-align: middle;
}

h1   {/* ヘッダー */
	margin: 0px;
}	

hr   {
    border: 1px dotted #C0C0C0;
    margin-bottom: 3px;
}

address {/* フッター */
	font-size: 11px;
	font-style: normal;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 5px;
	clear: both;
	line-height: 170%;
	color: #333333;
	background: url('../img/footer.gif') no-repeat #FFFFFF;
}

/* ↓↓リンクの設定↓↓ */

/* リンク（TOPメニュー用）　　　　　　　　　　           */

A#top:link{color: #01327e; text-decoration:none; font-weight:bold}
A#top:visited{color: #01327e; text-decoration:none; font-weight:bold}
A#top:active{color: #f8a310; text-decoration:underline; font-weight:bold}
A#top:hover{color: #f8a310; text-decoration:underline; font-weight:bold}

.link       {/* topリンク */
	width: 780px;
	margin:0px;
    padding:5px 0px 5px 0px;
    text-align: left;
    vertical-align:middle;
    background-image: url(../img/bg2.gif);
    color:#01327e;
    font-size:13px;
}

/* ↓↓span（文字色やサイズ）設定↓↓ */

em          {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

strong      {
    color: #FF0000;
    font-size: 11px;
    font-weight: normal;
}

span.f10n    {
    font-size: 10px;
    font-weight: normal;
    color:#008000;
    line-height: 110%;
}

span.f10k    {
    font-size: 10px;
    font-weight: normal;
    line-height: 110%;
}

span.f10    {
    font-size: 10px;
}

span.f11    {
    font-size: 11px;
    font-weight: normal;
}

span.f14    {
    font-size: 14px;
}

span.red    {
    color: #c54d69;
}

span.red2   {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

span.red3   {
    color: #FF0000;
    font-size: 10px;
    font-weight: normal;
}

span.blue   {
    color: #00b2da;
    
}

span.blue16   {
    color: #0000FF;
    font-size: 16px;
    font-weight: bold;
}

span.orange   {
    color: #FF9900;
    font-size: 16px;
    font-weight: bold;
}
