@charset "UTF-8";
body  {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
}

.basicpage #container {
	width: 95%;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.basicpage #header {
	background: #FFFFFF;
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
.basicpage #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.basicpage #sidebar1 h3, .basicpage #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. サポートされている最小解像度（800 x 600）でのフローティングエレメントの落下を回避するには、#mainContent div 内のエレメントを 430px 以下にする必要があります（イメージを含む）。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグが回避されます。
*/
.basicpage #mainContent {
	margin: 0 30px; /* 右マージンは、パーセントまたはピクセルで設定できます。これにより、ページの右側にスペースが設定されます。 */
} 
.basicpage #footer {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#FFFFFF;
} 
.basicpage #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.basicpage #footer p {
	font-size: 1em;
	font-weight: bold;
	color: #0A51A1;
	text-align: right;
	margin: 10px 0px;
	padding: 5px 20px 5px 0px;
	border-top: 2px solid #0A51A1;
	border-bottom: 2px solid #0A51A1;
}
.basicpage #footer address {
	font-size: 0.85em;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin: 10px 0px;
	padding: 5px 30px 5px 0px;
	border-top: 1px solid #0A51A1;
	border-bottom: 1px solid #0A51A1;
}
.basicpage #mainnavi p {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

.basicpage #mainnavi h4 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}


.basicpage #container #mainContent h2 {
	margin: 0px;
	padding: 0px;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.basicpage #container #header h1 {
	background: url(../image/rogo.gif) no-repeat left center;
	height: 100px;
	text-indent: -5000px;
	padding-bottom: 5px;
	border-bottom: 10px solid #0A51A1;
}

.basicpage #container #mainContent #topics {
	background: url(../image/topi.gif) no-repeat 0px 0px;
	text-indent: -5000px;
	height: 48px;
}
.basicpage #container #mainContent #kaisyo p {
	font-size: 0.9em;
	line-height: 140%;
	color: #333333;
	margin: 15px 15px 0px;
	padding: 0px 15px 20px;
	border-bottom: 1px dotted #0A51A1;
}

.basicpage #container #mainContent #setsumei p {
	font-size: 0.9em;
	line-height: 140%;
	color: #0A51A1;
	margin: 0px 30px;
	padding: 0px;
}
.basicpage #container #mainContent #setsumei {
	margin-top: 15px;
	margin-bottom: 15px;
}
.basicpage #container #mainContent .list001 li {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	background: url(../image/pin.gif) no-repeat 0px center;
	margin: 0px;
	padding: 8px 0px 8px 35px;
	list-style: none;
}

.basicpage #container #mainContent .list002 li {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	background: url(../image/pin-b.gif) no-repeat 0px center;
	margin: 0px;
	padding: 8px 0px 8px 35px;
	list-style: none;
}


.basicpage #container #mainContent #renkei {
	background: url(../image/renkei.gif) no-repeat 0px 0px;
	text-indent: -5000px;
	height: 48px;
}

.basicpage #container #mainContent li {
	font-size: 0.85em;
	margin: 0px;
	padding: 5px 0px 0px;
	list-style: none;
}
.basicpage #container #mainContent h2 {
	font-size: 1.25em;
	font-weight: bold;
	border-top: 3px dotted #0A51A1;
	border-bottom: 3px dotted #0A51A1;
	margin: 20px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.basicpage #container #mainContent p {
	font-size: 0.9em;
	line-height: 130%;
	margin: 5px 30px;
	padding: 0px;
}
.basicpage #container #mainContent h3 {
	margin: 20px 0px 10px 30px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #0A51A1;
	border-left: 15px solid #0A51A1;
	font-size: 1.05em;
	font-weight: bold;
	clear: both;
}
.basicpage #container #mainContent h4 {
	margin-left: 30px;
	padding-left: 10px;
	border-bottom: 1px dashed #0A51A1;
	margin-right: 30px;
	padding-bottom: 5px;
	border-left: 5px solid #0A51A1;
	font-size: 1em;
	font-weight: bold;
	clear: both;
}
.basicpage #container #mainContent .hyoushiphoto {
	float: left;
	height: 255px;
	width: 180px;
	margin: 0px 15px 40px 0px;
	padding: 0px 0px 0px 30px;
}
.basicpage #container #mainContent .hyoushiphotonew {
	float: left;
	height: 320px;
	width: 255px;
	margin: 0px 15px 40px 0px;
	padding: 0px 0px 0px 30px;
}
.basicpage #container #mainContent table {
	font-size: 0.95em;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 98%;
}
.basicpage #container #mainContent caption {
	text-align: left;
}
.basicpage #container #footer h4 {
	background: url(../image/footerlogo.gif) no-repeat right center;
	text-indent: -9999px;
	height: 30px;
	margin: 0px 0px 10px;
	padding: 0px;
}

