﻿@charset "UTF-8";

/*members.html専用
-----------------------------------------*/
body nav ul li a[href="members.html"] {
color: #000;
background: url(../img/menu1.gif) no-repeat center bottom;
}


/* 共通
-----------------------------------------*/
section {
/*margin: 20px 0 30px 0;*/
width: 665px;
position: relative;
}
section > h1 {
width: 655px;
}


/* img
------------------------------------------*/
  .article p img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
}


/* 記事ボックス
------------------------------------------*/
  .article {
	padding: 5px;
	border: solid 1pxx #ccc;
	margin: 10px;
	min-height: 150px;
	zoom: 1;
	margin-top: 10px;
	margin-left:10px;
	text-align:j ustify;
	text-justify: distribute;
	line-height: 150%;
	font-size: 12px;
	color: #000000;
}

/* ライン
-------- ---------------------------*/

.hr {
   	width: 640px;   /* 600 */
 	height: 1px;
 	background-color: #87ceeb;
 	color: #87ceeb; 
	/* border-style: solid; */
	text-align: center;
  	background-color: #87ceeb;
	border-color: #87ceeb; }


