* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}

h1, h2, h3, th, dt, strong, a, ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

.pagebreak {
	page-break-before: always;
}



* { margin : 0 ; padding : 0 ; }
body { width : 100% ; font-size: 90%;}
html { background-color:#FFF; }
#header { width : 100% ; }
#footer { width : 100% ; }

body
{
	background-image : none;
	}

#main
{
	width: 100%;
	position: static;
	margin: 0;
	background-color: #fff;
	background-image : none;
	}


/* ヘッダー */

#header
{
	width: 100%;
	height: auto;
	margin: 0;
	background-color:#fff;
	background-image : none;
	}
#header a img
{
    display: inline;
	border: 0;
	}
#header h1
{
	width: 100%;
	}

/* ロゴ画像 */
#top_pic
{
	border: none;
	}


/* 常に表示され続ける上部ナビゲーション */
#top_navi{display: none;}
/* サイドナビゲーション */
#side{display: none;}


/* 文章や写真が置かれる場所 */

#contents
{
	margin: 0;
	padding: 0;

	min-height: auto;
	height: auto !important;
	height: auto; /*ここにIE６用の高さを設定*/

	background-image : none;
	color: #010;
	}

#contents p
{
	line-height: 1.8em;
	margin: 0 0 1em 0;
	font-size: 100%;
	}

#contents img
{
	padding:5px;
	border:solid 1px black;
	margin-bottom: 1em;
	background-color: White;
	}

#contents a
{
	padding: 0;
	border-bottom:dotted 1px blue;
	text-decoration:none;
	}

#contents ul, #contents ol
{
	font-size: 100%;
    margin:1em 1em 1em 1em;
    padding:0;
    position:relative;
    left:-3em;
    overflow:hidden;
}

#contents li{
    margin-top:0.25em;
    margin-bottom:0.25em;
}

#contents ol li{
    margin-left:5em;
}

#contents ul li
{
    margin-left:5em;
	}

#contents h2
{
	font-weight:bold;
	margin-bottom: 0;
	padding-left: 0;
	color: #900;
	background-image: none;
	}

/* フッター */

#footer
{
	border-top: solid 1px black;
	text-align:center;
	padding: 0;
	width: 100%;
	margin: 0;
	background-color: #fff;
	}

address
{
	font-style:normal;
	font-size:80%;
	margin:20px 0;
	line-height:1.5em;
	}

#footer_link{display: none;}


/* パンくず☆ */

p#pankuzu
{
	margin: 0 0 1em 0;
	font-size: 80%;
	}

p#pankuzu a
{
	}

/* その他、共通設定など */

h3
{
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	letter-spacing:2px;
	margin: 1.5em 0 1em 0;
	background-color: #BD8;
	}

h4
{
	font-size: 95%;
	font-weight: bold;
	text-align:center;
	letter-spacing:2px;
	margin: 1em 0 1ex 0;
	}

table
{
	margin: 1em auto 2em auto;
	}

table th
{
	margin: 0;
	padding: 5px;
	vertical-align:top;
	text-align:center;
	font-size: 90%;
	font-weight:normal;
	font-family:monospace;
	white-space: nowrap;
	background-color: #EEE;
	}

table td
{
	margin: 0;
	padding: 5px;
	vertical-align:top;
	text-align:left;
	font-size: 90%;
	font-weight:normal;
	background-color: #FFF;
	}

table tr
{
	margin: 0;
	}

dt
{
	margin-bottom: 2px;
	}
dd
{
	margin:0 0 1ex 2em;
	}

strong
{
	font-weight:bold;
	color: #000;
	}

em
{
	font-style: normal;
	color: #900;
	}
