﻿@charset "UTF-8";

/* 基本レイアウト用CSS */

/* ================= 目次 =====================

【1】wrapper
【2】header
【3】g-navi
【4】content
	 ・main
	 ・side
【5】content共通設定
【6】footer

============================================ */



/* =============================================================
　■□■ 1. wrapper ■□■
============================================================= */

#wrapper-top,
#wrapper-sub
{
	width: 840px;
	min-height: 100%;
	margin: 0 auto;
	background: url(/img/bk_wrapper.gif) repeat-y center top;
}

#wrapper-pop
{
	width: 620px;
	min-height: 100%;
	margin: 0 auto;
	background: url(/img/bk_pop.gif) repeat-y center top;
}


/* =============================================================
　■□■ 2. header ■□■
============================================================= */

#header
{
	width: 784px;
	margin: 0 auto;
}

#wrapper-pop #header
{
	width: 560px;
	margin: 0 auto;
	padding: 17px 0 14px 0;
	text-align: left;
}

/* ------------- logo ------------- */

#logo { float: left; }

#logo img { margin: 26px 0 11px 2px; }

#wrapper-pop #logo { float: none; }

#wrapper-pop #logo img { margin: 0; }

/* ------------- header-right ------------- */

#header-right
{
	float: right;
	width: 425px;
	text-align: right;
	padding-bottom: 8px;
	margin-right: 2px;
}

/* ------------- h-navi ------------- */

#h-navi
{
	float: right;
	text-align: left;
	font-size: 82%;
	padding: 7px 15px 0 0;
}

#h-navi li
{
	float: left;
	display: inline; /* For IE Only */
	padding-left: 6px;
	margin-right: 6px;
	border-left: 1px solid #545454;
	line-height: 1.1;
}

#h-navi li:first-child,
#h-navi li.firstChild /* For Only IE */
{
	border: 0;
}

/* ------------- size ------------- */

#size
{
	float: right;
	width: 146px;
	margin-bottom: 9px;
	text-align: left;
}

#size p
{
	padding: 6px 4px 0 0;
	float: left;
}

#size ul
{
	float: left;
	width: 85px;
	height: 28px;
}

#size ul li
{
	float: left;
	display: inline; /* For IE Only */
}

#size ul li a
{
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}

#size-m a
{
	width: 47px;
	height: 28px;
}

#size-l a
{
	width: 38px;
	height: 28px;
}

/* ------------- search ------------- */

#search
{
	clear: both;
}

#search label
{
	font-size: 82%;
	padding-right: 3px
}

#search span
{
	background: url(/img/bk_search.gif) no-repeat left center;
	padding: 5px 10px 4px 10px;
	margin-left: 3px;
}

html[xmlns*=""] body:last-child #search span
{
	background: none;
	padding: 5px 3px 4px 3px;
}

#search span input
{
	width: 120px;
	border: 0;
	font-size: 12px;
}

#search img,
#search input
{
	vertical-align: middle;
}


/* =============================================================
　■□■ 3. g-navi ■□■
============================================================= */

#g-navi
{
	clear: both;
	width: 784px;
	margin: 0 auto;
}

#g-navi li
{
	float: left;
	display: inline; /* For IE Only */
}

#g-navi li img
{
	vertical-align: bottom;
	margin-bottom: 8px;
}


/* =============================================================
　■□■ 4. content ■□■
============================================================= */

