@charset "utf-8";

/* ***********************************************************************************************

                                             default.css

*********************************************************************************************** */
/* ブラウザごとの仕様を吸収する為のスタイルシート。基本的には編集しない。*/

* {
	margin:0px;
	padding:0px;
}
img {
	border: none;
	vertical-align:bottom;	/* IEで画像の下にできる隙間をつめる為に必要 */
}
ul,dl{
	margin:0;
	padding:0;
	line-height:normal;

}
p{
	margin:0px;
	padding-left: 0px;
	padding-bottom: 0.5em;
	line-height: 160%;
}

p img{
	padding: 0px 0px
	}
/* ********default.cssここまで******* */

/* 基本設定 ここから */
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic",sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: medium;
	line-height: 1.3em;
	background-image:url(img/toppage.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/* 基本設定 ここまで */


/* レイアウト設定 ここから */

#pagebody {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainimgbody {
	width: 800px;
	height:450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#Leadbox {
	position:absolute;
	top:305px;
	left:11px;
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Footerbox {
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

#FooterboxA {
	width: 469px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#FooterboxB {
	width:301px;
	height:49px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	text-indent:-9999px;
	background:url(img/topweb_logo.png) 0 0 no-repeat;
}

/* レイアウト設定 ここまで */

/* リンクボタン設定 ここから */

.toppage_Btn1 a {
	position:absolute;
	top:303px;
	left:444px;
	text-indent:-9999px;
	width:356px;
	height:41px;
	display:block;
	background:url(img/toppage_Btn1.jpg) 0 0 no-repeat;
}

.toppage_Btn1 a:hover{
	background:url(img/toppage_Btn1.jpg) 0 -41px no-repeat;
}

.toppage_Btn2 a {
	position:absolute;
	top:343px;
	left:444px;
	text-indent:-9999px;
	width:356px;
	height:40px;
	display:block;
	background:url(img/toppage_Btn2.jpg) 0 0 no-repeat;
}

.toppage_Btn2 a:hover{
	background:url(img/toppage_Btn2.jpg) 0 -40px no-repeat;
}

.toppage_Btn3 a {
	position:absolute;
	top:382px;
	left:592px;
	text-indent:-9999px;
	width:208px;
	height:25px;
	display:block;
	background:url(img/toppage_Btn3.jpg) 0 0 no-repeat;
}

.toppage_Btn3 a:hover{
	background:url(img/toppage_Btn3.jpg) 0 -25px no-repeat;
}

.toppage_Btn4 a {
	position:absolute;
	top:407px;
	left:591px;
	text-indent:-9999px;
	width:208px;
	height:25px;
	display:block;
	background:url(img/toppage_Btn4.jpg) 0 0 no-repeat;
}

.toppage_Btn4 a:hover{
	background:url(img/toppage_Btn4.jpg) 0 -25px no-repeat;
}


/* リンクボタン設定 ここまで */

/* 文字設定 ここから */

.leadmoji {
	font-size:12px;
	color:#000000;
	line-height: 1.8em;
	}
	
.footermoji {
	font-size:10px;
	color:#000000;
	line-height: 1.6em;
	}
	
.footermoji a {
	font-size:10px;
	color:#000099;
	line-height: 1.6em;
	}

.footermoji a:hover {
	font-size:10px;
	color:#FF0000;
	line-height: 1.6em;
	}
	
/* 文字設定 ここまで */

/* clearfix hacもどき ここから */
.clearfix:after { 
	content: url(img/1px_clearfix.gif); 
	display: block; 
	clear: both;
	height: 0;
 }
/* clearfix hac ここまで */

