@charset "utf-8";
/*
Theme Name: テーマの名前
Description:テーマの説明
Theme URI: テーマの URL
Author: 作った人の名前
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html{
}

body{
}

#main{
	margin:0 auto;
	width:960px;
}

#header{
	width:960px;
}

/*ヘッダーメニュー*/
#header .menu li{
	border-right: 1px solid #000000;
	float:left;
	list-style: none;
	padding:5px;
}
#header .menu li a{
	display: block;
}

#topnavi{
	width:960px;
	text-align:right;
	margin:0 auto;
}

#footer{
	width:960px;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
	clear:both;
}

#container{
	width:960px;
	clear:both;
}

/*サイドバー*/
#sidebar{
	float:left;
	width:200px;
}

/*コンテンツ*/
#contents{
	float:right;
	width:760px;
}