@charset "UTF-8";

/*サポート料金 （未使用）
---------------------------------*/
.sub_title{
	color:#000066;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

/*トップページ写真
---------------------------------*/
.top-photo{
	margin-top: 7px;
}

/*スタッフ紹介
---------------------------------*/
p{
	line-height: 130%;
}

.font_90{
	font-size: 90%;
	line-height: 130%;
}


/*会社概要／事業概要
---------------------------------*/
p{
	line-height: 130%;
}

.font_80{
	font-size: 80%;
	line-height: 140%;
}

/*画像の上部余白 5px
---------------------------------*/
.top_pad{
	margin: 5px 0px 0px 0px;
}

/*画像の下部余白 5px
---------------------------------*/
.under_pad{
	margin: 0px 0px 5px 0px;
}

/*画像の右余白 5px
---------------------------------*/
.right_pad{
	margin: 0px 5px 0px 0px;
}