﻿@charset "utf-8";



body {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:center;	/*テキストの配置を中央にする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#afeeee;		/*内容全体の背景色*/
        color:#333333;		/*文字色*/
        font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:large;			 /*フォントサイズを大きくする*/

}

ul#menu {
	width:960px; height:50px;  margin:0 auto;	/*メインメニュー部分の幅と高さ*/
       
}
#menu li {
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
	float:left;			/*リスト項目を横に並べる*/
}
#menu li a {
	background-color:navy;	/*背景色*/
	color:#ffffff;		/*文字色*/
	display:block;			/*リンク部分をブロック表示にする*/
	width:200px; height:35px;	/*幅と高さ*/
}



#content1 {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:center;	/*テキストの配置を中央にする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#ffefd5;		/*内容全体の背景色*/
        color:#333333;		/*文字色*/
        font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:large;			 /*フォントサイズを大きくする*/
}


#pickup {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左にする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#ffffff;		/*内容全体の背景色*/
        color:#333333;		/*文字色*/
        font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:large;			 /*フォントサイズを大きくする*/
}



#footer {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:center;	/*テキストの配置を左にする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#afeeee;		/*内容全体の背景色*/
        color:#333333;		/*文字色*/
        font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:large;			 /*フォントサイズを大きくする*/
}


