@charset "utf-8";

/*サイト全体に通じる設定*/
p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	color: #02339A;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 3px solid #B1C4D5;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	margin-top: 1em;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(images/clip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	clear: both;
}


li {
list-style:none;
}

p {
	font-size: 12px;
	line-height: 1.8em;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #CCCCCC;
	background-image: url(images/bg.gif);
	font-size: 12px;
	color: #666666;
}

#container {
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	position: relative;
	width: 780px;
	height: auto;
}
/* ここまでサイト全体に通じる設定 */


/* ここからサブナビゲーションボタンの設定 */
#subnavibar {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#subnavibar #address {
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#subnavibar li a {
	background-image: url(images/subNavi_up.jpg);
	height: 22px;
	width: 165px;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
	text-decoration: none;
	color: #03329C;
}

#subnavibar li a:hover {
	background-image: url(images/subNavi_over.jpg);
	height: 22px;
	width: 165px;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
}

#subnavibar #banner p {
	margin-top: 5px;
	padding-left: 10px;
}

#subnavibar #banner ul {
}

#subnavibar #banner ul li {
	list-style: none;
}

#subnavibar #banner ul li a {
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 150px;
	padding-left: 30px;
}

#subnavibar #banner ul li a:hover {
	background-image: url(images/blog_b.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* ここまでサブナビゲーションボタンの設定 */

/* ここからメインコンテンツの設定 */
#maincontent {
	width: 600px; 
	float: right;
	height: auto; 
	padding-bottom: 20px; 
}

#maincontent #num {
	margin-right: 20px;
	margin-left: 10px;
}

#topic01 {
	height: auto;
	width: 570px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
}

#topic01 p {
	clear: both;
}

#topic01 li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 2em;
}

#topic01 img {
	float: left;
	clear: both;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#topic01 .event {
	margin-top: 15px;
}

#topic01 .event img {
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
}

#topic01 img.right {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px;
}

#topic02 {
	height: auto;
	width: 570px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 20px;
	margin-top: 10px;
}

#topic02 #num {
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.waku_left {
	border-bottom: thin solid #CCCCCC;
	color: #03329C;
	line-height: 1.5em;
	padding: 5px 15px;
}

.aka {
	color: #FF0000;
}

.rigth_close {
	color: #666666;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
}

.event_words {
	color: #02339A;
	font-weight: bold;
	font-style: normal;
	font-size: small;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	letter-spacing: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
	text-align: center;
	border-top-width: thin;
	border-top-color: #666666;
}

#pankuzu {
	height: auto;
	width: 570px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 20px;
	margin-top: 15px;
}
/* ここまでメインコンテンツの設定 */

/* フッターの設定 */
#footer {
	clear: both;
	width: 100%;
	background-color: #CCCCCC; 
	height: 30px;
}

#footer h6 {
	font-size: 11px; 
	color: #02339A;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* ここまでフッターの設定 */

/* faq
------------------------------*/
#topic01 dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 0px;
}
#topic01 dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
	margin-left: 0px;
}

/* table
------------------------------*/
table, th, td {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border: none;
  border-spacing: 0;
}

table {
	width: 570px;
	border: 1px solid #eeeeee;
	font-family: sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/table/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

caption {
  margin-bottom: 20px;
  padding-bottom: 2px;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}

th {
	padding: 0.8em 0.5em;
	color: #03349A;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	background-color: #F4F4F4;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}

td {
	padding: 0.8em 0.5em;
	font-size: 100%;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}

#position {
  width: 100px;
}

#name {
  width: 80px;
}

