body{
   min-width: 800px;
   margin: 5px;				/* マージン一括指定 */
   color: #fff; 
   background: #000;
}

a{
	text-decoration: none;	
   	color: #f33;

}
/* :::::::: new ::::::::: */
  
#wrapper {
	width: 800px;
}

#header {
	height: 300px;
}

#primary {
	float: right;
	width: 550px;
	margin:  0; /* 上下方向にマージンを指定 */
	padding: 0;				/* パディング一括指定 */
	border-left:2pt dotted  #666;				/* 左ボーダー */
	

}

#primary_inner {
	margin: 5px 5px 20px 20px; /* 上下方向にマージンを指定 */
	padding: 5px 0px 0px 10px;				/* パディング一括指定 */
	/*border:1px solid #fff;	/*			/* ボーダー一括指定 */
	
}

#secondary {
	float: left;
	width: 240px;
	margin:  0; /* 上下方向にマージンを指定 */
	padding: 0;				/* パディング一括指定 */
	/*border:1px solid #fff;	/*			/* ボーダー一括指定 */
}

#secondary_inner{
	margin:  25px 0; /* 上下方向にマージンを指定 */
	padding: 10px;				/* パディング一括指定 */
	/*border:1px solid #fff;	/*			/* ボーダー一括指定 */
}

h2{
	font-size: 11px;
	margin-left: 10px;
	padding: 5px;
	border-left:5px  solid #fff;				/* 左マージン */

}

#footer {
	clear: both; /* 寄せを解除 */
	height: 500px;
}

#head_text{
	font-size: 12px;			/*  フォントサイズ */
	line-height:1.8;			/* 行幅 */
	border: 2px dashed  #999;				/* ボーダー一括指定 */
	padding:15px;				/* パディング一括指定 */
	margin: 30px 20px;				/* マージン一括指定 */
}

#author{
	font-size: 9px;			/*  フォントサイズ */
	margin:20px 0 0 10px;				/* マージン一括指定 */
	text-align:right;			/* 文字揃え */
}

#last{
	font-size: 9px;			/*  フォントサイズ */
	line-height:1.8;			/* 行幅 */
	color:#999;				/* 文字色： */
	text-align:right;			/* 文字揃え */
}


.cage_name ,.chee_name,.mori_name,.tsutsu_name,.ono_name
{
	display:inline;				/* 表示形式 */
 	font-size : 14px;
}


.cage_txt
{
	margin: 0 0 10px 5px;				/* マージン一括指定 */
	line-height:1.6;			/* 行幅 */
	color:#fff; 				/* 文字色： */
	font-size:12px;			/*  フォントサイズ */

}

.chee_txt
{
	margin: 0 0 10px 5px;				/* マージン一括指定 */
	line-height:1.6;			/* 行幅 */
	color:#eee; 				/* 文字色： */
	font-size:12px;			/*  フォントサイズ */
}


.mori_txt
{
	margin: 0 0 10px 5px;				/* マージン一括指定 */
	line-height:1.6;			/* 行幅 */
	color:#ddd; 				/* 文字色： */
	font-size:12px;			/*  フォントサイズ */
}

.tsutsu_txt
{
	margin: 0 0 10px 5px;				/* マージン一括指定 */
	line-height:1.6;			/* 行幅 */
	color:#ccc; 				/* 文字色： */
	font-size:12px;			/*  フォントサイズ */
}

.ono_txt
{
	margin: 0 0 10px 0px;				/* マージン一括指定 */
	line-height:1.6;			/* 行幅 */
	color:#999;				/* 文字色： */
 	font-size:13px;			/*  フォントサイズ */

}


.member
{
  margin : 30px 5px;
  padding: 5px 10px;
}

.member_pic
{
  text-align: center;
}


.member_name
{
  margin: 5px;
  text-align: center;
  font-size : 12px;
}

.mem_text
{
	font-size : 10px;
	padding: 0 5px;
}

.sp_navi
{
	margin:20px 10px 10px 10px;				/* マージン一括指定 */

    text-align: right;
    font-size: 12px;
}

