@charset "UTF-8";

/* -------------------------------------------------------
  layout style
  Last Update 2009-06-08 SOY Eigi

  /supporter/index.html
  /supporter/case/index.html
  /supporter/case/detail/casexxxx.html
  /supporter/link/index.html
  /supporter/discussion/detail/index.html
  /supporter/discussion/detail/discussionxxxx.html
  /supporter/information/detail/index.html
  /supporter/information/detail/informationxxxx.html

------------------------------------------------------- */

/* h1
------------------------------------------------------- */
body.detail h1 {
	padding-left: 0px;
	padding-right: 0px;
}

/* div#lead
------------------------------------------------------- */
div#lead {
	background-image: url("/supporter/images/lead_top.gif");
}
div#lead p {
	background-image: url("/supporter/images/lead_middle.gif");
}
div#lead div.end {
	background-image: url("/supporter/images/lead_bottom.gif");
}


/* h2.text
------------------------------------------------------- */
h2.text {
	padding-left: 28px;
	color: #FF3366;
	border-bottom: 2px solid #FF5C85;
}
h2.text em {
	color: #333333;
}


/* h3
------------------------------------------------------- */
body.list div#mainRightcol h3 {
	margin-bottom: 20px;
}


/* h3.text
------------------------------------------------------- */
h3.text {
	border-bottom: 2px solid #FF5C85;
}
h3.text em {
	line-height: normal;
}
body.entry h3.text img,
body.detail h3.text img {
	position: absolute;
	top: 0;
	left: 0;
}
body.entry h3.text,
body.detail h3.text {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	padding-bottom: 1px;
	text-align: right;
}
body.entry h3.text strong,
body.detail h3.text strong {
	float: left;
	font-weight: normal;
}

body.entry div#mainRightcol h3.text img,
body.detail div#mainRightcol h3.text img {
	top: 2px;
	left: 0;
}
body.entry div#mainRightcol h3.text strong,
body.detail div#mainRightcol h3.text strong {
	font-size: 123.1%;
}



/* h4
------------------------------------------------------- */
h4 {
	margin-bottom: 15px;
}


/* ul.item
------------------------------------------------------- */
body.index ul.item li h3 {
}
body.index ul.item li h3 img {
	display: block;
	margin-top: 2px;
}

body.detail ul.item li h3 {
	padding-bottom: 0px;
}

body.list ul.item li h3 {
}
body.list ul.item li h3 strong {
}


/* ol.list
------------------------------------------------------- */
ol.list li {
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 1.8;
	list-style-type: disc
}


/* table
------------------------------------------------------- */
/*  common  */
table.category,
table.form {
	border: 2px solid #FFE1E8;
}
table.category th,
table.form th {
	background-color: #FFE1E8;
}
/*  END  */

/*  table.form  */
div#mainRightcol table.form th {
	color: #FF3366;
}
div#mainRightcol table.form th em {
	color: #FF6600;
}
/*  END  */

/* table.index */
table.index {
	width: 100%;
	margin-bottom: 20px;
}
table.index tr {
	font-size: 93%;
}
table.index tr th {
	width: 20%;
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 2em;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
table.index tr td {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
/*  END  */

/* table.list */
table.list {
	width: 100%;
	margin-bottom: 30px;
}
table.list tr {
	font-size: 93%;
}
table.list tr th {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #FF5C85;
	text-align: center;
}
table.list tr td {
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
table.list tr td.category {
	width: 30px;
	padding-left: 17px;
	padding-right: 18px;
	text-align: center;
}
table.list tr td.title {
	text-align: left;
}
table.list tr td.return {
	width: 40px;
	white-space: nowrap;
}
table.list tr td.update {
	width: 70px;
	white-space: nowrap;
}
/*  END  */

/* table.list */
table.city {
	width: 100%;
	font-size: 93%;
}
table.city th {
	padding: 5px 0;
}
/*  END  */


/* div
------------------------------------------------------- */
/*  div.feedBack  */
div.feedBack {
}
div.feedBack div.text {
	border: 2px solid #FFADC2;
}
div.feedBack div.text em {
	color: #FF3366;
}
/*  END  */

/*  div.offerForm  */
div.offerForm {
	border: 2px solid #FFADC2;
}
/*  END  */


/* navL
------------------------------------------------------- */
/*  ul.supporter  */
div.navL ul.supporter {
}
div.navL ul.supporter li.bi {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.navL ul.supporter li.bi p {
	padding-left: 36px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*090615*/
div.navL ul.supporter li.bi p img {
	top: 3px;
	left: 0;
}
/*END 090615*/

div.navL ul.supporter li.sm {
	padding-top: 7px;
	padding-bottom: 7px;
}
div.navL ul.supporter li.sm p {
	padding-left: 16px;
}
/*090615*/
div.navL ul.supporter li.sm p img {
	top: 4px;
	left: 0;
}
/*END 090615*/

/*  END  */

/*  ul li a:hover  */
div.navL ul li a:hover {
	color: #FF3366;
}
/*  END  */

/* div.btnArea */
div.btnArea {
	margin-bottom: 20px;
	text-align: center;
}
/*  END  */

/* div.basic */
body.entry div.basic {
	margin-bottom: 50px;
}
/*  END  */



/* body.list
------------------------------------------------------- */
body.list ul.list {
	margin: 0;
}
body.list div.basic ul.list {
	margin-top: 0;
	border-top: 1px dotted #CCCCCC ;
}
body.list div.basic ul.list li {
	margin: 0;
	border-bottom: 1px dotted #CCCCCC ;
	padding-top: 6px;
	padding-bottom: 6px;
}
body.list div.basic ul.attention,
body.list div.basic ul.attention li {
	border: none;
}


/* body.detail
------------------------------------------------------- */
body.detail h4.text {
	margin-bottom: 10px;
	font-size: 93%;
	border-bottom: 1px solid #FF5C85;
}

body.detail table.case {
	margin-bottom: 20px;
	font-size: 93%;
}
body.detail table.case th {
	padding: 0.5em 2em 0.5em 0;
}

body.detail div.imgText,
body.detail div.img,
body.detail div.text {
	margin-bottom: 20px;
}
body.detail div.imgText div.imgArea {
	float: left;
	width: 182px;
	text-align: center;
}
body.detail div.imgText div.imgArea img {
	border: 1px solid #D9D9D9;
}
body.detail div.imgText div.textArea {
	float: right;
	width: 488px;
	font-size: 93%;
}
body.detail div.img {
	text-align: center;
}

