@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.9;
	color: #000000;
	background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Times New Roman", Times, serif;
    font-weight:normal;
    color:#000000;
  }
  
img {
	border: none;
}

a {
	color: #3D8EB9;
	text-decoration: none;
}


/* 共通スタイル
---------------------------------------------*/

	dl {
		margin-left: 60px;
		
	}
	dt {
	color: #000000;
	float: left;
	width: 14em;
	padding: 3px;
	font-weight: bold;
	}
	dd {
		margin: 0 0 2px 120px;
		padding: 3px;
	}
	
	.cL {
	clear: both;
	}
	
	em {
	font-weight: bold;
	color: #99CC00;
		}
	
	.link {
	margin-top: 10px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	margin-left: 80px;
	padding-left: 16px;
	}
	.excla {
		background-image: url(img/exclamation.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 35px;
		height: 32px;
		padding-top: 10px;
	}
	hr {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #d1d1d1;
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
	ol {
		margin-left: 30px;
	}
	ol li {
		list-style-type: decimal;
		line-height: 1.9em;
		margin-bottom: 2em;
		margin-left: 30px;
	}
		.gray {
		background-color: #F3F1EA;
		border: 1px solid #d1d1d1;
		padding: 0px;
		margin-right: 30px;
		margin-left: 50px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

/* -------------------------
 __button
-------------------------- */


.btn_top {
	display: none;
}


/* 3段組レイアウト
---------------------------------------------*/
#container {
	width: auto;
	padding: 0px;
	margin: 2%;
}

#contents {
	width: auto;
	background-color: #FFFFFF;
}

#footer {
	padding: 10px 0;
	border-top: 3px solid #000000;
	text-align: center;
}
#secondary,#header {display:none}

	/* ステップ1
	---------------------------------------------*/
	#main_area {
		width: auto;
	}
	
	
	/* ステップ2
	---------------------------------------------*/
	#main_content {
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	

/* メイン部分スタイル
---------------------------------------------*/


	#main_content h1 {
	font-size: 150%;
	border-bottom-width: 1px;
	margin-bottom: 30px;
	margin-top: 7px;
	margin-left: 0em;
	font-weight: bold;
	}
	
	#main_content h2 {
	padding:0.4em;
	line-height:2em;
	margin-left: 2em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 120%;
	margin-top: 5em;
	margin-bottom: 2em;
	font-weight: bold;

	}

	#main_content .left {
		float: left;
		margin-right: 10px;
	}
	
	#main_content .right {
		float: right;
		margin-left: 10px;
	}



	#main_content h3 {
	font-size: 100%;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 3em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 0.5em;
	font-weight: bold;
	}



	#main_content p {
	font-size: 100%;
	/*\*/
		letter-spacing: 0em;
	color: #000000;
	padding-right: 3em;
	padding-left: 3em;
	}
	#main_content .bullet li {
		background-image: url(img/Alt.png);
		background-repeat: no-repeat;
	}


	#main_content h1.banner {
	
		margin-top: 0px;
	}
	
	#main_content .banner {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 10px;
	}
	#main_content .center {
		float: none;
		text-align: center;
		margin: 20px;
	}
	



/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#main_content .list,#secondary .list {
		margin-bottom: 20px;
	}
	
	#main_content .list li {
		padding-left: 19px;
		background: url(../analyst/img/arrow.gif) no-repeat left center;
		border-bottom: 1px solid #CCCCCC;
		text-decoration: none;
		margin-top: 10px;
		margin-right: 1em;
		margin-bottom: 0;
		margin-left: 40px;
	}
	#secondary .list li {
	padding-left: 7px;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 10px;
	background-image: url(img/arrow_tri.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	
	#main_content .list a,
	#secondary .list a {
	text-decoration: none;
	color: #2B81AA;
	background-position: 0px 0px;
	}	

	#main_content .list a:hover,
	#secondary .list a:hover {
		text-decoration: underline;
		color: #67A9DE;
	}	
	
	#main_content .list a:visited,
	#secondary .list a:visited {
	color: #8FC0C5;
	background-position: right center;
	background-image: url(img/tick_check.png);
	background-repeat: no-repeat;
	padding-right: 1.1em;
	}	
.banner a:hover,
.center a:hover,
.btn_top a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

/* 見出し
	---------------------------------------------*/
	#main_content .list h2 {
	padding: 3px 10px;
	background-color: #F3F3F3;
	border-left: 5px solid #50B622;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
	}


/* インタビュー部分
---------------------------------------------*/


.interview table {
	border-collapse: collapse;
	border: 1px solid #d1d1d1;
	width: inherit;
	margin-left: 35px;
}
.interview .table_more {
	position: relative;
	left: 120px;
	top: -10px;
}

.interview td {
	border-collapse: collapse;
	padding: 0px;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
}
.interview th {
	border-collapse: collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 7px;
	background-image: url(img/thbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	white-space: nowrap;
	text-align: left;
}
#interview_column p {
	margin-left: 70px;
	margin-right: 30px;
}
#interview_column p.ta {
	margin-left: 40px;
	color: #000000;
	font-weight: bold;
	background-image: url(img/ta.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2em;
	margin-top: 3em;
	margin-bottom: 3em;
	clear: both;
}


