/* CSS Document */

/*=========================================================
 base setting
=========================================================*/

html,body,h1,h2,h3,h4,h5,h6,div,span,p,blockquote,dl,dt,dd,table,caption,tr,th,td,ul,ol,li,pre,form,img{
	margin:0;
	padding:0;
	border:none;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size:100%;
}

div,p,th,td,dt,dd{
	color:#4d4d4d;
}

td {
	padding:10px 5px 10px 5px;
	font-size:90%;
}


p{line-height:140%}

body{text-align:center;}

ul{list-style-type:none}

a{color:#0079c5;text-decoration:none}
a:hover{color:#e24000;text-decoration:underline}


/*=========================================================
 layout
=========================================================*/


/*---------------------------------------------------------
 base
---------------------------------------------------------*/


#base {
	background-image:url(../img/stageimg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:860px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	
}
#toji {
	background-image:url(../img/stagetoji.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:5px;
	background-color:#FFFFFF;
}
#copyright {
	padding:15px 0 15px 0;
	font-size:80%;
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:center;
}


/*---------------------------------------------------------
 head
---------------------------------------------------------*/

#header {
	background-image:url(../img/mainimg01.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:370px;
	margin-left:5px;
	margin-right:5px;
}


/*---------------------------------------------------------
 コンテンツエリア
---------------------------------------------------------*/
.content01 {
	margin:25px;
	font-size:80%;
}
.content02 {
	margin:10px 20px 30px 20px;
}
.content022 {
	margin:0 0 0 20px;
	background-image:url(../img/toiawase_img.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:394px;
}
.content023 {
	margin:0 0 0 20px;
	background-image:url(../img/toiawase_img.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:200px;
}
.content03 {
	margin:10px 20px 30px 40px;
}

.content04 {
	margin:20px 20px 30px 100px;
}



/*---------------------------------------------------------
 見出し
---------------------------------------------------------*/
h1 {
	display:none;
}
h2 {
	background-color:#cde5f6;
	border-width:0 0 0 10px;
	border-style: solid;
	border-color:#72acd8;
	padding:10px 0 10px 15px;
	font-size:130%;
}
h3 {
	background-color:#eaf6ff;
	padding:10px 0 10px 15px;
	font-size:130%;
	margin-left:20px
}
h4 {
	border-width:1px;
	border-style: ridge;
	border-color:#99ccff;
	padding:10px 0 10px 15px;
	font-size:110%;
	margin-left:80px
}


/*---------------------------------------------------------
 ブランドロゴ
---------------------------------------------------------*/
#logo {
	padding:10px 0 0 20px;
}


/*---------------------------------------------------------
 ボタン
---------------------------------------------------------*/

.BT101 a{
	float:left;
	background: transparent url(../img/bt_shinki01.jpg) no-repeat 0 0;
	width:380px;
	height:72px;
}
.BT102 a{
	float: right;
	background: transparent url(../img/bt_henkou01.jpg) no-repeat 0 0;
	width:380px;
	height:72px;
}
.BT201 a{
	float:left;
	background: transparent url(../img/bt_shinki02.jpg) no-repeat 0 0;
	width:341px;
	height:72px;
}
.BT202 a{
	float: right;
	background: transparent url(../img/bt_henkou02.jpg) no-repeat 0 0;
	width:341px;
	height:72px;
}
.BT301 a{
	float:left;
	background: transparent url(../img/bt_shinki02pdf.jpg) no-repeat 0 0;
	width:341px;
	height:72px;
}
.BT302 a{
	float: right;
	background: transparent url(../img/bt_henkou02pdf.jpg) no-repeat 0 0;
	width:341px;
	height:72px;
}


/*---------------------------------------------------------
 NTTのロゴ
---------------------------------------------------------*/

.nttlogo1 {
	float:left;
	margin:15px 0 5px 0;
}
.nttlogo2 {
	float:left;
	margin:15px 0 5px 5px;
}



/*---------------------------------------------------------
 電話
---------------------------------------------------------*/

.telimg {
	float:left;
	background-image:url(../img/telimg.jpg);
	width:93px;
	height:73px;
}
.telban {
	float:left;
	margin-left:10px;
}
.telban .number1 {
	color: #CC0000;
	font-size:280%;
	font-weight:bold;
	padding-left:50px;
	margin:-5px 0 -7px 0;
	background-image:url(../img/ico_freedial.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.telban .number2 {
	color: #CC0000;
	font-size:280%;
	font-weight:bold;
	margin:-5px 0 -7px 0;
	background-repeat:no-repeat;
	background-position:left;
}

.telban .mongon {
	font-weight:bold;
	color: #00a73d;
	margin:5px 0 5px 0;
	font-size:90%;
}
.telban .hosoku {
	margin:5px 0 5px 0;
	font-size:90%;
}


/*---------------------------------------------------------
 注記
---------------------------------------------------------*/
.chuki {
	border-color:#666666;
	border-width:1px;
	border-style: inherit;
	margin:10px 0 10px 0;
	padding:20px;
	background-color:#eeeeee;
}
.point {
	font-size:110%;
	font-weight:bold;
	line-height:22px;
}

.check {
	font-size:90%;
	line-height:18px;
}
