﻿/* 喜久屋main */

/* 一般リンク */
.kiku a:link {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.kiku a:visited {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.kiku a:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #e0e0e0;
}

/* コンテナ */
div#container	{
	width: 800px;
	margin-left: 0;
	margin-right: auto;
}

/* 右コンテンツ */
div#content	{
	width: 633px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

div#content h2	{
	background-color: #005087;
	background-image: url(../k_topimg/bar-blue.png);
	background-repeat: repeat;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
	margin-top: 1px;
	margin-bottom: 0px;
}

div#content h3	{
	background-color: #e0e0e0;
	background-image: url(../k_topimg/bar-bl633.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #005087;
	text-align: center;
	line-height: 23px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 右コンテンツLINK */

.content a:link {
	text-decoration: none;
	color: #005087;
	height: 23px;
	display: inline;
	background-color: #e0e0e0;
	background-image: url(../k_topimg/bar-li-wh.png);
	margin-top: 0px;
	margin-right: 20px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content a:visited {
	text-decoration: none;
	color: #005087;
	height: 23px;
	display: inline;
	background-color: #e0e0e0;
	background-image: url(../k_topimg/bar-li-wh.png);
	margin-top: 0px;
	margin-right: 20px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #017acd;
	background-image: url(../k_topimg/bar-li-rbl.png);
}

/* 中見出し */ 
div#content h4	{
	width: 597px;
	text-align: left;
	font-size: 13px;
	color: #ffffff;
	background-image: url(../images/dbr120.jpg);
	background-color:#ffffff;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #005087;
	border-left-color: #005087;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* 目次 */ 
div#content h5	{
	width: 560px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	background-color:#ffffff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left: solid 4px #9c3864;
	border-bottom: dotted 1px #9c3864;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 8px;
}

/* 左サイドバー */
div#sidebar	{
	width: 160px;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}

ul.sidemenu	{
	font-size: 13px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 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: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

ul.sidemenu li a:hover	{
	background-color: #017acd;
}

/*グレー文字*/
.p1 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	text-indent: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/*黒文字*/
.p2 {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	text-indent: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/*青文字*/
.p3 {
	font-size: 12px;
	color: #005087;
	line-height: 18px;

	text-indent: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* フッター */

div#footer	{
	clear: both;
	width: 800px;
	height:18px;
	line-height:18px;
	background-image: url(../k_topimg/line-bluew.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;

}

address	{
	font-size: 12px;
	color: #0000ff;
	font-style: normal;

}


