/*メインコンテンツの枠の部分の設定*/

/*トップページ用の設定*/
.topbody {margin: 0px;	background-color: #E6E6E6;}
.header {padding: 0.5em;}
.topmain {background-color: #FED9A6; text-align: center; height: 546px;}
.footer {text-align: center; background-color: #E6E6E6; width: 100%;}
.footertxt {text-align: left; font-size: 13px;}

/*２ページ目以降の設定*/
/*bodyタグの設定*/
.body2nd {background-color: #e6e6e6; margin-top: 0px; text-align: center;}

/*ヘッダー部分メニューの設定*/
.headermenu {color: #333333; text-align: left; font-size: 12px; margin:auto auto 0.8em 20px;}
div.headermenu a{color: #333333;}

/*メインコンテンツの枠*/

/*メインコンテンツ部分の設定*/
/*背景イメージあり*/
.contents {padding: 1.5em 0.5em 1em 0em; text-align: left; line-height: 1.2em;
 background-image: url(../img/mainbg.gif); background-repeat: no-repeat; background-position: right bottom;/*	background-attachment: fixed;*/}
/*背景イメージなし*/
.contents_2 {padding: 1.5em 0.5em 1em 0em; text-align: left; line-height: 1.2em;}
