clearfix
@charset "utf-8";

/* -+-+-+-+-+-+-+-+-+-+-+-+- Browser Reset */

*{
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}


body {
	font-family: Hiragino Kaku Gothic ProN, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: small;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 3px solid #F60;
}
a{
	outline : 0 ;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
img{
	border: 0px;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- 全共通 */

/* -+-+-+-+-+-+-+-+-+-+-+-+- ヘッダー */

#header {
	width: 950px;
	margin: 15px auto 20px auto;
	margin: 7px auto 10px auto\9;
	padding: 0px;
	overflow:hidden;
}

/* h1 */
#header h1 {
	font-size: 1em;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}

/* シンボルマーク */
#mark a {
	/*height:73px;
	width:310px;
	background-image: url(/gds/common/logo.gif);
	10周年のはlogo_10th.gif*/
	height:73px;
	width:427px;
	background-image: url(/gds/common/logo_newyear.gif);
	display: block;
	float: left;
	text-indent: -9999px;
}

#mark a:hover {
	background-image: url(/gds/common/logo_newyear.gif);
	background-repeat: no-repeat;
	background-position: 0px -73px;
}



/* ボタン類（ヘッダー） */
#header #wrap01 {
	float: right;
	margin-top: -10px;
	position: relative;
	width: 500px;
}



/* ボタン類下段（ヘッダー） */
#header #wrap03 {
	width: 500px;
	clear: both;
	position: absolute;
	right:0px;
	top: 47px;
}

#wrap03 ul {
	padding:0;
	margin: 0px;
	height: 25px;
	width: 150px;
	float: left;
}
#wrap03 li {
	display:inline;
	list-style-type:none;
	margin-right: 5px;
}
#wrap03 li a {
	height: 25px;
	display:block;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	width:70px;
	margin-right: 5px;
}


/* off */
#contact a {
	width:69px;
	background-image: url(/gds/common/header_navi01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
}

#sitemap a {
	width:69px;
	background-image: url(/gds/common/header_navi02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
}


/* hover */
#contact a:hover {
 background: url(/gds/common/header_navi01.gif) no-repeat 0px -30px;
}


#sitemap a:hover {
 background: url(/gds/common/header_navi02.gif) no-repeat 0px -30px;
}

/* 資料請求 */
#siryo a {
	height: 30px;
	width:160px;
	background-image: url(/gds/common/siryo.gif);
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 10px;
}

#siryo a:hover {
 background: url(/gds/common/siryo.gif) no-repeat 0px -30px;
}



/* マイオフィス */
#myoffice a {
	height: 30px;
	width:160px;
	background-image: url(/gds/common/my_office.gif);
	display: block;
	text-indent: -9999px;
	float: right;
}

#myoffice a:hover {
	background: url(/gds/common/my_office.gif) no-repeat 0px -30px;
}

/* Facebookボタン */
div.sns_bt{
	position: absolute;
	right:0px;
	top:5px;
}
div.fb-like{
	float:right;
	margin-right: 10px;
}
div.twitter{
	float:right;
}
div.twitter iframe{
	border:none;
}

#contents {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-top: 0px;
	height: auto;
	margin-bottom: 0px;
}

#contentsheader {
	background-position: 0px 0px;
	height: 10px;
	width: 950px;
}

#contentsfooter {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 950px;
	margin-top: 0px;
}




/* -+-+-+-+-+-+-+-+-+-+-+-+- footer Style */



#footer {
	margin: 40px auto 0px auto;
	border-top: 3px solid #f60;
	padding: 0px;
	height: 200px;
	background:linear-gradient(#efefef, #ffffff);/* 通常 */
	background:-webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));/* webkit用 */
	background:-moz-linear-gradient(top, #efefef, #ffffff);/* mozilla用 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#efefef, endcolorstr=#ffffff));	/*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#efefef, endcolorstr=#ffffff))";/* IE8 */
	zoom: 1;
}
#footer_sitemap{
	height: 200px;
	width: 950px;
	margin: 19px auto 0px auto;
	overflow:hidden;
}
#footer_sitemap .menu1 {
	float:left;
	width: 147px;
	height: 200px;
	background-image:url(/gds/common/footer_separator.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-left:18px;
}
#footer_sitemap .menu2 {
	float:left;
	width: 220px;
	height: 200px;
	background-image:url(/gds/common/footer_separator.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-left:18px;
}
#footer_sitemap .menu3 {
	float:left;
	padding-left:18px;
}
#footer_sitemap .menu1 p.title,
#footer_sitemap .menu2 p.title{
	margin: 0;
	padding: 0;
	font-size:16px;
	font-weight:bolder;
	color: #666666;
}
#footer_sitemap .menu1 ul ,
#footer_sitemap .menu2 ul{
	margin:6px 0px 0px 18px;
}
#footer_sitemap .menu1 ul li,
#footer_sitemap .menu2 ul li{
	list-style-type: square;
	color:#F60;
	line-height: 2em;
}
#footer_sitemap .menu1 ul li a,
#footer_sitemap .menu2 ul li a{
	color:#333;
}
#footer_sitemap .menu1 ul li a:hover,
#footer_sitemap .menu2 ul li a:hover{
	color:#f60;
	text-decoration: underline;
}
#footer_sitemap .menu3 ul{
	overflow:hidden;
}
#footer_sitemap .menu3 ul li{
	float:left;
	margin-right: 24px;
}
#footer_sitemap #copy {
	margin: 4px 0px 18px 0px;
	clear:both;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- gNavi*/

