@charset "UTF-8";

/* ****************************************************
1. Layout
2. Font
3. Left Navigation
***************************************************** */


/* 1. Layout
=========================================*/
body#kihon #mainContainer .kihonContainer {
	padding: 0 15px;
}
body#kihon #mainContents {
	clear: both;
	padding: 0;
}
body#kihon #contents .section {
	clear: both;
	margin: 0 0 0 20px;
	width: 670px;
}
body#kihon #contents .subsection {
	clear: both;
	margin-left: 15px;
	width: 640px;
}

/* indexTop */
#kihon .indexTop {
	position: relative;
	height: 280px;
	background: url(../../care/kihon/images/index_bg001.gif) no-repeat;
}
#kihon .indexTop .indexTitle {
	position: absolute;
	top: 30px;
	left: 35px;
}
#kihon .indexTop .indexText {
	position: absolute;
	top: 118px;
	left: 85px;
}

/* indexBlock */
#kihon .indexBlock {
	width: 800px;
	margin: 30px 35px 0;
}
#kihon .indexBlock ul.indexNavi {
	width: 785px;
	padding: 15px 0 12px 15px;
	background: #fcebf4 url(../../care/kihon/images/index_bg002.gif) no-repeat 0 bottom;
}
* html #kihon .indexBlock ul.indexNavi {
	width: 800px;
}
#kihon .indexBlock ul.indexNavi li {
	float: left;
	margin-right: 10px;
}
#kihon .indexBlock ul.indexNavi li.last {
	margin-right: 0;
}


/* icon */
#kihon .iconGreen {
	display: block;
	padding: 0 0 0 30px;
	background: url(../../care/kihon/images/index_ic001.gif) no-repeat 10px 0.2em;
	line-height: 1.5;
}
#kihon .iconPink {
	display: block;
	padding: 0 0 0 30px;
	background: url(../../care/kihon/images/index_ic004.gif) no-repeat 10px 0.2em;
	line-height: 1.5;
}


/* Table */
#kihon .kihonRecommend {
	padding: 30px 0 30px;
}
#kihon .kihonRecommend02 {
	padding: 15px 0 30px;
}
#kihon .kihonRecommend .tableContainer,
#kihon .kihonRecommend02 .tableContainer {
	clear: both;
	width: 900px;
	border: #cccccc solid 1px;
}
#kihon .kihonRecommend .tableContainer th,
#kihon .kihonRecommend02 .tableContainer th {
	padding: 2px;
	border: #cccccc solid 1px;
}
#kihon .kihonRecommend .tableContainer th p,
#kihon .kihonRecommend02 .tableContainer th p {
	padding: 3px 0;
	background: url(../../care/kihon/images/index_bg003.gif) repeat-x left top;
}
#kihon .kihonRecommend .tableContainer td,
#kihon .kihonRecommend02 .tableContainer td {
	padding: 15px;
	border: #cccccc solid 1px;
	vertical-align: top;
}
#kihon .kihonRecommend .tableContainer td a,
#kihon .kihonRecommend02 .tableContainer td a {
	display: inline-block;
	padding-left: 1.1em;
	background: url(../../care/kihon/images/index_ic002.gif) no-repeat left 0.2em;
}
#kihon .kihonRecommend .tableContainer td .twoColumn,
#kihon .kihonRecommend02 .tableContainer td .twoColumn {
	margin-top: 6px;
}
#kihon .kihonRecommend .tableContainer td img,
#kihon .kihonRecommend02 .tableContainer td img {
	float: left;
	margin-right: 10px;
}
#kihon .kihonRecommend .tableContainer .mt15,
#kihon .kihonRecommend02 .tableContainer .mt15 {
	margin-top: 15px;
}

#kihon .section .aboutBlock {
	width: 640px;
}

/* kihonTopic */
#kihon .section .kihonTopic01 {
	margin-top: 30px;
	background: url(../../care/kihon/images/index_bg004.gif) repeat-x;
}
#kihon .section .kihonTopic01 .center {
	padding-top: 10px;
	text-align: center;
}
#kihon .section .kihonTopic02 {
	display: block;
	margin: 5px;
	padding: 7px 0 4px;
	background: #faf6dd url(../../care/kihon/images/index_bg007.gif) no-repeat;
}
#kihon .section .kihonTopic03 {
	display: block;
	margin: 5px;
	padding: 7px 0 4px;
}
#kihon .section .kihonTopic04 {
	display: block;
	width: 640px;
	margin-top: 20px;
	padding: 7px 0 0;
	background: #f7f1cc url(../../care/kihon/images/index_bg011.gif) no-repeat;
}
#kihon .section .kihonTopic04 h3 {
	display: block;
	padding-bottom: 5px;
	background: #f7f1cc url(../../care/kihon/images/index_bg010.gif) no-repeat bottom;
}


