a	{color: #017acd}

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

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(../index/akasasage_pic.jpg); 
	padding: 	10px 10px 140px 10px}

div#header h1	{margin: 0}

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

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}



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

div#content h2	{background-color: #e0e0e0;
	background-image: url(../index/bar_574.jpg);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 30px;
	padding-left: 35px;
	margin-top: 0px;
	margin-bottom: 0;
        zoom: 1;}

div#content h3	{background-color: #ffffff;
	background-image: url(../privacy/bg.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #000000;
	line-height: 30px;
	padding-left: 35px;
	margin-top: 0px;
	margin-bottom: 30;
        zoom: 1;}

div#content p	{
	font-size: 0.85em;
	line-height: 2.0;
	border: dashed;
	border-width: 0px 0px 0px 0px;
    border-padding: 5px;  
    border-color: #cccccc;
	margin-top: 10px;
}

img.right{float:right; margin:5px}

/* サイドバー */
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: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

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

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #faffda}


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(../antei/line-blue.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

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

.futoji {
	font-weight: normal;
	color: #F00;
}


		div.imagebox {
		   border: 1px dashed #0000cc; /* 枠線 */
		   background-color: #eeeeff;  /* 背景色 */
		  width: 260px;               /* 横幅 */
		   float: left;                /* 左に配置 */
		   margin: 5px;                /* 周囲の余白 */
		}
		p.image, p.caption {
		   text-align: center; /* 中央寄せ */
		   margin: 5px;        /* 余白・間隔 */
		}
		p.caption {
		   font-size: 80%;     /* 文字サイズ */
		   color: darkblue;    /* 文字色 */
		}

		p.exp {
			clear: left;       /* 回り込みを解除 */
		}
