
/* 基本 */
body {
	margin: 0;
	padding: 0;
	background-color: #E1E1E1;
}

a {
	color: #017acd
}

div#left {   
    float: left;   
}   
  
div#right {   
    float: right;   
}   
  
.clearLeft {   
    clear:left;   
}   

/* コンテナ */
div#container {
	background-image: url("images/line-gray.png");
	background-repeat: repeat-y;
	border-left: solid 2px #FFCC00;
	border-right: solid 2px #FFCC00;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-position: right top;
}

/* ヘッダー */
div#header {
	background-color: #dddddd;
	background-image: url("images/sky-gray.png");
	background-position: 0 -60px;
	border-bottom: solid 2px #FFCC00;
	padding: 15px 20px 20px
}

div#header h1 {
	margin: 0
}

div#header right {
    position:absolute;   
    right:0;   
    top:-100px;   
    width:100px;
}

div#header p {
	color: #FFCC00;
	font-size: 0.75em;
	margin: 0
}

/* パンくずリスト */
p#bread	{
	background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px
}

/* メニュー */
ul#menu	{
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #E9E9E9;
	border-bottom: solid　1px #000000;
	border-right: solid　1px　#000000;
}

ul#menu li	{
	list-style-type: none;
	float: left;
}

ul#menu li a	{
	display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #666666;
	background-color: #E9E9E9;
	border-right: solid 1px #ffffff;
}

ul#menu li a:hover	{
	background-color: #FFCC00;
}

/* コンテンツ */
div#content	{
	width: 540px;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: auto;
	margin-bottom: 25px;
	display: inline
}

div#content h2	{
	background-color: #014471;
	background-image: url("images/bar-orange.png");
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content h3	{
	background-color: #e0e0e0;
	background-image: url("images/bar-red.png");
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0
}

div#content p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px
}

div#content p#message {
	margin-top: 0
}

/* サイドバー */
div#sidebar	{
	width: 190px;
	float: right;
	margin-bottom: 25px
}

ul.sidemenu	{
	border-top: solid 2px #FFCC00;
	font-size: 0.75em;
	margin-top: 25px;
	margin-left: 12px;
	margin-right: 12px;
	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: #000000;
	background-color: transparent;
	border-bottom: solid 2px #FFCC00;
	padding-left: 5px
}

ul.sidemenu li a:hover {
	background-color: #FFCC00;
	color: #ffffff
}

p.feed img {
	border: none;
	vertical-align: middle
}

/* フッター */
div#footer	{
	background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 2px #FFCC00;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both
}

address	{
	font-size: 0.75em;
	font-style: normal;
	color: #666666;
	text-align: left;
	padding: 12px
}

/* --- 一覧テーブル（タイプ１） --- */
div.main-table {
	padding-top: 10px;
	padding-bottom: 14px;
}
div.main-table table {
	background-color: #ffffff;
	margin: 0px auto 35px auto;
}
div.main-table th {
	width: 100px;
	line-height: 80%;
	text-align: center;
	background-color: #eee;
	background-image: url("images/table-bg.gif");
	padding: 8px 14px;
}
div.main-table th.w2 {
	width: 200px;
	line-height: 80%;
	text-align: center;
	background-color: #eee;
	background-image: url("images/table-bg.gif");
	padding: 8px 14px;
}

div.main-table td {
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 160%;
	background-color: #ffffff;
	padding: 8px 14px;
}

div.main-table table kbd {
	font-size: 80%;
	line-height: 80%;
	letter-spacing: 2px;
}

div.main-table kbd {
	font-size: 13px;
	letter-spacing: 8px;
}

div.main-table kbd {
	font-size: 80%;
	letter-spacing: 8px;
}

div.main-table-text {
	font-size: 80%;
	line-height: 160%;
	border: 1px solid #aaa;
	padding: 14px;
	margin: 0px 86px 36px;
}
