@charset "UTF-8";
/* CSS Document */
/*
●●ドメイン名memo

*/

/*------------------------
　ボディー
------------------------*/



html,body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

html, body, center, .kage {
	height:100% !important;
	min-height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	background-image: url(../img/kage.png), url(../img/bg.png);
	background-repeat: repeat-y, repeat;
	background-position: center, center;
	background-attachment:fixed, fixed;
}



/*上部に小さく表記 SEO対策*/
h1 {
	margin:0px 0px;
	padding:0;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color: #9A9A9A;
	width: 530px;
}

/*見出し２ ロゴ用*/
h2 {
	font-size:18px;
	font-weight:bold;
	float: none;
	margin-right: auto;
	margin-left: auto;
}





/*------------------------
　ラッパー (全体を囲む) 
------------------------*/

#wrapper {
	position:relative;
	width:850px;
	text-align:left;
	margin: 0px auto;
	height: auto !important;
	height: 100%;
    min-height: 100%;
	font-size: 13px;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	line-height: 125%;
	background-color:#FFF;
}

body > #wrapper {
    height: auto;
}



/*ページの影
.kage {
     width: 880px;
     background-image: url(../img/kage.png);
     background-repeat: repeat-y;
	 background-position: center;
     min-height: 100%;
}
*/



/*------------------------
　フォント指定
　特別なものは個々に指定
------------------------*/

.mainsize {
	font-size: 90%;
	line-height:1.8em;
}

.size80 {
	font-size: 80%;
	line-height:1.8em;
}
.size85 {
	font-size: 85%;
	line-height:1.8em;
}
.size95 {
	font-size: 95%;
	line-height:1.8em;
}
.size100 {
	font-size: 100%;
	line-height:1.8em;
}
.size110 {
	font-size: 110%;
	line-height:1.8em;
}
.size110glay {
	font-size: 110%;
	line-height:1.8em;
	color: #9A9A9A;
}
.size110orange {
	font-size: 110%;
	line-height:1.6em;
	color: #F90;
	padding:0px 90px 0px 90px;
}
.size120 {
	font-size: 120%;
	line-height:1.8em;
}
.size115orange {
	font-size: 115%;
	line-height:1.8em;
	color: #F60;
}

.size-copy {
	font-size: 85%;
	line-height:1.8em;
	color:#444;
}
.size-boldbrown {
	font-size: 100%;
	line-height:1.4em;
	font-weight:bold;
	color:#520;
}
.red {
	color: #F30;
}
.glay {
	color: #444;
}




/*------------------------
　その他基本要素
------------------------*/

a{/*リンクされた文字*/
    font-weight: bold;
	color: #2B8D00;
	text-decoration: none;
　　}
a:link {/*未訪問のリンク*/
    font-weight: bold;
	color: #2B8D00;
	text-decoration: none;
　　}
a:visited {/*訪問後のリンク*/
    font-weight: bold;
	color: #2B8D00;
	text-decoration: none;
　　}
a:hover {/*マウスをのせたとき*/
    font-weight: bold;
	color: #FF8400;
	text-decoration: underline;
　　}
a:active {/*クリック中*/
    text-decoration:none;
　　}

/*画像について*/
img {
	margin:0px;
	padding:0px;
	border:0px;
}

/*TOPへ戻るボタンについて*/
#back-top {
	position: fixed;
	bottom: 80px;
	right:0px;
}





/*------------------------
　ヘッダー 
------------------------*/

#header {
	width:850px;
	height: 110px;
	background-image: url(../img/bg_header.png);
	background-repeat: repeat-x;
	background-position: bottom;
}



/*------------------------
　メニュー 
------------------------*/

#menu {
	width:850px;
	height:70px;
}


#index-bar {
	width:850px;
	height:10px;
}




/*------------------------
　▽トップページ (topのみ)
------------------------*/

#toppage {
	width:850px;
	/*padding-bottom:90px;
	min-height: 100%;*/
}


/*------------------------
　▽メイン (top以外)
------------------------*/

#main {
	width:810px;
	padding-left:20px;
	padding-right:20px;
	padding-top:35px;
	padding-bottom:90px;
	height: 100%;
}
#main-txt {
	width:690px;
	padding-left:60px;
	padding-right:60px;
	padding-top:30px;
	padding-bottom:30px;
	height: 100%;
}




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

#footer {
    width: 100%;
	background:#FFB533;
	position: absolute;
	bottom:0;
	margin-top: -75px;
	height: 75px;
	/*
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	*/
}



/*=========================
　wrapperの代わりに複数セレクタで指定も可能…

#header, #main, #footer {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}
=========================*/
