@charset "shift_jis";


html {
    overflow-y:scroll;
    }

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #474723;
	background-position: top;
	background-color:#FFFFFF;/*全体背景*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}



input,textarea,select {
	font-size: 1em;
}


table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク設定（全体）
---------------------------------------------------------------------------*/
a {
	color: #595044;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}



/*コンテナー（HP全体のブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



/*コンテンツ（左右ブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	background-color: #FFF;
}



/*ヘッダー（最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height:0px;
	width: 0px;
	float: left;
}

#header h1 {
	text-indent: -9999px;
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: inline;
	margin-right: 16px;
	height: auto;
	margin-bottom: 10px;
}


/*トップページ・メインコンテンツ上余白　ゼロ設定*/
#toppage #main {
	padding-top: 0;
}

#main p {
	padding: 0.5em 10px 1em;
}

#main li {
	padding-left: 1em;
}

#main ul {
	line-height: 1.8em;
}

#main h2 {
	font-size: 120%;
	line-height: 30px;
	padding-left: 16px;
	color: #808040;				/*背景色*/
	background-repeat: no-repeat;
}
#main dl dd {
	margin-left: 1em;
	font-size: 12px;
	line-height: 2em;
}

/*メイン その他素材
---------------------------------------------------------------------------*/
#main #img2 {
	clear: both;
	float: right;
	height: 200px;
	width: 200px;
	margin-right: 16px;
}

#main a #link {
	height: auto;
	width: 152px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 16px;
}

/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	padding-top: 20px;
	display: inline;
	margin-left: 16px;
	width: 200px;
	padding-bottom: 10px;
}

#side img {
	height: 130px;
	width: 198px;
	margin-top: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#side p a #argo {
	height: 130px;
	width: 198px;
	margin-top: 20px;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 120%;
}

ul.sidemenu li {
	margin-bottom: 1px;
}

ul.sidemenu a {
	color: #9E9885;			/*文字色*/
	text-decoration: none;
	display: block;
	width: 198px;
	text-align: center;
        border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu a:hover {
	color: #9E9885;	/*背景色*/
	border: 1px solid #796D5D;
	background-color: #FFFFFF;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.4;		/*行間*/
	text-align: center;		/*センタリング*/
	clear: both;
	width: 100%;
	padding-top: 10px;
}


/*メインコンテンツNews
---------------------------------------------------------------------------*/
#main #news {
	height: 200px;
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .new dl {
	width: 640px;
	height: 300px;
	overflow: auto;
	padding-left: 10px;
	margin-top: 20px;
}

#main .new dt {
	font-weight: bold;	/*日付太字*/
	color: #595044;		/*日付文字色*/
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付下線*/
}




/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #4E9A9A;
}

.clear {
	clear: both;
}

ul.disc {
	font-size: 120%;
	text-align: center;
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}
#main #top {
	height: 432px;
	width: 650px;
	margin-top: 114px;
}
#main #statement {
	height: 550px;
	width: 650px;
}

#main #top_langege {
	width: 550px;
	margin-top: 5px;
	text-align: right;
	float: right;
}
#main #bt {
	height: 2em;
	width: 550px;
	float: right;
	text-align: right;
	margin-top: 80px;
	margin-bottom: 16px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*ギャラリー
---------------------------------------------------------------------------*/
#wrap{
	width: 650px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	clear: both;
	float: right;
	height: auto;
}
.smallimage {
	padding: 3px;
	margin: 10px 5px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
