﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	list-style: none;
}
body {
        font-size: 11px;
	line-height: 1.5;
	color: #333333;
	background-color: #ffcc99;
}
img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color: #ffcc99;/* オレンジ*/
	padding-top: 80px;
        width:800px
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 80px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width:800px;
	background: #3366cc url(../images/global_nav_bg_b.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 9em;
	border-right: 1px solid #0033cc;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background:url(../images/global_nav_bg_b.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #ffcc00;
	background:url(../images/global_nav_a_bg_b.gif) repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {/* コンテンツ全体の設定*/
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	padding: 25px 0 0 0;
	background: #FFFFFF url(../images/leftside_bg_y.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 30px 0;
	width: 800px;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	background-color: #f5f5f5;/*白*/;
}#center {
	width: 550px;
	text-align: center;
}

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

	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -190px;
	}
	#left-menu {
		float: left;
		width: 180px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 30px 0 220px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#primary p {
	font-size: 14px;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#left-menu .list {
		margin-bottom: 20px;
	}

	#primary .list li,#left-menu .list li {
		margin: 15px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow_o.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し li
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #ffff99;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#left-menu .list h2 {
		padding: 5px 15px;
		color: #FFFFFF;
		background-color: #3366cc;
	}
	#primary .list h2 {
		font-size: 15px;
	}
	#primary .list li {
		font-size: 13px;
	}
	#primary .list li a {
		font-size: 15px;
	}
