@charset "utf-8";

/******* 基本設定 *******/

body{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 1.166;
	color: #333333;
	background-image: url(../images/main_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

a, a:link, a:visited{ /* リンク関係の設定 */
/*
color: #006699;
text-decoration: none;
*/
}

a:hover { /* リンク関係・ポインタを乗せたときの設定 */
/*
text-decoration: underline;
*/
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h1{
font-size: 12px;
color: #334d55;
}

h2{
font-size: 120%;
color: #006699;
}

h3{
font-size: 120%;
color: #334d55;
}

h4{
font-size: 114%;
color: #333333;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
font-size: 100%;
color: #333333;
}

ul{
list-style-type: disc;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

dt{
margin-top: 1em;
margin-left: 2em;
font-weight:bold;
}
dd{
margin-left: 5em;
}

textarea{
width: 500px;
font-family: Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
font-size: 100%;
}

label{
font: bold 100% Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
color: #334d55;
}

a img{ /* 画像のリンク枠を消す */
border: none;
}


/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */

width: 1000px; /* 左右に余白を入れる場合は、ここを編集 */
}

#header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
width: 1000px; /* containerにいっぱいいっぱい表示 */
height: 85px; /* サイトロゴの高さ */
}

#block{
clear: both;
}


#sidebar{ /* ２カラムのサイトバー */
float: left;
padding: 0px 0px 10px;
top: 120px; /* ヘッダのサイトロゴの高さを差し引いている */
width: 220px; /* サイドバーの幅 */
}
#content{
	float:right;
	margin: 0;
	padding: 10px 0px 10px 20px;
	width: 760px;
}
#content #entrybody{ /* Firefox用 ２カラム版コンテンツパーツ表示の調整 */
/*
min-height: px;
*/
}
#footer{
	clear: both;
	margin-top: 5px;
	padding: 5px 30px 10px 30px;
	height: 50px;
	background-image: url(../images/bg_footer_rskt.jpg);
	background-repeat: no-repeat;
}


/******* ヘッダ *******/

#header h1{ /* ページタイトル */
margin: 0px;
padding: 10px;
font-size: 12px;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header h2{ /* サイト名 */
margin: -60px 0px 0px; /* サイトトピックの上に表示 */
padding: 10px 0px 0px 220px;
font-size: 15px;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header p{ /* ページトピック */
margin: 35px 0px 0px; /* サイト名の下に表示 */
padding: 0px 0px 5px 220px;
font-size: 80%;
z-index: 5; /* サイトロゴの上に被って表示 */
}

#header img{
	float: left;
	position: relative;
	margin: 0px;
	z-index: 1;
	top: -30px;
	padding-top: 5px;
}


/******* パンくずリスト*******/

#breadCrumb{
font-size: 80%;
padding: 10px 0px 5px 10px;
}

/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
padding: 10px 0px 20px;
font-size: 80%;
}

#entrybody h3{
	font-size: 150%;
	margin-right: 5px;
	border-bottom: 2px solid #000066;
	color: #000066;
	padding-left: 5px;/* 背景画像を入れたい時
padding: 18px 0px 18px 58px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody h4{
	font-size: 125%;
	margin-top: 10px;
	margin-right: 5px;
	border-bottom: 1px solid #000066;
	color: #000066;
	padding-left: 10px;
	padding-top: 0px;
}

#entrybody h5{
font-size: 120%;
margin-top: 15px;
margin-right: 30px;
margin-left: 5px;
border-bottom: 2px dotted #666666; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 10px 0px 10px 40px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody h6{
font-size: 110%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
border-bottom: 1px dashed #666666; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 6px 0px 6px 30px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody p{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 10px 10px 0px 15px;
padding: 5px 5px 0px 5px;
line-height: 1.5em;
}
#entrybody a{
	text-decoration: none;
}
#entrybody a:hover{
	text-decoration: underline;
}
#entrybody li{
	margin-top: 15px;
	line-height: 1.5em;
	}
/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px; /* サイトコピーライトの上からの位置 */
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #333333;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #333333;
text-decoration: none;
}


/******* サイドバー *******/

#sidebar ul a:link, #sidebar ul a:visited{
display: block;
}

#sidebar ul{
list-style: none;
margin: 0;
padding: 0;
}

#sidebar li{
}



/******* カテゴリーメニュー（メイン） *******/

#categoryMenu{
	position: relative;
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 90%;
	color: #333333;
}
#categoryMenu a:link, #categoryMenu a:visited{
	padding: 9px 0px 0px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	background-image: url(../images/menu_title.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
}
#categoryMenu a:hover{
	color: #66CCFF;
	text-decoration: underline;
}


/******* アーカイブメニュー（サブ） *******/

#archiveMenu{
	font-size: 90%;
}
#archiveMenu a:link, #archiveMenu a:visited{
	padding: 10px 0px 0px 15px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	background-image: url(../images/menu_normal.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 22px;
	color: #000000;
}
#archiveMenu a:hover{
	color: #006699 !important;
	background-image: url(../images/menu_hover.jpg);
	background-repeat: no-repeat;
}


/******* ヘッドライン *******/

#headlines{
margin: 15px 0px 0px 0px;
padding: 10px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626; /* 枠線 */
}

#headlines h3{
margin: 5px;
font-size: 100%;
}

#headlines p{
margin: 3px;
padding: 0px;
font-size: 95%;
}

#headlines img{
display: block;
margin: 3px;
}


/******* アドバタイズメント *******/

#advertisement{
margin: 15px 0px 0px 0px;
padding: 5px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626; /* 枠線 */
}

#advertisement h3{
margin: 10px 5px 5px 5px;
font-size: 100%;
}

#advertisement p{
margin: 3px;
padding: 0px;
font-size: 95%;
}

#advertisement img{
display: block;
margin: 3px;
}

/**************** テーブル *****************/

/* テーブルの設定 */
table{
margin: 10px 0px 30px 20px;
border-collapse: collapse;
font-size: 100%;
border: 1px solid #666666; /* 枠線 */
}
caption{
padding: 2em 0.4em 0em 0.4em;
white-space: nowrap;
font-weight: bold;
}
td{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
text-align: center;
}
th{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
font-weight: bold;
line-height: 1.5em;
text-align: center;
/*
background-color: #CCFF99;
*/
}
thead, tfoot{
padding: 0.4em;
font-weight: bold;
/*
background-color: #CCFF99;
text-align: center !important;
*/
}


/******* 終 了 *******/

.P-RED {
	font-size: 12px;
	color: #FF9900;
	margin: 15px 0px 0px;
	padding: 0px;
	text-align: center;
	line-height: 15px;
}
#tablebody h4{
	
font-size: 19px;
	margin-top: 20px;
	margin-right: 5px;
	border-bottom: 1px solid #000066;
	color: #000066;
	padding-left: 0px;
	height: 61px;
	line-height: 1.5em;
}
#tablebody table{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	margin: 10px 20px;
	padding: 0px;
	line-height: 1.5em;
}
#tablebody th {
	width: 17%;
}
#tablebody p{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	text-align: left;
}
i {
	color: #FF0000;
	font-style: normal;
}
#gototop p{
	margin-top: 0px;
	font-size: 80%;
	background-image: url(../images/gototop.gif);
	background-repeat: no-repeat;
	margin-left: 650px;
	padding-left: 11px;
	}