/* twoColumnBox */
#kihon .section .twoColumnBox .left,
#kihon .section .twoColumnBox02 .left,
#kihon .section .twoColumnBox03 .left,
#kihon .section .twoColumnBox04 .left {
	float: left;
}
#kihon .section .twoColumnBox .right,
#kihon .section .twoColumnBox02 .right,
#kihon .section .twoColumnBox03 .right,
#kihon .section .twoColumnBox04 .right {
	float: right;
}
#kihon .section .twoColumnBox,
#kihon .section .twoColumnBox02,
#kihon .section .twoColumnBox04 {
	width: 640px;
}
#kihon .section .twoColumnBox {
	background: url(../../care/kihon/images/index_bg006.gif) no-repeat bottom;
}
#kihon .section .twoColumnBox02 {
	background: url(../../care/kihon/images/index_bg009.gif) no-repeat bottom;
}
#kihon .section .twoColumnBox .columnBox01,
#kihon .section .twoColumnBox02 .columnBox01 {
	width: 310px;
	background: url(../../care/kihon/images/index_bg005.gif) no-repeat top;
}
#kihon .section .twoColumnBox02 .columnBox02 {
	width: 310px;
	background: url(../../care/kihon/images/index_bg008.gif) no-repeat top;
}
#kihon .section .twoColumnBox .columnBoxText,
#kihon .section .twoColumnBox02 .columnBoxText {
	margin: 0 19px;
	padding-bottom: 12px;
}

#kihon .section .twoColumnBox03 {
	width: 610px;
}
#kihon .section .twoColumnBox03 .columnBox01 {
	width: 295px;
}
#kihon .section .twoColumnBox03 .columnBox01 .detailText {
	padding: 4px 0 0 6px;
	background: #faf6dd url(../../care/kihon/images/index_bg014.gif) repeat-x;
}
#kihon .section .twoColumnBox03 .columnBox01 .detailText02 {
	padding: 4px 0 0 6px;
	background: #faf6dd url(../../care/kihon/images/index_bg015.gif) repeat-x;
}
#kihon .section .twoColumnBox03 .columnBox01 .descriptionText {
	padding: 6px 0 0 6px;
}


/* anchorLink */
#kihon .section .twoColumnBox02 .anchorLink {
	padding-bottom: 10px;
}
#kihon .section .twoColumnBox02 .anchorLink li {
	float: left;
	width: auto;
	line-height: 1.8;
}
#kihon .section .twoColumnBox02 .columnBox01 .anchorLink li a {
	display: inline-block;
	margin-left: 10px;
	padding-left: 22px;
	background: url(../../care/kihon/images/service_ic001.gif) no-repeat 0 0.2em;
}
#kihon .section .twoColumnBox02 .columnBox02 .anchorLink li a {
	display: inline-block;
	margin-left: 10px;
	padding-left: 22px;
	background: url(../../care/kihon/images/service_ic002.gif) no-repeat 0 0.2em;
}


/* summaryBlock */
#kihon .section .summaryBlock {
	display: block;
	width: 640px;
	margin-top: 15px;
	background: url(../../care/kihon/images/index_bg013.gif) no-repeat bottom;
}
#kihon .section .summaryBlock-inner {
	display: block;
	padding: 10px 0 15px 10px;
	background: url(../../care/kihon/images/index_bg012.gif) no-repeat top;
	zoom: 1;
}
#kihon .section .summaryBlock .summaryList,
#kihon .section .summaryBlock .summaryList02 {
	float: left;
	width: 400px;
	padding: 10px 0 0 10px;
}
#kihon .section .summaryBlock .summaryList li {
	float: left;
	width: auto;
	margin-right: 15px;
	padding-left: 13px;
	background: url(../../care/kihon/images/index_ic005.gif) no-repeat 0 0.4em;
	white-space: nowrap;
}
#kihon .section .summaryBlock .summaryList02 li {
	width: auto;
	margin-right: 15px;
	padding-left: 13px;
	background: url(../../care/kihon/images/index_ic006.gif) no-repeat 0 0.4em;
	white-space: nowrap;
}



/* other */
#kihon .pageUp {
	margin-top: 15px;
	text-align: right;
}
#kihon .summaryBlock .summaryBlock-inner .left {
	float: left;
	margin-right: 15px;
}


/* tableLevel */
#kihon .section .tableLevel,
#kihon .section .tableLevel th,
#kihon .section .tableLevel td {
	border:#CCCCCC solid 1px;
}

#kihon .section .tableLevel td {
	padding:5px;
}

#kihon .section .tableLevel th {
	font-weight:bold;
	vertical-align: top;
	width:100px;
}
#kihon .section .tableLevel th span {
	border-top:#FFFFFF solid 2px;
	width:90px;
	display:block;
	padding:5px;
	* width:100px;
}
* html #kihon .section .tableLevel th span {
	width:100px;
}

