﻿@charset "utf-8";
/*------------------------------------------------

	CSS2.0 Document
	template ver.0.2
	since: 2008.03.07;
	editor: sasaki;

------------------------------------------------*/


/* normalize
------------------------------------------------*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,
th,td {
	margin: 0;
	padding: 0;
}
th,td,
h1,h2,h3,h4,h5,h6,
p,blockquote,
address {
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6,
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul,li {
	list-style: none;
}
dl dt {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
th {
	font-weight: bold;
}
th,td {
	vertical-align: top;
	text-align: left;
}
img,
a img {
	border: 0;
}
img {
	vertical-align: bottom;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
input {
	margin-top: -2px;
	line-height: 1.2;
	vertical-align: middle;
}
input.text {
	margin: 0 5px;
	padding: 0 3px;
	border: solid 1px #9c9a9d;
}
input:focus,
textarea:focus {
	background-color: #fce8cf;
}
textarea {
	border: solid 1px #9c9a9d;
}
dl dt {
	font-weight: normal;
}
p#noscriptWord {
	background-color: #fff;
}


/*  clear-fix
------------------------------------------------*/
.clearfix:after,
div#header ul:after,
body#top div#contents:after,
div#packageList ul:after,
div#globalNav ul:after,
div#contents div#bookInt div#bookSource:after,
div#contents dl#repeatDetail dd:after,
div#contents dl#repeatDetail dd div#story:after,
div#contents dl#repeatDetail dd div#story div#smplStory:after,
div#contents ul#checkDetail li:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix,
div#header ul,
body#top div#contents,
div#packageList ul,
div#globalNav ul,
div#contents div#bookInt div#bookSource,
div#contents dl#repeatDetail dd,
div#contents dl#repeatDetail dd div#story,
div#contents dl#repeatDetail dd div#story div#smplStory,
div#contents ul#checkDetail li {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix,
* html div#header ul,
* html body#top div#contents,
* html div#packageList ul,
* html div#globalNav ul,
* html div#contents div#bookInt div#bookSource,
* html div#contents dl#repeatDetail dd
* html div#contents dl#repeatDetail div#story,
* html div#contents dl#repeatDetail dd div#story div#smplStory,
* html div#contents ul#checkDetail li{height: 1%;}
.clearfix,
div#header ul,
body#top div#contents,
div#packageList ul,
div#globalNav ul,
div#contents div#bookInt div#bookSource,
div#contents dl#repeatDetail dd,
div#contents dl#repeatDetail dd div#story,
div#contents dl#repeatDetail dd div#story div#smplStory,
div#contents ul#checkDetail li{display: block;}
/* End hide from IE-mac */


/* base
------------------------------------------------*/
html {
}
body {
	padding-bottom: 18px;
	font-size: 83%;
	color: #666;
	line-height: 1.5;
	text-align: center;
	background: #fff;
}


/* dl横並び（dlにclearfix）
----------------------------------------------------------*/
dl.table dt {
	float: left;
	clear: both;
	width: 15%;
	margin: 0 5% 1% 0;
}
dl.table dd {
	width: 100%;
	margin: 0 0 5px;
}
dl.table > dd {
	float: left;
	width: 85%;
}
*+html dl.clearfix > dd {
	float: none;
}


/*container
----------------------------------------------------------*/
div#container {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/* header
---------------------------------------------------------*/
div#header {
	overflow: hidden;
	_height: 1%;
	margin-top: 18px;
	padding: 10px 0 0;
	background: url(../images/box_top.gif) 0 0 no-repeat;
}
div#header ul {
	padding: 5px 0 15px 15px;
	background: url(../images/box_bottom.gif) 0 100% no-repeat;
}
div#header ul li {
	float: left;
	margin-right: 11px;
}
div#header ul li#logoStudy {
	width: 100px;
}
div#header ul li#logoIE {
	width: 50px;
}
div#header ul li#logoSeibi {
	width: 136px;
}
div#header ul li#logoDS {
	float: right;
	width: 141px;
	margin: 12px 0 0;
	padding-right: 15px;
}
div#header ul li img {
	display: block;
}

/* footer
----------------------------------------------------------*/
div#footer {
}
div#footer div#packageList,
div#container div#assistNav {
	overflow: hidden;
	_height: 1%;
	padding: 10px 0 0;
	background: url(../images/box_top.gif) 0 0 no-repeat;
}
div#footer div#packageList h2,
div#container div#assistNav h2 {
	display: none;
}
div#footer div#packageList ul,
div#container div#assistNav ul {
	padding: 5px 0 5px 15px;
	background: url(../images/box_bottom.gif) 0 100% no-repeat;
}
div#footer div#packageList ul li {
	float: left;
	width: 88px;
	margin-right: 5px;
}

div#container div#assistNav {
}
div#container div#assistNav ul {
	height: 1%;
	padding: 0 0 10px;
	text-align: center;
	font-size: 79%;
}
div#container div#assistNav ul li {
	display: inline;
	margin-right: 14px;
	padding-right: 16px;
	border-right: solid 1px #666;
}
div#container div#assistNav ul li.lastChild {
	margin: 0;
	padding: 0;
	border: none;
}

div#footer p {
	margin-top: 7px;
	text-align: center;
	line-height: 0;
	font-size: 0;
}
div#footer address {
	margin-top: 3px;
	text-align: center;
	line-height: 0;
	font-size: 0;
}


/* contents
----------------------------------------------------------*/
body#layor div#contents {
	background: url(../images/bg_contents_inner.gif) 0 0 repeat-y;
}
body#layor div#contents div#contentsInner {
	padding-top: 14px;
	background: url(../images/bg_contents_top.gif) 0 0 no-repeat;
}
body#layor div#contents div#contentsDetail {
	overflow: hidden;
	_height: 1%;
	padding-bottom: 35px;
	background: url(../images/bg_contents_bottom.gif) 0 100% no-repeat;
}

