/* 一番外側 */
.csr-outer {
	margin:0;
	padding:0;
	width:605px;
	position:relative;
	overflow:hidden;
	color:#333;
}

.csr-outer img {
	vrtical-align:bottom;
	border:none;
}

.csr-outer p,
.csr-outer h1,
.csr-outer h2,
.csr-outer h3,
.csr-outer ol,
.csr-outer ul,
.csr-outer li,
.csr-outer dl,
.csr-outer dt,
.csr-outer dd,
.csr-outer div {
	margin:0;
	padding:0;
}

/* ヘッダー */
#csr-header {
	margin:0 0 25px 0;
	padding:2em 0 0 0;
	width:605px;
}

#csr-index #csr-header {
	margin:0;
}

/* ヘッダーをのぞくコンテンツの外側 */
.csr-outer #csr-container {
	margin:0;
	padding:0;
	width:605px;
	overflow:hidden;
}

/* タイトルまわり */
.csr-outer #csr-container h2 {
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	font-weight:normal;
	background:url('../img/ttl_bg_oth.gif') no-repeat left bottom #fff;
	color:#333;
}

.csr-outer #csr-container h3 {
	margin:0 0 7px 0;
	padding:0 0 5px 0;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	color:#06c;
}

.csr-outer #csr-container h4 {
	margin:0 0 2px 0;
	padding:0;
	font-weight:bold;
}

/* 段落 */
.csr-outer #csr-container p {
	margin:0;
	padding:0 0 10px 0;
}

.csr-outer #csr-container p.btm-0 {
	padding-bottom:0;
}

.csr-outer #csr-container p.top-25 {
	margin-top:25px;
	padding-bottom:0;
}


/* TOPページ　ヘッダー */
#csr-header h1,
#csr-header h2 {
	width:605px;
}

#csr-header p {
	margin:10px 0 0 0;
}

/* TOPページ　最新情報 */
.csr-outer #csr-container h2.csr-news {
	background:url('../society/img/ttl_bg_soc_news.gif') no-repeat left bottom #fff;
	color:#f33;
}

.csr-outer #csr-container .csr-news-unit {
	width:605px;
	height:100px;
	overflow:auto;
	border-bottom:1px solid #ccc;
}

.csr-news-tbl {
	margin:0;
	padding:0;
	width:585px;
}

.csr-news-tbl th {
	padding:3px 10px 3px 0;
	width:9em;
	color:#333;
	font-weight:normal;
	text-align:left;
	border-bottom:1px dotted #ccc;
}

.csr-news-tbl td {
	padding:3px 0;
	border-bottom:1px dotted #ccc;
	color:#333;
}

/* TOPページ　左右分割 */
.csr-outer #csr-container #csr-left-cont {
	width:405px;
	float:left;
}
.csr-outer #csr-container #csr-right-cont {
	width:180px;
	float:right;
}
.csr-outer #csr-container #csr-left-cont h2 {
	margin-top:25px;
}

/* TOPページ　戸田 */
#csrIndexToda {
	padding-left:80px;
	height:60px;
	background:url(../img/index_toda.jpg) no-repeat 0 0;
}
.csr-outer #csr-container #csr-right-cont {
	width:180px;
	float:right;
}
.csr-outer #csr-container #csr-left-cont h2 {
	margin-top:25px;
}


/* レポート　ヘッダーのタイトル */
#csr-report #csr-header h1 {
	height:90px;
	background:url('../report/img/title.jpg') no-repeat left top #fff;
	text-indent:-9999px;
	font-size:1px;
	line-height:1;
}

#csr-report #csr-header .paragraph h2 {
	margin:0 0 3px 0;
	padding:0 0 0 5px;
	border-left:5px solid #566f7b;
	line-height:1.3;
}

/* レポート　ヘッダーの段落 */
#csr-report #csr-header p,
#csr-report #csr-header .paragraph {
	margin:0;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
	background:url('../report/img/bg.gif') repeat-x left top #fff;
}


/* レポート　左右分割 */
.csr-outer #csr-container #csr-left-cont-02 {
	width:250px;
	float:left;
}

.csr-outer #csr-container #csr-right-cont-02 {
	width:335px;
	float:right;
}





/* 行頭に矢印がつくリスト */
.csr-arrow-list {
	margin:0;
	padding:0;
	list-style:none;
}

.csr-arrow-list-02 {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}

.csr-arrow-list li,
.csr-arrow-list-02 li {
	margin:0 0 0 5px;
	padding:0 0 0 17px;
	background:url('../img/arrow_gray.gif') no-repeat left top #fff;
}

#csr-container #csr-right-cont-02 .csr-oth .csr-arrow-list h3 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	border:none;
}