#gNaviBack {
	height:45px;
	width:auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/gds/common/g_navi_Back.jpg);
	background-repeat: repeat;
}



#gNavi {
	height:45px;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/gds/common/g_navi.jpg);
	background-repeat: no-repeat;
	clear: both;
	font-size: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#gNavi ul {
	padding:0;
	margin: 0px;
}
#gNavi li {
 display:inline;
 list-style-type:none;
}
#gNavi li a {
	height:45px;
	width:158px;
	display:block;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}


/*------gNavioff*/
#pageLink01 a {
 background:url(/gds/common/g_navi.jpg) no-repeat 0px 0px;
}
#pageLink02 a {
 background:url(/gds/common/g_navi.jpg) no-repeat -159px 0px;
}
#pageLink03 a {
 background:url(/gds/common/g_navi.jpg) no-repeat -317px 0px;
}
#pageLink04 a {
 background:url(/gds/common/g_navi.jpg) no-repeat -475px 0px;
}
#pageLink05 a {
 background:url(/gds/common/g_navi.jpg) no-repeat -633px 0px;
}
#pageLink06 a {
 background:url(/gds/common/g_navi.jpg) no-repeat -791px 0px;
 width:159px;
}


/*------gNavihover*/
#pageLink01 a:hover {
 background: url(/gds/common/g_navi.jpg) no-repeat 0px -45px;
}
#pageLink02 a:hover {
 background: url(/gds/common/g_navi.jpg) no-repeat -159px -45px;
}
#pageLink03 a:hover {
 background: url(/gds/common/g_navi.jpg) no-repeat -317px -45px;
}
#pageLink04 a:hover {
 background: url(/gds/common/g_navi.jpg) no-repeat -475px -45px;
}
#pageLink05 a:hover {
 background: url(/gds/common/g_navi.jpg) no-repeat -633px -45px;
}
#pageLink06 a:hover {
 background: url(/gds/common/g_navi.jpg) no-repeat -791px -45px;
}


/*------gNaviactive*/
#pageLink01 a:active {
 background: url(/gds/common/g_navi.jpg) no-repeat 0px -90px;
}
#pageLink02 a:active {
 background: url(/gds/common/g_navi.jpg) no-repeat -159px -90px;
}
#pageLink03 a:active {
 background: url(/gds/common/g_navi.jpg) no-repeat -317px -90px;
}
#pageLink04 a:active {
 background: url(/gds/common/g_navi.jpg) no-repeat -475px -90px;
}
#pageLink05 a:active {
 background: url(/gds/common/g_navi.jpg) no-repeat -633px -90px;
}
#pageLink06 a:active {
 background: url(/gds/common/g_navi.jpg) no-repeat -791px -90px;
}


/*------gNavi_on a*/
#pageLink01_on a {
 background: url(/gds/common/g_navi.jpg) no-repeat 0px -90px;

}
#pageLink02_on a {
 background: url(/gds/common/g_navi.jpg) no-repeat -159px -90px;

}
#pageLink03_on a {
 background: url(/gds/common/g_navi.jpg) no-repeat -317px -90px;

}
#pageLink04_on a {
 background: url(/gds/common/g_navi.jpg) no-repeat -475px -90px;

}
#pageLink05_on a {
 background: url(/gds/common/g_navi.jpg) no-repeat -633px -90px;

}
#pageLink06_on a {
 background: url(/gds/common/g_navi.jpg) no-repeat -791px -90px;
}

/*------コピーライト*/
address {
	font-size: 80%;
	font-style: normal;
}



/*------白backスタート*/

#white_back_header {
	background-image: url(/gds/common/white_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 950px;
}

#white_back {
	background-image: url(/gds/common/white_back.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: auto;
	width: 950px;
	overflow: auto;
}




#white_back_footer {
	background-image: url(/gds/common/white_bottom_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 950px;
}


#contents p.next {
	float: right;
	clear: both;
	margin: 3px 0 0 0;
	padding: 0px;
}



.link {
	font-size: 0.8em;
	color: #FF9900;
}

.btnStyle1:hover {
	opacity:0.7;
}

.erase {
	margin-top: -30px;
}


/* -+-+-+-+-+-+-+-+-+-+-資料請求のバナー*/

#siryo2 {
	width:700px;
	text-indent: -9999px;
}


#siryo2 a {
	display:block;
	width:700px;
	height: 130px;
	margin-bottom: 10px;
	background-image: url(../common/siryo2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#siryo2 a:hover {
	background-position: 0px -130px;
}