

/*==================================================*/
/*セクション
/*==================================================*/
div.SectionRight
{
	clear : both;

	z-index : 0;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	height : 100%;

	background-repeat : repeat-y;
	background-position : left top;
	background-image : none;
/*	background-image : url(http://www.msoffice.jp/images/SectionRight.jpg); */
}

/*==================================================*/
/*ブロック
/*==================================================*/
div.GroupRight div.Block
{
	padding-left : 0px;
	padding-right : 0px;
}

/*==================================================*/
/*ボディ
/*==================================================*/
div.GroupRight div.Body
{
	width : 220px;

	padding-left : 0px;
	padding-right : 0px;
			
	background-repeat : repeat-y;
	background-position : left top;
	background-image : none;
/*	background-image : url(http://www.msoffice.jp/images/BodyRight.jpg); */
}


/*==================================================*/
/*【h2】ヘッドライン
/*==================================================*/
div.GroupRight h2
{
	background-image : url(http://www.msoffice.jp/images/H2-Right.jpg);
}

/*==================================================*/
/*【h3】ヘッドライン
/*==================================================*/
div.GroupRight h3
{
	background-image : url(http://www.msoffice.jp/images/H3.jpg);
}

/*==================================================*/
/*サイドナビゲーション
/*==================================================*/
/*
div.GroupRight div.Header-NaviSide1
{
	height : 20px;
	width : 100%;
	
	background-image : url(http://www.msoffice.jp/images/Header-NaviSide1.jpg); 
	background-repeat : no-repeat;
	background-position : top left;
}

div.GroupRight div.Footer-NaviSide1
{
	height : 20px;
	width : 100%;
	
	padding-bottom : 20px;
	
	background-image : url(http://www.msoffice.jp/images/Footer-NaviSide1.jpg); 
	background-repeat : no-repeat;
	background-position : top left;
}
*/
div.GroupRight div.Body-NaviSide1
{
	padding-top : 0px;
	padding-bottom : 0px;
}

div.GroupRight div.Body-NaviSide1 ul li
{
	height : 50px;
	width : 100%;
	
	background-image : none;
	
	padding-left : 0px;
}

div.GroupRight div.Body-NaviSide1 ul li a:hover
{
	background-position : 0 100%;
}


div.GroupRight div.Body-NaviSide1 ul li a
{
	display : block;
	
	height : 46px;
	
	padding-top : 4px;
	line-height : 46px;
	
	color : rgb(255, 255, 255);
	font-size : 14px; font-size : 1.4rem;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-weight : normal;
	font-style : normal;
	
	text-align : left;
	text-indent : 40px;
	text-decoration : none;
	
	background-image : url(http://www.msoffice.jp/images/NaviSide1.jpg);
	background-repeat : no-repeat;
	background-position : 0 0;
}

/*==================================================*/
/*テーブル
/*==================================================*/
div.GroupRight table.Default
{
	width : 220px;
			
}

div.GroupRight table.NoBorder,
div.GroupRight table table.NoBorder
{
	width : 220px;
}

