@charset "UTF-8";

/* コンテンツ共通スタイル
-------------------------------------------------------------------------------- */

div#contents-area h4 {
	margin:15px 0 5px 10px;
	font-size: 100%;
	color:#923222;
}


/* 次のページへスタイル */
div#contents-area div.next-page {
	float: right;
	margin:0 10px 20px 0;
}

div#contents-area div.next-page a {
	padding: 0.4em 1em 0.4em 1.6em;
	border: 1px solid #898989;
	display: block;
	background: url(../img/next-bottun_off.gif) 0 100% no-repeat;
}

div#contents-area div.next-page a:hover {
	border: 1px solid #A7A7A7;
	display: block;
	background: url(../img/next-bottun_on.gif) 0 100% no-repeat;
}

div#contents-area div.next-page a:visited {
	color: #923222;
	text-decoration: none;
}

div#contents-area div.next-page a:active,
div#contents-area div.next-page a:hover {
	color: #634329;
	text-decoration: none;
}





/* １．離脱症状と対処法　ページスタイル
-------------------------------------------------------------------------------- */
div#contents-area div#depend_index h3 {
	font-size:120%;
	margin:20px 10px 10px 10px;
}

div#contents-area div#depend_index ul {
	margin:0px 10px 30px 10px;
	display:inline-block;
}

div#contents-area div#depend_index ul:after {
	clear:both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}

div#contents-area div#depend_index ul li {
	float:left;
	width:120px;
	text-align:center;
	border:3px solid #EEE;
	margin:0 10px 10px 0;
	padding:5px;
	font-size:90%;
	height:150px;
}







/* ３．タバコ依存度評価　ページスタイル
-------------------------------------------------------------------------------- */
div#contents-area div#depend_survey table.se002 {
	border-collapse: collapse;
	margin-bottom:20px;
}

div#contents-area div#depend_survey table.se002 th,
div#contents-area div#depend_survey table.se002 td {
	padding:5px 10px;
	border:3px solid #FFF;
	border-collapse: collapse;
	background:#f4eae8;
}

* html body div#contents-area div#depend_survey table.se002 th {
	font-size:95%;
	line-height:140%;
}

* html body div#contents-area div#depend_survey table.se002 td{
	font-size:95%;
	line-height:140%;
}

div#contents-area div#depend_survey table.se002 caption {
	display:none;
}

div#contents-area div#depend_survey table.se002 th.brown01,
div#contents-area div#depend_survey table.se002 td.brown01 {
	background-color:#e9d6d3;
}

div#contents-area div#depend_survey table.se002 th.brown02,
div#contents-area div#depend_survey table.se002 td.brown02 {
	background-color:#dec1bc;
}

div#contents-area div#depend_survey table.se002 th.brown03,
div#contents-area div#depend_survey table.se002 td.brown03 {
	background-color:#d3ada7;

}



div#contents-area div#depend_survey table.se003 {
	border-collapse: collapse;
	margin-bottom:20px;
	table-layout:fixed;
}

div#contents-area div#depend_survey table.se003 th,
div#contents-area div#depend_survey table.se003 td {
	padding:5px 10px;
	border:1px solid #d3ada7;
	border-collapse: collapse;
	text-align:center;
}

* html body div#contents-area div#depend_survey table.se003 th {
	font-size:95%;
	line-height:140%;
}

* html body div#contents-area div#depend_survey table.se003 td {
	font-size:95%;
	line-height:140%;
}

div#contents-area div#depend_survey table.se003 th {
	text-align:left;
}



