@charset "shift_jis";

/*
全ての要素に適用
-------------------------------------------------------------------*/
* {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: center;;
              line-height:120%
             }

/*
コンテンツの配置と基本構造
-------------------------------------------------------------------*/

body{
	text-align: center;
	margin-top:10px;
	width:100%;
	color:#000;
              background-image: url(i7.gif);
}

#container {
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	position: relative;
	width: 240px;
}

/*
ヘッダー及びその内部（子要素）に適用
-------------------------------------------------------------------*/

#header { 
	height: 50px; 
	width: 240px; 
              line-height:150%
}

/*
コンテンツ及びその内部（子要素）に適用
-------------------------------------------------------------------*/



#contents { 
	margin-left:20px; 
	width: 160px; 
}

/*
フッター及びその内部（子要素）に適用
-------------------------------------------------------------------*/



#footer {
	clear: both;
	height: 80px;
	width: 100%;
              font-size: 10px;
}

/*
全ての要素に挿入する基本内容
-------------------------------------------------------------------*/

#contents { 
	margin-left:40px; 
	width: 160px; 
               text-align: center;
}

ul, li {
    list-style: none;
}

a    { text-decoration:none; }