@charset "Shift_JIS";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページの基本デザイン用CSS                             */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {/* ページ全体の設定 */
	background-color: #FFFEFD;
	color: #000000;
	font-family: "Verdana","MS ゴシック","osaka";
}

img  {
    border: none;
    vertical-align: middle;
}

.image2 {
	vertical-align:text-top;
}

h1   {/* ヘッダー */
	margin: 0px;
}	

h2   {
	font-size: 12px;
	text-align:right;
	margin:1em 0px;
}

h3   {/* 各項目見出し部分 */
	color: #000000;
	line-height: 150%;
	margin: 20px 0 20px 10px;
	padding: 12px 0px 0px 18px;
	clear: both;
}

p    {/* 本文 */
	font-size: 12px;
	line-height: 150%;
}

ul {/* リスト基本 */
   margin: 0px;
   padding: 2px 15px 2px 25px;
   text-align: left;
   font-size: 1em;
   line-height: 160%;
}

li {/* リスト詳細 */
   list-style-type:square;
   color:#000000;
}

hr   {
    border: 1px dotted #C0C0C0;
    margin-bottom: 3px;
}

address {/* フッター */
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: solid 2px #ff1494;
	border-bottom: solid 3px #ff1494;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	clear: both;
	line-height: 170%;
}

p img {/* 本文内の画像ファイルに対する指定 */
	float: left;
	margin-right:5px;
}

/* ↓↓リンクの設定↓↓ */

A:link		{color: #000080; text-decoration:none;}
A:visited	{color: #000080; text-decoration:none;}
A:active	{color: #6699FF; text-decoration:none;}
A:hover		{color: #6699FF; text-decoration:none;}

/* ↓↓span（文字色やサイズ）設定↓↓ */

em          {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

strong      {
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
}

span.f10    {
    font-size: 10px;
}

span.f11    {
    font-size: 11px;
    font-weight: normal;
}

span.red    {
    color: #FF0000;
}

span.red2   {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

span.blue   {
    color: #0000FF;
}

span.b12      {
        font-weight: bold;
        color: #0000FF;
        font-size: 12px;
}

span.r12      {
        font-weight: bold;
        color: #FF0000;
        font-size: 12px;
}



span.blue16   {
    color: #0000FF;
    font-size: 16px;
    font-weight: bold;
}

span.orange   {
    color: #FF9900;
}
