@charset "shift_jis";


/* ---------------------------
	for all body
-------------------------- */
body {
	/* コンテンツ余白設定 */
	margin: 0;
	padding: 0;
	/* 文字基本設定（文字サイズ・行間・色） */
	font-size: 80%;
	line-height: 140%;
	color: #606060;
	font-family: "ＭＳ Ｐゴシック",;
	
}

h1 {
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* ---------------------------
	フッター
-------------------------- */

.f_c{ 
	padding: 5px;
	width: 600px;
	text-align:right;
  font-size: 70%;

}
.footer_content {
	padding-bottom:3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #48b1d1;

}
.footer_content2 {
	padding-top:3px;

}


/* ---------------------------
		link
-------------------------- */
a:link {
  text-decoration: none;
	color: #005cc6;
}
a:visited {
  text-decoration: none;
	color: #FF6600;
}
a:active {
  text-decoration: none;
	color: #005cc6;
}
a:hover{
  text-decoration: underline;
  color: #005cc6;
}

a.panz:link {
  text-decoration: none;
	color: #2d64c7;
}
a.panz:visited {
  text-decoration: underline;
	color: #2d64c7;
}
a.panz:active {
  text-decoration: none;
	color: #FC9300;
}
a.panz:hover {
  text-decoration: none;
	color: #FC9300;
}

/* ---------------------------
		layout
-------------------------- */
/* マージン設定 */
.MarginBox2px {
	margin: 0 0 2px;   /* 下：2px */
}
.MarginBox {
	margin: 0 0 5px;   /* 下：5px */
}
.MarginBox1 {
	margin: 0 0 8px;   /* 下：8px */
}
.MarginBox1t {
	margin: 5px 0 0 0;/* 上：5px */
}
.MarginBox2 {
	margin: 0 0 10px;  /* 下：10px */
}
.MarginBox3 {
	margin: 0 0 15px;  /* 下：15px */
}
.MarginBox4 {
	margin: 0 0 25px;  /* 下：25px */
}
.MarginBoxLU {
	margin: 0 5px 5px; /* 左・下：各5px */
}
.MarginLR {
	margin: 0 10px;    /* 左・右：各10px */
}
.MarginTB {
	margin: 25px 0 25px 0;/* 左：10px */
}
.MarginFull {
	margin: 5px 3px 5px 3px;/* 右：3px */
}

/* 画像の回り込み */
#i01{
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
}

#i02{
  float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}



/* ---------------------------
		about box
-------------------------- */
.box {
	border-style: solid;
	border-color: #5c8ed5;
	border-width: 2px;
	width: 119px;
}


/* ---------------------------
		menu
-------------------------- */

.txt-menu-kuzu {
  font-size: 75%;
  line-height: 120%;
}
/*---------------------------
		Table
-------------------------- */
.LatoutTable {
	padding-bottom:25px;
	
}
.LatoutTable td {
	font-size: 83%;
	line-height: 140%;
	padding: 2px;
}
.LatoutTable th {
	font-size: 83%;
	color:#59a858;
	padding: 4px;
	text-align: left;
	border: 1px solid #59a858;
	white-space:nowrap;
}

.LatoutTable2 {
	padding:1px;
	
}
.LatoutTable2 td {
	font-size: 83%;
	line-height: 160%;
	
}
.LatoutTable2 th {
	font-size: 83%;
	padding: 8px;
	line-height: 140%;
	text-align: left;
	background-color:#fbe4c0;
	white-space:nowrap;
}

.LatoutTable3 {
	padding:2px;
	
}
.LatoutTable3 td {
	font-size: 83%;
	line-height: 160%;
}
.LatoutTable3 th {
	font-size: 83%;
	padding: 3px;
	line-height: 140%;
	text-align: left;
	border: 1px solid #92c9f3;
	background-color:#b9ddee;
	white-space:nowrap;
}

/* ---------------------------
		text
-------------------------- */

.normal {
  font-size: 80%;
  line-height: 140%;
}
.normal-b {
  font-size: 80%;
  line-height: 140%;
  font-weight: 800;
}

.normal-l {
  font-size: 90%;
  line-height: 140%;
}
.normal-white {
  font-size: 80%;
  line-height: 140%;
  color: #FFFFFF;
}

.normal-s {
  font-size: 75%;
  line-height: 140%;
		color: #333333;
}

.normals-blue {
  font-size: 75%;
  line-height: 140%;
  color: #2453a5;
}
.normal-ss {
  font-size: 70%;
  line-height: 120%;
}
/* ---------------------------
		map text
-------------------------- */
.jyusyo {
   font-size: 80%;
   line-height: 140%;
}
.footer {
  font-size: 70%;
  line-height: 120%;
}
