@charset "utf-8";

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

	■コンテンツの詳細設定

	1.左右カラム位置設定

	2.メインコンテンツ（ベース設定）
	　※各モジュールの指定は7-module.cssにて。

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


/*-------------------------------------------------

	1. 左右カラム位置設定
	・ページの<body id="left">	←メイン左寄せ
	・ページの<body id="right">	←メイン右寄せ
	・ページの<body id="one">	←1カラムへする場合

---------------------------------------------------*/

#contWrp{
	width: 950px;
	margin: 0 15px;
	padding-top: 18px;
}

.second #contWrp{
	padding-top: 0px;
	margin: 0 15px 0 11px;
	width: 954px;
}

#contents{
	width: 717px;
	float: left;
}

.second #contents{
	width: 721px;
}

/* メインコンテンツ右寄せの場合 */
body#right #mainContents{
	float:right;
	width:520px;
}

body#right .second #mainContents,
body#right .second #rightsubContents{
	padding-top: 12px;
}

body#right #subContents{
	float:left;
	width:180px;
}

body#right .second #subContents{
	float:left;
	width:187px;
}

#rightsubContents{
	position: relative;
	width: 215px;
	float: right;
}

/*-------------------------------------------------

	2. メインコンテンツ（ベース設定）

---------------------------------------------------*/
#mainVisYokoBig{
	background: url(../../img/mainVis_bg.png) no-repeat right top;
}

/*.second #mainVisYokoBig,
.second #mainVisYokoBig h2,
.second #mainVisYokoBig h3,
.second #mainVisYokoBig p{
	border: 1px solid #F00;
}

*/

.second #mainVisYokoBig{
	background: none;
}

#mainVisYokoBig h2{
	padding-top: 41px;
}

.second #mainVisYokoBig .mainVisWrp{
	width: 655px;
	float: left;
}

.second #mainVisYokoBig h2{
	padding-top: 27px;
	margin-bottom: 11px;
}

.second #mainVisYokoBig .mainVisImg{
	float: right;
	width: 224px;
}

#mainContents strong{
	font-weight:bold;
}

#mainContents em{
	font-style:normal;
	font-weight:bold;
}

*+ html #mainContents p{
	zoom:1;
}

