body {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 0px 0px 0;
	background: #000000 url(/MS_Enterprize_Service/css/images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, .4);
	z-index:1000000000;
}
#nav li {
	margin: 0 1px;
	padding: 4 0 4px;
	float: left;
	position: relative;
	list-style: none;
	z-index:1000000000;
}



/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  10px 12px;
	margin: 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}


/* main level link hover */


#nav .current:ul {	/*←追加使用中だよ */
	background: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


#nav .current ul li:hover a, #nav .current li:hover li a {	/*←追加使用中だよ */
	background: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav .current ul:hover a {	/*←追加使用中だよ */
	background: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}



#nav .current a {
	background: #8C7E5A url(/MS_Enterprize_Service/css/images/gradient.png) repeat-x 0 -40px;　　/*←currentのa時 使用中*/
	color: FFF;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	text-shadow: 0px 0px 0px rgba(255,255,255, 1);
}

#nav .current:hover a {
	background: #8C7E5A url(/MS_Enterprize_Service/css/images/gradient.png) repeat-x 0 -40px;　　/*←currenta時のマウスオーバー時　使用中*/
	color: FFF;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	text-shadow: 0px 0px 0px rgba(255,255,255, 1);
}
#nav .current:hover li a {
	background: #F5F5DC url(/MS_Enterprize_Service/css/images/gradient.png) repeat-x 0 -40px;　　/*←currentダウンメニューの背景色　使用中*/
	color: FFF;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0, .2);
	box-shadow: 0px 0px 0px rgba(0,0,0, .2);
	text-shadow: 0px 0px 0px rgba(255,255,255, 1);
}


#nav li:hover a {
	background: #666 url(/MS_Enterprize_Service/css/images/gradient.png) repeat-x 0 -40px;　　/*←currentではないliのマウスオーバー時*/
	color: FFF;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	text-shadow: 0px 0px 0px rgba(255,255,255, 1);
}





/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: #F5F5DC;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #847454 url(/MS_Enterprize_Service/css/images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}


/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 250px;
	position: absolute;
	top: 32px;
	left: 0;
	background: #F5F5DC url(/MS_Enterprize_Service/css/images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 250px;
	top: -1px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topleft: 1px;

	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topright: 1px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomleft: 1px;

	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-bottomright: 1px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

#main {
	background: #ffffff;
	margin: 0px auto;
}


.nomal_text {
	background: #ffffff;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 10px 10px 10px;
	text-align: left;
}
.nomal_text2 {
	background: #ffffff;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0px 3px 0px;
	text-align: left;
}

.nomal_text_s {
	background: #ffffff;
	color: #333;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 10px 10px 130px;
	text-align: left;
}



#foot {
	background: #000000;
	margin: 0px auto;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.type_ms #microsoft_e_s2 #microsoft_e_s2 table tr .nomal_text {
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* tablist no06 

--------------------------*/

#solutions #no06{
	background:url(/MS_Enterprize_Service/img/solution/solutionsbtn_back.jpg) no-repeat top center;
	padding:10px 12px 0 12px;
	border:none;
}

#solutions #no06 table{
	border-collapse:collapse;
}

#solutions #no06 table .no_td,

#solutions #no06 table .bottom_td,

#solutions #no06 table td{
	border-bottom:3px solid #EEEEEE;
	border-left:3px solid #EEEEEE;
	padding:12px 10px;
	width:33%;
	vertical-align:top;
}
#solutions #no06 table .no_td{
	border-left:none;
}
#solutions #no06 table .bottom_td{
	border-bottom:none;
}
#solutions #no06 table td dl dt{
	border-bottom:#333333 1px dotted;
	padding-bottom:7px;
	padding-left:18px;
	margin-bottom:7px;
	background:url(/MS_Enterprize_Service/img/yazirsi04.gif) no-repeat 3px 2px;
	font-weight:bold;
}


#solutions #no06 table td dl dd{
	border-bottom:#DDDDDD 1px dotted;
	margin-bottom:3px;
	line-height:120%;
	background:url(/MS_Enterprize_Service/img/yazirsi02.jpg) no-repeat 7px 6px;
	padding: 5px 0 5px 18px;
}







/* tablist no07 

--------------------------*/
#solutions #no07{
	background:url(/MS_Enterprize_Service/img/solution/solutionsbtn_back.jpg) no-repeat top center;
	/*height:100%;*/
	padding:20px 0 0 0;
	border:none;
}


#solutions #no07 table{
	border-collapse:separate;
	border-spacing:4px;
}

#solutions #no07 table td{
	width:50%;
	border:3px solid #EEEEEE;
	vertical-align:top;
}

#solutions #no07 table td dl{
	padding:0px 0px 9px 0px;
}

#solutions #no07 table td dl dt{
	padding: 10px 8px;
}

#solutions #no07 table td dl dd{
	padding:0px 66px 0px 26px;
}

#solutions #no07 table td dl .list{
	padding:5px 0px 0px 26px;
}

#solutions #no07 table td dl .list a{
	background:url(/MS_Enterprize_Service/img/yazirsi03.gif) no-repeat 0px 2px;
	padding:0 13px 6px 8px;
	font-size:80%;
}