#kihon .section .tableLevel th.bg01 {
	background: url(../../care/kihon/images/flow_bg001.gif) no-repeat bottom left;
}
#kihon .section .tableLevel th.bg02 {
	background: url(../../care/kihon/images/flow_bg002.gif) no-repeat bottom left;
}
#kihon .section .tableLevel th.bg03 {
	background: url(../../care/kihon/images/flow_bg003.gif) no-repeat bottom left;
}

#kihon .section a.link {
	display: inline-block;
	padding-left: 1.2em;
	background: url(../../care/kihon/images/flow_ic001.gif) no-repeat left 0.2em;
}


/* For print */
* html #kihon .iconGreen,
* html #kihon .iconPink,
* html #kihon .kihonRecommend .tableContainer th p span,
* html #kihon .kihonRecommend .tableContainer th p,
* html #kihon .kihonRecommend02 .tableContainer th p,
* html #kihon .section .kihonTopic01,
* html #kihon .section .kihonTopic04 h3,
* html #kihon .section .twoColumnBox03 .columnBox01 .detailText,
* html #kihon .section .twoColumnBox03 .columnBox01 .detailText02,
* html #kihon .section .summaryBlock .summaryList02 li {
	height: 1%;
}

/* 2. Font
=========================================*/
#kihon #subNav {
	font-size: 105%;
}
#kihon .indexBlock ul.indexNavi li {
	font-size: 0;
}
#kihon .kihonRecommend table th p span,
#kihon .kihonRecommend02 table th p span {
	font-weight: bold;
	font-size: 94%;
}
#kihon .kihonRecommend table td a,
#kihon .kihonRecommend02 table td a {
	font-size: 94%;
}
#kihon .kihonRecommend table td p.twoColumn,
#kihon .kihonRecommend02 table td p.twoColumn {
	font-size: 94%;
}
#kihon .kihonRecommend .tableContainer td .twoColumn,
#kihon .kihonRecommend02 .tableContainer td .twoColumn {
	font-size: 83%;
}
#kihon #subNav .third-hierarchy li span {
	font-weight: bold;
}
#kihon .section .kihonTopic01 .center {
	font-weight: bold;
	font-size: 105%;
}
#kihon .twoColumnBox .iconPink,
#kihon .twoColumnBox02 .iconPink {
	color: #dd5599;
	font-weight: bold;
	font-size: 120%;
}
#kihon .twoColumnBox02 .iconGreen,
#kihon .section .kihonTopic04 span {
	font-weight: bold;
	font-size: 120%;
}
#kihon .section .twoColumnBox02 .columnBox01 .anchorLink li a,
#kihon .section .twoColumnBox02 .columnBox02 .anchorLink li a {
	font-size: 105%;
}
#kihon .section .twoColumnBox03 .columnBox01 .detailText,
#kihon .section .twoColumnBox03 .columnBox01 .detailText02 {
	font-weight: bold;
	font-size: 105%;
}
#kihon .section .summaryBlock .summaryList li,
#kihon .section .summaryBlock .summaryList02 li {
	font-weight: bold;
}
#mainContainer #topicPath em {
	font-weight: bold;
}



/* 3. Left Navigation
=========================================*/
#kihon #subNav ul {
	border: 1px solid #CCCCCC;
	padding: 0 2px;
}
#kihon #subNav .third-hierarchy li {
	width: 204px;
	padding: 1px 0 2px;
	background: url(../images/com_bg006.gif) repeat-x 0 0;
}
#kihon #subNav .third-hierarchy li.first {
	background: none;
}
#kihon #subNav .third-hierarchy li a {
	display: block;
	margin-top: 1px;
	padding: 6px 0 6px 13px;
	zoom: 1;
}

* html #kihon #subNav .third-hierarchy li a {
	margin-top: 2px;
}
#kihon #subNav .third-hierarchy li a {
	background: url(../../care/kihon/images/index_ic003.gif) no-repeat 3px 0.9em;
}
#kihon #subNav .third-hierarchy li a:hover {
	background: #faf6dd url(../../care/kihon/images/index_ic003.gif) no-repeat 3px 0.9em;
}
#kihon #subNav .third-hierarchy li.on a {
	background: #faf6dd url(../../care/kihon/images/index_ic003.gif) no-repeat 3px 0.9em;
}

/* 99. Extra
=========================================*/
/* Clearfix */
#kihon .indexBlock ul.indexNavi:after,
#kihon .section .twoColumnBox:after,
#kihon .section .twoColumnBox02:after,
#kihon .section .twoColumnBox03:after,
#kihon .section .twoColumnBox02 .anchorLink:after,
#kihon .section .summaryBlock .summaryList:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#kihon .indexBlock ul.indexNavi,
#kihon .section .twoColumnBox,
#kihon .section .twoColumnBox02,
#kihon .section .twoColumnBox03,
#kihon .section .twoColumnBox02 .anchorLink,
#kihon .section .summaryBlock .summaryList {
	display: inline-block;
	min-height: 1%;
}

