﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------

lastupdate:  2009.01.28

address:     http://www.syokyo.jp
page:        独自CSSが無い全てのページ
author:      nishitani

--------------------------------------------------*/


/* base */

body {
	width: 1004px;
	margin: auto;
	text-align: center;
	background: #B1BFD6;
}

div#container {
	text-align: left;
	background: #FFFFFF;
}

h1  {
	display: none;
}

div#subNavigation {
	float: left;
	width: 195px;
	padding-top: 2em;
	padding-left: 5px;
	padding-right: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2em;
}

div#subNavigation .category {
	font-size: 0.75em;
	color: #000066;
}

div#subNavigation h2 {
	padding-bottom:1em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2em;
}

div#subNavigation h3 {
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}

div#subNavigation p {
	font-size: 0.8em;
	margin-top: 0.5em;
}

div#subNavigation p#thisLink  {
	color: #FF0000;
}



/* 共用基本スタイル */

div#container{
	width: 1004px;
	margin-bottom: -15px;
}

div#subNavigation p#toTop {
	margin-top: 3em;
}

div#content {
	width:auto;
	min-height: 500px;
	border-left: 1px #999999 solid;
	padding: 2em 1em 5em;
	left: 0px;
	top: 0px;
	line-height: 1.5em;
	margin: 0px 0px auto 205px;
	font-size: 1em;
}

div#content h2  {
	margin-bottom: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
}

div#content h3 {
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
}

div#content pre {
	font-size: 0.85em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

div.test p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* topPage--contents.html */

div#intro  {
	margin-top: 200px;
	margin-bottom: 200px;
	text-align: center;
}

div#intro h2 {
	line-height: 2.5em;
}

/*-------------------------*/

/* 祝い印 */
.syuku {
	margin-left: 2em;
}

.syuku h3 {
	background-image: url(../img/syuku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	height: 3em;
	line-height: 1.3em;
	font-size: 1.2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 0.5em;
}

.syuku img {
	margin-bottom: 2em;
}
