body{
    margin-top:0;
}

a	{color: #017acd}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff ;}

/* ヘッダー */
div#header	{background-color: #ffffff;
	padding: 28px 0px 1px}

div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #000099}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 100px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #000099;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #017acd}

ul#menu li.menulast a	{border-right: none}

/* コンテンツ */
div#content	{width: 550px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;}
	


/* サイドバー */
div#sidebar	{width: 200px;
	float: right;
	margin-bottom: 25px;}


div#content h2	{background-color: #014471;
	background-image: url(bar-darkblue.png);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	line-height: 45px;
	padding-left: 12px;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	background-image: url(maru-skyblue.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px}

div#content p	{font-size: 0.9em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #000099;
	margin-top: 25px;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear:both;}


address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}


 
/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px}



 
/* ボックスタイトル */
#box_title {
    width: 500px;
    background-color: #ffffff;
    color: #000099;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-left: 12px;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 3px; 
    border-color: #0097E0;
}


/* テーブル */
#list table  {
    border-style: none ;
    border-width: 0px ;
    }


#list th {
    border-style: solid ;
    border-width: 1px ;
/*    border-color: #0097E0;
    background-color: #0097E0;
    color: #ffffff; 
    text-align: center;
    padding: 1px 1px 1px 1px;
    font-size: 0.9em;
*/
    }


#list tr td {
/*     color: #333333; */
    border-style: solid ;
    border-width: 1px ;
    border-color: #0097E0;
/*    background-color: #ffffff; 
    text-align: center;
    padding: 1px 1px 1px 1px;
    font-size: 0.9em;
*/
    }

#campany_describe  {
    text-align: left;

    }


