	@charset "utf-8";

	/* 基本スタイル
	---------------------------------------------*/	
	* {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 100%;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
	}
	body {
	color: #333333;
	font: 75%/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #FFFFFF;
	}
	img {
		border: none;
	}

	/* ロゴ
	---------------------------------------------*/
	#header {
		padding-top: 90px;
		width: 750px;
		background: #F3F3F3;
	}
	#logo {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 750px;
	}

	/* ナビゲーション
	---------------------------------------------*/
	#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: 122px;
		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.gif) 0 0 repeat-x;
		font-size: 110%;
	}
	#globalNav li a:hover {
		color: #FFFFFF;
		background: #3333FF url(../images/global_nav.gif) 0 -100px repeat-x;
	}

	/* レイアウト
	---------------------------------------------*/
	#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 750px;
	padding: 25px 0;
	background: #FFFFE6 url(../images/leftside.gif) repeat-y left top;
	}
	#footer {
		clear: both;
		padding: 10px 0;
		border-top: 3px solid #CCCCCC;
		text-align: center;
		width: 750px;
		background-color: #F3F3F3;
	}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -150px;
	}
	#secondary {
		float: left;
		width: 150px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin-left: 170px;
	}
	#primary * * {
		margin: 0;
	}
	#primary h1 {
	color: #FFFFFF;
	font-size: 170%;
	font-weight: bolder;
	padding-left: 15px;
	background: #0066FF url(../images/bar_title.jpg) no-repeat;
	}
	#primary h4 {
		color: #333366;
		font-size: 100%;
		font-weight: bold;
		margin: 0px;
		padding-top: 5px;
		padding-left: 10px;
	}

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

	/* 共通
	---------------------------------------------*/
	#secondary .list {
	margin-bottom: 20px;
	}
	#secondary .list li {
	margin: 5px 0 0 15px;
	padding-left: 15px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	/* 見出し
	---------------------------------------------*/
	#secondary .list h2 {
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 30px;
	background: #3399FF;
	}

	/* クラス
	---------------------------------------------*/
	.p2 {
		font-size: 80%;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 14px;
		letter-spacing: 0.1em;
	}
	.top {
	color: #FFFFFF;
	float: right;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 20px;
	background: #3366CC url(../images/mark_top.gif) no-repeat;
	}
	.prev {
	color: #FFFFFF;
	float: left;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 20px;
	background: #3366CC url(../images/mark_prev.gif) no-repeat;
	}
	.next {
	color: #FFFFFF;
	float: right;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 20px;
	background: #3366CC url(../images/mark_next.gif) no-repeat;
	}
	.kana {
		font-weight: normal;
		font-size: 85%;
	}
.kikaku {
	font-size: 85%;
	font-weight: normal;
	text-align: right;
	line-height: 1em;
}
