@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
	border: 0px solid #FF00FF;
	margin: 0;
	padding: 0;
	font-family: メイリオ;
	font-size: small;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active {
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #000099;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

a:active {
	color: #f00;
	text-decoration: underline;
}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
	border-style: none;
	font-size: 16px;
	text-align: center;
	font-family: メイリオ;
	padding: 0;
	margin: 0;
	background: none 0 0;
	-webkit-text-size-adjust: 100%;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  background: url(img/bg-wrapper.jpg) repeat-y -50px 0;
  border-right: 1px solid #39f;
}

/*-- ヘッダー部分 --*/
#header {
  width: 100%;
  height: 150px;
  position: relative;
  background: url(img/n19gk.jpg) no-repeat -200px -150px;
}

/*-- コンテンツ部分 --*/
#contents {
  width: 540px;
  float: right;
  padding: 50px 30px 20px 0;
}

/*-- サイドバー部分 --*/
#sidebar {
  width: 200px;
  float: left;
}

/*-- フッター部分 --*/
#footer {
  width: 800px;
  margin: 0 auto;
  padding: 2em 0 0.5em;
  background: url(img/bg-wrapper.jpg) repeat-y -50px 0;
  border-right: 1px solid #39f;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */

h1 {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	position: absolute;
	top: 30px;
	left: 230px;
	color: #FF0000;
}

/* サイトタイトル */
.logo {
  font-size: 160%;
  position: absolute;
  top: 50px;
  left: 230px;
}

.logo a {
  font-weight: bold;
  color: #39f;
  text-decoration: none;
}

.logo a:hover {
  color: #f00;
  text-decoration: none;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,
h3,
h4,
h5,
h6 {
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #036;
  border-bottom: 1px solid #036;
}

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title {
	text-align: center;
	margin: 5 5 5 5;
	padding: 5 5 5 0;
	background-color: #3399FF;
	color: #FFFFFF;
	height: 20;
}

ul.localnavi {
  font-size: 95%;
  list-style-type: none;
  margin-bottom: 20px;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  width: 190px;
  display: block;
  padding: 4px;
  border: 1px outset #39f;
  background-color: #39f;
  color: #fff;
}

.localnavi a:hover {
  text-decoration: none;
  border: 1px outset #39f;
  background-color: #36c;
  color: #fff;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p { text-align: right;padding-right: 20px; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
	font-size: x-small;
	text-align: right;
}

#cds,
#cds a,
#cds a:hover {
	color: #000000;
	font-family: メイリオ;
}

#reptitle{
}


#reptitle a:link {
	color: #FFFF00;
}

#reptitle a:visited {
	color: #FFFF00;
}

#reptitle a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#reptitle a:active {
	color: red;
	text-decoration: underline;
}

.side-title2 {
	text-align: center;
	margin: 5 5 5 5;
	padding: 5 5 5 0;
	background-color: #008080;
	color: #FFFFFF;
	height: 20;
}

.side-title3 {
	text-align: center;
	margin: 5 5 5 5;
	padding: 5 5 5 0;
	background-color: #009900;
	color: #FFFFFF;
	height: 20;
}


.title {
	font-family: メイリオ;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-shadow: 1px 1px 1px #DDDDDD; /*ドロップシャドウ*/
	
}





.center {
	text-align: center;
}


.table_border {
	border: 1px solid #C0C0C0;
}


.date {
	font-family: メイリオ;
	font-size: xx-small;
	color: #000000;
}
.new {
	font-family: メイリオ;
	font-size: xx-small;
	color: #FF0000;
}


.bar_blue {
	margin: auto;
	padding: inherit;
	background-color: #E6ECFE;
}

td.repinfo {
	font-family: メイリオ;
	width: 80;
}


.gyo {
	line-height: 28px;
}

.important {
	color: #FF0000;
	font: normal normal bold 100% serif;
	font-family: メイリオ;
}

.side-title4 {
	text-align: center;
	margin: 5 5 5 5;
	padding: 5 5 5 0;
	background-color: #0000FF;
	color: #FFFF00;
	height: 20;
}

