@charset "shift_jis";


/* common.css ガス事業部用共通css */


/*	リンクリスト
================================================== */
#jigyolink {
	background-color: #E3E3E6;
	text-align: left;
	vertical-align: top;
	
	font-size: small;
	}

#jigyolink ul {
	margin: 2px 0 18px 2px;
	list-style: none;
	}

#jigyolink ul li a {
	display: block;
	width: 152px;
	padding: 9px 0 9px 24px;
	
	border-bottom: #E3E3E6 1px solid;
	background: #FFFFFF url(../../img/common/listicon.gif) 7px 9px no-repeat;
	
	color: #666666;
	text-decoration: none;
	}

#jigyolink ul li a.now,
#jigyolink ul li a:hover {
	background: #FFFFFF url(../../img/common/listicon_ov.gif) 7px 9px no-repeat;
	}
#jigyolink ul li a:hover {
	color: #FF944C;
	}


/*	コンテンツ部分基本
================================================== */
#contents {
	width: 550px;
	margin: 18px 0 18px 18px;
	
	text-align: left;
	
	color: #666666;
	line-height: 1.5em;
	font-size: small;
	}

#contents .mainimage {
	margin-bottom: 13px;
	}

#contents .box {
	clear: both;
	margin-bottom: 24px;
	}


/* 見出し */
#contents h4 {
	margin: 0 0 10px 0;
	padding: 2px 5px;
	border: #CCCCCC 1px solid;
	}
	
#contents h4 span {
	margin-left: 2px;
	padding-left: 7px;
	border-left: #3440AD 4px solid;
	
	font-size: medium;
	font-weight: bold;
	}


/* 段落 */
#contents p {
	margin-bottom: 1em;
	}

/* 文章中イメージ */
#contents .textimage {
	float: right;
	margin: 0 0 0 28px;
	}
	
#contents .textimage img {
	margin-bottom: 20px;
	}

#contents .textimage2 img {
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 0;
	}
html>body #contents .textimage2 img {		/* IE6除くモダンブラウザ向け */
	margin-bottom: 24px;
	}

#contents .textimage3 img {
	display: block;
	float: left;
	margin-right: 13px;
	line-height: 0;
	}
html>body #contents .textimage3 img {		/* IE6除くモダンブラウザ向け */
	margin-bottom: 24px;
	}
	
	
/* 表 */
#contents .table table {
	margin: 2px 0 15px 0;
	font-size: 90%;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-spacing: 1px;
	border-collapse: collapse;
	}
#contents .table table tr {
	border-top: none;
	}
#contents .table table tr th {
	padding: 0 5px;
	background-color: #EEEEEE;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	}
#contents .table table tr td {
	padding: 0 5px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	}
	
	
/* 下部リンク */
#contents .link ul {
	display: block;
	float: right;
	margin: 2px 0 0 2px;
	list-style: none;
	}
html>body #contents .link ul {				/* IE6除くモダンブラウザ向け */
	margin-bottom: 24px;
	}

#contents .link ul li a {
	padding: 0 0 0 17px;
	
	background: #FFFFFF url(../../img/common/listicon.gif) no-repeat;
	color: #5E5EB9;
	}

#contents .link ul li a:hover {
	background: #FFFFFF url(../../img/common/listicon_ov.gif) no-repeat;
	color: #FF944C;
	text-decoration: none;
	}

/* *** eof *** */

