﻿

a	{color: #017acd}

/* コンテナ */
div#container	{width: 800px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(../img/ssl-logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 28px 20px 270px}

div#header h1	{padding-left:111px;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

img { border-style:none; }

a img { border-style:none; }


/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}


/* コンテンツ */
div#content	{width: 100%;
	float: right;
	margin-left: -196px;
	margin-right: auto;
	margin-bottom: 25px}

div#content h1
{padding-left:196px;
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0}

div#content h2, div#content h3, div#content p
	{margin-left: 196px}

div#content h2	{background-color: #ffffff;
	background-image: url(../img/bar-blue.jpg);
	background-repeat: no-repeat;
	border: solid 0px #000000;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 32px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	background-image: url(../imgmaru-skyblue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

/* テーブル
---------------------------------------------*/
table#table-01 {
    width: 500px;
    border: 1px #000000 solid;
    border-collapse: collapse;
padding-left:196px;
font-size:0.9em;
}

table#table-01 th {
    padding: 5px;
    border: #000000 solid;
    border-width: 0 0 1px 1px;
    background: #ffffff;
    font-weight: bold;
    line-height: 120%;
  
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #000000 solid;
    border-width: 0 0 1px 1px;
    background: #ffffff;
  
    white-space: nowrap;
}


/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #270778;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #6630F1}

p.feed	{margin-bottom: 10px}

p.feed a	{font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}


/* フッター */
div#footer	{background-image: url(../imgline-blue.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

