﻿@charset "utf-8";

/* 
	Site Name: JR Service Net
	Description: ページ特有の設定
	Page: サイトトップ
*/

/* ============================ */
/*
	このページ特有のスタイル設定
*/
/* ============================ */

/*写真メニュー*/
#top_photomenu {
	width: 738px;
	margin: 10px 10px;
}

	#top_photomenu .img_r {
		float: right;
	}
	
		#top_photomenu .img_l {
		float: left;
	}

/*メインコンテンツ*/
#main_contents {
	width: 738px;
	margin: 0 10px 50px 10px;
}

	#main_contents .main_left {
		float: left;
	}
	
	/*新着情報*/
	#main_contents .main_right {
		width: 440px;
		height:210px;
		background: url("../img/whatsnew.gif") no-repeat;
		float: right;
		margin-right: 5px !important;
		margin-right: 2px;
		margin-top: 2px;
	}

		/*新着情報一覧を見る*/
		#main_contents .whatsnew_list {
			position: relative;
			top: 7px;
			left: 380px;
		}

		/*iframe*/
		#main_contents .iframe {
			width: 438px !important;
			width: 439px;
			height: 177px;
			margin-top: 17px;
			border: 1px solid #C0C0C0;
		}

