@charset "utf-8";

/*(｀･ω･)>>===============================================================================

 *

 * @file        : main.css

 * @description : コンテンツメイン部に当てるスタイル

 * @auther      : K.Akemura

 * @note        :

 *

 *

 *-----------------------------------------------------------------------------------------

 * Tracks

 *-----------+-------+------------+--------------------------------------------------------

 * @id    | @date    | @auther    | @description

 *--------+----------+------------+--------------------------------------------------------

 * WT_0001|2010/08/04|K.Akemura   |新規作成

 *--------+----------+------------+--------------------------------------------------------

 *

 *

 *-----------------------------------------------------------------------------------------

 *

 *                                         ©Copyright 2009 Fortune.Co.Jp All right reserved

 *

 ===============================================================================<<(･ω･｀)*/


/* コンテンツ外の背景色を指定 */
html{
	background-color: #fddea5;
	}

/* ヘッダー設定 */
.header{
	margin: 0;
	padding:0px;
	height:90px; /*高さ*/
	width:800px; /*横幅*/
	background-image:url("../../img/pc01/header_fish.png");
	margin:0px;
	padding:0px;
	}

/* フッター設定 */
.footer{
	margin: 0;
	padding:0px;
	height:30px; /*高さ*/
	width:800px; /*横幅*/
	background-image:url("../../img/pc01/footer.png");
	}


/* body設定 */
body{
	margin: 0;
	padding:0px;
	}

/* ヘッダーメニュー設定 */
.headermenu{
	margin: 0;
	padding:0px;
	position:relative;
	height:30px;
	width:800px;
	text-align:center;
	background-color:#d8ce9f;
	}

/* メイン設定 */

.mainarea{
	margin:0px 0px 0 0px;
	padding:20px 0px 0 0px;
	height:640px;
	width:840px;
	position:relative;
	text-align:center;
	background-color:#d8ce9f;
	background: url("../../img/pc01/bgframe.png") no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}
	
	
/* コンテンツ領域設定 */
.containtsarea{
	width:800px;
	height:450px;
	overflow: auto;
}

/* メインコンテンツ部分設定 */
.meincont{
	float:right;
	margin: 0;
	padding:0px;
	position:relative;
	height:440px;
	width:85%;
	text-align:center;
	background-color:#fde8d0;
	overflow: auto;
	}
