@charset "Shift_JIS";

/*
	last updated・・7/07/11

////////// contents //////////

//////////jyutai-map//////////

	1 : main content style
	2 : navigation column style
	3 : index parts style

	main-area: 725px;

*/

/* 1 : main content style
------------------------------------------------------------ */
div.section2
{
	width: 725px;
}

div#main-content2
{
	float: left;
	width: 725px;
}


/* 2 : navigation column style
------------------------------------------------------------ */



/* 3 : under-layer style
------------------------------------------------------------ */

div.col2
{
	margin: 0 auto;
	width: 725px;
}

/* h1 */
h1#under-layer-h1-2
{
	background: url(/traffic/jyutai/images/title_jyutai.gif) no-repeat;
	width:725px;
	height: 38px;
	text-indent: -9999px;
}


/*jyutai-layout*/

.picture {
	margin:10px auto;
	}
	
.section_jyutai {
	margin:20px auto;
	}


/* __________ 0707 追加 __________ */

/* PRリスト */
div#main-content2 ul#pr-area
{
	padding-bottom: 6px;
}

div#main-content2 ul#pr-area li a
{
	color:#faa61a;
	text-decoration: underline;
}

div#main-content2 ul#pr-area li a:hover
{
 color: #f07f05;
 background-color: #feedd1;
}

div#main-content2 ul#pr-area li em
{
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}

/* リンクリスト　横並び */
.link-list2 a{
	text-decoration:underline;
	background-image:url(/common/images/icon_arrow_def.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;
	padding-bottom: 1px;
}

.link-list2 a:hover{
	background-image:url(/common/images/icon_arrow_hover.gif);
}

.link-list2 li{
	margin-bottom:5px;
	margin-right:10px;
	padding-bottom:4px;
	float:left;
}

/* フッター */
div#footer_jyutai
{
	clear: both;
	padding-top: 10px;
	width: 725px;
}

/* フレーム */
div.info-frame
{
	margin: 18px auto 0 auto;
	width: 660px;
	background: url(/traffic/jyutai/images/bg_frame_body.gif) repeat-y;
}

	div.info-frame-top
	{
		margin: 0 auto;
		padding-top: 25px;
		width: 660px;
		background: url(/traffic/jyutai/images/bg_frame_top.gif) no-repeat;
	}

	div.info-frame-bottom
	{
		margin: 0 auto;
		padding: 12px 12px 12px 22px;
		width: 626px;
		background: url(/traffic/jyutai/images/bg_frame_bottom.gif) no-repeat bottom;
	}

