* {
	margin: 0;
	padding: 0;
}
body{
	background-image:url(../images/back4.gif);
	background-repeat: repeat-x;
	background-color:#000000;
	text-align:center;
	color:#DDD;
	padding:0;
	margin:0;
	color:#DDD;
	font-size: small !important; /* IE 7向け */
    font-size: small; /* IE 6以下 */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
}

html>/**/body {
    font-size: 13px; /* モダンブラウザ向け */
}

body div {
	text-align: left;
	margin: 0 auto;
}

a {
	color:#FFFF99;
	text-decoration:none;
}

a:visited{
	color:#FFFFCC;
	text-decoration:none;
}

a:hover{
	color:#FF6600;
	text-decoration:underline;
}

a:active{
	color:#FF6600;
	text-decoration:underline;
}
/*----------------------------------------------------*/
#container {
	width: 940px;
}
/*----------------------------------------------------*/
#left_container {
	width: 800px;
	float:left;
	background-color:#000000;
	padding-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
/*----------------------------------------------------*/
#sidebar {
	width: 120px;
	float:right;
	margin-top :95px;
	text-align:center;
}

/*----------------------------------------------------*/
#head, #middle, #footer {
	width: 100%;
	text-align:justify;
}
 
/*----------------------------------------------------*/
#head #logo{
	width:210px;
	float:left;
}

#head #g_menu{
	width:590px;
	float:left;
}

#head #g_menu h1{
	width:100%;
	background-image:url(../images/top/m_head_line.gif);
	background-repeat: repeat-x;
}

#head #g_menu ul {
	list-style:none;
	margin-left:5px;
	margin-top:10px;
}

#head #g_menu li {
	float:left;
	width:140px;
	margin-right:5px;
}

/*----------------------------------------------------*/
#middle {
	background-color:#000000;
	margin-bottom:10px;
	padding:0;
}

/*----------------------------------------------------*/
#footer {
	background-color:#000000;
	padding-bottom:5px;
	clear:both;
}
#footer #footermenu {
	text-align: right;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-size: 90%;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 5px;
}


/*----------------------------------------------------*/
#sidemenu {
	float:left;
	text-align:center;
	width: 130px;
	background-color:#000000;
	padding:0px 5px 0px 0px;
}

#sidemenu ul {
	list-style:none;
}

#sidemenu li{
	height:1%;
	margin-top:3px;
	line-height: 1px;
}

#sidemenu ul.club_kfc {
	background-image: url(../images/top/clubkfcline.gif);
	background-repeat: repeat-y;
	text-align:center;
}
#sidemenu .club_kfc li{
	font-size: 1px;
	line-height: 1px;
}

#sidemenu #smenu2{
	width:120px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #FFFFFF;
}
#smenu2 p{
	margin-top:0px;
	margin-left:3px;
	text-align:justify;
	font-size:85%;
	line-height:130%;
}

/*----------------------------------------------------*/
#main {
	float:left;
	width:660px;
	background-color:#000000;
	font-size:100%;
	min-height:800px;
	_height:800px;
}


/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#main:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#main { display:inline-table; }

/* Mac IE には適用させない \*/
* html #main { 
	height:1px;
	_height: 500px;
 }
#main { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
span.none {
	display: none;
}

pre{
text-align:justify;
font-size:100%;
}
.center {
	text-align: center;
}

#sidebar img {
	margin:auto;
	margin-top: 2px;
	;
}
