body { background-color: #ffffff;
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
	font-family:  "Lucida Grande", sans-serif;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/*本編・メインロゴ・タイトルコピー
---------------------------------------------------------------------------*/
#contents {
	width: 1050px;
	height: 100%;
	background-color: #FFFFFF;
}
.block_logo {
	margin-top: 0px;
	margin-left: 375px;
}
.block_title {
	margin-top: 0px;
	margin-left: 205px;
}

/*背景スライドショー
---------------------------------------------------------------------------*/

.bgslideshow { position: fixed; left:0; top:0; z-index: -1; height: 100%; width: 100%; }  
.bgslideshow img { position: absolute; min-height: 100%; min-width: 1500px; width: 100%; height: auto;left:0; top:0; }

html{overflow-y: scroll;}



/* for WinIE7
---------------------------------------------------------------------------*/

*:first-child+html body {
	font-size: 13px;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1,h2,h3,h4,p,dl,dt ,dd {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

/*画像のボーダー無し・マウスオーバー時の半透明
---------------------------------------------------------------------------*/

img {
border: none;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}

.highlight a:hover {
-moz-opacity:0.5;
opacity:0.6;
filter: alpha(opacity=60);
}

/*コンテナー・全体の赤枠線
---------------------------------------------------------------------------*/
#container {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #bf102a;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity:0.75;
}

/*テーブル
---------------------------------------------------------------------------*/
table {}
td {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; color: #333333; line-height: 20px;}

.margin{margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
}


/*トップ赤帯
---------------------------------------------------------------------------*/
#all-header {
	width: 1050px;
	height: 24px;
	background-color: #bf102a;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.all-header_txt {
	text-align: center;
	font-family : "Century Gothic",sans-serif;
	color: #eeeeee;
	padding-top: 0px;
	padding-left: 0px;
}


/*３つのサイトへ飛ぶための、サブメニュー
---------------------------------------------------------------------------*/
#sub_menu {
	position: relative;
	width: 1050px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.block_a {
	margin-top: 30px;
	float: left;
	width: 250px;
	padding-left: 13px;
}
.block_b {
	margin-top: 30px;
	float: left;
	width: 250px;
	padding-left: 5px;
}
.block_c {
	margin-top: 30px;
	float: left;
	width: 250px;
	padding-left: 5px;
}
.block_d {
	margin-top: 30px;
	float: left;
	width: 250px;
	padding-left: 5px;
}
.workcont_title {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 250px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.workcont_txt {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	padding-left: 5px;
}
.workcont_bt {
	margin-top: 10px;
	margin-left: 5px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	width: 1050px;
	height: 150px;
	background-color: transparent;
	background-image: url(../images/foot-base.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.footer_txt {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding-top: 15px;
	padding-left: 120px;
}


/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
/* For DW */
.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
.clearfix {
	overflow:hidden
}	