@charset "utf-8";

/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 17px;
	top: 37px;
}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

body {
	font-size: 100%;
	font: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color: #333333;
	background-color: #E7E7E7;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
}

#container { 
	width: 95%;  /* これにより、幅がブラウザの幅の 95% のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 

img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color: #2D78BF;
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 90px;
}

#logo {
	position: absolute;
	left: 21px;
	top: 15px;
	width: 280px;
	height: 60px;
	background: url(../images/logo.gif) left top no-repeat;
}

#logo img {
	position: absolute;
	left: -9999px;
}

#logo2 {
	position: absolute;
	left: 300px;
	top: 15px;
	width: 468px;
	height: 60px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 12em;
	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: #50B622 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

#sidebar1 {
	float: right; 
	width: 12em; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	background: #EBEBEB; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 15px 0; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
}
/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 25px 0;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
/*		margin-right: -200px;*/
	}

/*		#advertisement {
		float: right;
		width: 200px;
		text-align: center;
	}*/
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -200px;
	}

	#secondary {
		float: left;
		width: 200px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 208px 0 225px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	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;
	    line-height: 2.5em;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}
/* 記事本文
---------------------------------------------*/
.content_border_left{ background:url(images/content_border_left.gif) 0 0 repeat-y;}
.content_bot{ background:url(images/content_bot.gif) bottom left repeat-x;}
.content_corner_left{ background:url(images/content_corner_left.gif) bottom left no-repeat;}
.content_corner_right{ background:url(images/content_corner_right.gif) bottom right no-repeat;}
.bg_right_content{ background:url(images/bg_right_content.gif) top right no-repeat; padding-left:26px;}
.indent_content{padding:33px 0 27px 0; width:904px;}
.title_1{ display:block; margin:0 0 19px 24px;}
.title{ display:block; margin-left:-4px; margin-bottom:21px;}
h3{ font-size:1.5em;  height:34px; color:#7c7b66;}

.content .extra_left{ padding:0 21px 0 13px;}
.content .extra_left_1{ padding:0 0 0 6px;}
.line{ background:url(images/line.gif) 0 30px repeat-x; height:60px; display:block;}
.link{
	color:#0099CC; 
	font-weight:bold;
}
.indent_top_bot{ display:block; margin:17px 0;}
.br{ display:block;}
.link_1{ background:url(images/link_1.gif) center left no-repeat; padding:0 0 0 12px; color:#f54d00; font-weight:bold; text-decoration:none;}
.link_1:hover{ text-decoration:underline;}
.indent_right{ float:right;}
.ind_1{ margin-top:5px;}
.indent_text{ display:block; padding:25px 0 14px 5px; line-height:1.312em;}
.title_2{ display:block; margin-bottom:31px;}

.list li a{
	background:url(images/list_marker.gif) center left no-repeat;
	padding:0 0 0 21px;
/*	color:#009900; */
	line-height:1.75em;
}
.text{
	color:#666666;
	font-size:1.2em;
	display:block;
	margin-bottom:9px;
}
.list_1 li a{
	color:#333333;
}
.indent_top{ display:block; margin-top:18px;}
.indent_bot{ display:block; margin-bottom:18px;}
.indent_bot1{display:block; margin-bottom:11px;}
.img_left{ float:left; margin:3px 18px 0 0;}
.text_1{ color:#009900;}
.extra_button{ margin:-20px 0 0 231px;}
.extra_button a{ position:relative;}
.link_2{ color:#009900;}
.indent_top1{ display:block; margin-top:27px;}
.ind_top_col{ padding-top:79px;}
.col_list ul{ float:left;}
.extra_indent_list{ margin-left:40px;}
.st_text_1 dt{ color:#009900; font-weight:bold; padding-bottom:5px;}
.st_text_1 dd{ padding-bottom:15px;}
