@charset "Shift_JIS";

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

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

img  {
    border: none;
}

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

h2   {
	font-size: 14px;
	text-align:left;
	margin: 10px;
	padding-bottom: 10px;
	color: #FF6600;
}

h3   {/* 各項目見出し部分 */
	color: #0000FF;
	font-size: 14px;
	margin: 10px;
	padding: 10px;
	border-left:solid 10px #FF9900;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	text-align: left;
	clear:both;
	width: 30%;
}

p    {/* 本文 */
	font-size: 12px;
	line-height: 150%;
}

em   {
    color: #FF0000;
    font-size: 12px;
    font-style: normal;
}

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 1px #666666;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
	line-height: 170%;
}

p img {/* 本文内の画像ファイルに対する指定 */
	float: left;
	margin-right:5px;
}

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

A:link		{color: #0000ff; text-decoration:underline;}
A:visited	{color: #0000ff; text-decoration:underline;}
A:active	{color: #0000ff; text-decoration:underline;}
A:hover		{color: #ff6600; text-decoration:underline;}

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

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

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

span.red    {
    color: #FF0000;
}

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

span.blue   {
    color: #0000FF;
}

span.orange   {
    color: #FF9900;
}
