@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: #666666;
	background-color: #FFFFFF;
	font-family: "lr oSVbN", "Osaka";

}
img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	padding-top: 80px;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;




}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 267px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 2px solid #666666;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #666666;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #999999;
	background: #CCFF33 url(../images/global_nav_a_bg.gif) repeat-x -100px;
}

/* 幅可変の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;
	text-align: center;
	border-top: 1px solid #333333;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-color: #FFFFFF;




}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -200px;
	}
	#advertisement {
		float: right;
		width: 0px;
		text-align: center;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -170px;
	}
	#secondary {
		float: left;
		width: 170px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 30px 0 200px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	color: #FF6666;

}
#primary p {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#primary .date {
	font-size: 80%;
	text-align: right;
	color: #999999;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#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 3px 0px;
	border-left: 0px none;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	color: #FF6666;
	font-size: 120%;



	}
	#secondary .list h2 {
	padding: 3px 10px;
	color: #666666;
	background-color: #CCFF33;
	font-family: "lr oSVbN", "Osaka";
	font-size: small;
	font-style: normal;
	background-position: 0px center;
	width: 140px;
	left: auto;
	right: auto;
	border-top: 1px solid #CCFF33;
	border-right: 1px solid #CCFF33;
	border-bottom: 1px solid #CCFF33;
	border-left: 0px none;
	float: none;








	}
a:link {
	color: #99CC00;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CCCCCC;
}
#primary b {
	font-weight: bold;
	color: #666666;
}
