@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: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}
img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color: #FF0000;
	padding-top: 129px;
	width: 1000px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 125px;
	background: #E17100 url(../images/banner.gif) no-repeat left top;
}
#logo img {
	position: absolute;
	left: -9999px;
	background-image: url(images/banner.gif);
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: thin solid #333333;
}
#globalNav li {
	float: left;
	width: 7em;
	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;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 1100px;
	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;
	background-color: #FFFFFF;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -200px;
	}
	#advertisement {
	width: 200px;
	text-align: center;
	height: auto;
	position: absolute;
	top: 162px;
	left: 750px;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
	width: 900px;
	margin-right: 10px;
	}
	#secondary {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 165px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 208px 0 225px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 16px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#primary h2 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
#primary p {
	font-size: 12px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	line-height: 18px;
	color: #626262;
	/**/
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#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 #333333;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #BABABA;
	}
#navigation ul {
	float: left;
}
#navigation li {
	float: left;
}
#navigation {
	left: 0px;
}