/* 行頭にPDFアイコンがつくリスト */
.csr-pdf-list {
	margin:0;
	padding:0;
	list-style:none;
}

.csr-pdf-list li {
	margin:0;
	padding:2px 0 4px 22px;
	background:url('/img/acro.gif') no-repeat left top #fff;
}

/* 下に点線の出るリスト */
.csr-dotline-list {
	margin:0;
	padding:0;
	list-style:none;
}

.csr-dotline-list li {
	margin:0 0 3px 0;
	padding:0 0 3px 0;
	border-bottom:1px dotted #ccc;
}

/* テキスト、画像等の右回り込み */
.float-right {
	margin:0 0 0 10px;
	float:right;
}

/* 画像に1pxの罫線 */
.border {
	border:1px solid #ccc;
}

/* Adobe Readerのダウンロード */
.reader-attention {
	margin:10px 0;
}

.reader-attention img {
	margin:0 0 0 5px;
	float:right;
}

/* 左右並びの画像 */
.csr-outer #csr-container .img-outer {
	margin:0 auto 10px auto;
	width:370px;
	overflow:hidden;
}

.csr-outer #csr-container .img-outer .left-img {
	width:182px;
	text-align:center;
	float:left;
}

.csr-outer #csr-container .img-outer .right-img {
	width:182px;
	text-align:center;
	float:right;
}

.csr-outer #csr-container .img-outer .left-img img,
.csr-outer #csr-container .img-outer .right-img img {
	margin:0 0 3px 0;
	border:1px solid #ccc;
}

/* 左右並びの画像2 */
.csr-outer #csr-container .img-outer-02 {
	margin:0 auto 20px auto;
	width:490px;
	overflow:hidden;
	text-align:center;
}

.csr-outer #csr-container .img-outer-02 .left-img-02 {
	width:240px;
	float:left;
}

.csr-outer #csr-container .img-outer-02 .right-img-02 {
	width:240px;
	float:right;
}

.csr-outer #csr-container .img-outer-02 .left-img-02 img,
.csr-outer #csr-container .img-outer-02 .right-img-02 img {
	margin:3px 0 0 0;
	border:1px solid #ccc;
}

/* 丸付きリスト */
.list-01 {
	margin:0;
	padding:0 0 10px 0;
	list-style-position:inside;
	list-style-type:disk;
}

.list-01 li {
	margin:0 0 0 1em;
	padding:0;
	text-indent:-1em;
}

/* 数字付きリスト */
.csr-outer #csr-container ol {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:decimal;
}

.csr-outer #csr-container ol li {
	margin:0 0 0 2em;
	padding:0;
}

/* 右揃えリスト */
.arign-r-list {
	margin:10px 0 0 0;
	padding:0;
	width:605px;
	text-align:right;
	list-style:none;
}

.arign-r-list li {
	margin:0;
	padding:0;
}





/* その他 - 関連サイトリンク */
#csr-related-site {
	margin:0;
	padding:0;
	width:180px;
	list-style:none;
}

#csr-related-site li {
	margin:0 0 3px 0;
	padding:0;
}

.csr-txt-right {
	text-align:right;
}


/* 文字サイズ */
#csr-size-changer {
	position:absolute;
	right:0;
	top:0;
}

#csr-size-changer dt {
	width:5.5em;
	float:left;
}

#csr-size-changer dd {
	margin:0 0 0 2px;
	padding:0;
	display:block;
	width:1.5em;
	height:1.5em;
	border:1px solid #ccc;
	background-color:#ddd;
	text-align:center;
	font-size:11px;
	float:left;
}

/* ナビ */
#csr-navi {
	position:absolute;
	left:0;
	top:0;
	list-style:none;
}

#csr-navi li {
	padding-left:10px;
	display:inline;
	background:url('../img/tri_gray.gif') no-repeat left top;
}

/* リンク色 */
.csr-outer a         { color:#627873; }
.csr-outer a:link    { color:#627873; }
.csr-outer a:visited { color:#41504d; }
.csr-outer a:hover   { color:#c93; }

#csr-size-changer a         { color:#333; text-decoration:none; }
#csr-size-changer a:link    { color:#333; text-decoration:none;}
#csr-size-changer a:visited { color:#333; text-decoration:none;}
#csr-size-changer a:hover   { color:#999; }

#csr-footer a         { color:#666; }
#csr-footer a:link    { color:#666; }
#csr-footer a:visited { color:#333; }
#csr-footer a:hover   { color:#c93; }

#csr-footer {
	margin:20px 0 10px 0;
	padding:3px 0 0 0;
	width:605px;
	text-align:right;
	list-style:none;
	border-top:1px solid #ddd;
}

#csr-footer li {
	margin:0;
	padding:0;
}
