@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

 body {
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	line-height: 1.5;	
	color: #666666;
	background-color: #FFFFFF;
}

 a { display: block;
    width: 100%;
    color: #0033CC;
     text-decoration: none;
}

 a:visited { 
    color: #333399;
 }

 a:hover{
 text-decoration: underline;
}
  
  img{
	border: none;
	vertical-align: top;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color:#FFFFFF;
	padding-top: 115px;
}
#logo {
	position: absolute;
	left: 5px;
	top: 18px;
	width: 700px;
	height: 100px;
	background-image:url(images2/bannar_true.gif);
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(images2/global_nav_bg.gif) repeat-x left top;
	border-bottom: 3px solid #F3F3F3;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #FFCC66;
	background-color: #FFFFCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #626262;
	text-decoration: none;
	text-align: center;
	background: #EACB60 url(images2/global_nav_bg1.gif) repeat-x;
}
#globalNav li a:hover {
	color:#003366;
	background: #FFCC66 url(images2/global_nav_a_bg1.gif) repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 10px 0;
	background: #FFFFFF;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	background-color: #006666;
}
	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -200px;
	}
	#advertisement {
	float: right;
	width: 200px;
	text-align: center;
	font-size:　85%;
	text-decoration: blink;
}

#advertisement h1 {
	background-color: #CC0000;
	color: #FFFFFF;
    }
	
	/* ステップ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: 110%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#primary p {
	font-size: 90%;
	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;
		padding-left: 15px;
		background: url(images2/arrow1.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 3px;
		background-color: #F3F3F3;
		border-left: 5px solid #006666;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #006666;
	}
