﻿@charset "UTF-8";

/*profile.html専用
-----------------------------------------*/
body nav ul li a[href="profile.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:justify;
	text-justify:distribute;
	line-height:150%;
	font-size:12px;
	color:#000000;
}



