@charset "UTF-8";

* {margin:0;padding:0;font-size: 98%;font-style: normal;}


body,th,td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
}
img {
	border-style: none;
	vertical-align: bottom;
}

/*/// Basic Layout ///*/
body {
	background: #FFF url(../common/bodyBg.gif) repeat-y center top;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* IE7- */
*+html body {padding-left:1px;}
* html body {padding-left:1px;}
/* IE7- */

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#head {
	padding-right: 20px;
	padding-top: 10px;
}
#index h1#logoDSR,
#head p#logoDSR {
	float: left;
	margin-left: 10px;
}
#head p#sitemap {
	float: right;
	background: url(../common/arrow.gif) no-repeat left center;
	padding-left: 16px;
}

#main {
	margin-right: 15px;
	margin-left: 15px;
	display: inline; /* IE Doubled Float */
}

ul#gMenu{
	list-style: none;
	background: url(../images/gmenu.gif) no-repeat;
	margin-left: 19px;
	margin-bottom: 10px;
}
#gMenu li{
	display: inline;
}
#gMenu li a,
#gMenu li.here {
	display: block;
	float: left;
	width: 142px;
	height: 22px;
	margin-right: 8px;
}
#gMenu li#gCont li a,
#gMenu li#gCont li.here {
	margin-right: 0;
}
li#gHome a:hover { background: url(../images/gmenu.gif) no-repeat 0 -22px; }
li#gSol a:hover { background: url(../images/gmenu.gif) no-repeat -150px -22px; }
li#gCorp a:hover { background: url(../images/gmenu.gif) no-repeat -300px -22px; }
li#gEmp a:hover { background: url(../images/gmenu.gif) no-repeat -450px -22px; }
li#gCont a:hover { background: url(../images/gmenu.gif) no-repeat -600px -22px; }


/* ↓ここ追加 */
p#pageNav {
	clear: both;
	margin-right: 20px;
	text-align: right;
}
/* ↑ここ追加 */
#foot {
	border-top: 1px solid #CCC;
	padding: 10px 20px 5px;
	text-align: center;
}
ul#legal li {
	display: inline;
	margin-left: 10px;
}
ul#legal li a {
	background: url(../common/arrow.gif) no-repeat left center;
	padding-left: 16px;
}
#foot address {
	margin-top: 10px;
}

/*/// general setting ///*/

/* font-size */
#main {
	font-size: 90%;
}
/* ↓ここにp#pageNavを追加 */
#pankuzu,
p#pageNav {
	font-size: 80%;
}
#head,
#foot {
	font-size: 75%;
}

/* text-hide */
#gMenu li a,
#gMenu li.here,
#entry,
#fentry,
#centry a,
#nentry a,
#noentry a,
#entrysiteBanner {
 	text-indent: -9999px;
 }
 


/*/// ClearFix ///*/
#foot:after,
#gMenu:after,
.clFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#foot,
#gMenu,
.clFix {
	display: inline-table;
	min-height: 1%; /* IE7 */
}
/* Escape from MacIE \*/
* html #foot,
* html #gMenu,
* html .clFix  {height: 1%;}
#foot,
#gMenu,
.clFix {display: block;}
/* End Escape from MacIE */
