@charset "shift_jis";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	background-color: #c799de;
	background-image: url(../images/bacg.jpg);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
}
#container {
	width: 889px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px outset #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F9F9F9;
}

#mainContent {
	padding-top: 3;
	padding-right: 5px;
	padding-bottom: 3;
	padding-left: 5px;
	width: 626px;
	clear: none;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px dotted #BCBCBC;
}
#DefaultContent {
	margin: 2px;
	float: left;
	width: 884px;
	padding-top: 2px;
}

#leftmenu {
	clear: none;
	float: right;
	width: 241px;
	margin-top: 2px;
	line-height: 15px;
	border: 1px dotted #BCBCBC;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-bottom: 2px;
	height: 100%;
}

#header {
	padding: 0px;
	height: 80px;
	width: 889px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c799de;
	background-image: url(../images/headerback.gif);
}
#footer {
	background-color: #BCBCBC;
	clear: both;
	height: 16px;
	width: 881px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	background-image: url(../images/footerback.gif);
}
#tate1 {
	float: left;
	width: 430px;
	margin-right: 8px;
	padding-left: 5px;
}
#tate2 {
	float: left;
	width: 430px;
	margin-left: 3px;
}
#tate3 {
	float: left;
	width: 430px;
	margin-right: 8px;
	padding-left: 5px;
}
#tate4 {
	float: left;
	width: 430px;
	margin-left: 3px;
}
.ogoma {
	width: 340px;
	border: medium double #FF9900;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 20px;
	line-height: 14px;
	background-color: #FFFFFF;
}

.ogomay {
	width: 340px;
	border: medium double #0099CC;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	line-height: 14px;
	background-color: #FFFFFF;
}


.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 2px;
}

.P2 {
	padding-left: 1em;
}
.pictinset {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.indentP {
	line-height: 14px;
	padding-top: 2px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 15px;
}



h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 6px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	color: #FFFFFF;
}
h4 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-image: url(../images/trback.gif);
	background-repeat: repeat-x;
	margin-top: 1px;
	padding: 3px;
	margin-bottom: 3px;
}

p {
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.divClear {
	clear: both;
}
