@charset "Shift_JIS";

/* ========================================

	対象ファイル：news.html
	対象箇所　　：コンテンツ枠内

======================================== */

#main {
	background: url(../img/news/main.png) no-repeat;
}


/* ---------- article ---------- */

.article {
	margin: 0px;
	padding-bottom: 20px;
}

.date_wrap {
	width: 670px;
	height: 32px;
	margin-bottom: 10px;
	padding: 0 20px;
	background: url(../img/news/date_bg.gif) no-repeat;
	line-height: 32px;
	color: #FFF;
}

.date {
	float: left;
}

.text {
	padding: 0 10px;
}


/* ---------- 1photos and 1explanation ---------- */

.photo1_ex1 {
	width: 320px;
	margin: 0 auto 20px;
}

.photo1_ex1 a {
	display: block;
	width: 300px;
	margin: 20px 10px 10px;
	float: left;
}

.photo1_ex1 img {
	display: block;
	width: 300px;
}

.photo1_ex1 .explanation {
	display: block;
	padding: 0 10px;
	clear: both;
}


/* ---------- 2photos and 1explanation ---------- */

.photo2_ex1 {
	width: 640px;
	margin: 0 auto 20px;
}

.photo2_ex1 a {
	display: block;
	width: 300px;
	margin: 20px 10px 10px;
	float: left;
}

.photo2_ex1 img {
	display: block;
	width: 300px;
}

.photo2_ex1 .explanation {
	display: block;
	padding: 0 10px;
	text-align: center;
	clear: both;
}


/* ---------- 2photos and 2explanation ---------- */

.photo2_ex2 {
	width: 640px;
	margin: 0 auto 20px;
}

.photo2_ex2 p {
	width: 320px;
	float: left;
}

.photo2_ex2 a {
	display: block;
	width: 300px;
	margin: 20px 10px 10px;
}

.photo2_ex2 img {
	display: block;
	width: 300px;
}

.photo2_ex2 .explanation {
	display: block;
	width: 300px;
	padding: 0 10px;
}

.photo2_ex2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.photo2_ex2 {
  min-height: 1px;
}

* html .photo2_ex2 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ---------- 1photo and 1list ---------- */

.photo1_list1 {
	width: 690px;
	margin: 0 auto 20px;
}

.photo1_list1 p {
	width: 320px;
	float: left;
}

.photo1_list1 a {
	display: block;
	width: 300px;
	margin: 20px 20px 10px 0;
}

.photo1_list1 a.inline {
	display: inline;
	width: 300px;
	margin: 0;
}

.photo1_list1 img {
	display: block;
	width: 300px;
}

.photo1_list1 ul {
	width: 370px;
	margin: 20px 0 10px;
	float: left;
}

.photo1_list1 ul a {
	display: inline;
}

.photo1_list1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.photo1_list1 {
  min-height: 1px;
}

* html .photo1_list1 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* ---------- 1photo and 2list ---------- */

.photo1_list2 {
	width: 690px;
	margin: 0 auto 20px;
}

.photo1_list2 p {
	width: 220px;
	float: left;
}

.photo1_list2 a {
	display: block;
	width: 300px;
	margin: 20px 20px 10px 0;
}

.photo1_list2 a.inline {
	display: inline;
	width: 300px;
	margin: 0;
}

.photo1_list2 img {
	display: block;
	width: 200px;
}

.photo1_list2 ul {
	width: 370px;
	margin: 20px 0 10px;
	float: left;
}

.photo1_list2 ul a {
	display: inline;
}

.photo1_list2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.photo1_list2 {
  min-height: 1px;
}

* html .photo1_list1 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* ---------- 1photos and 1explanation big---------- */

.photo3_ex1 {
	width: 520px;
	margin: 0 auto 20px;
}

.photo3_ex1 a {
	display: block;
	width: 500px;
	margin: 20px 10px 10px;
	float: left;
}

.photo3_ex1 img {
	display: block;
	width: 500px;
}

.photo3_ex1 .explanation {
	display: block;
	padding: 0 10px;
	clear: both;
}

