@charset "utf-8";
/* CSS Document */

/*全体*/
* {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 125%;
	color: #333333;
}
body {
	text-align: center;
	background-image: url(../img/kabe.gif);
}


/*リンクテキスト*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	color: #999999;
	text-decoration: underline;
}


/*コンテナ*/
div#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	border: 1px solid #000099;
	padding: 0px;
}


/*ヘッダー*/
div#header {
	height: auto;
	text-align: left;
}


/*コンテンツ*/
div#contents {
	width: 776px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 24px;
	height: auto;
}


/*メニュー*/
div#menu {
	height: auto;
	width: 180px;
	float: left;
	text-align: left;
	vertical-align: top;
}
#menu .m_block {
	margin-bottom: 10px;
}
#menu .m_block h3 {
	text-align: left;
	height: auto;
	width: 180px;
	margin-bottom: 2px;
}
#menu .m_block .m_sl {
	list-style-type: none;
	height: auto;
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
}


/*共通－メイン*/
div#main {
	height: auto;
	width: 570px;
	float: right;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
	text-align: center;
}
div#main #pagetop {
	text-align: right;
	width: 200px;
	float: right;
	margin-right: 0px;
	margin-top: 50px;
}


/*共通－募集要項*/
div#info-1 {
	height: auto;
	width: 570px;
}
div#info-2 {
	margin-bottom: 40px;
	height: auto;
	width: 570px;
}
div#info-3 {
	margin-bottom: 20px;
}
div#info_box1 {
	height: auto;
	width: 548px;
	border: 1px solid #000000;
	padding: 10px;
	margin-top: 30px;
	text-align: left;
}
#info_box1 .in_sp1 {
	vertical-align: top;
	height: auto;
	width: 60px;
}
#info_box1 .in_sp2 {
	vertical-align: top;
	height: auto;
	width: 10px;
}
#info_box1 .in_sp3 {
	vertical-align: top;
	height: auto;
	width: 474px;
}
#info_box1 .in_line {
	background-image: url(../img/line000000.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 546px;
	background-position: center;
}


/*共通－選考委員プロフィール*/
div#profile {
	height: auto;
	width: 570px;
	margin-bottom: 50px;
}
div#profile_box {
	height: auto;
	width: 570px;
}
#profile_box .pr_sp1 {
	height: auto;
	width: 65px;
}
#profile_box .pr_sp2 {
	text-align: center;
	height: auto;
	width: 180px;
}
#profile_box .pr_sp3 {
	width: 80px;
	height: auto;
}
#profile_box .pr_sp4 {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#profile_box .pr_sp5 {
	text-align: left;
	vertical-align: top;
}


/*共通－最終候補者発表*/
div#saisyu_box {
	height: auto;
	width: 550px;
	margin-right: 10px;
	margin-left: 10px;
}


/*共通－対談関連*/
div#taidan-1 {
	height: auto;
	width: 570px;
	margin-bottom: 30px;
}
div#taidan_box {
	text-align: left;
	height: auto;
	width: 570px;
	vertical-align: top;
}
#taidan_box .img_sp1 {
	margin-left: 10px;
	margin-bottom: 10px;
}
#taidan_box .img_sp2 {
	margin-right: 10px;
	margin-bottom: 10px;
}
#taidan_box p {
	margin-bottom: 10px;
}
#taidan-2 {
	height: auto;
	width: 570px;
	margin-top: 30px;
}


/*サイトマップ*/
div#sitemap {
	width: 520px;
	margin-right: 25px;
	margin-left: 25px;
	height: auto;
	margin-bottom: 25px;
}
div#sitemap_box {
	height: auto;
	width: 510px;
	text-align: left;
	margin-right: 35px;
	margin-left: 25px;
}
#sitemap_box  .sb_1 {
	height: auto;
	width: auto;
	margin-bottom: 15px;
}
#sitemap_box  .sb_1  .sm_1 {
	padding-left: 5px;
	padding-top: 2px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 1px;
}
#sitemap_box  .sb_1  .sm_2 {
	padding-top: 5px;
	height: auto;
	width: 490px;
	vertical-align: top;
	padding-left: 20px;
}
#sitemap_box  .sb_1  .sm_2  ul {
	height: auto;
	width: 490px;
}
#sitemap_box  .sb_1  .sm_2  li {
	padding-bottom: 5px;
}


/*フッター*/
div#footer {
	width: 780px;
	height: auto;
	margin-top: 50px;
	margin-right: 10px;
	margin-left: 10px;
}


/*テキスト*/
.text_b {
	font-weight: bold;
	list-style-type: circle;
	list-style-position: outside;
}
.text_gr_b {
	font-weight: bold;
	color: #006600;
}
.text_re_b {
	font-weight: bold;
	color: #CC0000;
}
.text_bl_b {
	font-weight: bold;
	color: #0000CC;
}
.text_or_b {
	color: #FF9900;
	font-weight: bold;
}
.text_bk9_b {
	font-weight: bold;
	color: #999999;
}
