@charset "shift_jis";

/*
===== CONTENTS =========================================

 // Site Outline //

	Site Name:  “Œ‹ž‘nŒ³ŽÐ
	URL:  http://www.tsogen.co.jp/


 // Font-size Adjustment //

	71% = 10px
	86% = 12px
	100% = 14px
	114% = 16px
	129% = 18px


 // CSS Index //

	1: Base
	2: label Page
	3: wadai Page
		:‘æŽO’é‘ê—p
	4: mmg Page
	5: sitemap Page

=======================================================
*/


/* ------------------------------
 // 1: Base
------------------------------ */
#static .mainContents p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
}

#static .mainContents h1 {
	padding: 3px 5px;
	color: #FFF;
	background-color: #000080;
}

#static .mainContents h1.nonestyle {
	padding: 0;
	color: #333;
	background-color: #FFF;
}

/* ------------------------------
 // 2: label Page
------------------------------ */
#static .label .labellistBox {
	margin-top: 20px;
	margin-bottom: 20px;
}

#static .label .labellistBox th {
	width: 240px;
	padding: 5px 5px;
	color: #666;
	text-align: center;
	background: url(img/line.gif) #f3f3f3 bottom repeat-x;
}

#static .label .labellistBox td {
	padding: 5px 20px;
	vertical-align: top;
	background: url(img/line.gif) bottom repeat-x;
}

/* ------------------------------
 // 3: wadai Page
------------------------------ */
#static .wadai td td {
	text-align: left;
}

/* ‹Œƒy[ƒW‚ÌcssŒp³ */
#static .wadai h1{
	background-color: #000080;
	color: #ffffff;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	padding-top:1px;
	padding-bottom:3px;
}

#static .wadai .coverimg {
	border: 1px solid #CCC;
}

/* ‘æŽO’é‘ê—p */
#static .wadai .daisan strong,
#static .wadai .daisan em {
	font-weight: normal;
}

#static .wadai .daisan h1 {
	width: 700px;
	height: 128px;
	text-indent: -9999px;
	background: url(../daisanteikoku/img/daisanteikoku_logo.jpg) no-repeat;
}


/* ------------------------------
 // 4: mmg Page
------------------------------ */
#static .mmg {
	margin: 0 auto;
	padding-top: 20px;
	background: url(img/bookstore_img/line_contents_l.gif) no-repeat;
}

#static .mmg .mmgcontents {
	text-align: center;
}

#static .mmg .mmgcontents h2 {
	margin: 20px 0;
}

#static .mmg .mmgcontents ul {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	list-style-type: disc;
}

#static .mmg .mmgcontents li {
	margin-left: 20px;
	margin-bottom: 5px;
}

#static .mmg .mmgcontents .mmgformBox {
	width: 800px;
	margin: 20px auto 0;
	padding: 10px 25px;
	background-color: #f3f3f3;
	border: 1px solid #CCC;
}

#static .mmg .mmgformBox .mmgtitle {
	color: #360;
}

#static .mmg .mmgcontents .mmgformBox td {
	text-align: left;
}

/* ------------------------------
 // 5: sitemap Page
------------------------------ */
#static .sitemap dl {
	padding: 10px 0;
	background: url(img/dotline.gif) 0 bottom repeat-x;
}

#static .sitemap dt,
#static .sitemap dd {
	padding: 5px 10px;
	font-weight: bold;
}

#static .sitemap dd {
	padding-left: 30px;
}

#static .sitemap dt a {
	padding-left: 20px;
	background: url(img/arrow04.gif) no-repeat;
}

#static .sitemap dd a {
	padding-left: 15px;
	background: url(img/arrow05.gif) 0 0.2em no-repeat;
}

