/* デフォルトのフォントサイズ */
* {
	font-size: 100%;
	line-height:140%;
	font-family: "ＭＳ ゴシック",sans-serif;
}
/* デフォルトのフォントサイズ */

body {
	color:#333333;
	background-color:#E4DFCC;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}

p	{
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ぱんくず */
.pankuzu{
	text-align:right;
	color: #444444;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}
/* ぱんくず */

/* 枠 */
.waku{
	width: 500px;
	border: 1px #C0C0C0 solid;
}
.waku td, th {
	padding: 3px;
}

.waku1{
	width: 620px;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 枠 */

/* pagetitle */
H1 {
	color:#444444;
	font-weight: bold;
	width:630px;
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
	background-color: #EEEEEE;
	padding: 2px;
	border-bottom:solid 1px #5E83B4;
	border-left: 10px #5E83B4 solid;
}
/* pagetitle */

/* title */

H2 {
	width: 620px; 
	color: #4D496A; 
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px; 
	padding-bottom: 2px;
	border-bottom: #5E83B4 2px solid;
}
/* title */

/* 文字サイズ */
.size{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 200%;
	padding-bottom: 30px;
	text-decoration: none;
}
/*文字サイズ*/

/* リンクスタイル */
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/* リンクスタイル */


/* メニュー */
.menu {
	background-color:#E4E5ED;
	margin-top:0px;
	width:160px;
	}

.mnavi {
	width:160px;
	height:26px;
	border-bottom: 1px #FFFFFF solid;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
}
.mnavi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mnavi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mnavi a:hover {
	color: #FFFF66;
	text-decoration: none;
}
/* メニュー */

/* サブメニュー */
.mnavi2 {
	width:160px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
}
.mnavi2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mnavi2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mnavi2 a:hover {
	color: #FFFF66;
	text-decoration: none;
}
/* サブメニュー */



/* サブメニューの下 */
.mnavi3 {
	width:160px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
}
.mnavi3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mnavi3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mnavi3 a:hover {
	color: #FFFF66;
	text-decoration: none;
}

/* サブメニューの下 */

/* フッター */
.t-footer{
	color: #FFFFFF;
	font-size: 80%;
	text-align:right;
	font-family:"ＭＳ Ｐゴシック",Osaka;
}
/* フッター */


/* 新着情報 */
.new {
	color: #005500; 
	font-weight: bold;
	text-align:center;
	margin-bottom: 0px;
}
/* 新着情報 */

/* アドレス */
.add{
	text-align:center;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 95%;
	line-height:110%;
}
/* アドレス */

ul {
	list-style-type: square;
	padding-left: 30px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px; 
	text-align: left;

}


/* フォントサイズ */
.fs-m2{
	font-size: 60%;
}
.fs-m1{
	font-size: 80%;
}
.fs-p1{
	font-size: 120%;
}
.fs-p2{
	font-size: 140%;
}
.fs-p3{
	font-size: 160%;
}
.fs-p4{
	font-size: 180%;
}

/* フォントサイズ基本 */
.fs80{
	font-size: 80%;
}
.fs85{
	font-size: 85%;
	padding-bottom: 4px;
}
.fs90{
	font-size: 90%;
}
.fs93{
	font-size: 93%;
}
/* フォントサイズ */