/* global navigation
----------------------------------------------------------*/
div#container div#globalNav h2 {
	display: none;
}
div#container div#globalNav ul {
	margin: 4px 0 0;
	padding: 0;
	background: none;
}
div#container div#globalNav ul li {
	float: left;
	width: 189px;
	margin: 0 4px 0 0;
	padding: 0;
}
div#container div#globalNav ul li.lastChild {
	margin: 0;
}


/* assistance navigation
----------------------------------------------------------*/


/* common
----------------------------------------------------------*/
body#layor h1 {
	display: none;
}
div#contents div#contentsInner h2 {
	margin: 0 35px;
}
div#contents div.box {
	margin: 8px 35px 0;
	padding-top: 5px;
	background: url(../images/bg_layorbox_top.gif) 0 0 no-repeat;
}

div#contents div.boxInner {
	overflow: hidden;
	_height: 1%;
	padding: 14px 23px 5px;
	background: #fff url(../images/bg_layorbox_bottom.gif) 0 100% no-repeat;
}


/* top
----------------------------------------------------------*/
body#top div#contents h1 {
	float: right;
	width: 561px;
}
body#top div#contents div#description {
	float: left;
	width: 203px;
}
body#top div#contents div#description dl dt {
	display: none;
}
body#top div#contents div#description dl dd {
	margin-bottom: 4px;
}
body#top div#contents div#description dl dd ul li {
	margin-bottom: 4px;
}
body#top div#contents div#description dl dd ul#details li {
	margin: 0;
}
body#top div#contents div#description dl dd ul#details li img {
	display: block;
}


/* what.html
----------------------------------------------------------*/
div#contents ul#knowledge {
	margin: 14px 0 15px;
	padding: 15px 13px;
	border: solid 1px #c2c2c2;
}
div#contents div#bookInt {
	overflow: hidden;
	margin: 23px 0 18px;
	padding: 22px 0 20px;
	background: #f4f4f4;
}
div#contents div#bookInt div#bookSource {
	margin: 0 21px 15px;
	padding: 0 0 19px;
	background: url(../images/line01.gif) 0 100% repeat-x;
}
div#contents div#bookInt div#bookSource p {
	float: left;
	width: 105px;
	margin-right: 15px;
}
div#contents div#bookInt div#bookSource dl {
	float: left;
	width: 485px;
	margin-top: 4px;
}
div#contents div#bookInt div#bookRecommend {
	margin: 0 18px;
}
div#contents div#bookInt div#bookRecommend ul {
	margin: 5px 0 0 2px;
}

/* detail.html
----------------------------------------------------------*/
div#contents div#contentsInner h2#check {
	margin-top: 17px;
}
div#contents dl#repeatDetail img {
	display: block;
}
div#contents dl#repeatDetail dt {
	margin: 23px 0 0;
	padding-left: 18px;
	background: url(../images/detail_icon_head.gif) 0 3px no-repeat;
}
div#contents dl#repeatDetail dd {
	margin-top: 4px;
	padding: 15px 14px;
	border: solid 4px #c2c2c2;
}
div#contents dl#repeatDetail dd div#story {
	margin-top: 19px;
	padding: 18px 0 15px 17px;
	background: #f4f4f4;
}
div#contents dl#repeatDetail dd div#story ol {
	float: left;
	width: 217px;
	margin-right: 15px;
}
div#contents dl#repeatDetail dd div#story div#smplStory {
	float: left;
	width: 365px;
}
div#contents dl#repeatDetail dd div#story div#smplStory p {
	float: left;
	width: 174px;
	margin-right: 6px;
}
div#contents dl#repeatDetail dd ul#atention {
	margin-top: 15px;
}

div#contents dl#repeatDetail dd div#question {
	float: left;
	width: 319px;
	margin-right: 28px;
}
div#contents dl#repeatDetail dd div#question div#genre {
	margin-top: 21px;
	padding: 14px 16px;
	background: #f4f4f4;
}
div#contents dl#repeatDetail dd div#question div#genre ul {
	margin-top: 10px;
}
div#contents dl#repeatDetail dd p#smplDS01 {
	float: left;
	width: 269px;
}

div#contents dl#repeatDetail dd div li {
	padding-left: 16px;
	background: url(../images/arrow.gif) 0 50% no-repeat;
}
div#contents p.pageTop {
	margin: 10px 0;
	text-align: right;
}

div#contents ul#smplCheck {
	margin-top: 15px;
}
div#contents ul#smplCheck img {
	display: block;
}
div#contents ul#smplCheck li#smplDictionary {
	width: 269px;
}

div#contents ul#checkDetail {
	margin-top: 25px;
}
div#contents ul#checkDetail li {
	margin-bottom: 19px;
	padding-bottom: 21px;
	background: url(../images/line02.gif) 0 100% repeat-x;
}
div#contents ul#checkDetail li.lastChild {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
div#contents ul#checkDetail p.checkSmpl {
	float: left;
	width: 142px;
	margin-right: 19px;
}
div#contents ul#checkDetail h3 {
	padding-left: 18px;
	background: url(../images/detail_icon_head.gif) 0 3px no-repeat;
}
div#contents ul#checkDetail div.checkDescription {
	float: left;
	width: 491px;
}
div#contents ul#checkDetail div.checkDescription p {
	margin-top: 4px;
	padding: 15px 14px;
	border: solid 4px #c2c2c2;
}
div#contents p#smplDS02 {
	margin-top: 30px;
}