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

.twoColHybLtHdr #container {
	width: 900px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: justify; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFF;
	background-image: none;
} 
.twoColHybLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.twoColHybLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 180px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.twoColHybLtHdr #container #sidebar1 a,.twoColHybLtHdr #container #sidebar1 a:link,.twoColHybLtHdr #container #sidebar1 a:active,.twoColHybLtHdr #container #sidebar1 a:visited {
	color: #1D3994;
	text-decoration: none;
	background-color: #DCE4FF;
	display: block;
	width: 145px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #669933;
}
.twoColHybLtHdr #container #sidebar1 li {
	margin-bottom: 5px;
}


.twoColHybLtHdr #container #sidebar1 a:hover
{
	background-color:#1D3994;
	color:#0ff;
}
.twoColHybLtHdr #container #mainContent h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #1A9FE2;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #1D3994;
	margin-bottom: 5px;
	letter-spacing: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 0px;
}

.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
.twoColHybLtHdr #mainContent {
	font-size: 12px;
	font-style: normal;
	width: 700px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	float: left;
	text-align: left;
	padding-left: 0px;
} 
.twoColHybLtHdr #mainContent h1 {
	font-size: 16px;
}

.twoColHybLtHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	margin-bottom: 0px;
	height: 0px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	background-image: url(blueheader.jpg);
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	top: 10px;
	bottom: 10px;
	width: 890px;
	height: 50px;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: right;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#header h1{
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: 900px;
	text-indent: -9999px;
}
.middle ul {
	margin-left: 0px;
}
.h5{
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	padding-right: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #09f;
	padding-left: 5px;
}
.twoColHybLtHdr #mainContent .ev_info p
{
	line-height:100%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:30px;
}
h3 {
	color: #03F;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
}
iframe {
	height: 300px;
	width: 340px;
}
h4 {
	font-size: 12px;
	color: #03F;
}
div#box img {
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	float: inherit;
}

.h3 {
	margin: 10px 0 10px 0;
	padding: 0 0 3px 7px;
	border-left: 5px solid #666666;
	background-color:#C4DAE8;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
!important;
	line-height: 1.6;
	width: auto;
}

.text12px_blue {
	font-size: 12px;
	line-height: 1.6em;
	color: #1CABED;
}

.text12px_red {
	font-size: 12px;
	line-height: 1.4em;
	color: #CC3399;
}
.text12px_green {
	font-size: 12px;
	line-height: 1.4em;
	color: #00DF00;
}



.h6 {
	margin: 10px 0 10px 0;
	padding: 0 0 3px 7px;
	border-left: 5px solid #FFFF33;
        background-color:#D4F0F3;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
	font-size: 14px; !important;
	line-height: 1.6;
}
.paragraph_style {
	color: rgb(28, 158, 0);
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	font-size: 22px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 42px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
}
.paragraph_style_2 {
	color: rgb(255, 255, 255);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}
#widget1 .Timer_Labels {
    color: rgb(255, 255, 255);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    opacity: 1.00;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}
/* --------------------------------------
 Header / menu
-------------------------------------- */

#menu {
position:relative;
top:0px; 
left: 32px;
right: 32px;  
margin: 0;
width:900px;
height:31px;background: url(img/bluemenuback.jpg) repeat-x;

	}
	
	
/*table関係*/
table.pk-table{margin-bottom: 20px;border-top: 1px solid #C7C9DE;}


table.pk-table td{border-left: 1px solid #C7C9DE;border-right: 1px solid #C7C9DE;border-bottom: 1px solid #C7C9DE;padding:4px 4px 4px 4px;}
.img_float {
	float: left;
}

