/* business.css 用スタイルシート */

a{	color:#0000ff;}

a:visited{ color:#0000ff;}

a:hover{
		color:#20b2aa;}
a:active{ 	color:#20b2aa;}

/* あかさたな見出し */
.midashi {
		vertical-align:middle;
		clear : both;
		line-height : 1.6em;
	    padding-left: 0px;
		padding-right:0px;
}
.midashi p{

		font-size : 18px;
		color : white;
		font-weight: bold;
}

/* 表の題 */
.hyou {
		vertical-align:middle;
}
.hyou p{
		font-size : 12px;
		color : #444444;
		font-weight: bold;
}

.address	{ font-size:	12px;
			  padding:      5px;}



	/* 説明部分 */
	.setsumei1 {
		clear : both;
		line-height : 1.6em;
	    /*padding-left: 20px;
		padding-right:20px;*/
	}
	.setsumei1 p{
		font-weight : bold;
		line-height : 1.6em;
		text-indent:14px;
		font-size : 14px;
		color : #444444;
	}

/*　リンク文字　黒 */



/*
.linkmoji span.txt{
		font-size:12px;
		vertical-align:text-top;
		clear : both;
		line-height : 1.6em;
		font-weight : normal
		text-indent:0px;
		font-size : 16px;
		color : #000000;
}
*/
.linkmoji span.txt a{
		color : #0000ff;
}

.linkmoji span.txt a:visited{
		color : #0000ff;
}

.linkmoji span.txt a:hover{
		color :#20b2aa ;
}
.linkmoji span.txt a:active{
		color : #20b2aa;
			}
.linkmoji p{
		line-height : 1.6em;
		text-indent:0px;
		font-size : 14px;
		color : #000000;

}


/* 学校名 */
.company {
		clear : both;
		line-height : 1.4em;
	    padding: 5px ;
		}
.company p{
		font-weight : bold;
		line-height : 1.4em;
		font-size : 12px;
		color : #444444;
}
.company a{	color:#0000ff;}

.company a:visited{ color:#0000ff;}

.company a:hover{
		color:#20b2aa;}
.company a:active{ 	color:#20b2aa;}


/*　写真　 */
.photo		{
		text-align: center;
		}



/* プロフィール */
.pro {
		line-height : 1.4em;
		padding: 5px;
}
.pro p{
		font-weight : normal;
		line-height : 1.4em;
		text-indent:10px;
		font-size : 12px;
		color : #444444;
}

/*　掲載日　 */
.keisai		{font-size:12px;
			 padding: 5px;
			 white-space:	nowrap;
		}

/*+++HP+++++++++++*/
.hp		{ font-size:	12px;
		  padding:      5px;
		  color:		#444444;
		  word-break:	break-all;}

/* 質問 */
.question {
		clear : both;
		line-height : 1.8em;
	    padding-left: 0px;
		padding-right:20px;
}
.question p{
		font-weight : bold;
		line-height : 1.8em;
		text-indent:4px;
		font-size : 16px;
		color : #444444;
}

/* 社長名 */
.presid {
		clear : both;
		line-height : 1.8em;
	    padding-left: 5px;
		padding-right:20px;
		padding-top:20px;
}
.question p{
		font-weight : bold;
		line-height : 1.8em;
		text-indent:16px;
		font-size : 16px;
		color : #444444;
}

/* 社長名 */


/* 答え */
.reply {
		clear : both;
		line-height : 1.6em;
	    padding-left: 5px;
		padding-right:20px;
		padding-top:20px;
}
.reply p{
		font-weight : bold;
		line-height : 1.6em;
		text-indent:14px;
		font-size : 14px;
		color : #444444;
}

/* コントロール */

.cont span.txt{
		font-size:12px;
		vertical-align:text-top;
		line-height : 1.6em;
		font-weight : normal;
		text-indent:0px;
		color : #000000;
}
.cont span.txt a{
color : #000000;
text-decoration:none;
}
.cont span.txt a:hover{
color : blue;
}
.cont p{
		line-height : 1.6em;
		text-indent:0px;
		font-size : 12px;
		color : #000000;

}


/*indexページheadCSS追加*/

.regular {
		clear : both;
		line-height : 1.6em;
		font-weight : normal;
	    padding-left: 10px;
	}
.regular p{
		line-height : 1.6em;
		text-indent:14px;
		font-size : 14px;
	}
.regular a{	color:#0000ff;}

.regular a:visited{ color:#0000ff;}

.regular a:hover{
		color:#20b2aa;}
.regular a:active{ 	color:#20b2aa;}


.school		{ margin-left: 30px;}

/* テキスト色 divでclass指定で使う */
div.white1 { color : white; }


