@charset "utf-8";
/* CSS Document */


/* ---------------------------- */
/* 		ページマージン          */
/* ---------------------------- */
body {
   margin: 0px 0px 0px 0px;
}

/* ---------------------------- */
/* 		フォントサイズ          */
/* ---------------------------- */

p.80% {
     font-size: 80%;
}


/* ---------------------------- */
/* 		フォントカラー          */
/* ---------------------------- */

p.red {
      color: #592B2B;
	  margin: 0px 0px 0px 0px;
}

p.white {
      color: #ffffff;
	  margin: 5px 0px 5px 0px;
}

/* ---------------------------- */
/* 		リンク下線削除          */
/* ---------------------------- */

a {
    text-decoration:none;
}

/* ---------------------------- */
/* 		リンク色                */
/* ---------------------------- */

a:link { color: #000000;}
a:visited { color: #666666;}
a:hover { color: #2882B5;}
a:action { color: #2882B5;}

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

#header {
    width: 934px;
    height: 53px;
    background-image:url(images/header_bg_02.jpg);
    padding-right: 66px;
    text-align: right;
}

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

#footer {
    width: 1000px;
    height: 248px;
    background-image:url(images/footer_bg.jpg);
	clear:both;
}

/* ---------------------------- */
/* 			メイン　            */
/* ---------------------------- */

#main {
    width: 1000px;
	background-image:url(images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
	height:auto;
	overflow:hidden;
}


/* ---------------------------- */
/* 	　　divの高さをそろえる     */
/* ---------------------------- */

#main_left, #main_center, #main_right{
	float:left;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}

/* ---------------------------- */
/* 	　　div回り込み             */
/* ---------------------------- */

#main_left {
            float:left;
            width:auto;
			}

#main_right {
            float:left;
            width:auto;
			}
			
#main_center {
            float:left;
			width:616px;
			}
