@charset "utf-8";



/* Visual(common) */
/* -------------------------------------------- */

#bgAreaLarge {
    height: 85px;
	background: url("../img/bg_cv.jpg") repeat-x;
}



/* Heading */
/* -------------------------------------------- */

#content h1 {
	margin: 15px 0 20px 0;
	font-weight: bold;
}

#content h2 {
	margin: 30px 0 16px 0;
	padding: 6px;
	background: #eee;
	font-size: 85%;
	font-weight: bold;
}

#content h3 {
	margin: 20px 0 10px 0;
	font-size: 75%;
	font-weight: bold;
	color: #333;
}



/* Message */
/* -------------------------------------------- */

body#message #content h1 {
	margin: 15px 0 34px 0;
}

body#message #content h2 {
	margin: 6px 0 10px 0;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.4;
}

body#message #content h3 {
	margin: 40px 0 6px 0;
	font-size: 80%;
}

body#message #content .pic {
	float: right;
	width: 150px;
}
body#message #content .pic img {
	display: block;
}
body#message #content .text {
	float: left;
	width: 420px;
}

body#message #content ol.spirits {
	width: 420px;
	margin: 0 0 50px 0;
	padding: 4px 0 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	list-style: none;
}
body#message #content ol.spirits li {
	float: left;
	padding: 4px 0;
	background: url(../../img/line_01.gif) left bottom repeat-x;
}
body#message #content ol.spirits strong {
	float: left;
	display: block;
	width: 120px;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	font-size: 85%;
	font-weight: bold;
}
body#message #content ol.spirits li p {
	float: left;
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 75%;
}
body#message #content ol.spirits .last {
	background-image: none;
}
body#message #content p {
	margin: 30px 0 0 0;
	line-height: 1.8;
}
body#message #content p.signature {
	margin: 24px 0 14px 0;
	text-align: right;
	line-height: 1.5;
}
body#message #content p.date {
	margin: 20px 0 0 0;
	text-align: right;
}



/* Careerplan */
/* -------------------------------------------- */

body#careerplan #content h2.chart {
	clear: both;
	margin: 40px 0 27px 0;
}
body#careerplan #content h3 {
	margin: 30px 0 10px 0;
	line-height: 1.4;
}
body#careerplan #content h3.first {
	margin: 0 0 10px 0;
}
body#careerplan .row1 {
	padding: 0 14px 10px 0;
}
body#careerplan .row1 img.pic {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
}

body#careerplan .row2 {
	margin: 10px 0 50px 0;
}
body#careerplan .row2 .cell {
	display: inline;
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	background: url(../img/line_02.gif) right top repeat-y;
}
body#careerplan .row2 .last {
	width: 170px;
	margin: 0;
	padding: 0 10px 0 0;
	background-image: none;
}
body#careerplan .row2 h4 {
	margin: 0 0 4px 0;
	font-size: 65%;
	font-weight: bold;
	line-height: 1.3;
}
body#careerplan .row2 p {
	margin: 0 0 10px 0;
	font-size: 65%;
}

body#careerplan img#chart2 {
	display: block;
	margin: 0 0 0 14px;
}



/* Person */
/* -------------------------------------------- */

body#person #content img.visual {
	display: block;
	margin: 25px auto 30px auto;
}



/* Fresh,Career */
/* -------------------------------------------- */

#content table.guideline {
	width: 587px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 0;
}

#content table.guideline th {
	width: 140px;
	padding: 12px 8px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: top;
	border: 1px solid #afafaf;
	background: #ffecec;
}
#content table.guideline td {
	padding: 12px 8px;
	font-size: 75%;
	line-height: 1.6;
	vertical-align: top;
	border: 1px solid #afafaf;
}
#content table.guideline .last th,
#content table.guideline .last td {
	border: none;
}

#content table.guideline td dt {
	margin: 0 0 4px 0;
}
#content table.guideline td dt.first {
	margin: 2px 0 4px 0;
}
#content table.guideline td dd {
	margin: 0 0 10px 0;
	line-height: 1.4;
}

#content table.guideline td ol {
	margin: 0 0 0 20px;
}
#content table.guideline td ol li {
	margin: 0 0 10px 0;
	line-height: 1.4;
}
#content div.button {
	width: 600px;
	margin: 35px 7px 0 7px;
	text-align: center;
}

