@charset "utf-8";
@media screen and (min-width: 769px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;　
	}



/* ----------------------------------------------------------------------------------------------------

	全ページ共有デザイン

---------------------------------------------------------------------------------------------------- */
body {
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4em;
	text-align: center;
	word-wrap: break-word;
	/**/
	background: #FFF;
}
a		{	color:#FFCC00;}
a:hover {	text-decoration: none;}

#gnav,
#wrap {
	margin: 0 auto;
}

#gnav {
	width: 100%;
	text-align: left;
	background: #b9d200;
	padding: 10px 0;
}
.inner {
	width: 800px;
	margin: 0 auto;
}

#wrap {
	width: 800px;
	background: url(../../images/bg_top.jpg) no-repeat center top;
	border: 1px solid #000000;
	border-top: 0;
	border-bottom:0;
}
#column {
	position: relative;
	top: 433px;
}
#column iframe {
	width: 700px;
	height:170px;

}
#contents {
	text-align: left;
	width: 760px;
	margin: 520px 30px 0 30px;
	overflow: hidden;

}

.title {
	font-size: 12px;
	line-height: 1.3em;
	width: 170px;
	min-height: 280px;
	margin: 0 20px 30px 0;
	float:left;
}
.title p {
	margin-top: 5px;
}

.bnr {
	margin-bottom: 30px;
}
.copy {
	border-top: 1px solid #999;
	font-size: x-small;
	line-height: 1.2em;
	text-align: center;
	padding: 30px 0;
	clear: both;
}










/* ----------------------------------------------------------------------------------------------------

	ツール

---------------------------------------------------------------------------------------------------- */
.alt	{	display: none;}

.red	{	color: #FF0000;}
.green	{	color: #009900;}












}