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

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

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

#header {
	height: 360px;
}

#primary {
	float: right;
	width: 580px;
	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: 200px;
	margin:  0; /* 上下方向にマージンを指定 */
	padding: 0;				/* パディング一括指定 */
	/*border:1px solid #fff;	*/			/* ボーダー一括指定 */
}

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

h2{
	font-size: 90%;
	font-style:normal;			/* フォントスタイル */
	font-weight:normal;			/* 太さ */
	color: #fff;
	background-color:#093;		/* 背景色： */
	margin: 30px 0px 10px 0px;
	padding: 2px;
}

#footer {
	clear: both; /* 寄せを解除 */
	height: 20px;
	background-color:#093;		/* 背景色： */
}

#head_text{
	font-size: 90%;			/*  フォントサイズ */
	color:#060;
	line-height:1.6;			/* 行幅 */
	padding:5px;				/* パディング一括指定 */
	margin: 30px 10px;				/* マージン一括指定 */
}

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


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

}

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


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

}


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

.member_pic
{
  text-align: center;
}


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

.mem_text
{
	font-size : 10px;
	color:#666;
	padding: 5px 10px;
}

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

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

