@charset "utf-8";

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

                                             indexstyle.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(../index_img/toppage_2.jpg);
	background-repeat:no-repeat;
	background-color:#272011;
}

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


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

#pagebody {
	width: 1060px;
	margin: 0 10px 0 0;
	padding: 0;
}

#mainimgbody {
	width: 800px;
	height:365px;
	margin: 0;
	padding: 0;
    float:left;
}


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

#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(../index_img/topweb_logo_2.png) 0 0 no-repeat;
}

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

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

.toppage_Btn1 a {
	position:absolute;
	top:228px;
	left:415px;
	text-indent:-9999px;
	width:385px;
	height:31px;
	display:block;
	background:url(../index_img/toppage_Btn1.jpg) 0 0 no-repeat;
}

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

.toppage_Btn2 a {
	position:absolute;
	top:259px;
	left:415px;
	text-indent:-9999px;
	width:385px;
	height:31px;
	display:block;
	background:url(../index_img/toppage_Btn2.jpg) 0 0 no-repeat;
}

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

.toppage_Btn3 a {
	position:absolute;
	top:290px;
	left:415px;
	text-indent:-9999px;
	width:385px;
	height:30px;
	display:block;
	background:url(../index_img/toppage_Btn3.jpg) 0 0 no-repeat;
}

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

.toppage_Btn4 a {
	position:absolute;
	top:320px;
	left:529px;
	text-indent:-9999px;
	width:109px;
	height:25px;
	display:block;
	background:url(../index_img/toppage_Btn4.jpg) 0 0 no-repeat;
}

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

.toppage_Btn4_0 {
	position:absolute;
	top:320px;
	left:529px;
	text-indent:-9999px;
	width:109px;
	height:25px;
	display:block;
	background:url(../index_img/toppage_Btn4_0.jpg) 0 0 no-repeat;
}

.toppage_Btn5 a {
	position:absolute;
	top:320px;
	left:638px;
	text-indent:-9999px;
	width:162px;
	height:25px;
	display:block;
	background:url(../index_img/toppage_Btn5.jpg) 0 0 no-repeat;
}

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


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

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

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

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

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



/* CLOSE UP */

div#closeup{ 
    width:760px;
    margin-left:25px; 
    clear:both;
}
div#closeup .title {background-image:url(../index_img/closeup_title.jpg);text-indent:-9999px;width:758px;height:22px;}

div.cell {

	background-color:#D39825;
	font-size:9pt;
	line-height:1.2em;
	width:252px;
	height:6em;
	float:left;
    margin-left:1px;
    margin-bottom:1px;

}


div.cell div.inner  {
	margin:5px;
}

div.inner img {
	float:left;
}

div.cell div.inner div.text{
	padding-left:52px;
	font-size:8pt;
}

.style1 {
	color: #333333
}
div.news {
	margin:5px;
	padding-left:18px;
	background-image:url(image/sankaku.jpg);
	background-repeat:no-repeat;
}


/* CLOSE UP2 */

div#closeup2{
    width:250px;
    margin:0;
    padding:40px 0 0;
    float:right;
}

div#closeup2 .interviewTitle{
    background-image:url(../index_img/interview_title.jpg);
	background-repeat:no-repeat;
    width:250px;
    height:22px;
    text-indent:-9999px;
}

div#closeup2 .cell2 {
    background-color:#D39825;
    font-size:9pt;
    width:250px;
    line-height:1.2em;
	margin:0 0 1px;

}

div.cell2 div.inner  {
	padding:5px;
}

div.inner img {
	float:left;
}

div.cell2 div.inner .text{
	padding-left:52px;
	font-size:8pt;

}