#content
{
	clear: both;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/* ------------- content内容 ------------- */

#copy
{
	display: block;
	margin-bottom: 21px;
}

#copy-print /* --- 印刷用 代替画像を非表示 --- */
{
	display: none;
}

/* ------------- topicpath内容 ------------- */

#topicpath
{
	margin-bottom: 13px;
	font-size: 82%;
	line-height: 100%;
	padding: 3px 0 0 1px;
}

#topicpath strong
{
	font-weight: normal;
}

/* ------------- main ------------- */

#main
{
	width: 585px;
	float: left;
}

#wrapper-pop #main
{
	width: 560px;
	float: none;
	margin: 0 auto;
	text-align: left;
}

/* ------------- side ------------- */

#side
{
	width: 180px;
	float: right;
}

/* ------------- side内容 ------------- */

#topics /* ----- topics ----- */
{
	margin-bottom: 8px;
}

#topics h5 img,
#topics .tit img
{
	margin-bottom: 7px;
	vertical-align: bottom;
}

#topics ul li img
{
	vertical-align: bottom;
	margin-bottom: 5px;
}

p#guide img /* ----- guide ----- */
{
	vertical-align: bottom;
	margin-bottom: 15px;
}

ul#guide
{
	margin-bottom: 15px;
}

ul#guide li img
{
	vertical-align: bottom;
	margin-bottom: 5px;
}

#related h5 img,
#related .tit img /* ----- related ----- */
{
	margin-bottom: 8px;
	vertical-align: bottom;
}

#related ul li
{
	background: url(/img/dotline.gif) repeat-x left bottom;
	padding: 3px 0 6px 0;
	margin-bottom: 4px;
	line-height: 1.4;
}

*:first-child+html #related ul li /* For Only IE7 */
{
	padding: 0 0 3px 0;
	margin-bottom: 3px;
}

*html #related ul li /* For Only IE6 */
{
	padding: 0 0 3px 0;
	margin-bottom: 3px;
}

#related ul li a
{
	display: block;
	padding: 0 0 0 17px;
	background: url(/img/ico_externalLink.gif) no-repeat left top;
}

*:first-child+html #related ul li a /* For Only IE7 */
{
	background: url(/img/ico_externalLink.gif) no-repeat 0 0.3em;
}

*html #related ul li a /* For Only IE6 */
{
	margin-bottom: 3px;
	background: url(/img/ico_externalLink.gif) no-repeat 0 0.3em;
}

#related ul li span
{
	font-size: 82%;
	display: block;
}

#menu /* ----- menu ----- */
{
	margin-bottom: 21px;
	padding-bottom: 1px;
	background: url(/img/bk_menu-btm.gif) no-repeat left bottom;
	line-height: 1.4;
}

#menu p img
{
	vertical-align: bottom;
	margin-bottom: 1px;
}

#menu ul li
{
	background: url(/img/bk_menu-top.gif) no-repeat left top;
}

#menu ul li a,
#menu ul li em
{
	color: #4A4A4A;
	display: block;
	padding: 6.5px 15px 6px 11px;
	position: relative;
	outline: none;
	font-weight: normal;
}

html[xmlns*=""] body:last-child #menu ul li a,
html[xmlns*=""] body:last-child #menu ul li em /* For Only Safari */
{
	padding-right: 18px;
}

#menu ul li a:hover,
#menu ul li a:active /* リンクマウスオーバー時の色指定 */
{
	color: #2D8DCB;
}

#menu ul li.lastChild a,
#menu ul li.lastChild em
{
	padding-bottom: 7px;
}

#menu ul li span /* 開閉ボタン */
{
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
}

#menu ul li ul /* サブメニュー */
{
	background: url(/img/bk_submenu.gif) no-repeat left top;
	padding: 3px 0 7px 0;
}

#menu ul li ul li
{
	background: none;
}

#menu ul li ul li a
{
	background: url(/img/dotline.gif) repeat-x left bottom;
	margin: 0 1px;
	padding-right: 8px;
}

#menu ul li ul li.lastChild
{
	background: none;
}

#menu ul li ul li.lastChild a
{
	padding-bottom: 4px;
}


/* =============================================================
　■□■ 5. content共通設定 ■□■
============================================================= */

#main p,
#main table,
#main ul,
#main ol,
#main dl
{
	margin-bottom: 15px;
}

#main p
{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----- set-pdf ----- */
#main p#set-pdf
{
	border: 1px solid #BCBAB8;
	background-color: #F7F6F3;
	padding: 7px 10px;
	height: 100%;
	font-size: 82%;
	color: #666666;
	margin: 20px 0 10px 0;
}

#main #set-pdf:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

#main #set-pdf a
{
	display: block;
}

#main #set-pdf img
{
	float: left;
	margin-right: 7px;
}

/* ----- pageback ----- */
#main p#pageback
{
	text-align: center;
	font-size: 82%;
	clear: both;
	padding: 10px 0;
}

/* ------ 購入ボタン ------ */
#main p.btn-set 
{
	text-align: center;
	clear: both;
}

#main p.btn-set img
{
	margin: 0 auto 20px auto;
	padding: 0 4px;
}

/* ------ 使い方 ------ */
#main p.help
{
	clear: both;
	font-size: 88%;
	color: #8A8A8A;
	margin-bottom: 25px;
}

#main p.help img
{
	vertical-align: middle;
	margin: 1px 8px 0 0;
}


/* =============================================================
　■□■ 6. footer ■□■
============================================================= */
#footer
{
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 24px 0 15px 0;
	font-size: 82%;
}

*:first-child+html #footer /* For Only IE7 */
{
	padding-top: 3px;
}

*html #footer /* For Only IE6 */
{
	padding-top: 3px;
}

#wrapper-pop #footer
{
	clear: both;
	width: 560px;
	margin: 25px auto 0 auto;
	padding: 15px 0 15px 0;
	font-size: 82%;
	border-top: 2px solid #ACACAC;
}

/* ------------- pagetop ------------- */
#pagetop
{
	padding: 0 1px 12px 0;
	text-align: right;
	border-bottom: 2px solid #ACACAC;
	margin-bottom: 12px;
}

#pagetop img
{
	margin-right: 3px;
}

/* ------------- f-link ------------- */
ul.f-link
{
	text-align: left;
	height: 100%;
	margin-bottom: 5px;
}

ul.f-link:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

.f-link li
{
	float: left;
	display: inline; /* For IE Only */
	padding-left: 7px;
	margin: 0 7px 0 0;
	border-left: 1px solid #545454;
	line-height: 1.1;
}

.f-link li:first-child,
.f-link li.firstChild /* For Only IE */
{
	border: 0;
	padding-left: 0;
}

/* ------------- r-link ------------- */
#r-link
{
	margin-top: 12px;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 9px 0;
	height: 100%;
}

#r-link:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

#r-link li
{
	float: left;
	display: inline; /* For IE Only */
	margin: 0 8px 0 0;
	border-right: 1px solid #545454;
	line-height: 1.2;
	padding: 0 7px 0 17px;
	background: url(/img/ico_externalLink.gif) no-repeat left center;
}

#r-link li.lastChild
{
	border: 0;
}

#r-link li:first-child,
#r-link li.firstChild /* For Only IE */
{
	border: 0;
	background: none;
	padding: 0;
}

/* ------------- copyright ------------- */

#copyright
{
	margin: 15px 0 0 0;
	color: #8A8A8A;
}

#copyright a
{
	padding-left: 5px;
}

#copyright a:link,
#copyright a:visited
{
	color: #8A8A8A;
	text-decoration: none;
}

/* ------------- noscript ------------- */
#noscript
{
	clear: both;
	color: red;
	margin: 10px 0 0 0;
	padding: 5px 0 10px 0;
	font-size: 118%;
}
