@charset "utf-8";
/* CSS Document */

/* コンテナ スタート */
div#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/research/irss/image/gray_line.png);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-bottom: 15px;
}
body {
	margin: 0px;
	padding: 0px;
}

a img {
	border-style: none;
}


/* ヘッダー スタート */
div#header {
	background-color: #f2f2f2;
	background-image: url(/research/irss/image/top_bar.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

p#bread {
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-right: 80px;
	padding-top: 10px;
	margin-top: 0px;
}
p#bread a {
	color: #333333;
	text-decoration: none;
}
p#bread a:hover {
	color: #1fcccc;
}

/* コンテンツ スタート */
div#content {
	width: 510px;
	float: right;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}

div#content h2 {
	background-image: url(/research/irss/image/title_bar.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	height: 30px;
	width: 510px;
	color: #000000;
	line-height: 29px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}


div#content p {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 15px;
	margin-right: 12px;
	margin-left: 12px;
}


/* サイドバー スタート */
div#sidebar {
	width: 190px;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 760px;
	background-image: url(/research/irss/image/shaken_logo_in-90.gif);
	background-position: center 610px;
	border-bottom: 1px dashed #666;
}
ul.sidemenu {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}
ul.sidemenu li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.sidemenu #submenu {
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #1a1a1a;
	background-color: #f3f3f3;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-left: 1px;
}
ul.sidemenu #submenu li a {
	text-decoration: none;
	color: #1a1a1a;
}
ul.sidemenu #submenu li a:hover {
	color: #1fcccc;
}




/* フッター スタート */
div#footer {
	background-image: url(/research/irss/image/footer_bar.gif);
	height: 86px;
	width: 760px;
	background-repeat: no-repeat;
	margin-top: 0px;
	clear: both;
}

div#footer p {
	font-size: 0.75em;
	color: #333333;
	margin-top: 22px;
	float: left;
	margin-left: 16px;
	line-height: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


address {
	font-size: 11px;
	font-style: normal;
	text-align: right;
	padding-right: 20px;
	padding-top: 60px;
	color: #333333;
}
