@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #E7E7E7;
}
img {
	border: none;
}
a {
	color: #0366C9;
	text-decoration:none;
}

/* top
---------------------------------------------*/
#top {
	position: relative;
	background-color:#FFFFFF;
	width:100%;
	height:20px;
}
#top h1 {
	float:left;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	color:#666666;
	height:20px;
	line-height:20px;
	padding-left: 5px;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color: #FFFFFF;
	border-top:1px solid #ccc;
	padding: 0;
}
#logo {
	width:100%;
	margin:0; padding:0;
	background:#FFFFFF url(../images/top_right.jpg) top right no-repeat;
}
#logo.first {
	height:183px;
}
#logo.second {
	height:100px;
}
#logo a {
	width:100%;
	margin:0; padding:0;
	display:block;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 120px;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #FF9900 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}
#globalNav li a.chk {
	color: #FFFFFF;
	background: #FF9900 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 25px 0;
	background: #FFFFFF url(../images/leftside_bg.gif) right top repeat-y;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
}

	/* ステップ1
	---------------------------------------------*/
	#primary {
		float: left;
		width: 100%;
		margin-right: -200px;
	}
	#secondary {
		float: right;
		width: 200px;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary * {
		margin: 0 225px 0 25px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h2 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#primary p {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		font-size: 120%;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h3 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #FF9900;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h3 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}

/* faq
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .faq_list {
		margin-bottom: 20px;
	}
	#primary .faq_list li {
		margin: 5px 0 0 15px;
		font-size: 120%;
		padding-left: 20px;
		background: url(../images/question-small.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	#primary .faq {
		padding: 15px;
		font-size: 120%;
	}
	#primary .faq dl {
		border: 1px solid #CCCCCC;
		padding: 15px;
		margin-bottom: 20px;
	}
	#primary .faq dl dt {
		padding-left: 20px;
		line-height: 2em;
		background: url(../images/question-balloon.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	#primary .faq dl dd {
		margin-left: 20px;
		margin-top: 1em;
		margin-bottom: 1em;
		/*\*/
		letter-spacing: 0.1em;
		/**/
	}

/* plan_detail_table
---------------------------------------------*/
#plan_dtl_tbl {
	width: 700px; /* ボックスの幅を指定 */
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 110%;
	table-layout:fixed;
}
#plan_dtl_tbl td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}
#plan_dtl_tbl td.top {
	border-top: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#plan_dtl_tbl td em {
	font-style: normal;
	color: #FF4242;
	padding-left: 5px;
}
#plan_dtl_tbl td a {
	color: #0366C9;
	text-decoration:underline;
}
#plan_dtl_tbl td.sub {
	border-bottom: 1px dashed #CCCCCC;
}
#plan_dtl_tbl th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 5px;	
	width: 160px;
}
#plan_dtl_tbl th.category {
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: left;
}
#plan_dtl_tbl th.sub {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
#plan_dtl_tbl th.must {
	border-left-color: #FFB0B0;
}
#plan_dtl_tbl th em {
	font-style: normal;
	color: #FF4242;
	padding-left: 5px;
}
#plan_dtl_tbl .sub_text {
	color: #666666;
	font-size: 90%;
	background: url(../images/arrow_3.gif) left center no-repeat;
	padding-left: 10px;
}

/* company_tbl
---------------------------------------------*/
#company_tbl {
	width: 700px; /* ボックスの幅を指定 */
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 110%;
	table-layout:fixed;
}
#company_tbl th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;
	width: 160px;
	text-align: left;
}
#company_tbl td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
}

	/* 注意
	---------------------------------------------*/
	.attention1 {
		clear:both;
		font-size: 90%;
		color: #556b2f;
		padding-left: 5px;
	}
/* 共通
---------------------------------------------*/
.floatclear{
	clear:both;
}
.space_10{
	font-size:1px;
	width:10px;
	margin: 0px;
	padding: 0px 0px 9px;
}
.border_line{
	border-top: 1px solid #CCCCCC;
}
.border_line_dashed{
	border-top: 1px dashed #CCCCCC;
}

.red {
	color: #FF0000;
}
.red_b {
	color: #FF0000;
	font-weight: bold;
}
.gray {
	color: #666666;
}