#solutions #no07 #main_title{
	text-align:center;
}

#solutions #no07 #main_title ul{
	border-bottom:#999999 1px dotted;
	border-top:#999999 1px dotted;
	margin-bottom:8px;
	display:block;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
}
#solutions #no07 #main_title ul li{
	display:inline;
}
#solutions #no07 #main_title ul li img{
	display:inline;
}
#main_title #firstLank a {
}

#solutions #no07 #main_title ul li img{
	vertical-align:middle;
	margin-right:5px;
	margin-left:25px;
}

#solutions #no07 table td .ico01{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico01.gif) top right no-repeat;}

#solutions #no07 table td .ico02{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico02.gif) top right no-repeat;}

#solutions #no07 table td .ico03{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico03.gif) top right no-repeat;}

#solutions #no07 table td .ico04{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico04.gif) top right no-repeat;}

#solutions #no07 table td .ico05{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico05.gif) top right no-repeat;}

#solutions #no07 table td .ico06{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico06.gif) top right no-repeat;}

#solutions #no07 table td .ico07{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico07.gif) top right no-repeat;}

#solutions #no07 table td .ico08{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico08.gif) top right no-repeat;}

#solutions #no07 table td .ico09{background:url(/MS_Enterprize_Service/css/img/solution/no2_ico09.gif) top right no-repeat;}



#microsoft_e_s #enterprise_tit dt{ padding:15px 0 0px 0;}
#microsoft_e_s #enterprise_tit dd{ padding:0px 0px 5px 0px;}
#microsoft_e_s #enterprise_tit .tar{ text-align:right;}

#microsoft_e_s #microsoft_e_s_navi dt{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
#microsoft_e_s #microsoft_e_s_navi dd{ padding-bottom:15px; font-size:10px; line-height:180%;}


#microsoft_e_s #service p{
	padding-bottom:5px;

}


#download {
	background:url(/MS_Enterprize_Service/images/download_back.jpg) no-repeat;
	padding:13px 0 0 273px;
	height:40px;
}


.subtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 6px 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BBAA77;
	text-align: left;
}

.subtitle2{
	font-weight:bold;
	font-size:107%;
	background:url(/MS_Enterprize_Service/common_data/img/h4_bg.gif) no-repeat top #e8e8e8;
	border-bottom:1px solid #cccccc;
	padding:3px 18px;
	margin:0 0 15px 0;
}
.subtitle3 {
	font-weight:bold;
	font-size:130%;
	background:url(/MS_Enterprize_Service/common_data/img/h4_bg.gif) no-repeat top #e8e8e8;
	border-bottom:1px solid #cccccc;
	padding:6px 18px;
	margin:0 0 15px 0;
	text-align: left;
}

h4{
font-weight:bold;
font-size:107%;
background:url(/MS_Enterprize_Service/common_data/img/h4_bg.gif) no-repeat top #e8e8e8;
border-bottom:1px solid #cccccc;
padding:3px 18px;
margin:0 0 15px 0;
}

/* メニュー */
#menu {
	float: left;
	width: 200px;
}

/* ▼　アコーディオンメニュー　▼ */
#accordion_menu {
	width: 680px;
	background-color: #fff;
	letter-spacing: 1px;
	margin: 5px 10px;
}
/* アコーディオンのカテゴリーの指定 */
#accordion_menu .menuheader {
	background-image: url(/MS_Enterprize_Service/css/images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 32px;
	margin-bottom: 3px;
	text-decoration: none;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 1.4em;
	color: #000;
	cursor: hand;
	cursor: pointer;
	/* ステータスアイコンを使用する場合 以下の2行が必要です。使用しない場合は削除しても構いません。 */
	display: block;
	position: relative; 
}
#accordion_menu .menuheader: hover {
	color: #FF0;
}
/* openheader はカテゴリーが開いている状態のCSS */
#accordion_menu .openheader {
	background-image: url(/MS_Enterprize_Service/css/images/bg_menu.jpg);
	background-position: 0 -32px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/* 子メニューの指定 */
#accordion_menu div.categoryitems ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
/*ステータスアイコンのCSS*/
#accordion_menu div.menuheader .statusicon {
	position: absolute;
	top: 10px;
	left: 5px;
	border: none;
}
#accordion_menu div.categoryitems ul li {
	padding-bottom: 2px;
}
#accordion_menu div.categoryitems ul li a {
	color: #A70303;
	background: url(/MS_Enterprize_Service/css/images/arrow.png) no-repeat 2px 5px;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	font-weight: bold;
}
#accordion_menu div.categoryitems ul li a: visited {
	color: #A70303;
}
#accordion_menu div.categoryitems ul li a: hover {
	color: #A70303;
	background-color: #eee;
}
/* ▲　アコーディオンメニュー ▲　ここまで */

.codebox {
	height: 40em;
	overflow: auto;
	width: 680px;
	margin: 1em auto;
	border: 1px solid #eee;
}
code {
	display: block;
	margin: 0px;
	padding: 9px;
	letter-spacing: 1px;
	font-size: 9pt;
	color: #008000;
	line-height: 110%;
	background: #fcfcfc;
}
