﻿@charset "utf-8";

/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 17px;
	top: 37px;
}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
/*	padding: 5;*/
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
        font-family: VERDANA,ARIAL,ヒラギノ角ゴ Pro W3,ＭＳ ゴシック;
	line-height: 1.5;
	color: #333333;
	background: ivory url(../images/bg.jpg) 0 0 repeat-x;
	background-attachment: fixed;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #0044cc;
}

a:visited{
	text-decoration: none;
	color: #0044cc;
}

a:hover {
	color: #00aa00;
}

img {
	border: none;
}


/* ロゴ
---------------------------------------------*/
#header {
	padding-top: 0px;
	width: 840px; /**/
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	width: 840px;
	margin: 0;
	padding: 0px;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
/*	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
}

#globalNav li {
	padding: 0px;
	margin: 0;
	float: left;
	width: 119px;
	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: #E8E8E8 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #50B622 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* レイアウト
---------------------------------------------*/
#wrapper{
	width: 840px;
	background-color: #E7E7E7;
	min-height:100%;
	margin:0 auto;
	padding:0 0px;
	border: 1px solid #CCCCCC;
}

#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
/*	width: 100%;*/
	width: 840px;
/*	padding: 25px 0;*/
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}

#footer {
	background-color: #E7E7E7;
	clear: both;
	width: 840px;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
	text-align: center;
/*	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	border-bottom: 3px solid #CCCCCC;

}

#footer a{
	text-decoration: none;
	color: gray;
}

	
#primary {
	float: right;
	width: 590px;
	padding: 15px 20px 0px 20px;
	text-align: left;/**/
}
#secondary {
	float: left;
	width: 210px;
	padding: 25px 0px;
}
	

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: nomal;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0 15px 0;
	text-align: left;
	color: blue;
}
#primary h2 {
	font-size: 120%;
	margin; 15px 0 5px 0;
	font-weight: bold;
	text-align: left;
}
#primary p {
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	/*\*/
	letter-spacing: 0.1em;
	line-height: 25px;
	/**/
}

#primary table{
	font-size: 120%;

}

#primary .adress {
	text-align: center;
	font-size: 120%;
	font-weight: nomal;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

.con1 {
	margin: 10px 0 20px 0px;
	font-size: 120%;

}

.con1 li{
	list-type-style: circle;
	margin: 5px 0 0 0;
	padding-left: 15px;
	background: url(../images/list2.gif) left center no-repeat;
	text-align: left;/**/
}

.con1 li a{
	text-decoration: underline;
}

.tokki table{
    border-collapse: collapse;
    border-spacing: 0;
    border: #196882 1px solid;
    width: 580px;
	margin-top: 10px;
}

.tokki table th {
     overflow: hidden;
    width: 15%;
    color: #000000;
    padding: 3px;
    border: 1px #196882 solid;
}

.tokki table td {
   width: 75%;
    text-align: left;
    padding: 3px;
    background: #ffffff;
    border: #196882 1px solid;
}


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

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
		margin-right: 1em;

	}
	#primary .list li {
		margin: 5px 0 0 0;
		padding-left: 15px;
		background: url(../images/list2.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
		text-align: left;/**/
		font-size: 120%;
	}
	
	#secondary .list li{
		margin: 5px 0 0 5px;
		padding-left: 15px;
		background: url(../images/list.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
		text-align: left;/**/
		font-size: 100%;
	}
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
		margin: 10px 0;
		text-align: left;/**/
		text-decoration: none;
	}
	#primary .list h3 {
		margin-top: 12px;
		padding: 3px 10px;
		font-size: 120%;
		text-align: left;/**/
		font-weight: bold;
	}

	#secondary .list h2 {
		padding: 3px 10px;
		color: #FFFFFF;
		background-color: #2D78BF;
		text-align: left;/**/
	}

	#secondary a {
		text-decoration: none;
		color: navy;
	}

	#secondary a:hover {
		text-decoration: none;
		color: green;
	}

.list1{
	font-size: 120%;

}




