@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	background-image : url(img/backlineimage.gif);
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #699; 
}
#wrapper {
	width: 900px; /* ボックスの幅を指定 */
	/* width: 100%;  */
}

/* ヘッダー
---------------------------------------------*/
#header {
	background-color: #FFFFFF;
	margin: 5px 10px 0 40px;;
	width: 800px;
	height: 60px;
}

/* 段組
---------------------------------------------*/
#container {
	position: relative;
	margin: 5px 0;
	width: 100%;
}
#primary {
	margin: 0 155px 0 130px; /* banner+10px and navi+10px margin */
	background-color: #FFFFFF;
	/* for debug -- background-color: #C7D5ED; */
}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px; /* ボックスの幅 */
	background-color: #F9CFBA;
	background-image : url(img/back_yellow.gif);
}
#advertisement {
	position: absolute; /* 値にabsoluteを指定 */
	right: 0px; /* 右からの配置位置を指定 */
	top: 0px; /* 上からの配置位置を指定 */
	width: 155px; /* ボックスの幅を指定 */
	background-color: #FFFFFF;
	text-align: center;
}
/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	background-color: #DDDDDD;
	height: 60px;
	padding: 5px;
	color: #999999;
	font-size: 10px;
	border-top: #333 solid 2px;
}
#footer p{
	position: absolute;
	left: 0;
}

/* 本文
---------------------------------------------*/
#ttll {
  top: 0;
  float: left;
  width: 42px;
  height: 60px;
  padding: 5px;
  background:#ffffff url(img/manekineko_mini.gif) no-repeat top left;
}
#ttllt {
  top: 0;
  float: left;
  width: 140px;
  padding: 5px;
	text-align: center;
	font-size: 13px;
}

#ttlc {
  top: 0;
  float: left;
  width: 515px;
  height: 56px;
  margin : 7px 10px 0 10px;
  padding: 9px;
  background:#ffffff url(img/title2000.gif) no-repeat top center;
}
#ttlc p{
  display: none;
}
#ttlr {
  top: 0;
  float: right;
  width: 42px;
}
#ttlr .linkicon {
	border-width : 0 0 0 0;
}

#sidebar {
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
}
#sidebar h4{
	margin: 15px 0 5px 0;
	padding: 0;
	color: #FFFF00;
	font-size: 14px;
}
#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar li{
	margin: 0 0 0 10px;
	padding: 4px;
}
#sidebar a {
	color : #FFFFFF;
	border-bottom: 1px dotted #FFFFFF; 
}
#sidebar .linkicon {
	border-width : 0 0 0 0;
}

#ensenlist {
	border: 1px solid #ffffff;
	font-size: 12px;
	padding: 5px;
	width: 610px;
	margin: 10px 0 0 5px;
	background-color: #ffffff;
	color: #666666;
}
#ensenlist h2 {
	padding: 3px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
#ensenlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ensenlist li {
	padding: 3px;
	margin: 0 0 0 10px;
}

#ensenlist a:hover, #ensenlist a:active {
	color: #F63;
	padding-bottom: 1px;
	border-bottom: 1px solid #F63;
}

/* 補足情報
---------------------------------------------*/
	/* リンク
	---------------------------------------------*/
