@charset "Shift_JIS";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #e7e7e7;
}
a {
	color: #003399;
	text-decoration:none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0000ff;
}
img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color: #663333;
	padding-top: 70px;
	width: 800px;
}
#logo {
	position: absolute;
	left: 10px;
	top: 30px;
	width: 267px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	background: #cccccc url(../images/global_nav_bg1.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentwrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	padding: 25px 0;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 3px 0;
	border-top: 3px solid #CCCCCC;
	text-align: left;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -200px;
	}
	#secondary {
		float: left;
		width: 200px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 0px 0 225px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
#primary h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #333399;
		border-bottom: 1px solid #CCCCCC;
	}
#primary P {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 5px;
		background:  left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #993333;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #993333;
	}
#mjtsec td{
  padding-top : 0.1em;
  
  
  padding-bottom : 0.1em;
  letter-spacing : 0.1em;
  
  padding-right : 1em;
}
#wed{
  background-image : url(../images/hiten.jpg);
  background-repeat : no-repeat;background-position : right top;}
#bold{
  font-weight : bold;
}
#fair{
  color : maroon;
  background-color : #f4ebe8;
  letter-spacing : 0.1em;
  
  
  
  padding-top : 0.5em;
  width : 320px;
  
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  font-weight : bold;
}

.font11 {
font-size:11px;
}

.font14 {
font-size:14px;
font-weight:bold;
}

.red {
color:#800000;
font-weight:bold;
}

.list2 {
background:#f4ebe8;
padding:5px 10px;
}


