@charset "shift_jis";


/*============================================
     
	クレオ　全ページ共通設定
	
============================================*/

body{
	background:url(../img_common/bg_body.jpg) repeat-x #D7D7D7;
	color:#444444;
	line-height:1.7;
	letter-spacing:0.1em;
	font-size:12px;
	font-family:"verdana", "ＭＳ ゴシック",sans-serif;
	margin:0;
	padding:0;}

p					{margin:1em;}

a:link		{color:#333333; text-decoration:none;}
a:visited	{color:#333333; text-decoration:none;}
a:hover		{color:#666666; text-decoration:none;}

img			{border:none;}

.center		{text-align:center;}
.t-left		{text-align:left;}
.t-right	{text-align:right;}


.f-right	{float:right;}
.f-left	{float:left;}
.f-clear	{clear:both;}


/*============================================
   全コンテンツをまとめるボックス・背景白
============================================*/
div#wrap{
	padding:55px 0 0 0;
	margin:40px auto 0 auto;
	background:url(../img_common/bg_wrap.gif) no-repeat top center;
	width:820px;
	height:650px;}


/*============================================
   ヘッダ
============================================*/
div#wrap h1{
	margin:0;
	padding:0;}



/*============================================
   メインコンテンツエリア
============================================*/
div#wrap div#main{
	margin:0 auto;
	height:400px;
	width:650px;}


/* TOPニュース */
table#topnews{
	margin:auto 15px;
	line-height:1.5;
	}

table#topnews td{
	vertical-align:top;
	}

table#topnews p{
	margin:5px 0;
	}

/*============================================
   フッタ
============================================*/
div#fotter{
	color:#999999;
	text-align:center;
	border-bottom:#999999 1px solid;
	width:650px;
	margin:0 auto;}

div#fotter ul{
	margin:40px 0 35px 0;
	padding:0;}


div#fotter ul li{
	list-style:none;
	display:inline;
	margin:0 10px;}

p#copy{
	margin-top:10px;
	color:#999999;
	text-align:center;
	font-size:10px;}
	
